Следующие строки:
(require 'asdf)
(require 'asdf-install)
(asdf-install:install :cl-ppcre)
выдают ошибку:
Install where?
1) System-wide install:
System in C:\Program Files\Steel Bank Common Lisp\1.0.29\site-systems\
Files in C:\Program Files\Steel Bank Common Lisp\1.0.29\site\
2) Personal installation:
System in C:\Users\123\.sbcl\systems\
Files in C:\Users\123\.sbcl\site\
--> 1
Downloading 157665 bytes from http://weitz.de/files/cl-ppcre.tar.gz ...
debugger invoked on a SIMPLE-ERROR:
could not open a temporary file: No such file or directory
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 {23DEECC9}> (0))[:EXTERNAL]
0] 0
Installing C:\Program Files\Steel Bank Common Lisp\1.0.29\CL-PPCRE.asdf-install-tmp in C:\Program Files\Steel Bank Common Lisp\1.0.29\site\,C:\Program Files\Steel Bank Common Lisp\1.0.29\site-systems\
debugger invoked on a SIMPLE-ERROR:
couldn't fork child process: No such file or directory
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.
(RUN-PROGRAM
"tar"
("-tzf"
"C:\\Program Files\\Steel Bank Common Lisp\\1.0.29\\CL-PPCRE.asdf-install-tmp"))[:EXTERNAL]
0] 0
Подскажите пожалуйста как решить эту проблему?