[Issue 17649] New: CONTRIBUTING.md instructions failed (no ../druntime dir)
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Jul 13 09:53:48 PDT 2017
https://issues.dlang.org/show_bug.cgi?id=17649
Issue ID: 17649
Summary: CONTRIBUTING.md instructions failed (no ../druntime
dir)
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: minor
Priority: P1
Component: dlang.org
Assignee: nobody at puremagic.com
Reporter: jansen.gerald at gmail.com
Created attachment 1650
--> https://issues.dlang.org/attachment.cgi?id=1650&action=edit
more detailed traceback
Following the instructions on
https://github.com/dlang/dlang.org/blob/master/CONTRIBUTING.md, I got this
error (more detail attached):
fatal: Cannot change to '../druntime': No such file or directory
object.Exception at ../tools/changed.d(107): Failed to execute '"git" "-C"
"../druntime" "fetch" "--tags" "https://github.com/dlang/druntime"
"+refs/heads/*:refs/remotes/upstream/*"'.
I had to 'git clone https://github.com/dlang/druntime' in addition to dlang.org
and dmd, then 'cd dlang.org && make -f posix.make html' went smoothly.
--
More information about the Digitalmars-d-bugs
mailing list