I had the same problem. In addition, trying to bootstrap instead from clisp or from openmcl both failed too.
So I had to bootstrap from the existing sbcl binary; the following fix will get users who have already some sbcl installed off the hook : diff -r1.11 sbcl-powerpc.info 26,27c26,27 < sh make.sh "../sbcl-1.0.22-powerpc-darwin/src/runtime/sbcl \ < --core ../sbcl-1.0.22-powerpc-darwin/output/sbcl.core \ --- > sh make.sh "%p/bin/sbcl \ > # --core ../sbcl-1.0.22-powerpc-darwin/output/ sbcl.core \ As to the package, if the maintainer doesn't have another solution, I can send him my deb file, which he could then repackage as a "Source2" : it seems likely that a bootstrap binary built on 10.4 may work on 10.5 (while from what we're seeing the opposite isn't true). JF Mertens ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
