I am trying to install maxima (unfortunately have to do it from source, as binaries are not available). After required dependencies are compiled, I get the following (rather strange, as far as I can tell) error:
The following package will be installed or updated:
maxima
rm -rf maxima-5.9.0.0-1
mkdir -p /sw/src/maxima-5.9.0.0-1
/sw/bin/tar -xzf /sw/src/maxima-5.9.0.tar.gz
aclocal
./configure --prefix=/sw --infodir='${prefix}/share/info' --mandir='${prefix}/share/man' --libexecdir='${prefix}/lib'
creating cache ./config.cache
checking for a BSD compatible install... /sw/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... powerpc-apple-darwin6.6
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"
touch src/gcl-depends.mk src/cmucl-depends.mk
make prefix=/sw
cd . && automake --gnu --include-deps Makefile
cd . && autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure --prefix=/sw '--infodir=/sw/share/info' '--mandir=/sw/share/man' '--libexecdir=/sw/lib' --no-create --no-recursion
checking for a BSD-compatible install... /sw/bin/install -c
checking whether build environment is sane... yes
/sw/src/maxima-5.9.0.0-1/maxima-5.9.0/missing: Unknown `--run' option
Try `/sw/src/maxima-5.9.0.0-1/maxima-5.9.0/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking build system type... powerpc-apple-darwin6.6
checking host system type... powerpc-apple-darwin6.6
checking for clisp... true
checking POSIX shell to see that it contains getopts... trying /bin/sh
POSIX shell is /bin/sh
configure: creating ./config.status
Summary:
clisp enabled. Executable name: "clisp"
default lisp: clisp
wish executable name: "wish"
cd . \
&& CONFIG_FILES=Makefile CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating Makefile
Making all in src
cd .. \
&& CONFIG_FILES=src/Makefile CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating src/Makefile
cd .. && CONFIG_FILES=src/maxima CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating src/maxima
cd .. && CONFIG_FILES=src/autoconf-variables.lisp CONFIG_HEADERS= /bin/sh ./config.status
config.status: creating src/autoconf-variables.lisp
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 /sw/src/maxima-5.9.0.0-1/maxima-5.9.0/lisp-utils/defsystem.lisp ...
;; Loading of file /sw/src/maxima-5.9.0.0-1/maxima-5.9.0/lisp-utils/defsystem.lisp is finished.
;; Loading file /sw/src/maxima-5.9.0.0-1/maxima-5.9.0/src/maxima.system ...
;; Loading of file /sw/src/maxima-5.9.0.0-1/maxima-5.9.0/src/maxima.system is finished.
; - Compiling defsystem "maxima"
*** - UNIX error 45 (EOPNOTSUPP): Operation not supported on socket
0 errors, 0 warnings
make[1]: *** [binary-clisp/maxima.mem] Error 1
make: *** [all-recursive] Error 1
### execution of failed, exit code 2
Failed: compiling maxima-5.9.0.0-1 failed
(I found that on BSDs this might have to do with doing improper things to pipes... Could it be permissions?)
The system soft/hard ware is:
Powerbook G4 Mac OS X 10.2.6 December Dev tools (anything else that is needed?)
Thank you,
Costas
-- Constantinos Antoniou Ph.D. Candidate Massachusetts Institute of Technology Intelligent Transportation Systems Program 77 Massachusetts Ave., NE20-208, Cambridge, MA 02139 (T) 617-252-1113 * (F) 617-252-1130 * (email) [EMAIL PROTECTED]
------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
