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 fricas-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/be1d4642-4e18-9020-64a1-cd4e7272e2b3%40hemmecke.org.

Reply via email to