Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34184 - USE=gcl emerge app-sci/maxima-5.9.0-r1 fails
Summary: USE=gcl emerge app-sci/maxima-5.9.0-r1 fails
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-23 06:43 UTC by Peter Simons
Modified: 2004-03-05 10:07 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 Peter Simons 2003-11-23 06:43:32 UTC
I tried to build app-sci/maxima with USE=gcl, and the build failed with the
error appended below:

[...]
creating plotting/Makefile

Summary:
GCL enabled. Executable name: "gcl"
default lisp: gcl
wish executable name: "wish"
Making all in src
make[1]: Entering directory `/var/tmp/portage/maxima-5.9.0-r1/work/maxima-5.9.
0/src'
test -d binary-gcl || mkdir binary-gcl
test -d binary-gcl/numerical || mkdir binary-gcl/numerical
test -d binary-gcl/numerical/slatec || mkdir binary-gcl/numerical/slatec
LISPTYPE=gcl ; export LISPTYPE ;\
GCL=gcl ; export GCL ;\
../lisp-utils/maxima-run-lisp \
        -x '(load "../lisp-utils/defsystem.lisp")(funcall (intern "OPERATE-ON-
SYSTEM" :mk) "maxima" :compile :verbose t)' && \
        ../lisp-utils/maxima-run-lisp \
        -x '(load "../lisp-utils/defsystem.lisp")(funcall (intern "OPERATE-ON-
SYSTEM" :mk) "maxima" :load :verbose t)' \
         -d binary-gcl/maxima
gcl -batch -eval (let ((argv '())) (declare (ignorable argv)) (progn (load "..
/lisp-utils/defsystem.lisp")(funcall (intern "OPERATE-ON-SYSTEM" :mk) "maxima"
 :compile :verbose t)) (values))
../lisp-utils/maxima-run-lisp: line 391:  1898 Killed                  ${image
-${GCL-gcl}} $extra_args -batch -eval "$todo"
make[1]: *** [binary-gcl/maxima] Error 137
make[1]: Leaving directory `/var/tmp/portage/maxima-5.9.0-r1/work/maxima-5.9.0
/src'
make: *** [all-recursive] Error 1


Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.49-r15 (selinux-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.21-hardened)
=================================================================
System uname: 2.4.21-hardened i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.4.3.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-mcpu=athlon -O3 -fomit-frame-pointer -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /var/bind /usr/X11R6/lib/X11/xkb
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-mcpu=athlon -O3 -fomit-frame-pointer -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache autoaddcvs sfperms sandbox userpriv notitles strict"
GENTOO_MIRRORS="http://mirrors.sec.informatik.tu-darmstadt.de/gentoo
http://ftp.snt.utwente.nl/pub/os/linux/gentoo
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo ftp://gentoo.inode.at/source/
http://gentoo.inode.at/"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="x86 crypt ncurses selinux zlib gdbm berkdb readline tcltk guile pam libwww
ssl perl opengl mozilla altcolors curl dga doc dvd emacs ethereal leim mbox
moznocompose moznoirc moznomail moznoxft rage128 Xaw3d -arts -cups -gpm -java
-kde -motif -nls -qt -svga -xmms -tcpd -python -esd spell -slang X png gtk gif
tiff mmx xml xml2 truetype oss tetex jpeg avi oggvobis encode python plotutils
pdflib gcl"
Comment 1 Patrick Kursawe (RETIRED) gentoo-dev 2003-12-10 05:17:18 UTC
Which version of clisp do you have installed?
Comment 2 Peter Simons 2003-12-10 08:12:54 UTC
"USE=gcl emerge maxima" seems not to install clisp at all.
Comment 3 Patrick Kursawe (RETIRED) gentoo-dev 2003-12-12 00:31:31 UTC
Sorry, was a bit confused by bug 30595.
Comment 4 Patrick Kursawe (RETIRED) gentoo-dev 2004-02-24 23:45:53 UTC
Which gcl version was this?
Comment 5 Patrick Kursawe (RETIRED) gentoo-dev 2004-02-26 02:45:13 UTC
Please check if you can still reproduce the problem and tell the version numbers involved - I currently can't reproduce it.
Comment 6 Patrick Kursawe (RETIRED) gentoo-dev 2004-03-01 03:25:04 UTC
Peter?
Comment 7 Patrick Kursawe (RETIRED) gentoo-dev 2004-03-05 03:06:55 UTC
No reaction, let's hope there's no problem. Works for me.
Please re-open this bug if you still have trouble.
Comment 8 Peter Simons 2004-03-05 10:07:16 UTC
Sorry for not getting back sooner! I've lost access to the machine on which I tested this build (and produced the failure), so I can't verify whether the new version works now. Sorry. :-(

If I notice any problems on a different machine, I'll let you guys know.