Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 154855 - dev-lisp/sbcl-0.9.18 and dev-lisp/cl-asdf-1.89: asdf fails to load components
Summary: dev-lisp/sbcl-0.9.18 and dev-lisp/cl-asdf-1.89: asdf fails to load components
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-11 20:41 UTC by Carlos Konstanski
Modified: 2006-11-12 14:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Konstanski 2006-11-11 20:41:41 UTC
After upgrading both my x86 and amd64 boxes to dev-lisp/sbcl-0.9.18, asdf no longer is capable of loading components.

To reproduce:

dev-lisp/sbcl-0.9.18  USE="doc ldb source threads unicode"
dev-lisp/cl-asdf-1.89
dev-lisp/cl-environment-1.0.20021105 (or any other asdf package)

Then start sbcl.  At the REPL, enter these commands:

(load "/usr/share/common-lisp/source/asdf/asdf.lisp")
(require 'asdf)
(asdf:oos 'asdf:load-op 'environment)  ;; or any other asdf package

Here's the output:


This is SBCL 0.9.18, 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.
; in: LAMBDA NIL
;     (ASDF::FORMAT-ARGUMENTS ASDF::C)
; 
; caught STYLE-WARNING:
;   undefined function: FORMAT-ARGUMENTS

;     (ASDF::FORMAT-CONTROL ASDF::C)
; 
; caught STYLE-WARNING:
;   undefined function: FORMAT-CONTROL

; 
; caught STYLE-WARNING:
;   These functions are undefined:
;     FORMAT-ARGUMENTS FORMAT-CONTROL
; 
; compilation unit finished
;   caught 3 STYLE-WARNING conditions

; in: LAMBDA NIL
;     (ASDF:ERROR-COMPONENT ASDF::C)
; 
; caught STYLE-WARNING:
;   undefined function: ERROR-COMPONENT

;     (ASDF:ERROR-OPERATION ASDF::C)
; 
; caught STYLE-WARNING:
;   undefined function: ERROR-OPERATION

; 
; caught STYLE-WARNING:
;   These functions are undefined:
;     ERROR-COMPONENT ERROR-OPERATION
; 
; compilation unit finished
;   caught 3 STYLE-WARNING conditions

; in: LAMBDA NIL
;     (ASDF::COMPONENT-VISITED-P ASDF::O ASDF::C)
; 
; caught STYLE-WARNING:
;   undefined function: COMPONENT-VISITED-P

; 
; caught STYLE-WARNING:
;   This function is undefined:
;     COMPONENT-VISITED-P
; 
; compilation unit finished
;   caught 2 STYLE-WARNING conditions

; in: LAMBDA NIL
;     (ASDF::CHECK-COMPONENT-INPUT TYPE ASDF::NAME ASDF::DEPENDS-ON
;    ASDF::COMPONENTS ASDF::IN-ORDER-TO)
; 
; caught STYLE-WARNING:
;   undefined function: CHECK-COMPONENT-INPUT

; 
; caught STYLE-WARNING:
;   This function is undefined:
;     CHECK-COMPONENT-INPUT
; 
; compilation unit finished
;   caught 2 STYLE-WARNING conditions

; in: LAMBDA NIL
;     (ASDF::SYSDEF-ERROR-COMPONENT ":depends-on must be a list." TYPE ASDF::NAME
;    ASDF::DEPENDS-ON)
; 
; caught STYLE-WARNING:
;   undefined function: SYSDEF-ERROR-COMPONENT

; 
; caught STYLE-WARNING:
;   This function is undefined:
;     SYSDEF-ERROR-COMPONENT
; 
; compilation unit finished
;   caught 2 STYLE-WARNING conditions

debugger invoked on a SIMPLE-ERROR in thread #<THREAD "initial thread" {100230F051}>:
  Error during processing of initialization file /home/ckonstanski/.sbclrc:

  component "environment" not found

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 processing.
  1: [ABORT   ] Skip this initialization file.
  2:            Skip to toplevel READ/EVAL/PRINT loop.
  3: [QUIT    ] Quit SBCL (calling #'QUIT, killing the process).

((LAMBDA (SB-IMPL::E)) component "environment" not found)
0] 


With sbcl-0.9.17 (which works), note the following:

CL-USER> (in-package :asdf)
#<PACKAGE "ASDF">
ASDF> *CENTRAL-REGISTRY*
((MERGE-PATHNAMES ".clc/systems/" (USER-HOMEDIR-PATHNAME))
 (MERGE-PATHNAMES ".sbcl/systems/" (USER-HOMEDIR-PATHNAME))
 (MERGE-PATHNAMES "site-systems/" (TRUENAME (SB-EXT:POSIX-GETENV "SBCL_HOME")))
 *DEFAULT-PATHNAME-DEFAULTS* #P"/usr/share/common-lisp/systems/")

In sbcl-0.9.18 (which is broken):

* (in-package :asdf)

#<PACKAGE "ASDF">
* *central-registry*

(*DEFAULT-PATHNAME-DEFAULTS*)


It is plain that asdf is not loading all the right paths to the components.


ns ~ # emerge --info
Portage 2.1.2_rc1-r5 (default-linux/x86/2006.1/desktop, gcc-3.4.6, glibc-2.5-r0, 2.6.17-gentoo-r8 i686)
=================================================================
System uname: 2.6.17-gentoo-r8 i686 AMD Athlon(tm) XP 2700+
Gentoo Base System version 1.12.6
Last Sync: Sat, 11 Nov 2006 00:30:01 +0000
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.3.5-r3, 2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /opt/openjms/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/lib/mozilla/defaults/pref /usr/share/X11/xkb /var/bind"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c"
CXXFLAGS="-O2 -march=athlon-xp"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks fixpackages metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acl alsa apache2 arts berkdb bitmap-fonts bzip2 cairo cdr cli cracklib crypt cups curl dbus dlloader dri dvd dvdr eds elibc_glibc emacs emboss encode esd fam firefox fortran gdbm gif gnome gpm gstreamer gtk gtkhtml hal iconv imap input_devices_evdev input_devices_keyboard input_devices_mouse ipv6 isdnlog java jpeg kde kernel_linux libg++ libwww mad maildir mikmod motif mozilla mp3 mpeg ncurses nls nptl nptlonly nsplugin odbc ogg opengl oss pam pcre perl pic png postgres ppds pppd python qt3 qt4 quicktime readline reflection ruby samba sasl sdl session spell spl ssl tcltk tcpd tetex threads tiff truetype truetype-fonts type1-fonts udev unicode userland_GNU video_cards_nv video_cards_nvidia video_cards_vesa vorbis win32codecs xml xorg xv zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2006-11-12 14:57:45 UTC
With SBCL 0.9.18, CLISP 2.41 and CMUCL 19d-pre1 in Portage, we have dropped support for the Common Lisp Controller.  There is a new user guide available which describes the changes and how to adapt.

    http://www.gentoo.org/proj/en/common-lisp/guide.xml

If you have some comments on the guide, don't hesitate to write to me.  I'm looking for ways to improve it.