Package: sbcl
Version: 1:0.8.19.39-2
Severity: normal

On noticing that I was no longer able to use ASDF to load clc packages,
I decided to purge the entire common lisp system from my system.
Afterwards, during a clean install, I noticed this problem during SBCL's
installation:

----------------------------------------------------------------------------
(Reading database ... 262282 files and directories currently installed.)
Preparing to replace sbcl 1:0.8.19.39-2 (using
.../sbcl_1%3a0.8.19.39-2_i386.deb) ...
Unpacking replacement sbcl ...
Setting up sbcl (0.8.19.39-2) ...
/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
;     (COMMON-LISP-CONTROLLER:INIT-COMMON-LISP-CONTROLLER-V4
;    (FIRST
;     (LAST
;      (PATHNAME-DIRECTORY
;       (PARSE-NAMESTRING COMMON-LISP-CONTROLLER::FASL-ROOT)))))
;
; caught STYLE-WARNING:
;   undefined function: INIT-COMMON-LISP-CONTROLLER-V4

;
; caught STYLE-WARNING:
;   This function is undefined:
;     INIT-COMMON-LISP-CONTROLLER-V4
;
; compilation unit finished
;   caught 2 STYLE-WARNING conditions
; in: LAMBDA NIL
;     (SB-KERNEL:FLOAT-WAIT)
;
; note: deleting unreachable code
; compilation unit finished
;   printed 1 note

Error running init-common-lisp-controller-v4:
mv: cannot stat `sbcl-new.core': No such file or directory
FAILED
----------------------------------------------------------------------------

After install:

============================================================================
This is SBCL 0.8.19.39, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
* (list-all-packages)

(#<PACKAGE "COMMON-LISP-USER"> #<PACKAGE "SB-LOOP"> #<PACKAGE "SB-IMPL">
 #<PACKAGE "KEYWORD"> #<PACKAGE "SB-WALKER"> #<PACKAGE "SB-PROFILE">
 #<PACKAGE "SB-PRETTY"> #<PACKAGE "SB-MOP"> #<PACKAGE "SB-INT">
 #<PACKAGE "SB-GRAY"> #<PACKAGE "SB-FORMAT"> #<PACKAGE "SB-FASL">
 #<PACKAGE "SB-DISASSEM"> #<PACKAGE "SB-DEBUG"> #<PACKAGE "SB-C">
         #<PACKAGE "SB-BIGNUM"> #<PACKAGE "SB-ASSEM"> #<PACKAGE
         "SB-ALIEN-INTERNALS">
          #<PACKAGE "SB-SYS"> #<PACKAGE "SB-ALIEN"> #<PACKAGE "SB-PCL">
           #<PACKAGE "SB-UNIX"> #<PACKAGE "SB-VM"> #<PACKAGE "SB-THREAD">
            #<PACKAGE "SB-DI"> #<PACKAGE "SB-KERNEL"> #<PACKAGE "SB-EXT">
                 #<PACKAGE "COMMON-LISP">)
============================================================================

IIRC, that should include COMMON-LISP-CONTROLLER. What I do know is that
I can no longer use any clc-installed packages.

============================================================================
This is SBCL 0.8.19.39, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
* (require :asdf)

("ASDF")
* (asdf:operate 'asdf:load-op :clsql-postgresql)

debugger invoked on a ASDF:MISSING-COMPONENT in thread 32002:
  component "clsql-postgresql" not found

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

restarts (invokable by number or by possibly-abbreviated name):
  0: [ABORT   ] Reduce debugger level (leaving debugger, returning to toplevel).
  1: [TOPLEVEL] Restart at toplevel READ/EVAL/PRINT loop.
("hairy arg processor for ASDF:FIND-SYSTEM" :CLSQL-POSTGRESQL T)
0] 0

* (asdf:operate 'asdf:load-op :uffi)

debugger invoked on a ASDF:MISSING-COMPONENT in thread 32002:
  component "uffi" not found

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

restarts (invokable by number or by possibly-abbreviated name):
  0: [ABORT   ] Reduce debugger level (leaving debugger, returning to toplevel).
  1: [TOPLEVEL] Restart at toplevel READ/EVAL/PRINT loop.
("hairy arg processor for ASDF:FIND-SYSTEM" :UFFI T)
0] 0
============================================================================

Is this a bug? If it is not, at the least a notation on the sbcl.sh
script that this is normal output would be good.

Sorry for spamming the bug tracking system,
Alan Shields

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages sbcl depends on:
ii  common-lisp-controller      4.12         This is a Common Lisp source and c
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to