#33446: sbcl 1.0.55 won't build on lion ------------------------------+--------------------------------------------- Reporter: Ephaeton@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: sbcl ------------------------------+--------------------------------------------- (yes I've seen the other sbcl tickets, none match the problem of this instance though) The gist of it is: {{{ :info:build unhandled SIMPLE-ERROR: The foreign symbol "find_page_index" is undefined. }}} in {{{ :info:build obj/from-xc/src/code/room.lisp-obj :info:build The foreign symbol table is: :info:build "NXArgc" = #X 120130 (...) :info:build "start" = #X 100DE0 :info:build unhandled SIMPLE-ERROR: The foreign symbol "find_page_index" is undefined. :info:build :info:build 0: (SB-DEBUG::MAP-BACKTRACE :info:build #<CLOSURE (LAMBDA #) {142244D5}> :info:build :START :info:build 0 :info:build :COUNT :info:build 128) :info:build 1: (SB-DEBUG:BACKTRACE 128 #<SYNONYM-STREAM :SYMBOL SB- SYS:*STDERR* {100AC7B1}>) :info:build 2: (SB-DEBUG::DEBUGGER-DISABLED-HOOK :info:build #<SIMPLE-ERROR "The foreign symbol ~S is undefined." {142231C9}> :info:build #<unavailable argument>) :info:build 3: (SB-DEBUG::RUN-HOOK :info:build SB-EXT:*INVOKE-DEBUGGER-HOOK* :info:build #<SIMPLE-ERROR "The foreign symbol ~S is undefined." {142231C9}>) :info:build 4: (INVOKE-DEBUGGER :info:build #<SIMPLE-ERROR "The foreign symbol ~S is undefined." {142231C9}>) :info:build 5: (ERROR "The foreign symbol ~S is undefined." "find_page_index") :info:build 6: (SB!FASL::COLD-FOREIGN-SYMBOL-ADDRESS "find_page_index") :info:build 7: (SB!FASL::COLD-FOP-FOREIGN-FIXUP) :info:build 8: (SB!FASL::LOAD-FASL-GROUP :info:build #<SB-SYS:FD-STREAM :info:build for "file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sbcl/sbcl/work/sbcl-1.0.55/obj /from-xc/src/code/room.lisp-obj" :info:build {1253CD31}>) :info:build 9: (SB!FASL::LOAD-AS-FASL :info:build #<SB-SYS:FD-STREAM :info:build for "file /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sbcl/sbcl/work/sbcl-1.0.55/obj /from-xc/src/code/room.lisp-obj" :info:build {1253CD31}> :info:build NIL :info:build #<unavailable argument>) :info:build 10: (SB!FASL::COLD-LOAD #P"obj/from-xc/src/code/room.lisp- obj") :info:build 11: (SB!VM:GENESIS :info:build :OBJECT-FILE-NAMES :info:build (#P"obj/from-xc/src/code/show.lisp-obj" :info:build #P"obj/from-xc/src/code/early-source-location.lisp-obj" :info:build #P"obj/from-xc/src/code/early-constants.lisp-obj" :info:build #P"obj/from-xc/src/code/backq.lisp-obj" :info:build #P"obj/from-xc/src/code/globals.lisp-obj" ...) :info:build :SYMBOL-TABLE-FILE-NAME :info:build "src/runtime/sbcl.nm" :info:build :CORE-FILE-NAME :info:build "output/cold-sbcl.core" :info:build :MAP-FILE-NAME :info:build "output/cold-sbcl.map" :info:build :C-HEADER-DIR-NAME :info:build "output/genesis-2") :info:build 12: (SB-INT:SIMPLE-EVAL-IN-LEXENV :info:build (SB!VM:GENESIS :OBJECT-FILE-NAMES *TARGET-OBJECT-FILE- NAMES* :info:build :C-HEADER-DIR-NAME "output/genesis-2" ...) :info:build #<NULL-LEXENV>) :info:build 13: (EVAL :info:build (SB!VM:GENESIS :OBJECT-FILE-NAMES *TARGET-OBJECT-FILE- NAMES* :info:build :C-HEADER-DIR-NAME "output/genesis-2" ...)) :info:build 14: (SB-EXT:INTERACTIVE-EVAL :info:build (SB!VM:GENESIS :OBJECT-FILE-NAMES *TARGET-OBJECT-FILE- NAMES* :info:build :C-HEADER-DIR-NAME "output/genesis-2" ...) :info:build :EVAL :info:build NIL) :info:build 15: (SB-IMPL::REPL-FUN NIL) :info:build 16: ((LAMBDA ())) :info:build 17: (SB-IMPL::%WITH-REBOUND-IO-SYNTAX #<CLOSURE (LAMBDA #) {11A09B8D}>) :info:build 18: (SB-IMPL::TOPLEVEL-REPL NIL) :info:build 19: (SB-IMPL::TOPLEVEL-INIT) :info:build 20: ((LABELS SB-IMPL::RESTART-LISP)) :info:build :info:build unhandled condition in --disable-debugger mode, quitting :info:build shell command "ulimit -s 8192 && unset LD_PREBIND && unset LD_PREBIND_ALLOW_OVERLAP && cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sbcl/sbcl/work/sbcl-1.0.55 && export CC && CC=/usr/bin/clang && export CXX && CXX=/usr/bin/clang++ && export CPP && CPP== && sh ./make.sh "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sbcl/sbcl/work/sbcl-1.0.48-x86-darwin/src/runtime/sbcl --core /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sbcl/sbcl/work/sbcl-1.0.48-x86-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null" --prefix=/opt/local" returned error 1 :error:build Target org.macports.build returned: shell command failed (see log for details) :debug:build Backtrace: shell command failed (see log for details) while executing "$procedure $targetname" :info:build Warning: the following items did not execute (for sbcl): org.macports.activate org.macports.build org.macports.destroot org.macports.install }}} -- Ticket URL: <https://trac.macports.org/ticket/33446> MacPorts <http://www.macports.org/> Ports system for Mac OS