On Nov 17, 2008, at 2:28 PM, Stan Sanderson wrote: > On OS 10.5.5, PPC, XCode 3.1.1, X11 2.3.1, unstable tree, > (i) gnome-session-2.20.3-3 update fails with > > powerpc-apple-darwin9-gcc-4.0.1: /usr/X11/lib/ > libpixman-1.0.10.0.dylib: No such file or directory > make[3]: *** [gnome-session] Error 1 > make[2]: *** [all] Error 2 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > ### execution of make failed, exit code 2 >
You didn't reference the build line before the failure, which would be useful since gnome-session ought to link to Fink's pixman and maybe we can see which flags are out of order. > If the following lines from config.log mean anything... > > configure:3258: gcc -c -Os -fno-common -fno-common -I/sw/lib/ > freetype219/include/freetype2 -I/sw/lib/freetype219/include -I/sw/lib/ > pango-ft219/include -I/sw/include/libcdparanoia -I/sw/include > conftest.c >&5 > configure:3264: $? = 0 > configure:3271: test -z "$ac_c_werror_flag" || test ! -s conftest.err > configure:3274: $? = 0 > configure:3281: test -s conftest.o > > (I'm getting too old for this!) > > Stan > Did you reinstall X11 2.3.1 after updating Xcode? On my system (Xcode 3.1.1 + X11 2.3.1) I have: ls /usr/X11/lib/libpix* /usr/X11/lib/libpixman-1.0.11.4.dylib /usr/X11/lib/libpixman-1.0.dylib /usr/X11/lib/libpixman-1.0.11.6.dylib /usr/X11/lib/libpixman-1.dylib /usr/X11/lib/libpixman-1.0.11.8.dylib /usr/X11/lib/libpixman-1.la and in the beginning of /usr/X11/lib/libpixman-1.la: # libpixman-1.la - a libtool library file # Generated by ltmain.sh - GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06) # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='libpixman-1.0.dylib' # Names of this library. library_names='libpixman-1.0.dylib libpixman-1.dylib libpixman-1.0.11.8.dylib' ... Which doesn't reference libpixman-1.0.10 at all. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
