Ticket #2384 (closed defect: fixed)
BUG: sbcl-0.8.16
| Reported by: | bugs@… | Owned by: | gwright@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.0 |
| Keywords: | Cc: | waqar@… | |
| Port: |
Description
sbcl-0.8.16
port file wont install, building fails with the following error.
(SB-IMPL::REQUIRE-ERROR 3 "Don't know how to ~S ~A.")[:EXTERNAL]
0] error Don't know how to REQUIRE ASDF. See also:
The SBCL Manual, Variable *MODULE-PROVIDER-FUNCTIONS* The SBCL Manual, Function REQUIRE
restarts (invokable by number or by possibly-abbreviated name):
0: [CONTINUE] Continue anyway (skipping to toplevel read/eval/print loop). 1: [QUIT ] Quit SBCL (calling #'QUIT, killing the process).
Change History
comment:1 Changed 9 years ago by gwright@…
- Status changed from new to assigned
- Summary changed from BUG: sbcl-0.8.16 to BUG: sbcl-0.8.16
comment:2 Changed 9 years ago by bugs@…
- severity changed from critical to minor
- Summary changed from BUG: sbcl-0.8.16 to BUG: sbcl-0.8.16
The problem was caused by an old .sbclrc file which included (require 'asdf). So, should a new build really be reading a user's config file by default?
comment:3 Changed 8 years ago by lars@…
You should be able to avoid this problem by adding --userinit /dev/null --siteinit /dev/null to this line in the portfile:
set host_lisp "\"${workpath}/${name}-${bootversion}-powerpc-darwin/src/runtime/sbcl --core $ {workpath}/${name}-${bootversion}-powerpc-darwin/output/sbcl.core --disable-debugger\" "


I can't do much with the information provided. sbcl-0.8.16 build without trouble on my OS X 10.3.6 system. Could you provide a your system type (hardware platform and OS version) and the compressed output of "sudo port -dv install sbcl". Thanks.