On Thu, Mar 5, 2020 at 6:13 PM Vincent Delecroix
<
20100.d...@gmail.com> wrote:
>
> I believe it is a problem with pari version. Do you mind making a report
> directly at
>
>
https://github.com/sagemath/cypari2
>
> Also, it would help if you provide the following information:
>
> 1. whether you have pari installed on your system (independently of
> Sage)?
> 2. if yes to 1, whether Sage configure does catch your pari from
> the system (this information is available in config.log)
from the config.log in the 1st message on the thread:
configure:11939: === checking whether to install the pari SPKG ===
configure:11985: checking installing gmp/mpir or readline?
configure:11991: result: no
configure:11993: checking installing PARI/GP packages?
configure:11997: checking for gp
configure:12015: found /usr/bin/gp
configure:12027: result: /usr/bin/gp
configure:12039: checking is pari_elldata installed?
configure:12043: result: yes
configure:12054: checking is pari_galdata installed?
configure:12058: result: yes
configure:12069: checking is pari_galpol installed?
*** at top-level: galoisgetname(12,1)=
*** ^--------------------
*** not a function in function call
configure:12076: result: no; cannot use system pari/GP without galpol package
configure:12078: Install galpol package and reconfigure.
configure:12080: Otherwise Sage will build its own pari/GP.
configure:12084: checking is pari_seadata installed?
configure:12088: result: yes
configure:12328: result: using Sage's pari SPKG
That is to say, Pari is installed system-wide, but galpol package is
missing, and so Sage
builds its own Pari.
I suspect the error stems from a mix-up of paths, a system-wide Pari
gets used instead of the Sage's Pari.
> To unsubscribe from this group and stop receiving emails from it, send an email to
sage-devel+...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/sage-devel/03b6639a-8708-5bbe-c15b-05293d438f29%40gmail.com.