Changes between Initial Version and Version 1 of Ticket #62787


Ignore:
Timestamp:
May 1, 2021, 3:52:06 PM (3 years ago)
Author:
jmroot (Joshua Root)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62787

    • Property Status changed from new to assigned
    • Property Summary changed from sbcl-2.1.4_0+fancy.darwin_19.x86_64 does not compile on OS X 10.15.7 to sbcl @2.1.4_0+fancy does not compile on OS X 10.15.7
    • Property Owner set to easye
    • Property Keywords SBCL removed
    • Property Port sbcl added; SBCL 2.1.4_0 +fancy.darwin_19.x86_64 removed
  • Ticket #62787 – Description

    initial v1  
    11This port does not build. The error ends with:
    2 
     2{{{
    33:info:build 15: (LOAD "make-host-1.lisp" :VERBOSE NIL :PRINT NIL :IF-DOES-NOT-EXIST T :EXTERNAL-FORMAT :DEFAULT)
    4 
    54:info:build 16: (COMMON-LISP-USER::LOAD-SBCL-FILE "make-host-1.lisp" T)
    6 
    75:info:build 17: (HOST-SB-INT:SIMPLE-EVAL-IN-LEXENV (COMMON-LISP-USER::LOAD-SBCL-FILE "make-host-1.lisp") #<NULL-LEXENV>)
    8 
    96:info:build 18: (EVAL (COMMON-LISP-USER::LOAD-SBCL-FILE "make-host-1.lisp"))
    10 
    117:info:build 19: (HOST-SB-EXT:INTERACTIVE-EVAL (COMMON-LISP-USER::LOAD-SBCL-FILE "make-host-1.lisp") :EVAL NIL)
    12 
    138:info:build 20: (HOST-SB-IMPL::REPL-FUN NIL)
    14 
    159:info:build 21: ((LAMBDA NIL :IN HOST-SB-IMPL::TOPLEVEL-REPL))
    16 
    1710:info:build 22: (HOST-SB-IMPL::%WITH-REBOUND-IO-SYNTAX #<CLOSURE (LAMBDA NIL :IN HOST-SB-IMPL::TOPLEVEL-REPL) {1002DE4FCB}>)
    18 
    1911:info:build 23: (HOST-SB-IMPL::TOPLEVEL-REPL NIL)
    20 
    2112:info:build 24: (HOST-SB-IMPL::TOPLEVEL-INIT)
    22 
    2313:info:build 25: ((FLET #:WITHOUT-INTERRUPTS-BODY-85 :IN HOST-SB-EXT:SAVE-LISP-AND-DIE))
    24 
    2514:info:build 26: ((LABELS HOST-SB-IMPL::RESTART-LISP :IN HOST-SB-EXT:SAVE-LISP-AND-DIE))
    26 
    2715:info:build unhandled condition in --disable-debugger mode, quitting
    28 
    2916:info:build Command failed: SBCL_MACOSX_VERSION_MIN=10.15 CC=/usr/bin/clang CXX=/usr/bin/clang++ CPP=/usr/bin/cpp sh ./make.sh --fancy --prefix=/opt/local --xc-host="/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_sbcl/sbcl/work/sbcl-1.2.11-x86-64-darwin/src/runtime/sbcl --core /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_sbcl/sbcl/work/sbcl-1.2.11-x86-64-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null"
    30 
    3117:info:build Exit code: 1
    32 
    3318:error:build Failed to build sbcl: command execution failed
    34 
    3519:debug:build Error code: NONE
    36 
    3720:debug:build Backtrace: command execution failed
    38 
    3921:debug:build     while executing
    40 
    4122:debug:build "$procedure $targetname"
     23}}}