Opened 4 years ago
Closed 3 years ago
#62787 closed defect (fixed)
sbcl @2.1.4_0+fancy: Unhandled SIMPLE-ERROR: make-host-1 stopped due to unexpected STYLE-WARNING
Reported by: | polydevuk | Owned by: | easye |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.4 |
Keywords: | haspatch | Cc: | dershow, michaellass (Michael Lass), pietvo (Pieter van Oostrum), dcamper (Dan S. Camper), chriterrier |
Port: | sbcl |
Description (last modified by jmroot (Joshua Root))
This port does not build. The error ends with:
:info:build 15: (LOAD "make-host-1.lisp" :VERBOSE NIL :PRINT NIL :IF-DOES-NOT-EXIST T :EXTERNAL-FORMAT :DEFAULT) :info:build 16: (COMMON-LISP-USER::LOAD-SBCL-FILE "make-host-1.lisp" T) :info:build 17: (HOST-SB-INT:SIMPLE-EVAL-IN-LEXENV (COMMON-LISP-USER::LOAD-SBCL-FILE "make-host-1.lisp") #<NULL-LEXENV>) :info:build 18: (EVAL (COMMON-LISP-USER::LOAD-SBCL-FILE "make-host-1.lisp")) :info:build 19: (HOST-SB-EXT:INTERACTIVE-EVAL (COMMON-LISP-USER::LOAD-SBCL-FILE "make-host-1.lisp") :EVAL NIL) :info:build 20: (HOST-SB-IMPL::REPL-FUN NIL) :info:build 21: ((LAMBDA NIL :IN HOST-SB-IMPL::TOPLEVEL-REPL)) :info:build 22: (HOST-SB-IMPL::%WITH-REBOUND-IO-SYNTAX #<CLOSURE (LAMBDA NIL :IN HOST-SB-IMPL::TOPLEVEL-REPL) {1002DE4FCB}>) :info:build 23: (HOST-SB-IMPL::TOPLEVEL-REPL NIL) :info:build 24: (HOST-SB-IMPL::TOPLEVEL-INIT) :info:build 25: ((FLET #:WITHOUT-INTERRUPTS-BODY-85 :IN HOST-SB-EXT:SAVE-LISP-AND-DIE)) :info:build 26: ((LABELS HOST-SB-IMPL::RESTART-LISP :IN HOST-SB-EXT:SAVE-LISP-AND-DIE)) :info:build unhandled condition in --disable-debugger mode, quitting :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" :info:build Exit code: 1 :error:build Failed to build sbcl: command execution failed :debug:build Error code: NONE :debug:build Backtrace: command execution failed :debug:build while executing :debug:build "$procedure $targetname"
Attachments (1)
Change History (12)
comment:1 Changed 4 years ago by jmroot (Joshua Root)
Description: | modified (diff) |
---|---|
Keywords: | SBCL removed |
Owner: | set to easye |
Port: | sbcl added; SBCL 2.1.4_0 +fancy.darwin_19.x86_64 removed |
Status: | new → assigned |
Summary: | sbcl-2.1.4_0+fancy.darwin_19.x86_64 does not compile on OS X 10.15.7 → sbcl @2.1.4_0+fancy does not compile on OS X 10.15.7 |
comment:2 Changed 4 years ago by dershow
Cc: | dershow added |
---|
comment:4 Changed 4 years ago by murrayE
This also does not build under macOS 11.3. main.log portion attached.
Changed 4 years ago by murrayE
Attachment: | sbcl-2.1.4_0_BuildFail.main.log added |
---|
sbcl-2.1.4_0_BuildFail main log
comment:5 Changed 4 years ago by JD-Veiga
Neither does in macOS 10.14.6 (Mojave).
26: ((LABELS HOST-SB-IMPL::RESTART-LISP :IN HOST-SB-EXT:SAVE-LISP-AND-DIE)) unhandled condition in --disable-debugger mode, quitting Command failed: SBCL_MACOSX_VERSION_MIN=10.14 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" Exit code: 1 Error: Failed to build sbcl: command execution failed Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_sbcl/sbcl/main.log for details. Error: Follow https://guide.macports.org/#project.tickets to report a bug. Error: Processing of port sbcl failed
comment:6 Changed 4 years ago by michaellass (Michael Lass)
Cc: | michaellass added |
---|
comment:7 Changed 4 years ago by pietvo (Pieter van Oostrum)
comment:8 Changed 4 years ago by pietvo (Pieter van Oostrum)
Cc: | pietvo added |
---|
comment:9 Changed 4 years ago by dcamper (Dan S. Camper)
Cc: | dcamper added |
---|
comment:10 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | chriterrier added |
---|---|
Keywords: | haspatch added |
Summary: | sbcl @2.1.4_0+fancy does not compile on OS X 10.15.7 → sbcl @2.1.4_0+fancy: Unhandled SIMPLE-ERROR: make-host-1 stopped due to unexpected STYLE-WARNING |
Has duplicate #62864.
A PR has been submitted: https://github.com/macports/macports-ports/pull/10978
comment:11 Changed 3 years ago by Michael Lass <michael.lass@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
This also does not compile on 10.11