September 04, 2015
https://issues.dlang.org/show_bug.cgi?id=14959

--- Comment #11 from Jack Stouffer <jack@jackstouffer.com> ---
(In reply to Vladimir Panteleev from comment #10)
> (In reply to Jack Stouffer from comment #9)
> > Unfortunately, every time I try to use digger, the build fails even though github loads just fine in my browser:
> > 
> > Cloning into 'dmd'...
> > fatal: unable to connect to github.com:
> > github.com[0: 192.30.252.130]: errno=Operation timed out
> 
> Unblock TCP port 9418 or run:
> 
> git config --global url.https://github.com/.insteadOf git://github.com/

Works with digger build. I'm not quite sure what that means. Am I manually building DMD wrong?

--
September 04, 2015
https://issues.dlang.org/show_bug.cgi?id=14959

--- Comment #12 from Vladimir Panteleev <thecybershadow@gmail.com> ---
(In reply to Jack Stouffer from comment #11)
> Works with digger build. I'm not quite sure what that means. Am I manually building DMD wrong?

It means that the way in which Digger builds D and the way you build D result in different outcomes. You could look through Digger's log, see how it builds D and try to find the difference with your method.

It could also be an installation problem (mismatching versions of the compiler and Phobos, or Phobos library and Phobos source code, or an outdated version of one of the above being in front of the just-built version in the search path).

--
September 04, 2015
https://issues.dlang.org/show_bug.cgi?id=14959

Jack Stouffer <jack@jackstouffer.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #13 from Jack Stouffer <jack@jackstouffer.com> ---
(In reply to Vladimir Panteleev from comment #12)
> (In reply to Jack Stouffer from comment #11)
> > Works with digger build. I'm not quite sure what that means. Am I manually building DMD wrong?
> 
> It means that the way in which Digger builds D and the way you build D result in different outcomes. You could look through Digger's log, see how it builds D and try to find the difference with your method.
> 
> It could also be an installation problem (mismatching versions of the compiler and Phobos, or Phobos library and Phobos source code, or an outdated version of one of the above being in front of the just-built version in the search path).

Because I am going to assume digger is more correct that my build I will close this. Where can I find said log file?

--
September 04, 2015
https://issues.dlang.org/show_bug.cgi?id=14959

--- Comment #14 from Vladimir Panteleev <thecybershadow@gmail.com> ---
Terminal output. You can redirect it to a file e.g. with "2>&1 | tee digger.log".

--
1 2
Next ›   Last »