[GSLL-devel] Problems combining GSLL, quicklisp, clisp

Alexander Taylor alexanderjohntaylor at gmail.com
Sun Dec 5 13:43:14 UTC 2010


Hi,

Following the download instructions on the GSLL webpage (using quicklisp), I
couldn't complete the installation. I provided the error, complete verbose
output and and results of 'backtrace', which I've pasted again below.

Apprently this is 'a general problem with how asdf:run-shell-command works
on CLISP vs. how gsll expects it to work' (thanks Zach!), and it was
suggested that I posted here. I'm new to lisp, so I don't really know where
to start myself.

Does anyone have any ideas for how to make this work in clisp?

Thanks!

Alexander



Error:
-------------------------------
[package gsll]/usr

*** - READ: input stream #<INPUT STRING-INPUT-STREAM> has reached its
end
The following restarts are available:
TRY-RECOMPILING :R1 Try recompiling init
RETRY :R2 Retry compiling component ("gsll" "init"
"init").
ACCEPT :R3 Continue, treating compiling component ("gsll"
"init" "init") as having been successful.
ABORT :R4 Give up on "gsll"
ABORT :R5 Abort main loop
-------------------------------

Output of backtrace:
--------------------------------
Break 1 GSL[2]> backtrace
<1/591> #<SYSTEM-FUNCTION EXT:SHOW-STACK> 3
<2/584> #<COMPILED-FUNCTION SYSTEM::PRINT-BACKTRACE>
<3/578> #<COMPILED-FUNCTION SYSTEM::DEBUG-BACKTRACE>
<4/569> #<SYSTEM-FUNCTION SYSTEM::READ-EVAL-PRINT> 2
<5/566> #<COMPILED-FUNCTION SYSTEM::BREAK-LOOP-2-3>
<6/562> #<SYSTEM-FUNCTION SYSTEM::SAME-ENV-AS> 2
<7/548> #<COMPILED-FUNCTION SYSTEM::BREAK-LOOP-2>
<8/546> #<SYSTEM-FUNCTION SYSTEM::DRIVER>
<9/506> #<COMPILED-FUNCTION SYSTEM::BREAK-LOOP>
<10/503> #<SYSTEM-FUNCTION INVOKE-DEBUGGER> 1
<11/492> #<SYSTEM-FUNCTION READ-LINE>
[488] EVAL frame for form (READ-LINE S)
<12/485> #<SPECIAL-OPERATOR PROGN>
[484] EVAL frame for form (PROGN (READ-LINE S) (READ-LINE S))
<13/480> #<SPECIAL-OPERATOR UNWIND-PROTECT>
[478] EVAL frame for form (UNWIND-PROTECT (PROGN (READ-LINE S) (READ-
LINE S)) (CLOSE S))
<14/468> #<SPECIAL-OPERATOR LET>
[466] EVAL frame for form
(LET
((S
(MAKE-STRING-INPUT-STREAM
(LET ((ASDF::*VERBOSE-OUT* (MAKE-STRING-OUTPUT-STREAM :ELEMENT-
TYPE 'CHARACTER))) (DECLARE (SYSTEM::READ-ONLY ASDF::*VERBOSE-OUT*))
(UNWIND-PROTECT (PROGN (ASDF:RUN-SHELL-COMMAND "gsl-config ~s"
ARG) (GET-OUTPUT-STREAM-STRING ASDF::*VERBOSE-OUT*)) (SYSTEM::BUILT-IN-
STREAM-CLOSE ASDF::*VERBOSE-OUT*))))))
(DECLARE (SYSTEM::READ-ONLY S)) (UNWIND-PROTECT (PROGN (READ-LINE S)
(READ-LINE S)) (CLOSE S)))
[450] APPLY frame for call (GSL-CONFIG '"--prefix")
<15/446>
#<FUNCTION GSL-CONFIG (ARG) "A wrapper for tool `gsl-
config'." (DECLARE (SYSTEM::IN-DEFUN GSL-CONFIG))
(BLOCK GSL-CONFIG (WITH-INPUT-FROM-STRING (S (WITH-OUTPUT-TO-STRING
(ASDF::*VERBOSE-OUT*) (ASDF:RUN-SHELL-COMMAND "gsl-config ~s" ARG)))
(READ-LINE S) (READ-LINE S)))> 1
[445] EVAL frame for form (GSL-CONFIG "--prefix")
[437] EVAL frame for form (FORMAT NIL "~a/" (GSL-CONFIG "--prefix"))
[433] EVAL frame for form (PATHNAME (FORMAT NIL "~a/" (GSL-CONFIG "--
prefix")))
[428] EVAL frame for form (MERGE-PATHNAMES PN (PATHNAME (FORMAT NIL
"~a/" (GSL-CONFIG "--prefix"))))
[412] APPLY frame for call (GSL-CONFIG-PATHNAME '"lib/
libgslcblas.dylib")
<16/408> #<FUNCTION GSL-CONFIG-PATHNAME (PN) (DECLARE (SYSTEM::IN-
DEFUN GSL-CONFIG-PATHNAME)) (BLOCK GSL-CONFIG-PATHNAME (MERGE-
PATHNAMES PN (PATHNAME (FORMAT NIL "~a/" (GSL-CONFIG "--prefix")))))>
1
[407] EVAL frame for form (GSL-CONFIG-PATHNAME "lib/
libgslcblas.dylib")
<17/399> #<SYSTEM-FUNCTION SYSTEM::READ-EVAL-READER> 3
<18/391> #<SYSTEM-FUNCTION SYSTEM::LPAR-READER> 2
<19/381> #<SYSTEM-FUNCTION SYSTEM::LPAR-READER> 2
<20/361> #<SYSTEM-FUNCTION READ>
<21/223> #<COMPILED-FUNCTION COMPILE-FILE>
<22/211> #<COMPILED-FUNCTION ASDF:COMPILE-FILE*>
<23/197> #<COMPILED-FUNCTION #:|1862 1890 (DEFMETHOD PERFORM (#
#) ...)-175-1-1|>
<24/192> #<COMPILED-FUNCTION ASDF::PERFORM-<EMF-4>-1>
<25/192> #<STANDARD-GENERIC-FUNCTION ASDF:PERFORM>
<26/189> #<COMPILED-FUNCTION #:|1930 1931 (DEFMETHOD PERFORM-WITH-
RESTARTS (OPERATION COMPONENT) ...)-184-1-1|>
<27/185> #<COMPILED-FUNCTION ASDF::PERFORM-WITH-RESTARTS-<EMF-2>-1-1>
<28/170> #<COMPILED-FUNCTION #:|1954 1972 (DEFMETHOD PERFORM-WITH-
RESTARTS (# #) ...)-186-1-1|>
<29/165> #<COMPILED-FUNCTION ASDF::PERFORM-WITH-RESTARTS-<EMF-2>-1>
<30/165> #<STANDARD-GENERIC-FUNCTION ASDF::PERFORM-WITH-RESTARTS>
<31/111> #<COMPILED-FUNCTION #:|2063 2097 (DEFMETHOD OPERATE
(OPERATION-CLASS SYSTEM &REST ...) ...)-204-1-1-1|>
<32/103> #<COMPILED-FUNCTION #:|2063 2097 (DEFMETHOD OPERATE
(OPERATION-CLASS SYSTEM &REST ...) ...)-204-1-1|>
<33/103> #<STANDARD-GENERIC-FUNCTION ASDF:OPERATE>
<34/98> #<COMPILED-FUNCTION ASDF:OOS>
<35/91> #<COMPILED-FUNCTION QUICKLISP-CLIENT::APPLY-LOAD-STRATEGY-1>
<36/83> #<COMPILED-FUNCTION QUICKLISP-CLIENT::CALL-WITH-MACROEXPAND-
PROGRESS>
<37/80> #<COMPILED-FUNCTION QUICKLISP-CLIENT::APPLY-LOAD-STRATEGY>
<38/78> #<COMPILED-FUNCTION QUICKLISP-CLIENT::AUTOLOAD-SYSTEM-AND-
DEPENDENCIES-4>
<39/56> #<COMPILED-FUNCTION QUICKLISP-CLIENT::AUTOLOAD-SYSTEM-AND-
DEPENDENCIES>
<40/53> #<COMPILED-FUNCTION QUICKLISP-CLIENT::QL>
<41/48> #<COMPILED-FUNCTION #:|14 26 (DEFGENERIC QUICKLOAD (SYSTEMS
&KEY VERBOSE ...) ...)-6-1-1|>
<42/43> #<COMPILED-FUNCTION #:|14 26 (DEFGENERIC QUICKLOAD (SYSTEMS
&KEY VERBOSE ...) ...)-6-1|>
<43/43> #<STANDARD-GENERIC-FUNCTION QUICKLISP-CLIENT:QUICKLOAD>
<44/43> #<STANDARD-GENERIC-FUNCTION QUICKLISP-CLIENT:QUICKLOAD>
[40] EVAL frame for form (QUICKLISP-CLIENT:QUICKLOAD "gsll" :VERBOSE
T)
Printed 44 frames
-------------------



Verbose output:
---------------------------
[1]> (ql:quickload "gsll" :verbose t)
;; Loading file /home/sandy/quicklisp/dists/quicklisp/software/
gsll-20101107-git/gsll.asd ...
;; Loading file /home/sandy/quicklisp/dists/quicklisp/software/
fsbv-20101006-git/fsbv.asd ...
; loading system definition from /home/sandy/quicklisp/dists/quicklisp/
software/cffi_0.10.6/cffi-grovel.asd into #<PACKAGE ASDF2>
;; Loading file /home/sandy/quicklisp/dists/quicklisp/software/
cffi_0.10.6/cffi-grovel.asd ...
; registering #<SYSTEM CFFI-GROVEL> as CFFI-GROVEL
;; Loaded file /home/sandy/quicklisp/dists/quicklisp/software/
cffi_0.10.6/cffi-grovel.asd
; loading system definition from /home/sandy/quicklisp/dists/quicklisp/
software/alexandria-20101107-git/alexandria.asd into #<PACKAGE ASDF2>
;; Loading file /home/sandy/quicklisp/dists/quicklisp/software/
alexandria-20101107-git/alexandria.asd ...
; registering #<SYSTEM :ALEXANDRIA> as ALEXANDRIA
WARNING: The generic function #<STANDARD-GENERIC-FUNCTION OPERATION-
DONE-P> is being modified, but has already been called.
WARNING: The generic function #<STANDARD-GENERIC-FUNCTION PERFORM> is
being modified, but has already been called.
;; Loaded file /home/sandy/quicklisp/dists/quicklisp/software/
alexandria-20101107-git/alexandria.asd
; loading system definition from /home/sandy/quicklisp/dists/quicklisp/
software/cffi_0.10.6/cffi.asd into #<PACKAGE ASDF2>
;; Loading file /home/sandy/quicklisp/dists/quicklisp/software/
cffi_0.10.6/cffi.asd ...
; registering #<SYSTEM :CFFI> as CFFI
WARNING: The generic function #<STANDARD-GENERIC-FUNCTION OPERATION-
DONE-P> is being modified, but has already been called.
;; Loaded file /home/sandy/quicklisp/dists/quicklisp/software/
cffi_0.10.6/cffi.asd
; loading system definition from /home/sandy/quicklisp/dists/quicklisp/
software/babel-20101107-darcs/babel.asd into #<PACKAGE ASDF2>
;; Loading file /home/sandy/quicklisp/dists/quicklisp/software/
babel-20101107-darcs/babel.asd ...
; registering #<SYSTEM BABEL> as BABEL
;; Loaded file /home/sandy/quicklisp/dists/quicklisp/software/
babel-20101107-darcs/babel.asd
; loading system definition from /home/sandy/quicklisp/dists/quicklisp/
software/trivial-features-20101006-darcs/trivial-features.asd into
#<PACKAGE ASDF2>
;; Loading file /home/sandy/quicklisp/dists/quicklisp/software/
trivial-features-20101006-darcs/trivial-features.asd ...
; registering #<SYSTEM TRIVIAL-FEATURES> as TRIVIAL-FEATURES
;; Loaded file /home/sandy/quicklisp/dists/quicklisp/software/
trivial-features-20101006-darcs/trivial-features.asd
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
package.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
package.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
definitions.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
definitions.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
binding.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
binding.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
strings.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
strings.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
conditions.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
conditions.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
hash-tables.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
hash-tables.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
symbols.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
symbols.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
macros.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
macros.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
functions.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
functions.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
lists.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
lists.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
io.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
io.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
control-flow.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
control-flow.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
types.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
types.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
arrays.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
arrays.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
sequences.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
sequences.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
numbers.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
numbers.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
features.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/alexandria-20101107-git/
features.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/trivial-
features-20101006-darcs/src/tf-clisp.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/trivial-
features-20101006-darcs/src/tf-clisp.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
packages.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
packages.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
encodings.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
encodings.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
enc-ascii.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
enc-ascii.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
enc-ebcdic.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
enc-ebcdic.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
enc-iso-8859.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
enc-iso-8859.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
enc-unicode.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
enc-unicode.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
enc-cp1251.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
enc-cp1251.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
jpn-table.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
jpn-table.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
enc-jpn.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
enc-jpn.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
external-format.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
external-format.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
strings.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
strings.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
sharp-backslash.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/babel-20101107-darcs/src/
sharp-backslash.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/cffi-
clisp.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/cffi-
clisp.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/
package.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/
package.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/
utils.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/
utils.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/
libraries.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/
libraries.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/early-
types.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/early-
types.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/
types.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/
types.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/
enum.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/enum.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/
strings.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/
strings.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/
functions.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/
functions.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/foreign-
vars.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/foreign-
vars.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/
features.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/src/
features.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/grovel/
package.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/grovel/
package.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/grovel/
invoke.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/grovel/
invoke.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/grovel/
grovel.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/grovel/
grovel.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/grovel/
asdf.fas ...
WARNING: The generic function #<STANDARD-GENERIC-FUNCTION
ASDF:PERFORM> is being modified, but has already been called.
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/cffi_0.10.6/grovel/
asdf.fas
0 errors, 0 warnings
;; Loaded file /home/sandy/quicklisp/dists/quicklisp/software/
fsbv-20101006-git/fsbv.asd
0 errors, 0 warnings
;; Loaded file /home/sandy/quicklisp/dists/quicklisp/software/
gsll-20101107-git/gsll.asd
To load "gsll":
Load 1 ASDF system:
gsll
; Loading "gsll"
;; Loading file /home/sandy/quicklisp/dists/quicklisp/software/trivial-
garbage-20101006-darcs/trivial-garbage.asd ...
WARNING: The generic function #<STANDARD-GENERIC-FUNCTION PERFORM> is
being modified, but has already been called.
;; Loaded file /home/sandy/quicklisp/dists/quicklisp/software/trivial-
garbage-20101006-darcs/trivial-garbage.asd
;; Loading file /home/sandy/quicklisp/dists/quicklisp/software/
gsd-20101006-git/grid/grid.asd ...
;; Loaded file /home/sandy/quicklisp/dists/quicklisp/software/
gsd-20101006-git/grid/grid.asd
;; Loading file /home/sandy/quicklisp/dists/quicklisp/software/
gsd-20101006-git/foreign-array/foreign-array.asd ...
;; Loaded file /home/sandy/quicklisp/dists/quicklisp/software/
gsd-20101006-git/foreign-array/foreign-array.asd
;; Loading file /home/sandy/quicklisp/dists/quicklisp/software/split-
sequence-20101006-http/split-sequence.asd ...
;; Loaded file /home/sandy/quicklisp/dists/quicklisp/software/split-
sequence-20101006-http/split-sequence.asd
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/fsbv-20101006-git/
init.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/fsbv-20101006-git/init.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/fsbv-20101006-git/libffi-
unix.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/fsbv-20101006-git/libffi-
unix.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/fsbv-20101006-git/
defs.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/fsbv-20101006-git/defs.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/fsbv-20101006-git/
foreign-object-components.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/fsbv-20101006-git/foreign-
object-components.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/fsbv-20101006-git/
cbuiltin.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/fsbv-20101006-git/
cbuiltin.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/fsbv-20101006-git/
cstruct.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/fsbv-20101006-git/cstruct.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/fsbv-20101006-git/
functions.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/fsbv-20101006-git/
functions.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/split-sequence-20101006-
http/split-sequence.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/split-sequence-20101006-http/
split-sequence.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/trivial-garbage-20101006-
darcs/trivial-garbage.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/trivial-garbage-20101006-
darcs/trivial-garbage.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
package.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
package.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
util.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
util.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
affi/package.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/affi/
package.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
affi/utility.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/affi/
utility.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
affi/affi.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/affi/
affi.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
affi/transformers.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/affi/
transformers.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
functions.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
functions.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
specification.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
specification.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
array.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
array.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
map.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/map.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
compose.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
compose.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
slice.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
slice.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
higher.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
higher.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
copy.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
copy.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/
tests/grids.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/grid/tests/
grids.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/foreign-
array/types.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/foreign-
array/types.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/foreign-
array/complex-types.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/foreign-
array/complex-types.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/foreign-
array/element-types.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/foreign-
array/element-types.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/foreign-
array/symbol-type.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/foreign-
array/symbol-type.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/foreign-
array/number-conversion.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/foreign-
array/number-conversion.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/foreign-
array/foreign-array.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/foreign-
array/foreign-array.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/foreign-
array/methods.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/foreign-
array/methods.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/foreign-
array/subclass.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/foreign-
array/subclass.fas
;; Loading file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/
home/sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/foreign-
array/vector-matrix.fas ...
;; Loaded file /home/sandy/.cache/common-lisp/clisp-2.48-unix-x86/home/
sandy/quicklisp/dists/quicklisp/software/gsd-20101006-git/foreign-
array/vector-matrix.fas
;; Compiling file /home/sandy/quicklisp/dists/quicklisp/software/
gsll-20101107-git/init/init.lisp ...
[package gsll]/usr
---------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/gsll-devel/attachments/20101205/a553332c/attachment.html>


More information about the gsll-devel mailing list