Re: Building website from git master, why does it checkout DMD v2.066.1 and die?

2015-04-20 Thread Gary Willoughby via Digitalmars-d-learn
On Sunday, 19 April 2015 at 21:26:11 UTC, Vladimir Panteleev wrote: On Sunday, 19 April 2015 at 16:20:23 UTC, Gary Willoughby wrote: If i pass the correct information on the command line it gets past the library errors but now shows linker errors. I'm not seeing the compilation errors when

Re: Building website from git master, why does it checkout DMD v2.066.1 and die?

2015-04-20 Thread Jacob Carlborg via Digitalmars-d-learn
On 2015-04-20 12:42, Gary Willoughby wrote: Great thanks that cured the linking problem but there are still more errors during the build. I'm giving up for now as i only need the html but it's disappointing that it's so broken. Are your clones of DMD, druntime and Phobos up to date and clean?

Re: Building website from git master, why does it checkout DMD v2.066.1 and die?

2015-04-19 Thread Jacob Carlborg via Digitalmars-d-learn
On 2015-04-19 10:56, Jacob Carlborg wrote: The makefile isn't updated, see [1]. Trying adding STABLE_DMD_VER=2.067.0 to the command you're running. That won't work because someone thought it was a good idea to split the download site per year :( . Try overriding STABLE_DMD_URL [1] instead.

Re: Building website from git master, why does it checkout DMD v2.066.1 and die?

2015-04-19 Thread Jacob Carlborg via Digitalmars-d-learn
On 2015-04-18 20:52, Gary Willoughby wrote: I'm trying to build the website from git master and i'm getting some errors. Here is the last part of the output: Any ideas what the issue is here? The makefile isn't updated, see [1]. Trying adding STABLE_DMD_VER=2.067.0 to the command you're

Re: Building website from git master, why does it checkout DMD v2.066.1 and die?

2015-04-19 Thread Jacob Carlborg via Digitalmars-d-learn
On 2015-04-19 10:56, Jacob Carlborg wrote: The makefile isn't updated, see [1]. Trying adding STABLE_DMD_VER=2.067.0 to the command you're running. Pull request: https://github.com/D-Programming-Language/dlang.org/pull/968 -- /Jacob Carlborg

Re: Building website from git master, why does it checkout DMD v2.066.1 and die?

2015-04-19 Thread Gary Willoughby via Digitalmars-d-learn
On Sunday, 19 April 2015 at 16:21:45 UTC, Jacob Carlborg wrote: Do you have libcurl installed? Yeah and i've looked at the build scripts etc, and can't see anything obviously wrong.

Re: Building website from git master, why does it checkout DMD v2.066.1 and die?

2015-04-19 Thread Vladimir Panteleev via Digitalmars-d-learn
On Sunday, 19 April 2015 at 16:20:23 UTC, Gary Willoughby wrote: If i pass the correct information on the command line it gets past the library errors but now shows linker errors. I'm not seeing the compilation errors when building on the staging server, so not sure why you're getting them. I

Re: Building website from git master, why does it checkout DMD v2.066.1 and die?

2015-04-19 Thread Gary Willoughby via Digitalmars-d-learn
On Sunday, 19 April 2015 at 09:06:58 UTC, Jacob Carlborg wrote: On 2015-04-19 10:56, Jacob Carlborg wrote: The makefile isn't updated, see [1]. Trying adding STABLE_DMD_VER=2.067.0 to the command you're running. Pull request: https://github.com/D-Programming-Language/dlang.org/pull/968 If

Re: Building website from git master, why does it checkout DMD v2.066.1 and die?

2015-04-19 Thread Jacob Carlborg via Digitalmars-d-learn
On 2015-04-19 18:20, Gary Willoughby wrote: Here are the errors: ... touch ../dub-0.9.23/.cloned mkdir -p /tmp/.stable_dmd-2.067.0 TMPFILE=$(mktemp deleteme.) curl -fsSL http://downloads.dlang.org/releases/2.x/2.067.0/dmd.2.067.0.linux.zip ${TMPFILE}.zip \ unzip -qd

Building website from git master, why does it checkout DMD v2.066.1 and die?

2015-04-18 Thread Gary Willoughby via Digitalmars-d-learn
I'm trying to build the website from git master and i'm getting some errors. Here is the last part of the output: ... touch ../dub-0.9.22/.cloned mkdir -p /tmp/.stable_dmd-2.066.1 TMPFILE=$(mktemp deleteme.) curl -fsSL http://downloads.dlang.org/releases/2014/dmd.2.066.1.linux.zip