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

Jacob Carlborg via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Apr 19 09:21:45 PDT 2015


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.XXXXXXXX) && curl -fsSL
> http://downloads.dlang.org/releases/2.x/2.067.0/dmd.2.067.0.linux.zip >
> ${TMPFILE}.zip && \
>          unzip -qd /tmp/.stable_dmd-2.067.0 ${TMPFILE}.zip && rm
> ${TMPFILE}.zip
> cd ../dub-0.9.23 && DC=/tmp/.stable_dmd-2.067.0/dmd2/linux/bin64/dmd
> ./build.sh
> Generating version file...
> Running /tmp/.stable_dmd-2.067.0/dmd2/linux/bin64/dmd...
> /media/Data/Projects/D/dmd/phobos/generated/linux/release/64/libphobos2.a(curl.o):
> In function `_D3std3net4curl4HTTP21_sharedStaticCtor1542FZv':
> std/net/curl.d:(.text._D3std3net4curl4HTTP21_sharedStaticCtor1542FZv+0xf):
> undefined reference to `curl_version_info'

Do you have libcurl installed?

-- 
/Jacob Carlborg


More information about the Digitalmars-d-learn mailing list