asdf-install sbcl windows



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
.



Relevant Pages

  • Using CLX with cl-cairo
    ... I'm using SBCL with GNU/Linux and want to use cl-cairo with an Xlib ... Type HELP for debugger help, or to exit from SBCL. ... Exit debugger, returning to top level. ...
    (comp.lang.lisp)
  • Re: asdf-install sbcl windows
    ... Type HELP for debugger help, or to exit from SBCL. ... Exit debugger, returning to top level. ...
    (comp.lang.lisp)
  • Re: N00b question on let
    ... Type HELP for debugger help, or to exit from SBCL. ... Exit debugger, returning to top level. ...
    (comp.lang.lisp)
  • Re: How Common Lisp sucks
    ... compare any of those to the effort required to write a web server ... This is SBCL 0.9.7, an implementation of ANSI Common Lisp. ... Type HELP for debugger help, or to exit from SBCL. ...
    (comp.lang.lisp)
  • SBCL Error
    ... (It compiles correctly the first time and only ... Type HELP for debugger help, or to exit from SBCL. ... Exit debugger, returning to top level. ...
    (comp.lang.lisp)