[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1020437: clisp FTBFS with PARI 2.15.0



On Wed, Sep 21, 2022 at 09:23:00PM +0300, Adrian Bunk wrote:
> Source: clisp
> Version: 1:2.49.20210628.gitde01f0f-2
> Severity: serious
> Tags: ftbfs
> 
> https://buildd.debian.org/status/logs.php?pkg=clisp&ver=1%3A2.49.20210628.gitde01f0f-2%2Bb1

To build with PARI 2.15.0-2, please apply the attached patch.

Cheers,
-- 
Bill. <ballombe@debian.org>

Imagine a large red swirl here. 
Index: clisp-2.49.20210628.gitde01f0f/modules/pari/pari.lisp
===================================================================
--- clisp-2.49.20210628.gitde01f0f.orig/modules/pari/pari.lisp
+++ clisp-2.49.20210628.gitde01f0f/modules/pari/pari.lisp
@@ -218,8 +218,7 @@ t.e., this is the memory size for the re
 ;; extern int factor_add_primes;
 (def-c-var factor_add_primes (:type int))
 
-;; extern ulong DEBUGFILES, DEBUGLEVEL, DEBUGMEM
-(def-c-var debugfiles (:name "DEBUGFILES") (:type ulong))
+;; extern ulong DEBUGLEVEL, DEBUGMEM
 (def-c-var debuglevel (:name "DEBUGLEVEL") (:type ulong))
 (def-c-var debugmem (:name "DEBUGMEM") (:type ulong))
 

Reply to: