On 24 July 2024 17:15:36 BST, Dale Marshall <wveagl...@gmail.com> wrote:
>
>I'm on a closed network so I cannot provide the log files.
>
>I'm building Sage 10.4 on a RHEL8.10 box using root and GCC 14.1.0.  The 
>configure line was:
>
>./configure --prefix=<location> --enable-build-as-root --enable-wheels 
>--with-python=<python 3.12.1 location>
>
>The configure showed lots of packages to be compiled (even though I've 
>installed as many as I could).  The make eventually fails on 
>giac-1.9.0.15p0.
>
>The last error messages are:
>init2.c:52:MPFR assertion failed: p >= 2 && p <= ((mpfr_prec_t) 
>((mprf_uprec_t)(~(mpfr_uprec_t)0)>>1))
>during GIMPLE pass: fre
>modpoly.cc: In function 'std::complex<double> giac::horner_newton(const 
>vecteur&, conf std::complex<double>&, const context*)';
>modpoly.cc:16083:1: internal compile error: Aborted
>16083 | } // namespace giac
>      | ^
>0xf0873f crash signal
>../../gcc-14.1.0/gcc/toplev.cc:319
>0x7f624acd43c2 mpc_div_zero

this is usually a sign that the compiler ran out of memory.

C++ complilers are very memory-hungry.
Can you make sure there is 4Gb or more of RAM
available?

We should test Sage with root - presume you mean 
<https://root.cern/> ?

Dima
>
>
>Oh... I'm getting the same error on my CentOS7.9 box using the same version 
>of GCC.
>
>Any suggestions on what I can do to resolve this issue would be welcome.
>
>- Dale
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/DC241D93-08DF-4D01-AA7C-7517F1714B54%40gmail.com.

Reply via email to