Thread overview
[Issue 19510] [2.084 REG] random and spurious error about a missing NOLOGO.d file
Dec 23, 2018
Basile B.
Dec 25, 2018
Basile B.
Dec 25, 2018
Seb
Dec 25, 2018
Basile B.
Dec 25, 2018
Seb
December 23, 2018
https://issues.dlang.org/show_bug.cgi?id=19510

--- Comment #1 from Basile B. <b2.temp@gmx.com> ---
Note that the issue is not related to piping the source code. The problem was observed for the first time when trying to build dcd with -m64. It was also much less random by the way.


to verify if this is fixed:

```
git clone https://www.github.com/dlang-community/dcd
git submodule update --init --recursive
set MFLAGS=-m64
build.bat
```

Other detail: last time before today that I was on win my dmd was at 2.082 so this could be a 2.083 regression as well.

--
December 25, 2018
https://issues.dlang.org/show_bug.cgi?id=19510

--- Comment #2 from Basile B. <b2.temp@gmx.com> ---
adding -v shows that dmd calls dmd.exe to link instead of lld-link.exe

--
December 25, 2018
https://issues.dlang.org/show_bug.cgi?id=19510

Seb <greeenify@gmail.com> changed:

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

--- Comment #3 from Seb <greeenify@gmail.com> ---
Was this fixed by https://github.com/dlang/dmd/pull/9142?

--
December 25, 2018
https://issues.dlang.org/show_bug.cgi?id=19510

Basile B. <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Basile B. <b2.temp@gmx.com> ---
yes. the bot's on strike today apparently.

--
December 25, 2018
https://issues.dlang.org/show_bug.cgi?id=19510

--- Comment #5 from Seb <greeenify@gmail.com> ---
Ah it only auto-closes issues when they are in master. And it's not the bot, but the not so smart GitHub integration.

--
December 29, 2018
https://issues.dlang.org/show_bug.cgi?id=19510

--- Comment #6 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/e22d631956dd5fdc5e3772c1a854524ac6d34347 fix issue 19510 - random and spurious error about a missing NOLOGO.d file

https://github.com/dlang/dmd/commit/9f5527f86f81f8b39cd2194d7c4811a5b12fd471 Merge pull request #9142 from BBasile/null-terminated-bugs-fiesta

fix issue 19510 - random and spurious error about a missing NOLOGO.d file merged-on-behalf-of: Mathias LANG <pro.mathias.lang@gmail.com>

--