Re: asdf-install sbcl windows



Johann Höchtl wrote:
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.



So what an where is the problem?

Johann
.



Relevant Pages

  • asdf-install sbcl windows
    ... Type HELP for debugger help, or to exit from SBCL. ... Exit debugger, returning to top level. ... Can anybody deduce from the output above where actually it fails? ...
    (comp.lang.lisp)
  • 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: N00b question on let
    ... Type HELP for debugger help, or to exit from SBCL. ... Exit debugger, returning to top level. ...
    (comp.lang.lisp)
  • xmls 1.2 resolve-entity problem with unicode enabled SBCL
    ... I've tried to compile & use xmls 1.2 in unicode-enabled SBCL, ... Type HELP for debugger help, or to exit from SBCL. ...
    (comp.lang.lisp)
  • ASDF-install with SBCL on Windows
    ... I'm trying to use ASDF-install on the Windows XP version of SBCL like ... Type HELP for debugger help, or to exit from SBCL. ... Exit debugger, returning to top level. ...
    (comp.lang.lisp)