Bug 14279 – [REG:git-head]Failed to make dmd because of idgen : HOST_DC missing

Status
RESOLVED
Resolution
WONTFIX
Severity
regression
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
All
OS
Windows
Creation time
2015-03-12T03:02:00Z
Last change time
2015-06-18T09:08:22Z
Assigned to
nobody
Creator
jiki

Comments

Comment #0 by jiki — 2015-03-12T03:02:40Z
make -f win32.mak release This command failed with: run idgen Error: 'run' not found It should be: dmd -run idgen The cause is HOST_DC variable was added, but it is empty. If environment variable HOST_DC is defined, we can make.
Comment #1 by bugzilla — 2015-03-13T05:01:04Z
Comment #2 by yebblies — 2015-03-13T06:36:18Z
This was intentional, not a regression. You need to define HOST_DC in your environment or pass it to the make invocation.
Comment #3 by github-bugzilla — 2015-03-14T01:54:48Z
Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/c2b9108d01173d0a8414a99f895675ccce71a66a fix Issue 14279 - [REG:git-head]Failed to make dmd because of idgen : HOST_DC missing https://github.com/D-Programming-Language/dmd/commit/339cd188c7074108f4d51ab84e07092564af28ba Merge pull request #4492 from WalterBright/fix14279 fix Issue 14279 - [REG:git-head]Failed to make dmd because of idgen : HO...
Comment #4 by github-bugzilla — 2015-06-17T21:02:04Z
Commits pushed to stable at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/c2b9108d01173d0a8414a99f895675ccce71a66a fix Issue 14279 - [REG:git-head]Failed to make dmd because of idgen : HOST_DC missing https://github.com/D-Programming-Language/dmd/commit/339cd188c7074108f4d51ab84e07092564af28ba Merge pull request #4492 from WalterBright/fix14279