Your message dated Tue, 05 Apr 2005 21:26:04 +0200
with message-id <[EMAIL PROTECTED]>
and subject line sbcl: Error running init-common-lisp-controller-v4
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 3 Mar 2005 00:02:54 +0000
>From [EMAIL PROTECTED] Wed Mar 02 16:02:54 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.omrf.org (omrfnt2.omrf.ouhsc.edu) [157.142.200.111] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D6dnq-00082G-00; Wed, 02 Mar 2005 16:02:54 -0800
Received: from inquisitor.omrf.org ([157.142.202.27]) by omrfnt2.omrf.ouhsc.edu 
with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13)
        id F5Y823R3; Wed, 2 Mar 2005 18:02:21 -0600
Received: from shieldsa by inquisitor.omrf.org with local (Exim 3.36 #1 
(Debian))
        id 1D6dnL-0008LL-00
        for <[EMAIL PROTECTED]>; Wed, 02 Mar 2005 18:02:23 -0600
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Sybari-Trust: d453d23b 9cc0f8b2 7fcdee0f 0000091d
From: Alan Shields <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: sbcl: Error running init-common-lisp-controller-v4
X-Mailer: reportbug 3.8
Date: Wed, 02 Mar 2005 18:02:23 -0600
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        UPPERCASE_25_50 autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

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

---------------------------------------
Received: (at 297801-done) by bugs.debian.org; 5 Apr 2005 19:26:07 +0000
>From [EMAIL PROTECTED] Tue Apr 05 12:26:07 2005
Return-path: <[EMAIL PROTECTED]>
Received: from out1.smtp.messagingengine.com [66.111.4.25] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DItgd-00009m-00; Tue, 05 Apr 2005 12:26:07 -0700
X-Sasl-enc: NU5RG2tln5SpEfWNQrOjhw 1112729165
Received: from [127.0.0.1] (155.1-200-80.adsl.skynet.be [80.200.1.155])
        by frontend1.messagingengine.com (Postfix) with ESMTP id 92A62C70E04
        for <[EMAIL PROTECTED]>; Tue,  5 Apr 2005 15:26:05 -0400 (EDT)
Message-ID: <[EMAIL PROTECTED]>
Date: Tue, 05 Apr 2005 21:26:04 +0200
From: Peter Van Eynde <[EMAIL PROTECTED]>
User-Agent: Debian Thunderbird 1.0.2 (X11/20050331)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: Re: sbcl: Error running init-common-lisp-controller-v4
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL 
PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
In-Reply-To: <[EMAIL PROTECTED]>
X-Enigmail-Version: 0.90.2.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Closing this bug because it went away. No root cause was found.


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

Reply via email to