asdf-install sbcl windows
- From: Johann Höchtl <johann.hoechtl@xxxxxxxxxxxxx>
- Date: Thu, 29 Nov 2007 17:10:17 +0100
Hello, I am new to Lisp.
This is SBCL 1.0.9 on windows XP.
Trying to get some data out of Postgresql. Thought that CLSQL might be a start.
But with
(asdf-install:install 'clsql)
it fails:
Installing C:\Dokumente und Einstellungen\john\CLSQL.asdf-install-tmp in C:\Prog
ramme\Steel Bank Common Lisp\1.0.9\site\,C:\Programme\Steel Bank Common Lisp\1.0
..9\site-systems\
NIL
*
debugger invoked on a SIMPLE-ERROR:
#<SB-IMPL::STRING-OUTPUT-STREAM {AB64BB9}> 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 {AB64BB9}>)
0]
debugger invoked on a SIMPLE-ERROR:
#<SB-IMPL::STRING-OUTPUT-STREAM {AB78D21}> 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 {AB78D21}>)
0[2]
I tried to figure out what is going wrong in installer.lisp but I am clueless. Can anybody deduce from the output above where actually it fails?
To narrow this problem: Is it SBCL on Windows (missing infrastructure, missing features implementation wise) or asdf(-install) so I can regress further.
Thaks a lot for anybodies wise assistance. Ah yes, I spent a some tinme googling, http://common-lisp.net/pipermail/asdf-install-devel/2007-November/thread.html was of no help. Doesn't seem tar related, though the error message is of no further help for me.
Regards,
Johann
.
- Follow-Ups:
- Re: asdf-install sbcl windows
- From: Johann Höchtl
- Re: asdf-install sbcl windows
- From: Vagif Verdi
- Re: asdf-install sbcl windows
- From: Alex Mizrahi
- Re: asdf-install sbcl windows
- Prev by Date: Re: Getting a random hash-table element?
- Next by Date: Reasons to choose CLISP over other free implementations
- Previous by thread: Re: Emacs Lisp Lesson: Text Processing HTML
- Next by thread: Re: asdf-install sbcl windows
- Index(es):
Relevant Pages
|
|