#13237: sbcl fails to build on Mac OS X 10.5 Leopard ----------------------------------+----------------------------------------- Reporter: tukikage386@mac.com | Owner: waqar@macports.org Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.5.2 Resolution: | Keywords: sbcl ----------------------------------+----------------------------------------- Comment (by n.mueller@jacobs-university.de): I also really would appreciate a sbcl version for OSX 10.5 PPC. I am using Leopard 10.5.1 on a PPC G4 and get the following error log: {{{ [~] $ port search sbcl sbcl lang/sbcl 1.0.12 The Steel Bank Common Lisp system [~] $ sudo port install sbcl ---> Fetching sbcl ---> Attempting to fetch sbcl-1.0.12-source.tar.bz2 from http://downloads.sourceforge.net/sbcl ---> Attempting to fetch sbcl-0.9.15-powerpc-darwin-binary.tar.bz2 from http://downloads.sourceforge.net/sbcl ---> Verifying checksum(s) for sbcl ---> Extracting sbcl ---> Applying patches to sbcl ---> Configuring sbcl ---> Building sbcl with target all Error: Target org.macports.build returned: shell command "unset LD_PREBIND && unset LD_PREBIND_ALLOW_OVERLAP && sh make.sh "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_sbcl/work/sbcl-0.9.15 -powerpc-darwin/src/runtime/sbcl --core /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_sbcl/work/sbcl-0.9.15 -powerpc-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null" " returned error 2 Command output: beginning GENESIS, creating headers in "src/runtime/genesis" NIL * real 7m35.296s user 4m35.872s sys 0m39.936s //entering make-target-1.sh //building runtime system and symbol table file rm -f *.[do] sbcl sbcl.nm sbcl.h core *.tmp echo '#include "genesis/config.h"' >sbcl.h echo '#include "genesis/constants.h"' >>sbcl.h gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp -c -o alloc.o alloc.c alloc.c: In function 'pa_alloc': alloc.c:43: warning: unused variable 'th' gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp -c -o backtrace.o backtrace.c gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp -c -o breakpoint.o breakpoint.c gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp -c -o coreparse.o coreparse.c gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp -c -o dynbind.o dynbind.c gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp -c -o funcall.o funcall.c gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp -c -o gc- common.o gc-common.c gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp -c -o globals.o globals.c gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp -c -o interr.o interr.c gcc -g -Wall -O2 -fdollars-in-identifiers -I. -no-cpp-precomp -c -o interrupt.o interrupt.c interrupt.c: In function 'maybe_now_maybe_later': interrupt.c:698: error: 'struct __darwin_mcontext' has no member named 'ss' interrupt.c: In function 'low_level_maybe_now_maybe_later': interrupt.c:728: error: 'struct __darwin_mcontext' has no member named 'ss' interrupt.c: In function 'interrupt_handle_now_handler': interrupt.c:817: error: 'struct __darwin_mcontext' has no member named 'ss' make: *** [interrupt.o] Error 1 Error: Status 1 encountered during processing. }}} Thanks in advance, /nm -- Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13237#comment:8> MacPorts </projects/macports> Ports system for Mac OS