G'day, I upgraded to Leopard 10.5.7 recently, did a fink selfupdate, and now find some fink packages seem to have broken (gimp-1.2 in particular, which has gone missing). I'm on an Intel MacBook Pro. Here's the output from gcc --version:
a...@murtoa /home/ajh 510 $ gcc --version i686-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build 5250) and a fragment of the output from when I now attempt a fink selfupdate. Installing build-lock package... /sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock- bzip2-1.0.5-2_2009.07.14-09.29.04_darwin-i386.deb WARNING: you have an incomplete X11 installation. See http://finkproject.org/faq/usage-packages.php#special-x11-debug for details on repairing it. Selecting previously deselected package fink-buildlock-bzip2-1.0.5-2. (Reading database ... 37760 files and directories currently installed.) Unpacking fink-buildlock-bzip2-1.0.5-2 (from .../fink-buildlock- bzip2-1.0.5-2_2009.07.14-09.29.04_darwin-i386.deb) ... Setting up fink-buildlock-bzip2-1.0.5-2 (2009.07.14-09.29.04) ... gzip -dc /sw/src/bzip2-1.0.5.tar.gz | /sw/bin/tar -xf - --no-same- owner --no-same-permissions [ -r /sw/fink/dists/stable/main/finkinfo/base/bzip2.patch ] sed 's|@VERSION@|1.0.5|g' < /sw/fink/dists/stable/main/finkinfo/base/ bzip2.patch | patch -p1 patching file Makefile make PREFIX=/sw If compilation produces errors, or a large number of warnings, please read README.COMPILATION.PROBLEMS -- you might be able to adjust the flags in this Makefile to improve matters. Also in README.COMPILATION.PROBLEMS are some hints that may help if your build produces an executable which is unable to correctly handle so-called 'large files' -- files of size 2GB or more. gcc -fno-common -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c blocksort.c gcc -fno-common -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c huffman.c gcc -fno-common -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c crctable.c gcc -fno-common -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c randtable.c gcc -fno-common -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c compress.c gcc -fno-common -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c decompress.c gcc -fno-common -Wall -Winline -O2 -g -D_FILE_OFFSET_BITS=64 -c bzlib.c rm -f libbz2.dylib libbz2.*.dylib gcc -dynamiclib -o libbz2.1.0.5.dylib blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o -install_name /sw/lib/ libbz2.1.dylib -compatibility_version 1.0.1 -current_version 1.0.5 /usr/bin/libtool: can't locate file for: -lgcc_s.10.5 /usr/bin/libtool: file: -lgcc_s.10.5 is not an object file (not allowed in a library) /usr/bin/libtool: for architecture ppc7400 object: /usr/lib/gcc/i686- apple-darwin8/4.0.1/../../../libSystem.dylib malformed object (unknown load command 4) /usr/bin/libtool: for architecture: (null) file: -lSystem is not an object file (not allowed in a library) /usr/bin/libtool: for architecture ppc64 object: /usr/lib/gcc/i686- apple-darwin8/4.0.1/../../../libSystem.dylib malformed object (unknown load command 4) make: *** [libbz2.dylib] Error 1 ### execution of make failed, exit code 2 Removing runtime build-lock... Removing build-lock package... /sw/bin/dpkg-lockwait -r fink-buildlock-bzip2-1.0.5-2 WARNING: you have an incomplete X11 installation. See http://finkproject.org/faq/usage-packages.php#special-x11-debug for details on repairing it. (Reading database ... 37761 files and directories currently installed.) Removing fink-buildlock-bzip2-1.0.5-2 ... Failed: phase compiling: bzip2-1.0.5-2 failed cheers, --John Hurst -- co-Director, Computing Education Research Group (Caulfield, H7.76) -- A/Professor, Clayton School of IT (Clayton, 63.123) -- PO Box 26, Monash University, Clayton, VIC 3800 -- [email protected] ~ ~~~&#: -- phone: +61 3 990 55192 (Caulf: 32196) _..___ ---_...@___h__ --(mob 0407 569 041) (fax +61 3 990 55146) |_____[_|_________[__]_ -- http://www.csse.monash.edu.au/~ajh oo oo oo O--O--O o=o -- Monash Provider No. 00008C -- -- "God, and email, move in mysterious ways" ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
