Back in August 2007 I had a lisp problem that was never fully understood: see "maxima-5.12.0-4 SIGSEGV problem". It seems to have come back to bite again, and harder. This time lisp.run, the one in /sw/src/fink.build/clisp-2.43-2/clisp-2.43/src/lisp.run -- there is no other on the system -- goes out of control until I kill it, producing the error (and a few preceeding lines)
installing clisplow_ru.gmo as ../locale/ru/LC_MESSAGES/clisplow.mo rm -rf data mkdir data cd data && ln -s ../../utils/unicode/UnicodeDataFull.txt . cd data && ln -s ../../doc/Symbol-Table.text . gcc -g -O2 -Igllib -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-typ e -Wmissing-declarations -Wno-sign-compare -O2 -fexpensive-optimizations -falign -functions=4 -DUNIX_BINARY_DISTRIB -DUNICODE -I. -L/sw/lib -x none spvw.o spvwt abf.o spvwtabs.o spvwtabo.o eval.o control.o encoding.o pathname.o stream.o sock et.o io.o array.o hashtabl.o list.o package.o record.o weak.o sequence.o charstr g.o debug.o error.o misc.o time.o predtype.o symbol.o lisparit.o i18n.o unixaux. o built.o ari80386.o gllib/uniwidth/width.o gllib/uniname/uniname.o gllib/localc harset.o modules.o -lintl -liconv -lc -Wl,-framework -Wl,CoreFoundation -lreadli ne -lncurses -liconv -L/sw/lib -lsigsegv -lc -R/sw/lib -o lisp.run ./lisp.run -B . -N locale -E 1:1 -Efile UTF-8 -Eterminal UTF-8 -norc -m 1800KW - x "(and (load \"init.lisp\") (sys::%saveinitmem) (ext::exit)) (ext::exit t)" *** - The value of *ERROR-OUTPUT* was not an appropriate stream: #<UNBOUND>. It has been changed to #<IO SYNONYM-STREAM *TERMINAL-IO*>. *** - UNIX error 19 (ENODEV): No such device *** - UNIX error 19 (ENODEV): No such device *** - UNIX error 19 (ENODEV): No such device *** - UNIX error 19 (ENODEV): No such device <SNIP many such lines until finally it says> *** - Lisp stack overflow. RESET *** - UNIX error *** - Lisp stack overflow. RESET *** - UNIX error *** - Lisp stack overflow. RESET and continues like this indefinitely, well, until I killed it several hours later, whereupon fink said *** - UNIX error make: *** [interpreted.mem] Killed ### execution of /var/tmp/tmp.2.8wePQy failed, exit code 2 that tmp file, /var/tmp/tmp.2.8wePQy, contains #!/bin/sh -ev ulimit -S -s 16384 ./configure --prefix=/sw --with-gettext --with-readline --with-libreadline-pre fix=/sw --with-libsigsegv-prefix=/sw --with-libiconv-prefix=/sw cd src make || ( rm config.cache ; make ) which doesn't look like the relevant clue. I have the build dir and the rest of the build log if anyone can suggest what I should be pulling out of it? This is on a new iMac, on which I'm trying to get through the massive "update-all". Something is asking for clisp to be installed (it isn't currently and never has been on this machine, everything has been compiled from scratch). It does have a case sensitive HFS+ file system, and xquartz 2.2.3 (i.e. not the latest version but still newer than software update). gcc --version i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465) and fink --version Package manager version: 0.28.5 Distribution version: selfupdate-rsync Mon Jul 28 15:21:20 2008, 10.5, i386 Any suggestions?? Any idea what might be requiring clisp (so I can remove it for now and complete the rest of the update in the meantime)? many thanks, -- Viv ________________________________________________ Dr Viv Kendon http://quantum.leeds.ac.uk/~viv tel: +44 113 343 4864 Physics and Astronomy Quantum Information Group University of Leeds ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
