digitalmars.D.bugs - [Issue 14915] New: can't build phobos-release
- via Digitalmars-d-bugs (24/25) Aug 13 2015 https://issues.dlang.org/show_bug.cgi?id=14915
https://issues.dlang.org/show_bug.cgi?id=14915 Issue ID: 14915 Summary: can't build phobos-release Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: regression Priority: P1 Component: dlang.org Assignee: nobody puremagic.com Reporter: ag0aep6g gmail.com ---- $ make -f posix.mak phobos-releaseFrom https://github.com/D-Programming-Language/dmd* branch HEAD -> FETCH_HEAD LATEST=2.068.0 <-- place in the command line to skip network traffic. make --directory=../dmd-2.068.0/src -f posix.mak -j 4 make[1]: *** ../dmd-2.068.0/src: No such file or directory. Stop. posix.mak:338: recipe for target '../dmd-2.068.0/src/dmd' failed make: *** [../dmd-2.068.0/src/dmd] Error 2 ---- Introduced by https://github.com/D-Programming-Language/dlang.org/pull/1050 --
Aug 13 2015