Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 205803 - dev-lisp/gcl-2.6.7-r3 fails to (compiler::emit-fn t)
Summary: dev-lisp/gcl-2.6.7-r3 fails to (compiler::emit-fn t)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Common Lisp Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 192449
  Show dependency tree
 
Reported: 2008-01-14 14:38 UTC by Andrey Grozin
Modified: 2010-12-15 11:43 UTC (History)
2 users (show)

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 Andrey Grozin gentoo-dev 2008-01-14 14:38:47 UTC
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:
Comment 1 Panagiotis Christopoulos (RETIRED) gentoo-dev 2010-12-15 11:43:02 UTC
RESOLVED WONTFIX. This package is masked for many months. We may make an attempt to revive it, but not in the near future. You're free to reopen if you want. But as Marijn says:

# Marijn Schouten <hkBst at gentoo dot org> (29 Jul 2009)
# Masked for increasingly many problems. Upstream is flaky and hasn't released since 2005.
# Maxima is the only consumer and can be built with sbcl or clisp.
# Hopefully upstream will do a release that we can add to revive this package.
dev-lisp/gcl