(just going to -users rather than crossposting)

John Hurst wrote:
> 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). 
Oh?

$ fink --trees=stable list gimp
Information about 9224 packages read in 1 seconds.
     frontline-gimp-  0.5.4-1020   autotrace plugin for the gimp
     gimp             1.2.5-1008   The GNU Image Manipulation Program
     gimp-default     1.2.5-1008   The GNU Image Manipulation Program
     gimp-dev         1.2.5-1008   The GNU Image Manipulation Program


>  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)
>
>   
How about just using "fink list xcode" to get us a human-readable
version of the Xcode version?
> 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
>   
If you're not on Xcode 3.0 or later, then you need to update, since Fink
needs Xcode 3.0 or later for Leopard. (I couldn't find a reference for
what gcc version maps into what Xcode, but 'fink list xcode' carries that).

If not, then you have an incomplete Xcode installation, since you're
missing /usr/lib/libgcc_s.10.5.dylib .

-- 
Alexander Hansen
Fink User Liaison


------------------------------------------------------------------------------
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

Reply via email to