Bug#1020436: giac FTBFS with PARI 2.15.0

2022-10-19 Thread Bill Allombert
On Wed, Oct 19, 2022 at 09:27:23AM +, Tobias Hansen wrote: > I tried rebuilding with this patch from sagemath: Thanks! > |diff --git a/src/pari.cc b/src/pari.cc index 76ce8e1..50d08ab 100644 --- > a/src/pari.cc +++ b/src/pari.cc @@ -40,6 +40,13 @@ using namespace std; > #ifdef HAVE_LIBPARI

Bug#1020436: giac FTBFS with PARI 2.15.0

2022-10-19 Thread Tobias Hansen
I tried rebuilding with this patch from sagemath: |diff --git a/src/pari.cc b/src/pari.cc index 76ce8e1..50d08ab 100644 --- a/src/pari.cc +++ b/src/pari.cc @@ -40,6 +40,13 @@ using namespace std; #ifdef HAVE_LIBPARI +// Anyarg disappeared from PARI 2.15.0 +#ifdef __cplusplus +# define ANYARG ..

Bug#1020436: giac FTBFS with PARI 2.15.0

2022-10-01 Thread Bill Allombert
On Wed, Sep 21, 2022 at 09:01:51PM +0300, Adrian Bunk wrote: > Source: giac > Version: 1.9.0.19+dfsg2-1 > Severity: serious > Tags: ftbfs > > https://buildd.debian.org/status/logs.php?pkg=giac&ver=1.9.0.19%2Bdfsg2-1%2Bb1 > > ... > pari.cc: At global scope: > pari.cc:752:17: error: typedef ‘giac::

Bug#1020436: giac FTBFS with PARI 2.15.0

2022-09-21 Thread Adrian Bunk
Source: giac Version: 1.9.0.19+dfsg2-1 Severity: serious Tags: ftbfs https://buildd.debian.org/status/logs.php?pkg=giac&ver=1.9.0.19%2Bdfsg2-1%2Bb1 ... pari.cc: At global scope: pari.cc:752:17: error: typedef ‘giac::PFGEN’ is initialized (use ‘decltype’ instead) 752 | typedef GEN (*PFGEN)(AN