http://bugs.winehq.org/show_bug.cgi?id=11271
Summary: wine-0.9.53 fails to build on Slackware 11.0 Product: Wine Version: 0.9.53. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: iain@delphinus.demon.co.uk
wine-0.9.52 also fails to build.
wine-0.9.53 is being built in a clean Slackware-11.0 chroot jail (no previous build of wine is installed).
The build fails with the following error:
fontforge -script ../fonts/genttf.ff courier.sfd courier.ttf Copyright (c) 2000-2007 by George Williams. Executable based on sources from 20:20 GMT 10-Dec-2007. ../tools/sfnt2fnt courier.ttf 13 1255 96 128 8 ../tools/sfnt2fnt: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory make[1]: *** [courier-1255-96-13.fnt] Error 127 make[1]: Leaving directory `/home/packager/workspace/wine-0.9.53/fonts' make: *** [fonts] Error 2
If I set LD_LIBRARY_PATH to point into the source tree before running the build it succeeds, i.e. if I do
export LD_LIBRARY_PATH=/home/packager/workspace/wine-0.9.53/libs/wine
before building, the build succeeds.
This was not necessary with previous versions of wine (up to and including wine-0.9.49).