D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 14990 - No rule to make target `src/core/sys/windows/stdio_msvc12.d', needed by 'druntime.zip'.
Summary: No rule to make target `src/core/sys/windows/stdio_msvc12.d', needed by 'drun...
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: druntime (show other issues)
Version: D2
Hardware: All Linux
: P1 regression
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-01 07:51 UTC by Walter Bright
Modified: 2015-10-04 18:19 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Walter Bright 2015-09-01 07:51:08 UTC
Making zip on Linux yields the following message:

  No rule to make target `src/core/sys/windows/stdio_msvc12.d', needed by 'druntime.zip'.
Comment 2 github-bugzilla 2015-09-01 13:10:41 UTC
Commits pushed to master at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/9d3de5c4394e7029d8c48f3b8805c758ef07dac6
fix Issue 14990 No rule to make target src/core/sys/stdio_msvc12.d

https://github.com/D-Programming-Language/druntime/commit/de5a0bc74c2027afc56d2326130655ad01ad5270
Merge pull request #1371 from WalterBright/fix14990

fix Issue 14990 No rule to make target src/core/sys/stdio_msvc12.d
Comment 3 github-bugzilla 2015-10-04 18:19:17 UTC
Commits pushed to stable at https://github.com/D-Programming-Language/druntime

https://github.com/D-Programming-Language/druntime/commit/9d3de5c4394e7029d8c48f3b8805c758ef07dac6
fix Issue 14990 No rule to make target src/core/sys/stdio_msvc12.d

https://github.com/D-Programming-Language/druntime/commit/de5a0bc74c2027afc56d2326130655ad01ad5270
Merge pull request #1371 from WalterBright/fix14990