March 25, 2020
https://issues.dlang.org/show_bug.cgi?id=20019

--- Comment #11 from Jacob Carlborg <doob@me.com> ---
I recommend to manually download the latest version of DMD and use that.

The fix for this issue was included in version 2.087.1. DMD is always built with the previous version. If the bootstrap downloads DMD 2.088.0, I don't know if that is built using 2.087.0 or 2.087.1. If it's built using 2.087.0 then this fix is missing.

--
March 25, 2020
https://issues.dlang.org/show_bug.cgi?id=20019

--- Comment #12 from moonlightsentinel@disroot.org ---
(In reply to Andrei Alexandrescu from comment #10)
> > Did you set some environment variables used in the
> > makefile aside from AUTO_UPDATE?
> 
> I don't have any dmd-specific envvars that I know of. Did you mean s/AUTO_UPDATE/AUTO_BOOTSTRAP/? (I didn't use AUTO_UPDATE and don't know what it is.)

Yes, i meant AUTO_BOOTSTRAP. (AUTO_UPDATE is used in dmds test suite)

--
March 25, 2020
https://issues.dlang.org/show_bug.cgi?id=20019

--- Comment #13 from moonlightsentinel@disroot.org ---
(In reply to Jacob Carlborg from comment #11)
> I recommend to manually download the latest version of DMD and use that.
> 
> The fix for this issue was included in version 2.087.1. DMD is always built with the previous version. If the bootstrap downloads DMD 2.088.0, I don't know if that is built using 2.087.0 or 2.087.1. If it's built using 2.087.0 then this fix is missing.

Might be worth a try to change the compiler version specified in posix.mak (https://github.com/dlang/dmd/blob/91107b4750a82f8b86aa87e9155bed3216c68106/src/posix.mak#L91) and check whether it still fails with the current version.

--
1 2
Next ›   Last »