Bug 13181 – install target broken

Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
All
OS
Linux
Creation time
2014-07-22T05:03:00Z
Last change time
2014-07-23T14:40:42Z
Assigned to
nobody
Creator
braddr

Comments

Comment #0 by braddr — 2014-07-22T05:03:27Z
$ make -f posix.mak install <snip> mkdir -p ../install/lib cp generated/linux/release/32/libphobos2.a ../install/lib/ cp -P generated/linux/release/32/libphobos2.so.0.66.0 generated/linux/release/32/libphobos2.so.0.66 generated/linux/release/32/libphobos2.so ../install/lib/ cp: cannot stat ‘generated/linux/release/32/libphobos2.so.0.66’: No such file or directory cp: cannot stat ‘generated/linux/release/32/libphobos2.so’: No such file or directory make[1]: *** [install2] Error 1 $ find . -name libphobos\* install/lib/libphobos2.a install/lib/libphobos2.so.0.66.0 phobos/generated/linux/release/32/libphobos2.a phobos/generated/linux/release/32/libphobos2.so.0.66.0 phobos/generated/linux/release/32/libphobos2.so.0.66.o I haven't validated in which release this last worked, but it did at one point.
Comment #1 by bugzilla — 2014-07-22T20:16:41Z
Does this have anything to do with your recent dmd PR 3798?
Comment #2 by braddr — 2014-07-22T21:05:58Z
Comment #3 by k.hara.pg — 2014-07-23T14:40:42Z
(In reply to Brad Roberts from comment #2) > No, it's related to: > https://github.com/D-Programming-Language/phobos/pull/2362 PR was merged.