On Tue, Jan 23, 2018 at 4:19 AM, 'Nasser M. Abbasi' via FriCAS - computer algebra system <[email protected]> wrote: > > Ok, I tried again,. I removed sbcl and installed clisp. > > sbcl is the version I get when I used apt-get install sbcl, so I have no > control on which version it picks. > > But I get same problem now with clisp
Clearly according to the error message you get bellow, you are still using SBCL instead of CLISP. (maybe a missing 'make clean' or wrong directory?) I would advise you to get a SBCL binary tarball from SBCL website and install to /usr/local. Or install the FriCAS binary tarball instead. > fricas-1.3.2>which clisp > /usr/bin/clisp > > fricas-1.3.2>clisp --version > GNU CLISP 2.49 (2010-07-07) (built on toyol.buildd [127.0.1.1]) > Software: GNU C 4.8.2 > gcc -falign-functions=4 -W -Wswitch -Wcomment -Wpointer-arith -Wimplicit > -Wreturn-type -Wmissing-declarations -Wno-sign-compare > -Wno-format-nonliteral -O -falign-functions=4 -DENABLE_UNICODE -DDYNAMIC_FFI > -DDYNAMIC_MODULES -I. -lreadline -lncurses -ldl /usr/lib/libavcall.so > /usr/lib/libcallback.so -lsigsegv libgnu_cl.a > SAFETY=0 TYPECODES WIDE_HARD GENERATIONAL_GC SPVW_BLOCKS SPVW_MIXED > TRIVIALMAP_MEMORY > libsigsegv 2.10 > libreadline 5.2 > libffcall 1.11 > Features: > (READLINE REGEXP SYSCALLS I18N LOOP COMPILER CLOS MOP CLISP ANSI-CL > COMMON-LISP LISP=CL INTERPRETER SOCKETS > GENERIC-STREAMS LOGICAL-PATHNAMES SCREEN FFI GETTEXT UNICODE > BASE-CHAR=CHARACTER WORD-SIZE=64 PC386 UNIX) > C Modules: (clisp i18n syscalls regexp readline) > Installation directory: /usr/lib/clisp-2.49/ > User language: ENGLISH > Machine: X86_64 (X86_64) me-VirtualBox [127.0.1.1] > > > And now I did > > ./configure --with-lisp=/usr/bin/clisp > > ; BOOT::G190 (COND #) (BOOT::SEQ #) > ; (BOOT::LETT BOOT::|i| # BOOT::|MODFACT;copy_slice2|) > ; (GO BOOT::G190) BOOT::G191 (BOOT::EXIT NIL))))) > ; > ; caught STYLE-WARNING: > ; The variable $ is defined but never used. > Heap exhausted during garbage collection: 0 bytes available, 16 requested. > Gen StaPg UbSta LaSta LUbSt Boxed Unboxed LB LUB !move Alloc Waste > Trig WP GCs Mem-age > 0: 0 0 0 0 0 0 0 0 0 0 0 > 10737418 0 0 0.0000 > 1: 0 0 0 0 0 0 0 0 0 0 0 > 10737418 0 0 0.0000 > 2: 0 0 0 0 0 0 0 0 0 0 0 > 10737418 0 0 0.0000 > 3: 25776 4219 0 0 18467 2 0 0 5 605006416 185776 > 373646730 0 1 1.3998 > 4: 32767 3062 0 0 11133 79 14 15 21 367727568 617520 > 2000000 426 0 0.0472 > 5: 0 0 0 0 0 0 0 0 0 0 0 > 2000000 0 0 0.0000 > 6: 0 0 0 0 2773 285 0 0 0 100204544 0 > 2000000 2691 0 0.0000 > Total bytes allocated = 1072938528 > Dynamic-space-size bytes = 1073741824 > GC control variables: > *GC-INHIBIT* = true > *GC-PENDING* = true > *STOP-FOR-GC-PENDING* = false > fatal error encountered in SBCL pid 5197(tid 140737353975552): > Heap exhausted, game over. > > Welcome to LDB, a low-level debugger for the Lisp runtime environment. > > Makefile:590: recipe for target 'stamp-fasls5' failed > make[3]: *** [stamp-fasls5] Error 1 > make[3]: Leaving directory '/home/me/data/fricas/fricas-1.3.2/src/algebra' > Makefile:571: recipe for target 'all-ax' failed > make[2]: *** [all-ax] Error 2 > make[2]: Leaving directory '/home/me/data/fricas/fricas-1.3.2/src/algebra' > Makefile:234: recipe for target 'all-algebra' failed > make[1]: *** [all-algebra] Error 2 > make[1]: Leaving directory '/home/me/data/fricas/fricas-1.3.2/src' > Makefile:243: recipe for target 'all-src' failed > make: *** [all-src] Error 2 > fricas-1.3.2>which clisp > > --Nasser > > -- > You received this message because you are subscribed to the Google Groups > "FriCAS - computer algebra system" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/fricas-devel. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
