I am trying to set up SBCL on windows, despite the Kitten of Death warning.
When I try to adsf-install anything, it fails.
The following is an example (here I run sbcl from the command line).
What can I do?
Thanks,
Giovanni
C:\>sbcl
This is SBCL 1.0.37, 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.
This is experimental prerelease support for the Windows platform: use
at your own risk. "Your Kitten of Death awaits!"
* (require 'asdf-install)
; loading system definition from
; C:\Programmi\Steel Bank Common
Lisp\1.0.37\sb-bsd-sockets\sb-bsd-sockets.asd
; into #<PACKAGE "ASDF0">
; registering #<SYSTEM SB-BSD-SOCKETS {23CE6CD9}> as SB-BSD-SOCKETS
; loading system definition from
; C:\Programmi\Steel Bank Common Lisp\1.0.37\sb-posix\sb-posix.asd into
; #<PACKAGE "ASDF0">
; registering #<SYSTEM SB-POSIX {2400CF71}> as SB-POSIX
; registering #<SYSTEM SB-POSIX-TESTS {2414A159}> as SB-POSIX-TESTS
("ASDF-INSTALL" "SB-POSIX" "SB-BSD-SOCKETS" "SB-GROVEL" "ASDF")
* (asdf-install:install 'cl-ppcre)
Install where?
1) System-wide install:
System in C:\Programmi\Steel Bank Common Lisp\1.0.37\site-systems\
Files in C:\Programmi\Steel Bank Common Lisp\1.0.37\site\
2) Personal installation:
System in C:\Documents and Settings\giov\.sbcl\systems\
Files in C:\Documents and Settings\giov\.sbcl\site\
--> 1
Downloading 157665 bytes from http://weitz.de/files/cl-ppcre.tar.gz ...
debugger invoked on a SIMPLE-ERROR: failed to unlink
/tmp/.run-program-a09732
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [SKIP-GPG-CHECK] Don't check GPG signature for this package
1: [ABORT ] Exit debugger, returning to top level.
(SB-IMPL::GET-DESCRIPTOR-FOR #<SB-IMPL::STRING-INPUT-STREAM {2402B171}>
(0))[:EX
TERNAL]
0] 0
Installing C:\\CL-PPCRE.asdf-install-tmp in C:\Programmi\Steel Bank
Common Lisp\
1.0.37\site\,C:\Programmi\Steel Bank Common Lisp\1.0.37\site-systems\
NIL
*
debugger invoked on a SB-INT:CLOSED-STREAM-ERROR:
#<SB-IMPL::STRING-OUTPUT-STREAM {24039001}> is closed
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT] Exit debugger, returning to top level.
(SB-KERNEL:CLOSED-FLAME #<SB-IMPL::STRING-OUTPUT-STREAM
{24039001}>)[:EXTERNAL]
0]
debugger invoked on a SIMPLE-ERROR:
non-empty buffer when EOF reached while reading from child: #(116 97
114 32
40 99
104 105
108 100
41 58
...)
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT] Exit debugger, returning to top level.
((LAMBDA (SB-IMPL::FD)) #<unavailable argument>)
0[2]
debugger invoked on a SB-INT:CLOSED-STREAM-ERROR:
#<SB-IMPL::STRING-OUTPUT-STREAM {2403A9C1}> is closed
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT] Exit debugger, returning to top level.
(SB-KERNEL:CLOSED-FLAME #<SB-IMPL::STRING-OUTPUT-STREAM
{2403A9C1}>)[:EXTERNAL]
0[3]
debugger invoked on a SIMPLE-ERROR:
non-empty buffer when EOF reached while reading from child: #(116 97
114 32
40 99
104 105
108 100
41 58
...)
Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.
restarts (invokable by number or by possibly-abbreviated name):
0: [ABORT] Exit debugger, returning to top level.
((LAMBDA (SB-IMPL::FD)) #<unavailable argument>)
0[4]
|