mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] downloads broken?


From: Joachim Schleicher
Subject: Re: [Mingw-cross-env-list] downloads broken?
Date: Thu, 29 Mar 2012 14:54:21 +0200

Thanks. But I still have problems with some downloads:

$PKG_WEBSITE seems to be no longer defined. The url moved to index.html. That 
means, the following downloads no not work any more:

grep WEBSITE src/*.mk
src/gcc-mpc.mk:$(PKG)_URL      := $($(PKG)_WEBSITE)/mpc/download/$($(PKG)_FILE)
src/vigra.mk:$(PKG)_URL      := $($(PKG)_WEBSITE)/$($(PKG)_FILE)
src/vtk.mk:$(PKG)_URL      := $($(PKG)_WEBSITE)files/release/5.8/$($(PKG)_FILE)


See the download log attached. Running this target directly reveals that 
$PKG_WEBSITE ist not set:
make download-gcc-mpc
if ! [ '229722d553030734d49731844abfef7617b64f1a' == "`openssl sha1 
'/tmp/mxe/mxe/pkg/mpc-0.9.tar.gz' 2>/dev/null | sed -n 
's,^.*\([0-9a-f]\{40\}\)$,\1,p'`" ]; then mkdir -p '/tmp/mxe/mxe/pkg' &&  ( 
wget -T 30 -t 3 --no-check-certificate -O- '/mpc/download/mpc-0.9.tar.gz' || 
wget --no-check-certificate -O- 
'http://ftp.debian.org/debian/pool/main/m/mpclib/mpclib_0.9.orig.tar.gz' )   > 
'/tmp/mxe/mxe/pkg/mpc-0.9.tar.gz'; [ '229722d553030734d49731844abfef7617b64f1a' 
== "`openssl sha1 '/tmp/mxe/mxe/pkg/mpc-0.9.tar.gz' 2>/dev/null | sed -n 
's,^.*\([0-9a-f]\{40\}\)$,\1,p'`" ] || { echo 'Wrong checksum!'; exit 1; }; fi
/mpc/download/mpc-0.9.tar.gz: Scheme missing.
Wrong checksum!


-------- Original-Nachricht --------
> Datum: Thu, 29 Mar 2012 14:19:18 +0200
> Von: Volker Grabsch <address@hidden>
> An: address@hidden
> Betreff: Re: [Mingw-cross-env-list] downloads broken?

> Joachim Schleicher schrieb:
> > I just wanted to build master. But download fails because of spaces
> added to the urls.
> > r2329 was okay, r2353 fails with the attached log.
> > I am running Ubuntu 10.04
> 
> Ouch. Thanks for reporting that!
> 
> I introduced this bug while doing some cleanup.
> I just fixed it. Sorry for the inconvenience!
> 
> 
> Regards,
> Volker
> 
> -- 
> Volker Grabsch
> ---<<(())>>---
> 

Attachment: gcc-mpc-download
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]