Comment 30 for bug 191575

Revision history for this message
qwertie (jirka-silhan) wrote :

I got this:

.
.
.
dpkg-shlibdeps: warning: debian/wine/usr/lib/wine/start.exe.so shouldn't be linked with libm.so.6 (it uses none of its symbols).
dpkg-shlibdeps: warning: debian/wine/usr/lib/wine/crtdll.dll.so shouldn't be linked with libm.so.6 (it uses none of its symbols).
dpkg-shlibdeps: warning: debian/wine/usr/lib/wine/ddrawex.dll.so shouldn't be linked with libm.so.6 (it uses none of its symbols).
.
.
.

in compilation by :

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

the result is SEGFAULTing - so i think - is there bad version of libm?