I tried out a fresh install of Fink 0.5.3.dmg, did the 0.14.3-beta inject, selfupdate-rsync and started installing packages.
A couple of notes: 1) g77 is broken. I'm getting this compile failure: sed -e s/TARGET_GETGROUPS_T/gid_t/ \ deduced.h ../../gcc-3.4-20030827/gcc/sys-protos.h > tmp-fixtmp.c mv tmp-fixtmp.c fixtmp.c ./xgcc -B./ -B/sw/powerpc-apple-darwin6.8.5/bin/ -isystem /sw/powerpc-apple-darwin6.8.5/include -isystem /sw/powerpc-apple-darwin6.8.5/sys-include -L/sw/src/g77-3.4-20030827/darwin/gcc/../ld fixtmp.c -w -U__SIZE_TYPE__ -U__PTRDIFF_TYPE__ -U__WCHAR_TYPE__ -E \ | sed -e 's/ / /g' -e 's/ *(/ (/g' -e 's/ [ ]*/ /g' -e 's/( )/()/' \ | ./gen-protos >xsys-protos.hT gen-protos: 1346 entries 340 collisions mv xsys-protos.hT xsys-protos.h rm -rf fixtmp.c stage2/xgcc -Bstage2/ -B/sw/powerpc-apple-darwin6.8.5/bin/ -c -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Werror -fno-common -DHAVE_CONFIG_H -DGENERATOR_FILE -I/sw/include -I. -I. -I../../gcc-3.4-20030827/gcc -I../../gcc-3.4-20030827/gcc/. -I../../gcc-3.4-20030827/gcc/../include ../../gcc-3.4-20030827/gcc/fix-header.c -o fix-header.o make[4]: stage2/xgcc: Command not found make[4]: *** [fix-header.o] Error 127 make[3]: *** [stage3_build] Error 2 make[2]: *** [quickstrap] Error 2 make[1]: *** [all-gcc] Error 2 make: *** [bootstrap-lean] Error 2 ### execution of /var/tmp/tmp.2.UBsR2J failed, exit code 2 Failed: compiling g77-3.4-20030827 failed I've got the whole log of the compile and can send it privately if anybody wants it. 2) openssl097 is out of date. The current version is 0.9.7c but 10.2-gcc3 has 0.9.7b. This lead me to think of a way of leveraging the 10.2 *.info files for the 10.2-gcc3 tree. Given that there's now an rsync backend to downloading *.info files, we could make use of symlinks to link most of the 10.2 files to the 10.2-gcc3 tree and have files in 10.2-gcc3 for those specific packages that need special treatment for gcc 3.3. This could be scripted to create the symlinks, and look in the *.info files to see if there's any mention of 3.1 or 3.3 to get an idea of what to do. Best, Blair -- Blair Zajac <[EMAIL PROTECTED]> Plots of your system's performance - http://www.orcaware.com/orca/ ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel
