[Ecls-list] asdf-install

a.shevlyakov aash29 at mail.ru
Sat Nov 13 21:40:06 UTC 2010


Greetings,
I'm using ECL 10.4.1, and trying to install asdf-install using this instruction:
http://www.cliki.net/FirstStepsWithAsdfAndAsdfInstall

So far I failed with this output:

>  (push (truename #P"asdf-install/asdf-install/") asdf:*central-registry*)

(#P"/root/asdf-install/asdf-install/" #P"/usr/local/lib/ecl-10.4.1/")
> (asdf:oos 'asdf:load-op :asdf-install)

; loading system definition from
; /root/asdf-install/asdf-install/asdf-install.asd into #<ASDF0 package>
;;; Loading "/root/asdf-install/asdf-install/asdf-install.asd"
; registering #<SYSTEM ASDF-INSTALL 149641808> as ASDF-INSTALL
;;;
;;; Compiling /root/asdf-install/asdf-install/defpackage.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; End of Pass 1.
;;; Note:
;;;   Invoking external command:
;;;   gcc "-I/usr/local/include/"  -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -g -O2 -fPIC  -Dlinux -O -w -c
"/root/.cache/common-lisp/ecl-10.4.1-linux-x86/root/asdf-install/asdf-install/defpackage.c"
-o "/root/.cache/common-lisp/ecl-10.4.1-linux-x86/root/asdf-install/asdf-install/defpackage.o"
;;;
;;; Finished compiling /root/asdf-install/asdf-install/defpackage.lisp.
;;;
;;; Note:
;;;   Invoking external command:
;;;   gcc "-I/usr/local/include/"  -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -g -O2 -fPIC  -Dlinux -O -w -c
"/tmp/ECLINITFeGWHE.c" -o "/tmp/ECLINITFeGWHE.o"
;;;
;;; Note:
;;;   Invoking external command:
;;;   gcc -o "/root/.cache/common-lisp/ecl-10.4.1-linux-x86/root/asdf-install/asdf-install/defpackage.fas"
-L"/usr/local/lib/" "/tmp/ECLINITFeGWHE.o"
"/root/.cache/common-lisp/ecl-10.4.1-linux-x86/root/asdf-install/asdf-install/defpackage.o"
  -shared    -lecl  -lgmp -ldl  -lm
;;;
;;; Loading "/root/.cache/common-lisp/ecl-10.4.1-linux-x86/root/asdf-install/asdf-install/defpackage.fas"
;;;
;;; Compiling /root/asdf-install/asdf-install/split-sequence.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; Compiling (DEFUN SPLIT-SEQUENCE-IF ...).
;;; End of Pass 1.
;;; Emitting code for SPLIT-SEQUENCE-IF.
;;; Note:
;;;   Invoking external command:
;;;   gcc "-I/usr/local/include/"  -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -g -O2 -fPIC  -Dlinux -O -w -c
"/root/.cache/common-lisp/ecl-10.4.1-linux-x86/root/asdf-install/asdf-install/split-sequence.c"
-o "/root/.cache/common-lisp/ecl-10.4.1-linux-x86/root/asdf-install/asdf-install/split-sequence.o"
;;;
;;; Finished compiling /root/asdf-install/asdf-install/split-sequence.lisp.
;;;
;;; Note:
;;;   Invoking external command:
;;;   gcc "-I/usr/local/include/"  -D_GNU_SOURCE
-D_FILE_OFFSET_BITS=64 -g -O2 -fPIC  -Dlinux -O -w -c
"/tmp/ECLINITUwF6lA.c" -o "/tmp/ECLINITUwF6lA.o"
;;;
;;; Note:
;;;   Invoking external command:
;;;   gcc -o "/root/.cache/common-lisp/ecl-10.4.1-linux-x86/root/asdf-install/asdf-install/split-sequence.fas"
-L"/usr/local/lib/" "/tmp/ECLINITUwF6lA.o"
"/root/.cache/common-lisp/ecl-10.4.1-linux-x86/root/asdf-install/asdf-install/split-sequence.o"
  -shared    -lecl  -lgmp -ldl  -lm
;;;
;;;
;;; Compiling /root/asdf-install/asdf-install/port.lisp.
;;; OPTIMIZE levels: Safety=2, Space=0, Speed=3, Debug=0
;;;
;;; Compiling (DEFVAR *TEMPORARY-FILES*).
;;; Compiling (DEFPARAMETER *SHELL-PATH* ...).
; loading system definition from /usr/local/lib/ecl-10.4.1/sockets.asd
into #<ASDF0 package>
;;; Loading "/usr/local/lib/ecl-10.4.1/sockets.asd"
; registering #<PREBUILT-SYSTEM "sockets" 150573848> as sockets
;;; Loading "/usr/local/lib/ecl-10.4.1/sockets.fas"
;;; Internal error:
;;;   ** Reader error in file #<input stream
#P"/root/asdf-install/asdf-install/port.lisp">, position 474:
;;; Unmatched right parenthesis, #\)
erred while invoking #<ASDF:COMPILE-OP NIL 149752808> on
#<ASDF:CL-SOURCE-FILE "port" 149678672>




More information about the ecl-devel mailing list