[cl-debian] Bug#360458: install error message: fatal error before reaching READ-EVAL-PRINT loop.

Package: sbcl Version: 1:0.9.9.0-2 Severity: normal 1) part log: ------------ Richte common-lisp-controller ein (4.27) ... Reinstalling for sbcl Recompiling Common Lisp Controller for sbcl /usr/lib/common-lisp/bin/sbcl.sh loading and dumping clc. fatal error before reaching READ-EVAL-PRINT loop: The file "/etc/sbcl.rc" was not found. mv: Aufruf von stat f�r "sbcll-new.core$B!H(B nicht m�glich: Datei oder Verzeichnis nicht gefunden FAILED Done rebuilding 2) full log: ------------ debian:/home/felix# apt-get install sbcl Paketlisten werden gelesen... Fertig Abh�ngigkeitsbaum wird aufgebaut... Fertig Die folgenden zus�tzlichen Pakete werden installiert: cl-asdf common-lisp-controller realpath Vorgeschlagene Pakete: sbcl-common slime Empfohlene Pakete: binfmt-support Die folgenden NEUEN Pakete werden installiert: cl-asdf common-lisp-controller realpath sbcl 0 aktualisiert, 4 neu installiert, 0 zu entfernen und 0 nicht aktualisiert. Es m�ssen noch 0B von 8716kB Archiven geholt werden. Nach dem Auspacken werden 42,7MB Plattenplatz zus�tzlich benutzt. M�chten Sie fortfahren [J/n]? Medienwechsel: Bitte legen Sie Medium mit den Name �Debian GNU/Linux testing _Etch_ - Official Snapshot amd64 Binary-1 (20060327)� in Laufwerk �/cdrom/� und dr�cken Sie die Eingabetaste. Vorkonfiguration der Pakete ... W�hle vormals abgew�hltes Paket cl-asdf. (Lese Datenbank ... 78922 Dateien und Verzeichnisse sind derzeit installiert.) Entpacke cl-asdf (aus .../cl-asdf/cl-asdf_1.89-1_all.deb) ... W�hle vormals abgew�hltes Paket realpath. Entpacke realpath (aus .../dwww/realpath_1.9.28_amd64.deb) ... W�hle vormals abgew�hltes Paket common-lisp-controller. Entpacke common-lisp-controller (aus .../common-lisp-controller_4.27_all.deb) ... W�hle vormals abgew�hltes Paket sbcl. Entpacke sbcl (aus .../sbcl/sbcl_0.9.9.0-2_amd64.deb) ... Richte cl-asdf ein (1.89-1) ... Richte realpath ein (1.9.28) ... Richte common-lisp-controller ein (4.27) ... Reinstalling for sbcl Recompiling Common Lisp Controller for sbcl /usr/lib/common-lisp/bin/sbcl.sh loading and dumping clc. fatal error before reaching READ-EVAL-PRINT loop: The file "/etc/sbcl.rc" was not found. mv: Aufruf von stat f�r %G„%@sbcl-new.core$B!H(B nicht m�glich: Datei oder Verzeichnis nicht gefunden FAILED Done rebuilding Richte sbcl ein (0.9.9.0-2) ... /usr/lib/common-lisp/bin/sbcl.sh loading and dumping clc. 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/systems/sb-grovel.asd into ; #<PACKAGE "ASDF8"> ; registering #<SYSTEM SB-GROVEL {1003220371}> as SB-GROVEL [undoing binding stack and other enclosing state... done] [saving current Lisp image into /usr/lib/sbcl/sbcl-new.core: writing 1936 bytes from the read-only space at 0x20000000 writing 2320 bytes from the static space at 0x40000000 writing 36945920 bytes from the dynamic space at 0x1000000000 done] debian:/home/felix# dpkg -l sbcl Gew�nscht=Unbekannt/Installieren/R=Entfernen/P=S�ubern/Halten | Status=Nicht/Installiert/Config/U=Entpackt/Fehlgeschl. Konf./Halb install. |/ Fehler?=(keiner)/Halten/R=Neuinst. notw/X=beides (Status, Fehler: GRO�=schlecht) ||/ Name Version Beschreibung +++-============================-============================-======================================================================== ii sbcl 0.9.9.0-2 A Common Lisp compiler and development system -- System Information: Debian Release: testing/unstable Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-1-em64t-p4 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Versions of packages sbcl depends on: ii common-lisp-controller 4.27 This is a Common Lisp source and c ii libc6 2.3.6-3 GNU C Library: Shared libraries an Versions of packages sbcl recommends: pn binfmt-support <none> (no description available) -- no debconf information

Hello, This problems seems rather strange. What happens is that: On Sunday 02 April 2006 15:09, Felix wrote:
Richte common-lisp-controller ein (4.27) ...
We configure clc, which wants to install sbcl
Reinstalling for sbcl Recompiling Common Lisp Controller for sbcl /usr/lib/common-lisp/bin/sbcl.sh loading and dumping clc. fatal error before reaching READ-EVAL-PRINT loop: The file "/etc/sbcl.rc" was not found. mv: Aufruf von stat f�r %G„%@sbcl-new.core$B!H(B nicht m�glich: Datei oder Verzeichnis nicht gefunden FAILED
This fails because the sbcl conf-file /etc/sbcl.rc is not there yet.
Done rebuilding
Richte sbcl ein (0.9.9.0-2) ...
Now we configure sbcl, which works because the conf-file is created then.
/usr/lib/common-lisp/bin/sbcl.sh loading and dumping clc. 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/systems/sb-grovel.asd into ; #<PACKAGE "ASDF8"> ; registering #<SYSTEM SB-GROVEL {1003220371}> as SB-GROVEL
[undoing binding stack and other enclosing state... done] [saving current Lisp image into /usr/lib/sbcl/sbcl-new.core: writing 1936 bytes from the read-only space at 0x20000000 writing 2320 bytes from the static space at 0x40000000 writing 36945920 bytes from the dynamic space at 0x1000000000 done]
I'll error-prove the loading of the rc-file. Groetjes, Peter -- signature -at- pvaneynd.mailworks.org http://www.livejournal.com/users/pvaneynd/ "God, root, what is difference?" Pitr | "God is more forgiving." Dave Aronson|

Your message dated Mon, 15 May 2006 08:47:28 -0700 with message-id <E1FffI8-0003Xe-6L@spohr.debian.org> and subject line Bug#360458: fixed in sbcl 1:0.9.12.0-1 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
participants (3)
-
Felix
-
owner@bugs.debian.org
-
Peter Van Eynde