This is a discussion on Problem with Maxima within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> Can't emerge maxima (it's a bad day ) *** - REGEXP:REGEXP-COMPILE: keyword arguments in (T) should occur pairwise 0 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Can't emerge maxima (it's a bad day *** - 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 19, Exitcode 2 !!! (no error message) bash-2.05b# -- Luís Ferreira |
| |||
| bash-2.05b# 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 19, Exitcode 2 !!! (no error message) bash-2.05b# -- Luís Ferreira |