On Mon, Jul 10, 2023 at 07:48:17PM +0200, Ralf Hemmecke wrote:
> On 10.07.23 15:06, Waldek Hebisch wrote:
> > Well, it build for me on Debian 11 both using Debian-provided
> > sbcl-2.1.1 ...
> 
> Indeed. I have another debian machine where your scripts work just fine.
> /etc/sbclrc contains only comments.
> 
> I investigated a little. The difference seems to be that on the failing
> machine there is cl-hunchentoot installed as a debian package. I cannot
> remove it since I have not superuser rights on that machine.
> 
> cl-asdf is installed on both machines in the same version.
> 
> Comparing the log output shows that the failing machine compiles
> 
> ; compiling file
> "/usr/share/common-lisp/source/cl-trivial-gray-streams/package.lisp"
> (written 31 JUL 2020 10:41:20 PM):
> ; processing (IN-PACKAGE :CL-USER)
> 
> whereas the non-failing does not. Hmmmm...
> 
> Maybe no need to investigate further. I will try to create an environment to
> create hsbcl via quicklisp.

If you have cl-hunchentoot you could try replacing 'la.lisp' by

(require "HUNCHENTOOT")
(require "SB-POSIX")
(require "SB-SPROF")
(sb-ext::save-lisp-and-die "../hsbcl" :executable t)

Earlier part is to make sure that hunchentoot is available, but
if is intalled, then just 'require' should be enough.

-- 
                              Waldek Hebisch

-- 
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/ZKxJmLxtQZxx3XuH%40fricas.math.uni.wroc.pl.

Reply via email to