Dear all,
        To celebrate my move to OS X 10.6, I removed my old /sw tree and  
started again with 64-bit compilation.  My goal is to compile "fink  
install gimp2-default".

        One of the requirements for gimp2-default is "libbabl0.0.0", which  
ends with error messages.

        Here's system information:

OS X 10.6.1 on a MacBook Pro.  2.4 GHz Intel Core 2 Duo, and 4 GB  
memory.

fink --version
Package manager version: 0.29.9
Distribution version: selfupdate-rsync Thu Sep 24 16:57:01 2009, 10.6,  
x86_64

And the compiler output:

$ fink install libbabl0.0.0-shlibs
Information about 8159 packages read in 0 seconds.
The following package will be installed or updated:
  libbabl0.0.0-shlibs
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-libbabl0.0.0- 
shlibs-0.0.22-1 /sw/src/fink.build
dpkg-deb: building package `fink-buildlock-libbabl0.0.0- 
shlibs-0.0.22-1' in `/sw/src/fink.build/fink-buildlock-libbabl0.0.0- 
shlibs-0.0.22-1_2009.09.24-18.39.59_darwin-x86_64.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock- 
libbabl0.0.0-shlibs-0.0.22-1_2009.09.24-18.39.59_darwin-x86_64.deb
Selecting previously deselected package fink-buildlock-libbabl0.0.0- 
shlibs-0.0.22-1.
(Reading database ... 64843 files and directories currently installed.)
Unpacking fink-buildlock-libbabl0.0.0-shlibs-0.0.22-1 (from .../fink- 
buildlock-libbabl0.0.0-shlibs-0.0.22-1_2009.09.24-18.39.59_darwin- 
x86_64.deb) ...
Setting up fink-buildlock-libbabl0.0.0-shlibs-0.0.22-1  
(2009.09.24-18.39.59) ...
bzip2 -dc /sw/src/babl-0.0.22.tar.bz2 | /sw/bin/tar -xf -  --no-same- 
owner --no-same-permissions
[ -r /sw/fink/dists/unstable/main/finkinfo/graphics/libbabl0.0.0- 
shlibs.patch ]
patch -p1 < /sw/fink/dists/unstable/main/finkinfo/graphics/ 
libbabl0.0.0-shlibs.patch
patching file babl/babl-extension.c
patching file babl/base/Makefile.am
patching file configure.ac
patching file docs/graphics/Makefile.am
patching file extensions/Makefile.am
autoreconf -f -i
ac_cv_path_INKSCAPE=no ac_cv_path_W3M=no ./configure --prefix=/sw -- 
disable-dependency-tracking --disable-static --disable-altivec
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking build system type... i386-apple-darwin10.0.0
checking host system type... i386-apple-darwin10.0.0
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /usr/libexec/gcc/i686-apple- 
darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld)  
is GNU ld... no
checking for /usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld option to  
reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/libexec/gcc/i686-apple- 
darwin10/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.0.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/libexec/gcc/i686-apple- 
darwin10/4.2.1/ld
checking if the linker (/usr/libexec/gcc/i686-apple-darwin10/4.2.1/ld)  
is GNU ld... no
checking whether the g++ linker (/usr/libexec/gcc/i686-apple- 
darwin10/4.2.1/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fno-common
checking if g++ PIC flag -fno-common works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/libexec/gcc/i686-apple- 
darwin10/4.2.1/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin10.0.0 dyld
(cached) (cached) checking how to hardcode library paths into  
programs... immediate
appending configuration tag "F77" to libtool
checking whether to enable maintainer-specific portions of  
Makefiles... no
checking for ANSI C header files... (cached) yes
checking whether build environment is sane... yes
checking whether gcc understands -Wdeclaration-after-statement... yes
checking whether gcc understands -Wmissing-prototypes... yes
checking whether gcc understands -Wmissing-declarations... yes
checking whether gcc understands -Winit-self... yes
checking whether gcc understands -Wpointer-arith... yes
checking whether gcc understands -Wold-style-definition... yes
checking for inkscape... (cached) no
checking for w3m... (cached) no
checking for target architecture... i386-apple-darwin10.0.0
checking which extension is used for loadable modules... .so
checking for some Win32 platform... no
checking for native Win32... no
checking whether gcc understands -mmmx... yes
checking whether we can compile MMX code... yes
checking whether gcc understands -msse... yes
checking whether we can compile SSE code... yes
checking for library containing dlopen... none required
checking for library containing rint... none required
checking for gettimeofday... yes
checking for rint... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating babl.pc
config.status: creating babl/Makefile
config.status: creating babl/babl-version.h
config.status: creating babl/base/Makefile
config.status: creating docs/Makefile
config.status: creating docs/index-static.html
config.status: creating docs/graphics/Makefile
config.status: creating tests/Makefile
config.status: creating extensions/Makefile
config.status: creating INSTALL
config.status: creating config.h
config.status: executing depfiles commands
make
make  all-recursive
Making all in babl
Making all in base
/bin/sh ../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H - 
I. -I../.. -I../.. -I../../babl  -I/sw/include  -g -O2 -Wall - 
Wdeclaration-after-statement -Wmissing-prototypes -Wmissing- 
declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o  
babl-base.lo babl-base.c
mkdir .libs

. . .  [CUT!] . . .

/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. - 
I.. -I.. -I../babl/base -DLIBDIR=\""/sw/lib"\" -I/sw/include  -g -O2 - 
Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing- 
declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o  
babl-list.lo babl-list.c
  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/sw/lib 
\" -I/sw/include -g -O2 -Wall -Wdeclaration-after-statement -Wmissing- 
prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold- 
style-definition -c babl-list.c  -fno-common -DPIC -o .libs/babl-list.o
/bin/sh ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. - 
I.. -I.. -I../babl/base -DLIBDIR=\""/sw/lib"\" -I/sw/include  -g -O2 - 
Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing- 
declarations -Winit-self -Wpointer-arith -Wold-style-definition -c -o  
babl-hash-table.lo babl-hash-table.c
  gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../babl/base -DLIBDIR=\"/sw/lib 
\" -I/sw/include -g -O2 -Wall -Wdeclaration-after-statement -Wmissing- 
prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wold- 
style-definition -c babl-hash-table.c  -fno-common -DPIC -o .libs/babl- 
hash-table.o
/var/tmp//ccZVm2TY.s:216:suffix or operands invalid for `pop'
/var/tmp//ccZVm2TY.s:217:suffix or operands invalid for `popf'
make[3]: *** [babl-cpuaccel.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
### execution of make failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-libbabl0.0.0-shlibs-0.0.22-1
(Reading database ... 64844 files and directories currently installed.)
Removing fink-buildlock-libbabl0.0.0-shlibs-0.0.22-1 ...
Failed: phase compiling: libbabl0.0.0-shlibs-0.0.22-1 failed

Before reporting any errors, please run "fink selfupdate" and
try again.  If you continue to have issues, please check to see if the
FAQ on fink's website solves the problem.  If not, ask on the fink-users
or fink-beginners mailing lists, with a carbon copy to the maintainer:

        Daniel Macks <[email protected]>

Note that this is preferable to emailing the maintainer directly, since
most fink package maintainers do not have access to all possible
hardware and software configurations.


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Fink-beginners mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.beginners

Reply via email to