Hi, clisp 2.49-8.1 builds fine if no log file is requested. However, when trying to write to a log file, e.g. with a pipe to tee, the build fails due to free space being exhausted using interpreted.mem, see free space 0 bytes from the build log below. Increasing the memory parameter for lisp.run: -m from 2MW to 3MW does not change anything. Any ideas?
cd data && ln -s /build/buildd-clisp_2.49-8.1-hurd-i386-5pldQY/clisp-2.49/utils/unicode/UnicodeDataFull.txt . cd data && ln -s /build/buildd-clisp_2.49-8.1-hurd-i386-5pldQY/clisp-2.49/doc/Symbol-Table.text . gcc -falign-functions=4 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit -Wreturn-type -Wmissing-declarations -Wno-sign-compare -Wno-format-nonliteral -O2 -fexpensive-optimizations -falign-functions=4 -DENABLE_UNICODE -DDYNAMIC_FFI -DDYNAMIC_MODULES -I. -Wl,--export-dynamic spvw.o spvwtabf.o spvwtabs.o spvwtabo.o eval.o control.o encoding.o pathname.o stream.o socket.o io.o funarg.o array.o hashtabl.o list.o package.o record.o weak.o sequence.o charstrg.o debug.o error.o misc.o time.o predtype.o symbol.o lisparit.o i18n.o foreign.o unixaux.o built.o ari80386.o modules.o -lreadline -lncurses -ldl /usr/lib/libavcall.so /usr/lib/libcallback.so -L/usr/lib -lsigsegv libgnu_cl.a -o lisp.run ./lisp.run -B . -N locale -E UTF-8 -Epathname 1:1 -Emisc 1:1 -norc -m 2MW -lp /build/buildd-clisp_2.49-8.1-hurd-i386-5pldQY/clisp-2.49/src/ -x '(and (load "/build/buildd-clisp_2.49-8.1-hurd-i386-5pldQY/clisp-2.49/src/init.lisp") (sys::%saveinitmem) (ext::exit)) (ext::exit t)' ... ;; Loading file /build/buildd-clisp_2.49-8.1-hurd-i386-5pldQY/clisp-2.49/debian/build/config.lisp ... ;; Loaded file /build/buildd-clisp_2.49-8.1-hurd-i386-5pldQY/clisp-2.49/debian/build/config.lisp Bytes permanently allocated: 90,464 Bytes currently in use: 5,322,384 Bytes available until next GC: 1,330,596 *** - UNIX error 16776913: (ipc/mig) bad request message ID *** - UNIX error 16776913: (ipc/mig) bad request message ID *** - UNIX error 16776913: (ipc/mig) bad request message ID *** - handle_fault error2 ! address = 0x7fff6884 not in [0x67d04128,0x680a0000) ! SIGSEGV cannot be cured. Fault address = 0x7fff6884. GC count: 128 Space collected by GC: 0 97554600 Run time: 11 270000 Real time: 14 760000 GC time: 1 380000 Permanently allocated: 90464 bytes. Currently in use: 6652980 bytes. Free space: 0 bytes. make[1]: *** [interpreted.mem] Segmentation fault make[1]: Leaving directory `/build/buildd-clisp_2.49-8.1-hurd-i386-5pldQY/clisp-2.49/debian/build' make: *** [build-stamp] Error 2 dpkg-buildpackage: error: debian/rules build gave error exit status 2 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

