On 3/9/06, Marcus Deluigi <[EMAIL PROTECTED]> wrote: > Hi there! > > I have a Mac G4 Powerbook with Tiger and I'm trying to install fink. > I first didn't notice that I need XCode, so I first installed gcc4 > and make and ran fink selfupdate, fink update-all. > Then I installed XCode 2.2.1 and ran fink selfupdate (which works > fine), but fink update-all produces this error message. > > ----------8<---------- > cephiro# fink update-all > Information about 2022 packages read in 2 seconds. > The following 3 packages will be installed or updated: > gcc4 gcc4-shlibs odcctools > dpkg-deb -b /sw/src/fink.build/root-fink-buildlock- > odcctools-576-20050327 /sw/src/fink.build > dpkg-deb: building package `fink-buildlock-odcctools-576-20050327' in > `/sw/src/fink.build/fink-buildlock- > odcctools-576-20050327_2006.03.09-22.16.57_darwin-powerpc.deb'. > Setting build lock... > /sw/bin/dpkg-lockwait -i /sw/src/fink.build/fink-buildlock- > odcctools-576-20050327_2006.03.09-22.16.57_darwin-powerpc.deb > Selecting previously deselected package fink-buildlock- > odcctools-576-20050327. > (Reading database ... 4724 files and directories currently installed.) > Unpacking fink-buildlock-odcctools-576-20050327 (from .../fink- > buildlock-odcctools-576-20050327_2006.03.09-22.16.57_darwin- > powerpc.deb) ... > Setting up fink-buildlock-odcctools-576-20050327 > (2006.03.09-22.16.57) ... > bzip2 -dc /sw/src/odcctools-20050327.tar.bz2 | /sw/bin/tar -xf - -- > no-same-owner --no-same-permissions > Default compiler has been set to: > gcc version 4.0.1 (Apple Computer, Inc. build 5250) > ./configure --prefix=/sw/lib/odcctools; make > checking build system type... powerpc-apple-darwin8.5.0 > checking host system type... powerpc-apple-darwin8.5.0 > checking target system type... powerpc-apple-darwin8.5.0 > checking for a BSD-compatible install... /usr/bin/install -c > checking whether ln -s works... 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 ANSI C... none needed > checking for ranlib... ranlib > checking for ar... ar > checking for configured assembler targets... ppc ppc64 > checking if -mdynamic-no-pic is supported... yes > checking if -no-cpp-precomp is supported... yes > checking if -Wall is supported... yes > checking if -Wno-long-double is supported... yes > checking if -Wno-import is supported... yes > checking if -x objective-c is supported... yes > checking if __private_extern__ is supported... yes > checking if -multiply_defined suppress is supported... yes > checking how to run the C preprocessor... gcc -E > checking for egrep... grep -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 stdio.h usability... yes > checking stdio.h presence... yes > checking for stdio.h... yes > checking errno.h usability... yes > checking errno.h presence... yes > checking for errno.h... yes > checking objc/objc-runtime.h usability... yes > checking objc/objc-runtime.h presence... yes > checking for objc/objc-runtime.h... yes > checking for strmode... yes > checking whether getc_unlocked is declared... yes > configure: creating ./config.status > config.status: creating Makefile > config.status: creating libstuff/Makefile > config.status: creating ar/Makefile > config.status: creating as/Makefile > config.status: creating as/ppc/Makefile > config.status: creating as/ppc64/Makefile > config.status: creating ld/Makefile > config.status: creating man/Makefile > config.status: creating misc/Makefile > config.status: creating otool/Makefile > config.status: creating include/config.h > cd libstuff && make > gcc -Wall -Wno-long-double -Wno-import -DHAVE_CONFIG_H - > D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ - > D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_ -I/sw/include - > I..//include -I../include -g -O2 -no-cpp-precomp -mdynamic-no-pic - > c -o allocate.o allocate.c > gcc -Wall -Wno-long-double -Wno-import -DHAVE_CONFIG_H - > D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ - > D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_ -I/sw/include - > I..//include -I../include -g -O2 -no-cpp-precomp -mdynamic-no-pic - > c -o errors.o errors.c > gcc -Wall -Wno-long-double -Wno-import -DHAVE_CONFIG_H - > D_MACH_I386_THREAD_STATUS_FPSTATE_LEGACY_FIELD_NAMES_ - > D_ARCHITECTURE_I386_FPU_FPSTATE_LEGACY_FIELD_NAMES_ -I/sw/include - > I..//include -I../include -g -O2 -no-cpp-precomp -mdynamic-no-pic - > c -o arch.o arch.c > In file included from ..//include/stuff/arch.h:34, > from arch.c:30: > ..//include/stuff/bytesex.h:224: error: parse error before '*' token > ..//include/stuff/bytesex.h:228: error: parse error before '*' token > ..//include/stuff/bytesex.h:232: error: parse error before '*' token > make[1]: *** [arch.o] Error 1 > make: *** [libstuff] Error 2 > ### execution of ./configure failed, exit code 2 > Removing build lock... > /sw/bin/dpkg-lockwait -r fink-buildlock-odcctools-576-20050327 > (Reading database ... 4725 files and directories currently installed.) > Removing fink-buildlock-odcctools-576-20050327 ... > Failed: phase compiling: odcctools-576-20050327 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. As a last resort, you can try e- > mailing > the maintainer directly: > > Jeffrey Whitaker <[EMAIL PROTECTED]> > > ---------->8---------- > > Does anybody know how to fix it? > > Thanks for any help! > > Greetings, > Marcus > > >
Try the version from the unstable tree. If that works then maybe we need to nag the maintainer to move it. -- Alexander K. Hansen Fink Documenter [Day Job] Levitated Dipole Experiment http://psfcwww2.psfc.mit.edu/ldx/ ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642 _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
