blinksmith / winezeug

Automatically exported from code.google.com/p/winezeug
0 stars 0 forks source link

load_opensymbol fails because package has a new version. #219

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Just downloaded winetricks and tried installing the allfonts package.

This failed because the allfonts packages wants to load a non-existing package.

The old one in the source code is called:
w_download opensymbol 
http://ftp.us.debian.org/debian/pool/main/o/openoffice.org/ttf-opensymbol_3.2.1-
10_all.deb 6b399c9f001ef0aa86661690427d5f84561b6210

and does not exist at the given url anymore.

A fix is to replace the line with:
    w_download opensymbol http://ftp.us.debian.org/debian/pool/main/o/openoffice.org/ttf-opensymbol_3.2.1-11_all.deb 51f79c66f7361fae49053d8456ff1e0973748fb8

The line containing the "ar x" also needs updating to:

w_try ar x "$W_CACHE/opensymbol/ttf-opensymbol_3.2.1-11_all.deb" data.tar.bz2

Regards,
Mathias

Original issue reported on code.google.com by mathias....@gmail.com on 12 Jan 2011 at 9:16

GoogleCodeExporter commented 8 years ago
Fixed by http://code.google.com/p/winezeug/source/detail?r=2322

Original comment by austinenglish@gmail.com on 17 Jan 2011 at 11:20

GoogleCodeExporter commented 8 years ago
There's another problem with opensymbol, caused by a newer/renamed version of 
the package in the Debian Tree. The package at
http://ftp.us.debian.org/debian/pool/main/o/openoffice.org/ttf-opensymbol_3.2.1-
11_all.deb
does no longer exist. Anyways, there's a Package at 
http://ftp.us.debian.org/debian/pool/main/o/openoffice.org/ttf-opensymbol_3.2.1-
11+squeeze2_all.deb
which is pretty much the same to me, but has a different checksumm. I wonder if 
this is the right Package to use...

Greetings: Luke

Original comment by mr.luke....@gmail.com on 13 Feb 2011 at 10:50