Thread overview
[Issue 14274] tools/update.sh must install and use dmd 2.066.1 if not present
Mar 30, 2015
Vladimir Panteleev
Apr 09, 2020
Mathias LANG
Apr 10, 2020
Mathias LANG
March 30, 2015
https://issues.dlang.org/show_bug.cgi?id=14274

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow@gmail.com

--- Comment #1 from Vladimir Panteleev <thecybershadow@gmail.com> ---
FWIW Digger can build master already.

--
April 09, 2020
https://issues.dlang.org/show_bug.cgi?id=14274

Mathias LANG <pro.mathias.lang@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |pro.mathias.lang@gmail.com
         Resolution|---                         |FIXED

--- Comment #2 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Fixed by https://github.com/dlang/tools/pull/236 (you do setup a new machine
quite often Andrei).

--
April 09, 2020
https://issues.dlang.org/show_bug.cgi?id=14274

--- Comment #3 from Andrei Alexandrescu <andrei@erdani.com> ---
Are we sure the issue described in https://forum.dlang.org/post/r5e8uj$i1b$1@digitalmars.com did not break this? Or would that deserve its own bug report?

--
April 10, 2020
https://issues.dlang.org/show_bug.cgi?id=14274

--- Comment #4 from Mathias LANG <pro.mathias.lang@gmail.com> ---
Right... The underlying bug is: https://issues.dlang.org/show_bug.cgi?id=20727
`setup.sh` doesn't pass `AUTO_BOOTSTRAP` when doing clean.
I submitted a workaround here: https://github.com/dlang/tools/pull/399

I'd say there is no need to re-open this issue because the bug it is describing (lack of bootstrapping) has been fixed, and the fix is correct, it's the DMD makefile that isn't.

--