Opened 4 years ago
Closed 3 years ago
#64248 closed defect (fixed)
sbcl: Build failure
| Reported by: | DrewDrewBarney (Drew) | Owned by: | easye |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.7.1 |
| Keywords: | monterey | Cc: | chriterrier |
| Port: | sbcl |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
:msg:archivefetch ---> Fetching archive for sbcl :debug:archivefetch Executing org.macports.archivefetch (sbcl) :debug:archivefetch euid/egid changed to: 0/0 :debug:archivefetch chowned /opt/local/var/macports/incoming to macports :debug:archivefetch euid/egid changed to: 503/501 :info:archivefetch ---> sbcl-2.1.11_0+fancy.darwin_21.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified :msg:archivefetch ---> Attempting to fetch sbcl-2.1.11_0+fancy.darwin_21.x86_64.tbz2 from https://mse.uk.packages.macports.org/sbcl :debug:archivefetch Fetching archive failed: The requested URL returned error: 404 :msg:archivefetch ---> Attempting to fetch sbcl-2.1.11_0+fancy.darwin_21.x86_64.tbz2 from https://packages.macports.org/sbcl :debug:archivefetch Fetching archive failed: The requested URL returned error: 404 :msg:archivefetch ---> Attempting to fetch sbcl-2.1.11_0+fancy.darwin_21.x86_64.tbz2 from https://ema.uk.packages.macports.org/sbcl :debug:archivefetch Fetching archive failed: The requested URL returned error: 404 :debug:archivefetch Privilege de-escalation not attempted as not running as root. :debug:archivefetch Skipping completed org.macports.fetch (sbcl) :debug:archivefetch Privilege de-escalation not attempted as not running as root. :debug:archivefetch Skipping completed org.macports.checksum (sbcl)
Change History (4)
comment:1 Changed 4 years ago by ryandesign (Ryan Carsten Schmidt)
| Description: | modified (diff) |
|---|---|
| Keywords: | monterey added; sbcl fetch removed |
| Owner: | set to easye |
| Status: | new → assigned |
| Summary: | Failure to fetch archive for sbcl → sbcl: Build failure |
| Version: | → 2.7.1 |
comment:2 Changed 4 years ago by chriterrier
| Cc: | chriterrier added |
|---|
comment:3 Changed 3 years ago by kencu (Ken)
| Port: | sbcl added; wxmaxima removed |
|---|
comment:4 Changed 3 years ago by kencu (Ken)
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
sbcl has been updated several times since this ticket, and the current version builds broadly, including on Monterey Intel
https://build.macports.org/builders/ports-12_x86_64-builder/builds/61171
Note: See
TracTickets for help on using
tickets.

Failure to fetch an archive is not, by itself, a bug. When an archive is not available, a build from source is attempted. If that fails, that is a bug that needs to be fixed.
I see that we do have a build failure for sbcl on our macOS Monterey Intel build machine:
https://build.macports.org/builders/ports-12_x86_64-builder/builds/2619/steps/install-port/logs/stdio
make-config.sh: line 233: 38205 Done echo '(lisp-implementation-type)' 38206 Killed: 9 | $SBCL_TEST_HOST No working host Common Lisp implementation. See ./INSTALL, the "SOURCE DISTRIBUTION" section Command failed: SBCL_MACOSX_VERSION_MIN=12.0 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_bblocal_var_buildworker_ports_build_ports_lang_sbcl/sbcl/work/sbcl-1.2.11-x86-64-darwin/src/runtime/sbcl --core /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_lang_sbcl/sbcl/work/sbcl-1.2.11-x86-64-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null"You didn't attach your main.log file so we don't know if this is the same problem you encountered, but it is certainly a place to start.