Comment #0 by jansen.gerald — 2017-07-13T16:53:48Z
Created attachment 1650
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@../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.