xrae117 / osxwinebuilder

Automatically exported from code.google.com/p/osxwinebuilder
GNU Lesser General Public License v2.1
0 stars 0 forks source link

osxwinebuild.sh fails: download fails for fontconfig #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

   --stable install, up-to-date Snow Leopard on Mac Mini Server.

   Fails at checksum for fontconfig-2.8.0 aborts, because it doesn't dowload the source for fontconfig-2.8.0.gz (I guess they've changed the download script at fontconfig.org).  Cf.

 helen:~ cas$  head -n3 wine/source/fontconfig-2.8.0.tar.gz
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" 
"http://www.w3.org/TR/html4/strict.dtd">
<html>

The file available from:
  http://cgit.freedesktop.org/fontconfig/snapshot/fontconfig-2.8.0.tar.gz
still doesn't match the scripts checksum, but hacking two variables so:

#FONTCONFIGURL="http://fontconfig.org/release/${FONTCONFIGFILE}"
#FONTCONFIGSHA1SUM="570fb55eb14f2c92a7b470b941e9d35dbfafa716"
FONTCONFIGURL=http://cgit.freedesktop.org/fontconfig/snapshot/fontconfig-2.8.0.t
ar.gz
FONTCONFIGSHA1SUM=e59df2a97a5b6f225e39dc5830467b204f378bee

and deleting the bogus tar file allows this stage to be completed.

Original issue reported on code.google.com by stewart....@gmail.com on 18 Dec 2010 at 10:40

GoogleCodeExporter commented 8 years ago
Thanks for the report!  A quick change to fix this was just checked in.  -r

Original comment by rwoodsm...@gmail.com on 18 Dec 2010 at 11:01

GoogleCodeExporter commented 8 years ago
Better URL than above:
  ftp://mirror.ovh.net/gentoo-distfiles/distfiles/fontconfig-2.8.0.tar.gz
has the same sha1 hash as in the osxwinebuild.sh script.

Original comment by stewart....@gmail.com on 18 Dec 2010 at 11:19

GoogleCodeExporter commented 8 years ago
This one should be fixed for the time being.  It looks like freedesktop.org had 
an outage.  The fontconfig releases are back in place and there should be no 
further issues. -r

Original comment by rwoodsm...@gmail.com on 17 Feb 2011 at 4:52