I agree with you Dima,

I have even tried to build asdf using quicklisp and it hurts directly with:

; Fetching #<URL "http://beta.quicklisp.org/asdf/3.2.1/asdf.lisp";>
; 628.18KB
==================================================
643,253 bytes in 0.19 seconds (3254.80KB/sec);
; caught ERROR:
;   READ error during COMPILE-FILE:
;
;     Symbol "PRINT-BACKTRACE" not found in the SB-DEBUG package.
;
;       Line: 4514, Column: 29, File-Position: 220633
;
;       Stream: #<SB-SYS:FD-STREAM for "file /tmp/quicklisp/asdf.lisp"
{1005CB5E63}>
;
; compilation unit aborted
;   caught 1 fatal ERROR condition
;   caught 1 ERROR condition

debugger invoked on a SIMPLE-ERROR in thread
#<THREAD "main thread" RUNNING {10029F1993}>:
  Could not load ASDF "3.0" or newer
================================================================

So I guess tons of problems will happen if sbcl-1.1.1 is used.

Le lun. 19 juin 2023 à 11:29, Dima Pasechnik <dimp...@gmail.com> a écrit :

> On Mon, Jun 19, 2023 at 8:44 AM Ralf Hemmecke <r...@hemmecke.org> wrote:
> >
> > On 19.06.23 09:22, Grégory Vanuxem wrote:
> > > I wonder why you're using such an old LISP?
> >
> > Waldek wants to make sure that jfricas also works with the sbcl that he
> > puts into the binary fricas release. In fricas-1.3.8 this was
> > sbcl-1.1.1. So I presume that I should test 1.1.1.
>
> it's wishful thinking that SBCL 1.1.1.1, released in 2012, will
> correctly work on all modern OSs.
> Waste of time, if you ask me...
>
> >
> > > It seems you have a x64 system, why are you not trying roswell for
> > > your LISP implementation? https://roswell.github.io/
> >
> > Also a good suggestion.
> >
> > Look like quicklisp functionality with which I described the jfricas
> > installation here:
> >
> >
> https://hemmecke.github.io/qeta/fricasinstall.html#optional-jfricas-installation
> >
> > But Waldek wants as a prerequisite an sbcl image that already contains
> > hunchentoot. I somehow support that since hunchentoot is not really
> > needed for the fricas functionality, only to make the interface to the
> > jupyter notebook (jfricas) work. Then ./configure --with-lisp=hsbcl
> > would compile the right FRICASsys image.
> >
> > But we can have several scenarios for building from the git repo.
> >
> > A) user provides hsbcl and uses --with-lisp=hsbcl.
> > B) like on the above website a few additions to FriCAS makefiles and
> >     a little patch to vmlisp.lisp by using quicklisp to bring
> >     hunchentoot into FRICASsys while compiling it (uses pure sbcl)
> > C) like (B) replacing quicklisp by roswel.
> >
> > It seems we will be going the (A) direction.
> >
> > > Using configure parameter --with-lisp='ros run' all will
> > > be done automagically.
> >
> > Are you sure that this would include hunchentoot into the FRICASsys
> > image? Kurt and me struggled quite a bit, because FRICASsys would not
> > know SBCL_HOME and thus not find any otherwise installed hunchentoot if
> > not explicitly told. That is why hunchentoot should be inside the
> > FRICASys image.
> >
> > Ralf
> >
> > --
> > 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/20e52895-082e-555a-24f4-13f1d3dff3f7%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 fricas-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/fricas-devel/CAAWYfq0Wjt9idietzY%3D8wyH5tCPYvO67KWYpbWQKLesPyO9jdg%40mail.gmail.com
> .
>

-- 
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/CAHnU2dYGh_Ydrzyx2E17B2237xEziKwaThfy2Z-Yio0hb1coVA%40mail.gmail.com.

Reply via email to