problem installing sbcl on mly debian/sid

Philippe Preux philippe.preux at inria.fr
Tue Mar 4 10:09:24 UTC 2008


Hi!

while upgrading my debian/sid yesterday, apt-get donwloaded a new 
version of sbcl but its instllation does not work. Below, the messages I 
get in my shell window. I've tried several times, but it always get 
stuck with the last line.

Hope that helps!

Philippe





debugger invoked on a SB-INT:SIMPLE-STREAM-ERROR in thread #<THREAD 
"initial thread" {A728879}>:
  couldn't read from #<SB-SYS:FD-STREAM for "the terminal" {A728E39}>:
    Erreur d'entrée/sortie

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [CONTINUE] Ignore and continue with next --eval option.
  1: [ABORT   ] Skip rest of --eval options.
  2:            Skip to toplevel READ/EVAL/PRINT loop.
  3: [QUIT    ] Quit SBCL (calling #'QUIT, killing the process).

(SB-IMPL::SIMPLE-STREAM-PERROR
 "couldn't read from ~S"
 #<SB-SYS:FD-STREAM for "the terminal" {A728E39}>
 5)
0[6]
WARNING: Starting a select without a timeout while interrupts are disabled.
# aptitude
# apt-get upgrade
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to 
correct the problem.
# dpkg --configure -a
Paramétrage de common-lisp-controller (6.14) ...
Reinstalling for clisp
Recompiling Common Lisp Controller for clisp
Installing clc...
;; Loading file /usr/lib/clisp-2.43/install-clc.lisp ...
;;  Loading file 
/usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp 
...
;;  Loaded file 
/usr/share/common-lisp/source/common-lisp-controller/common-lisp-controller.lisp
;;  Loading file 
/var/cache/common-lisp-controller/0/clisp/common-lisp-controller/common-lisp-controller.fas 
...
;;  Loaded file 
/var/cache/common-lisp-controller/0/clisp/common-lisp-controller/common-lisp-controller.fas
;;  Loading file 
/var/cache/common-lisp-controller/0/clisp/cl-asdf/asdf.fas ...
;;  Loaded file /var/cache/common-lisp-controller/0/clisp/cl-asdf/asdf.fas
;;  Loading file 
/var/cache/common-lisp-controller/0/clisp/cl-asdf/wild-modules.fas ...
;;  Loaded file 
/var/cache/common-lisp-controller/0/clisp/cl-asdf/wild-modules.fas
;;  Loading file 
/var/cache/common-lisp-controller/0/clisp/common-lisp-controller/post-sysdef-install.fas 
...
;;  Loaded file 
/var/cache/common-lisp-controller/0/clisp/common-lisp-controller/post-sysdef-install.fas
;; Loaded file /usr/lib/clisp-2.43/install-clc.lisp
created /usr/lib/clisp-2.43/full/lispinit.mem as expected.
-rw-r--r-- 1 root root 3243752 mar  4 11:06 
/usr/lib/clisp-2.43/full/lispinit.mem

Done rebuilding
Reinstalling for sbcl
Recompiling Common Lisp Controller for sbcl
/usr/lib/common-lisp/bin/sbcl.sh loading and dumping clc.
; in: LAMBDA NIL
;     (SB-KERNEL:FLOAT-WAIT)
;
; note: deleting unreachable code
;
; compilation unit finished
;   printed 1 note
; in: LAMBDA NIL
;     (SB-KERNEL:FLOAT-WAIT)
;
; note: deleting unreachable code
;
; compilation unit finished
;   printed 1 note
STYLE-WARNING: redefining INIT-COMMON-LISP-CONTROLLER-V5 in DEFUN
STYLE-WARNING: redefining COMPILE-COMMON-LISP-CONTROLLER-V5 in DEFUN
STYLE-WARNING: redefining INIT-COMMON-LISP-CONTROLLER-V4 in DEFUN
STYLE-WARNING: redefining INIT-COMMON-LISP-CONTROLLER in DEFUN
; loading system definition from /usr/lib/sbcl/sb-grovel/sb-grovel.asd into
; #<PACKAGE "ASDF1">
; registering #<SYSTEM SB-GROVEL {A835341}> as SB-GROVEL
; in: LAMBDA NIL
;     (SB-KERNEL:FLOAT-WAIT)
;
; note: deleting unreachable code

debugger invoked on a SIMPLE-ERROR in thread #<THREAD "initial thread" 
{A728879}>:
  Error during processing of --eval option (LOAD
                                            
#P"/usr/lib/sbcl/install-clc.lisp"):

  Unhandled memory fault at #x0.

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [CONTINUE] Ignore and continue with next --eval option.
  1: [ABORT   ] Skip rest of --eval options.
  2:            Skip to toplevel READ/EVAL/PRINT loop.
  3: [QUIT    ] Quit SBCL (calling #'QUIT, killing the process).

((LAMBDA (SB-IMPL::E)) #<SB-SYS:MEMORY-FAULT-ERROR {B8D33E1}>)
0]
WARNING: Starting a select without a timeout while interrupts are disabled.



More information about the pkg-common-lisp-devel mailing list