Comment 15 for bug 191575

Revision history for this message
Jurjen Stellingwerff (jurjen-stwerff) wrote :

I rebuild the wine package for myself without stripping the symbols:

sudo apt-get build-dep wine
apt-get source wine
cd wine-0.9.55
export DEB_BUILD_OPTIONS=nostrip
dpkg-buildpackage -rfakeroot -us -uc
cd ..
sudo dpkg -i wine_0.9.55-0ubuntu1_i386.deb

And now my wine 0.9.55 runs perfectly without any errors.. I hoped to provide a more indepth error report but there seems to be a packaging error due to a incompatible library with the current hardy set.
I'll try to build a normal package later to verify that is was only an older library included or something. If people are willing to try this without the nostrip they are welcome.