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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Mar 10 01:12:38 PST 2013


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


Vladimir Panteleev <thecybershadow at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |thecybershadow at gmail.com
         Resolution|                            |WORKSFORME


--- Comment #4 from Vladimir Panteleev <thecybershadow at gmail.com> 2013-03-10 11:12:37 EET ---
The specific compilation issue reported here has since been resolved.

(In reply to comment #3)
> 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.

Have you tried running the script from a directory with an existing git clone?
The remote name needs to be called "upstream", which is what the script uses
when setting up the repositories.

The script works for me.

> 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 )

Not sure if this is specific to old rdmd versions, but rdmd does not consult
any specific location for dmd.conf. It uses the output of dmd -v ("config"
line) to find the location of the compiler configuration, solely to consider it
as a rebuild dependency.

-- 
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