[Issue 14915] New: can't build phobos-release
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Aug 13 04:40:37 PDT 2015
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 at puremagic.com
Reporter: ag0aep6g at gmail.com
----
$ make -f posix.mak phobos-release
>From 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
--
More information about the Digitalmars-d-bugs
mailing list