Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 205803
Alias:
Product:
Component:
Status: NEW
Resolution:
Assigned To: Common Lisp Bugs <common-lisp@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Andrey Grozin <grozin@gentoo.org>
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 205803 depends on: Show dependency tree
Bug 205803 blocks: 192449
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: 2008-01-14 14:38 0000
grozin@gandalf ~ $ gcl
GCL (GNU Common Lisp)  2.6.8 ANSI    Jan 14 2008 20:10:42
Source License: LGPL(gcl,gmp), GPL(unexec,bfd,xgcl)
Binary License:  GPL due to GPL'ed components: (XGCL READLINE BFD UNEXEC)
Modifications of this banner must retain notice of a compatible license
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.
Temporary directory for compiler files set to /tmp/

>(SI:use-fast-links nil)

NIL

>(compiler::emit-fn t)

Loading /usr/lib/gcl-2.6.8/xgcl-2/../cmpnew/gcl_collectfn.o
Error in SYSTEM::ALOAD [or a callee]: Can't open file
"/usr/lib/gcl-2.6.8/xgcl-2/../cmpnew/gcl_collectfn.data"

Broken at INVOKE-DEBUGGER.  Type :H for Help.
 1 (Continue) Retry loading file
"/usr/lib/gcl-2.6.8/xgcl-2/../cmpnew/gcl_collectfn.o".
 2 (Abort) Return to top level.
dbl:>>:b
Backtrace: funcall > system:top-level > eval > system::aload >
conditions::clcs-load >
conditions::clcs-universal-error-handler > error > INVOKE-DEBUGGER
NIL


This prevents, in particular, building maxima with gcl (bug #185916, which was
erroneously marked as a duplicate of #192449). Fortunately, Panagiotis
Christopoulos has informed me that the overlay
http://repo.or.cz/w/gentoo-lisp-overlay.git contains a gcl ebuild. I emerged
it, and it works (and can build maxima).

Reproducible: Always

Steps to Reproduce:

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