On Wed, Jan 25, 2023 at 01:49:31AM +0100, Grégory Vanuxem wrote:
> Hello,
> 
> Here are some results from 'time make check' with different Common
> Lisp flavors. FriCAS is built with './configure --with-x=no
> --with-lisp=path_to_cl'. FriCAS cloned from GitHub as of today with
> very minor modifications. I used roswell to test them on my x86-64
> Intel laptop with WSL2. Roswell allows easy installation of different CL
> implementations, see: https://roswell.github.io. There is even a .deb
> package on this web site if you don't know Roswell and want to give it
> a try.
> 
> CCL:
> 4 failing files:
> 
> agcd.output: 1
> integ.output: 3
> lodof.output: 1
> mantepse.output: 1
>

My impression is that you linked to Julia libraries.  Have you checked
if failures are present when you use plan CCL, without extra libraries?

 
> ABCL:
> checking PREGENERATED... ""
<snip>
> configure: error: We do not know how to build FriCAS this
> /home/greg/.roswell/impls/x86-64/linux/abcl-bin/1.9.0/abcl

AFAIK code to support ABCL is not commited to the trunk.  More important,
Qian used build from Lisp files.  Our Makefiles depend on ability to
create executables, so there is extra work for Lisp-s that normally
do not create executable (IIUC that affects ABCL).

So no wonder that you get failure above.

> ------------------------------------------------------------------------------------------------
> GCL:
> --->/home/greg/jfricas-sbcl/src/algebra/U64INT.spad-->U64Int((qconvert
> (% (Integer)))): Not documented!!!!
>    U64Int is already explicitly exposed in frame initial
>    U64Int will be automatically loaded when needed from
>       /home/greg/jfricas-sbcl/src/algebra/U64INT.NRLIB/U64INT
> 
> )lisp (make-databases nil nil)
> "building operation.daase"
> "building category.daase"
>    >> System error:
> (1) -> mv: cannot stat 'category.daase': No such file or directory
> mv: cannot stat 'compress.daase': No such file or directory
> mv: cannot stat 'interp.daase': No such file or directory
> mv: cannot stat 'operation.daase': No such file or directory
> make[3]: *** [Makefile:622: stamp-db] Error 1

I see similar thing, but worse: with default settings build fails
much earlier.  When I tweak GCL_MEM_MULTIPLE=0.033 than GCL
fails in the same place.

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

Reply via email to