Issue 14279 - [REG:git-head]Failed to make dmd because of idgen : HOST_DC missing
Summary: [REG:git-head]Failed to make dmd because of idgen : HOST_DC missing
Status: RESOLVED WONTFIX
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: All Windows
: P1 regression
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-12 03:02 UTC by jiki
Modified: 2015-06-18 09:08 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description jiki 2015-03-12 03:02:40 UTC
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 2 yebblies 2015-03-13 06:36:18 UTC
This was intentional, not a regression.  You need to define HOST_DC in your environment or pass it to the make invocation.
Comment 3 github-bugzilla 2015-03-14 01:54:48 UTC
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 github-bugzilla 2015-06-17 21:02:04 UTC
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