| Summary: | maxima-5.9.0 does not compile | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Antonio <netbix> |
| Component: | Current packages | Assignee: | Gentoo Science Related Packages <sci> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | major | CC: | rich0 |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
This looks like an exact duplicate for me. Please try what Benjamin did. *** This bug has been marked as a duplicate of 51551 *** Benjamin's solution did not work for me - I emerged clisp 30 seconds before maxima and it did not work. This was clisp version 2.33.2 - which is current. |
This is error on emerge: entoonet root # emerge maxima Calculating dependencies ...done! >>> emerge (1 of 1) app-sci/maxima-5.9.0 to / >>> md5 src_uri ;-) maxima-5.9.0.tar.gz >>> Unpacking source... >>> Unpacking maxima-5.9.0.tar.gz to /var/tmp/portage/maxima-5.9.0/work >>> Source unpacked. creating cache ./config.cache checking for a BSD compatible install... /bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking host system type... i686-pc-linux-gnu checking for clisp... true checking POSIX shell to see that it contains getopts... trying /bin/sh POSIX shell is /bin/sh updating cache ./config.cache creating ./config.status creating Makefile creating maxima-local creating xmaxima-local creating maxima.spec creating maxima.iss creating src/Makefile creating src/maxima creating src/autoconf-variables.lisp creating lisp-utils/Makefile creating tests/Makefile creating doc/Makefile creating doc/emaxima/Makefile creating doc/info/Makefile creating doc/intromax/Makefile creating doc/man/Makefile creating doc/man/maxima.1 creating doc/share/Makefile creating interfaces/Makefile creating interfaces/emacs/Makefile creating interfaces/emacs/emaxima/Makefile creating interfaces/emacs/misc/Makefile creating interfaces/xmaxima/Makefile creating interfaces/xmaxima/autoconf-variables.tcl creating interfaces/xmaxima/Tkmaxima/Header.tcl creating interfaces/xmaxima/win32/Makefile creating share/Makefile creating demo/Makefile creating plotting/Makefile Summary: clisp enabled. Executable name: "clisp" default lisp: clisp wish executable name: "wish" Making all in src make[1]: Entering directory `/var/tmp/portage/maxima-5.9.0/work/maxima-5.9.0/src' LISPTYPE=clisp ; export LISPTYPE ;\ CLISP=clisp ; export CLISP ;\ ../lisp-utils/maxima-run-lisp -i "../lisp-utils/defsystem" \ -x '(funcall (intern "OPERATE-ON-SYSTEM" :mk) "maxima" :compile :verbose t)' && \ ../lisp-utils/maxima-run-lisp -i "../lisp-utils/defsystem" \ -x '(funcall (intern "OPERATE-ON-SYSTEM" :mk) "maxima" :load :verbose t)' \ -f user::run -d binary-clisp/maxima clisp -norc -q -x (progn (setq #+lisp=cl ext:*load-paths* #-lisp=cl lisp:*load-paths* '(#P"")) (let ((argv '())) (declare (ignorable argv)) (progn (load "../lisp-utils/defsystem") (funcall (intern "OPERATE-ON-SYSTEM" :mk) "maxima" :compile :verbose t)) (values))) ;; Loading file /var/tmp/portage/maxima-5.9.0/work/maxima-5.9.0/lisp-utils/defsystem.lisp ... ;; Loaded file /var/tmp/portage/maxima-5.9.0/work/maxima-5.9.0/lisp-utils/defsystem.lisp ;; Loading file /var/tmp/portage/maxima-5.9.0/work/maxima-5.9.0/src/maxima.system ... ; - Compiling defsystem "maxima" ; - Loading module "package" ; - Loading source file "maxima-package.lisp" *** - REGEXP:REGEXP-COMPILE: keyword arguments in (T) should occur pairwise 0 errors, 0 warnings make[1]: *** [binary-clisp/maxima.mem] Error 1 make[1]: Leaving directory `/var/tmp/portage/maxima-5.9.0/work/maxima-5.9.0/src' make: *** [all-recursive] Error 1 !!! ERROR: app-sci/maxima-5.9.0 failed. !!! Function src_compile, Line 20, Exitcode 2 !!! (no error message) I have re-emerge clisp and cmucl Reproducible: Always Steps to Reproduce: 1. 2. 3.