Export to GitHub

winezeug - issue #219

load_opensymbol fails because package has a new version.


Posted on Jan 12, 2011 by Massive Monkey

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

Comment #1

Posted on Jan 17, 2011 by Quick Rabbit

Fixed by http://code.google.com/p/winezeug/source/detail?r=2322

Comment #2

Posted on Feb 13, 2011 by Swift Elephant

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

Status: Fixed

Labels:
Type-Defect Priority-Medium