Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 81546
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Common Lisp Herd (DISABLED) <lisp@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: P.L.Hayes <paul@wolfbone.ath.cx>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 81546 depends on: Show dependency tree
Bug 81546 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-02-10 15:36 0000
/usr/lib/portage/bin/ebuild.sh: line 52: unregister-common-lisp-implementation:
command not found
/usr/lib/portage/bin/ebuild.sh: line 60: register-common-lisp-implementation:
command not found
>>> Regenerating /etc/ld.so.cache...
 * Caching service dependencies...
>>> dev-lisp/sbcl-0.8.19 merged

...

$ sbcl
This is SBCL 0.8.19, 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.
fatal error encountered in SBCL pid 17531:
can't load .core for different runtime, sorry
The system is too badly corrupted or confused to continue at the Lisp
level. If the system had been compiled with the SB-LDB feature, we'd drop
into the LDB low-level debugger now. But there's no LDB in this build, so
we can't really do anything but just exit, sorry.

...

Portage 2.0.51-r15 (default-linux/x86/2004.2, gcc-3.3.5,
glibc-2.3.4.20040808-r1
, 2.6.10 i686)
=================================================================
System uname: 2.6.10 i686 AMD Athlon(tm) XP 2200+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Feb  7 2005,
13:28:24)
]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-pipe -O2 -fgcse -fomit-frame-pointer -march=athlon-xp"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X1
1/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/
config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr
/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-pipe -O2 -fgcse -fomit-frame-pointer -march=athlon-xp"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig candy ccache distlocks sandbox sfperms userpriv 
usersandbox"
GENTOO_MIRRORS="http://ftp.easynet.nl/mirror/gentoo/
http://pandemonium.tiscali.
de/pub/gentoo/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo
http://ftp-stud.fht
-esslingen.de/pub/Mirrors/gentoo/ http://gentoo.inode.at/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 3dnow X X509 Xaw3d aac aalib acpi alsa ansi apache2 apm atlas auctex
av
i berkdb bigger-fonts bitmap-fonts cdparanoia chroot clisp crypt cscope cups
cus
treloc dillo dlloader dlopen doc dvd emacs encode exif extensions f77 fam
ffmpeg
 flac font-server foomaticdb fortran gdbm gif gimpprint glut gmp gnutls gpm
grap
hviz gs gstreamer gtk gtk2 gtkhtml guile imagemagick imlib imlib2 jack java
jbig
 jpeg lcms libcaca libg++ libwww lzw mad mbox mikmod mmap mmx mng motif mozilla 
moznocompose moznoirc ncurses nls nptl objc oggvorbis opengl openssh oss pam
pcr
e pdflib perl physfs pic png ppds python qt quicktime readline sdl sftplogging
s
lang sndfile speex spell sse ssl svg t1lib tcltk tcpd tetex theora threads tiff 
truetype truetype-fonts type1-fonts unicode usb xface xml xml2 xmms xrandr xv
zl
ib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS

------- Comment #1 From Matthew Kennedy (RETIRED) 2005-02-10 21:31:11 0000 -------
Hi. What version of dev-lisp/common-lisp-controller are you using?

------- Comment #2 From P.L.Hayes 2005-02-10 23:22:47 0000 -------
Hi - It's 3.91 

------- Comment #3 From Tyler Berry 2005-02-11 07:33:20 0000 -------
I also received this error; I unemerged SBCL entirely and re-emerged from
nothing,
and I got this error message instead:

fatal error encountered in SBCL pid 3671:
can't find core file

Running SBCL as 'sbcl --core /usr/lib/sbcl/sbcl-dist.core' successfully opened
SBCL,
although it wasn't able to load the existing fasls, and it seems they didn't
get
recompiled after the SBCL build (probably because of the above behavior.)

This was all under common-lisp-controller 3.91; upgrading to 4.12 corrected
everything instantly.

------- Comment #4 From M. Edward Borasky 2005-02-12 11:20:54 0000 -------
Ah ... I'm on CLC 3.91 as well. Hmmm ... should there be a dependency in
sbcl-0.8.19 on a later version of common-lisp-controller?

------- Comment #5 From Matthew Kennedy (RETIRED) 2005-02-12 19:39:04 0000 -------
Thanks for the bug report, refined dependency to
=dev-lisp/common-lisp-controller-4*

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug