[Issue 7899] rdmd doesn't compile using dmd 2.059

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jun 2 02:21:11 PDT 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7899



--- Comment #3 from thelastmammoth at gmail.com 2012-06-02 02:23:01 PDT ---
Actually there seems to be a bug in the tools/update.sh provided which is
supposed to download and build all:

>From git://github.com/D-Programming-Language/tools
 * branch            master     -> FETCH_HEAD
fatal: 'upstream' does not appear to be a git repository
fatal: The remote end hung up unexpectedly

I checked the error logs, the cause is the call to : 
git pull upstream master   inside tools/update.sh
For the other directories, it works fine.

This stops the build. So I had to modify the update.sh script.

************
While I'm at it it seems that rdmd hard-wires  dmd.conf to /usr/bin/dmd.conf as
opposed to what says in the docs (dmd.conf should be able to be in a number of
locations )

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list