Opened 4 years ago

Closed 4 years ago

#59830 closed defect (duplicate)

sbcl 1.5.3_0 build failure under Catalina

Reported by: murrayE Owned by: easye
Priority: Normal Milestone:
Component: ports Version: 2.6.2
Keywords: Cc:
Port: sbcl

Description

I'm getting this build failure from "sudo port install sbcl" with sbcl 1.5.3_0 under macOS Catalina 10.15.1:

:info:build //entering make-target-2.sh
:info:build //doing warm init - compilation phase
:info:build This is SBCL 1.5.3, an implementation of ANSI Common Lisp.
:info:build More information about SBCL is available at <http://www.sbcl.org/>.
:info:build SBCL is free software, provided as is, with absolutely no warranty.
:info:build It is mostly in the public domain; some portions are provided under
:info:build BSD-style licenses.  See the CREDITS and COPYING files in the
:info:build distribution for more information.
:info:build mmap: Operation not permitted
:info:build fatal error encountered in SBCL pid 15004(tid 0xbfccdc0):
:info:build Can't allocate 0x8000000 bytes for space 4
:info:build Command failed: ulimit -s 8192 && export SBCL_MACOSX_VERSION_MIN=10.15 && cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_sbcl/sbcl/work/sbcl-1.5.3 && export CC && CC=/usr/bin/clang && export CXX && CXX=/usr/bin/clang++ && export CPP && 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_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_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

Attachments (1)

main.log (176.7 KB) - added by murrayE 4 years ago.
main.log

Download all attachments as: .zip

Change History (6)

Changed 4 years ago by murrayE

Attachment: main.log added

main.log

comment:1 Changed 4 years ago by mf2k (Frank Schima)

The Milestone field is for use by Macports team members only, please do not set it.

comment:2 Changed 4 years ago by mf2k (Frank Schima)

In the future, please add the port maintainer(s) to Cc (port info --maintainers sbcl), if any.

comment:3 Changed 4 years ago by mf2k (Frank Schima)

Keywords: build failure removed
Milestone: MacPorts 2.7.0
Owner: set to easye
Port: 1.5.3_0 removed
Status: newassigned

comment:4 Changed 4 years ago by murrayE

Resolved! I had already done a "port sync" earlier today, and only that older sbcl version was reported as there. I just did a "port sync" again, and ow I get the new sbcl version.

Thanks!

comment:5 Changed 4 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: assignedclosed
Note: See TracTickets for help on using tickets.