Yesterday I discovered that Maxima has been ported. I was overjoyed but
when I attempted to install Maxima (version 5.9pre-1) from
current-unstable, I run into an error message which I can't interpret
(see below).
I have OS 10.1.5 (German) and the newest version of fink, xfree86-base
and xfree86-rootless had just been installed from fink. I used
fink-Commander.
Can anybody tell me what who to fix this?
Thanks, Marcus
Summary:
clisp enabled. Executable name clisp
default lisp: clisp
sed s/\$\{prefix\}/\\/sw/g interfaces/xmaxima/autoconf-variables.tcl >
autoconf-variables.tcl.new
sed s/\$\{prefix\}/\\/sw/g src/autoconf-variables.lisp >
autoconf-variables.lisp.new
sed s/\$\{prefix\}/\\/sw/g src/maxima > maxima.new
mv autoconf-variables.tcl.new interfaces/xmaxima/autoconf-variables.tcl
mv autoconf-variables.lisp.new src/autoconf-variables.lisp
mv maxima.new src/maxima
make prefix=/sw
Making all in src
LISPTYPE=clisp ; export LISPTYPE ;\
../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 /sw/src/maxima-5.9pre-1/maxima/src/../lisp-
utils/defsystem.lisp ...
;; Loading of file /sw/src/maxima-5.9pre-1/maxima/src/../lisp-
utils/defsystem.lisp is finished.
;; Loading file /sw/src/maxima-5.9pre-1/maxima/src/maxima.system ...
;; Loading of file /sw/src/maxima-5.9pre-1/maxima/src/maxima.system is
finished.
; - Compiling defsystem "maxima"
*** - UNIX error 45 (EOPNOTSUPP): Operation not supported on socket
make[1]: *** [binary-clisp/maxima.mem] Error 1
make: *** [all-recursive] Error 1
### failed, exit code 2
Failed: compiling maxima-5.9pre-1 failed
-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users