Comment 7 for bug 640516

Revision history for this message
Joe Lobraco (jlobraco) wrote :

Nikodemus,

1) I do not have anything is ~/.asdf-install (that file does not even exist for me).

2) I ran sh run-sbcl.sh --no-userinit

then at the REPL I ran

(require :asdf-install)

then I ran my test case

(load "/Users/jlobraco/lisp/sleep-test.lisp")

and it failed.

I have added the output from my terminal below.

Thanks,
Joe

purple:~ jlobraco $ sh /Users/jlobraco/src/sbcl-1.0.42/run-sbcl.sh --no-userinit
(running SBCL from: /Users/jlobraco/src/sbcl-1.0.42)
This is SBCL 1.0.42, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
* (require :asdf-install)

; loading system definition from
; /Users/jlobraco/src/sbcl-1.0.42/contrib/sb-bsd-sockets/sb-bsd-sockets.asd
; into #<PACKAGE "ASDF0">
; registering #<SYSTEM SB-BSD-SOCKETS> as SB-BSD-SOCKETS
; registering #<SYSTEM SB-BSD-SOCKETS-TESTS> as SB-BSD-SOCKETS-TESTS
; loading system definition from
; /Users/jlobraco/src/sbcl-1.0.42/contrib/sb-posix/sb-posix.asd into
; #<PACKAGE "ASDF0">
; registering #<SYSTEM SB-POSIX> as SB-POSIX
; registering #<SYSTEM SB-POSIX-TESTS> as SB-POSIX-TESTS
("ASDF-INSTALL" "SB-POSIX" "SB-BSD-SOCKETS" "SB-GROVEL" "ASDF")
* (load "/Users/jlobraco/lisp/sleep-test.lisp")
BEFORE UPDATE
AFTER UPDATE
T
* (quit)
purple:~ jlobraco $