On Sat, Jul 23, 2022 at 09:16:11PM +0800, Qian Yun wrote:
>
>
> On 7/23/22 20:46, Waldek Hebisch wrote:
> >>GCL-2.6.13_pre fails to build on Linux with git HEAD.
> >
> >I commited GCL patches should make porting to newere GCL-s
> >easier, but does not solve main problems. Also, I commited
> >only parts compatible with older versions.
>
> OK, not high priority for GCL-2.6.13_pre, but the error
> happens when first trying to generate database:
>
> ======= it stops somewhere randomly around "JGB". no other error message
> )compile JGB.spad
>
> Compiling FriCAS source code from file
> /tmp/fricas/src/algebra/JGB.spad using old system compiler.
> JGB abbreviates package JetGroebner
> ------------------------------------------------------------------------
> initializing NRLIB JGB for JetGroebner
> compiling into NRLIB JGB
> ****** Domain: JB already in scope
> ****** Domain: P already in scope
>
> >> System error:
>
I have re-tried GCL 2.6.13_pre on Linux. I see similar error.
Running offending part by hand with
)lisp (si::use-fast-links nil)
)set break break
I got more sensible error message. Apparrently GCL is running
out of memory to load code. But this is strange: GCL has allocated
44G heap and there is 2.9G resident, so there should be plenty
of memory. And at that stage there is about 4.5 M od code
to load. There is also previously compiled code in the same image,
but this should not be very big.
in
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/20220724024150.GA22261%40fricas.math.uni.wroc.pl.