I forgot, all LISP packages and implementations will be installed in $HOME/.roswell/
Le lun. 19 juin 2023 à 09:22, Grégory Vanuxem <[email protected]> a écrit : > Hi Ralf, > > I wonder why you're using such an old LISP? It seems you have a x64 > system, why are you not trying roswell for your LISP implementation? > https://roswell.github.io/ > > With this very small app, you can easily manage the LISP you want and even > add Hunchentoot with just 'ros install hunchentoot'. After, I guess with > the Waldek FriCAS, add just the parameter used to add the webserver. Using > configure parameter --with-lisp='ros run' all will be done automagically. > > Regards, > __ > Greg > > Le lun. 19 juin 2023, 08:33, Ralf Hemmecke <[email protected]> a écrit : > >> An update to my attempt to build hsbcl on top of sbcl 1.1.1. >> I use the binary sbcl 1.1.1 from sourceforge.net. >> >> sbcl --eval '(load "../la.lisp")' --quit |tee rhxbld.lg >> This is SBCL 1.1.1, an implementation of ANSI Common Lisp. >> More information about SBCL is available at <http://www.sbcl.org/>. >> >> ... >> >> ; >> /home/hemmecke/v/git/hsbcl/hsbcl/pp/.cache/common-lisp/sbcl-1.1.1-linux-x64/home/hemmecke/v/git/hsbcl/hsbcl/pp/trivial-gray-streams-20210124-git/ASDF-TMP-streams.fasl >> >> written >> ; compilation finished in 0:00:00.027 >> >> debugger invoked on a LOAD-SYSTEM-DEFINITION-ERROR in thread >> #<THREAD "main thread" RUNNING {10029F1673}>: >> Error while trying to load definition for system cl-ppcre from pathname >> /home/hemmecke/v/git/hsbcl/hsbcl/pp/cl-ppcre-20220220-git/cl-ppcre.asd: >> Illegal function call in method body: >> ((FUNCALL TEST-OP) >> ((INTERN (SYMBOL-NAME :RUN-ALL-TESTS) (FIND-PACKAGE :CL-PPCRE-TEST)) >> (EQL #<SYSTEM "cl-ppcre/test">))) >> >> Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL. >> >> restarts (invokable by number or by possibly-abbreviated name): >> 0: [RETRY ] Retry EVAL of current >> toplevel form. >> 1: [CONTINUE ] Ignore error and continue >> loading file >> "/home/hemmecke/v/git/hsbcl/hsbcl/pp/cl-ppcre-20220220-git/cl-ppcre.asd". >> 2: [ABORT ] Abort loading file >> "/home/hemmecke/v/git/hsbcl/hsbcl/pp/cl-ppcre-20220220-git/cl-ppcre.asd". >> 3: [REINITIALIZE-SOURCE-REGISTRY-AND-RETRY] Retry finding system >> cl-ppcre >> after reinitializing the >> source-registry. >> 4: Retry EVAL of current >> toplevel form. >> 5: Ignore error and continue >> loading file "/home/hemmecke/v/git/hsbcl/hsbcl/pp/../la.lisp". >> 6: Abort loading file >> "/home/hemmecke/v/git/hsbcl/hsbcl/pp/../la.lisp". >> 7: Ignore runtime option >> --eval "(load \"../la.lisp\")". >> 8: Skip rest of --eval and >> --load options. >> 9: Skip to toplevel >> READ/EVAL/PRINT loop. >> 10: [EXIT ] Exit SBCL (calling >> #'EXIT, killing the process). >> >> ((FLET #:LAMBDA2232 :IN ASDF::LOAD-SYSDEF) >> #<SIMPLE-ERROR "Illegal function call in method body:~% ~S" >> {1003E952E3}>) >> 0] >> >> >> -- >> 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 view this discussion on the web visit >> https://groups.google.com/d/msgid/fricas-devel/be1d4642-4e18-9020-64a1-cd4e7272e2b3%40hemmecke.org >> . >> > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/fricas-devel/CAHnU2dYBXdR%3DOAyiO5aGrtTuFQYa6LNuA0gdjRqMFM9PMswTsw%40mail.gmail.com.
