http://bugs.winehq.org/show_bug.cgi?id=9470
Summary: Wine fails to build, sfnt2fnt [courier-1255-96-13.fnt] Error 127 Product: Wine Version: 0.9.44. Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: jeffrobins747@hotmail.com
I run Mandriva 2007.0 on an AMD 64.
I downloaded wine 0.9.44 source, ran "./configure --version" and installed all possible libraries (wine still fails to recognize libcui and libcapi20). I commented out line 151 of "tools/wineinstall" and added the line "if false" in its place to insure that "./tools/wineinstall" would re-run "configure". I then ran "./tools/wineinstall". The build failed with the following messages:
make[1]: Leaving directory `/working/wine-0.9.44/include' make[1]: Entering directory `/working/wine-0.9.44/fonts' ../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 `/working/wine-0.9.44/fonts' make: *** [fonts] Error 2
I ran "make depend" manually without any problems and then ran "make" again with the same result.
E-mail me if there are any logs that I should attach.