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).
http://bugs.winehq.org/show_bug.cgi?id=11271
--- Comment #1 from Austin English austinenglish@gmail.com 2008-01-21 13:27:32 --- Can you please run a regression test?
http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=11271
--- Comment #2 from Iain Nicholson iain@delphinus.demon.co.uk 2008-01-22 14:33:13 --- I'll have a go.
http://bugs.winehq.org/show_bug.cgi?id=11271
--- Comment #3 from Iain Nicholson iain@delphinus.demon.co.uk 2008-01-22 16:01:44 --- Created an attachment (id=10413) --> (http://bugs.winehq.org/attachment.cgi?id=10413) Build log for wine regression test using git tree and bisect.
http://bugs.winehq.org/show_bug.cgi?id=11271
--- Comment #4 from Iain Nicholson iain@delphinus.demon.co.uk 2008-01-22 16:02:52 --- I followed the instructions you pointed me at for regression testing and ran them, setting up git as follows (taken from by build script):
git bisect start git bisect good wine-0.9.49 git bisect bad wine-0.9.52
# # Configure for git. # echo "Configuring for git..." CC="ccache gcc" ./configure --verbose --prefix=${PBUILD_INSTALL_ROOT_DIR} &> ${PBUILD_LOGFILE}
# # build # echo "Building..." time make clean >> ${PBUILD_LOGFILE} 2>&1 time make >> ${PBUILD_LOGFILE} 2>&1 echo "Don't forget to reset the git bisect." >> ${PBUILD_LOGFILE} 2>&1 date >> ${PBUILD_LOGFILE}
exit 0
It failed in the expected place. Please see the attached build log file. The top-level log had the following:
Bisecting: 586 revisions left to test after this [f4ec0a209b10dfbf1f44a2bf0cdf2bebc19ee3ed] wined3d: Fix error handling in fixed_get_input().
http://bugs.winehq.org/show_bug.cgi?id=11271
--- Comment #5 from Lei Zhang thestig@google.com 2008-01-22 16:26:45 --- you have to tell git whether the build was good or bad, and continue testing until git narrows down the regression.
FWIW, Wine builds just fine on Slackware 12.
http://bugs.winehq.org/show_bug.cgi?id=11271
--- Comment #6 from Iain Nicholson iain@delphinus.demon.co.uk 2008-01-22 16:39:16 --- OK, I'll keep testing.
When you say it builds OK on Slackware 12.0, do you mean on a clean Slackware 12.0 with no previous wine installation?
I bet it works if I leave the previous build installed (where the dynamic linker goes looking for libs).
http://bugs.winehq.org/show_bug.cgi?id=11271
--- Comment #7 from Lei Zhang thestig@google.com 2008-01-22 16:56:27 --- I don't have wine installed into /usr, everything is in ~/wine-git/.
BTW, ldd tools/sfnt2fnt says:
libwine.so.1 => /home/leiz/wine-git/tools/../libs/wine/libwine.so.1 (0xb7ee8000)
http://bugs.winehq.org/show_bug.cgi?id=11271
--- Comment #8 from Iain Nicholson iain@delphinus.demon.co.uk 2008-01-22 17:06:21 --- Interesting.
Something changed between wine-0.9.49 and 0.9.52. However, perhaps his has revealed hidden brokenness in my system.
http://bugs.winehq.org/show_bug.cgi?id=11271
Iain Nicholson iain@delphinus.demon.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #9 from Iain Nicholson iain@delphinus.demon.co.uk 2008-01-23 16:28:02 --- My mistake.
http://bugs.winehq.org/show_bug.cgi?id=11271
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #10 from Austin English austinenglish@gmail.com 2008-01-26 04:39:21 --- Closing