Bug#341433: pari: FTBFS on GNU/kFreeBSD

2005-11-30 Thread Petr Salinger
Package: pari
Severity: important
Version: 2.1.7-2
Tags: patch

Hi,

the current version fails to build on GNU/kFreeBSD.
Please find a small patch bellow. 

It would also be nice if you can ask upstream 
to include this change.

Thanks in advance

Petr



--- pari-2.1.7.orig/Configure
+++ pari-2.1.7/Configure
@@ -962,7 +962,7 @@
   darwin) LIBS= ;;
 esac
 case $osname-$arch in
-  linux-*|cygwin*|gnu-*)
+  linux-*|cygwin*|gnu-*|kfreebsd-*)
   LD=$CC; LDFLAGS=$cflags -Xlinker -export-dynamic
   runpathprefix='-Xlinker -rpath -Xlinker ';;
   osf1-alpha)
@@ -1009,7 +1009,7 @@
 #aix-*)  DLSUFFIX=a  ;; dynamic linking does not work!
 sunos-*) sodest=$VersionMajor$VersionMinor.$patch
  soname=$sodest;;
-gnu-*|*-alpha|solaris-*|linux-*|freebsd-*)
+gnu-*|*-alpha|solaris-*|linux-*|freebsd-*|kfreebsd-*)
   case $libpari_base in
 pari) sodest=$version.$patch;; # released versions
 *) sodest=$patch.0.0;; # unstable versions




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#341433: pari: FTBFS on GNU/kFreeBSD

2005-11-30 Thread Bill Allombert
On Wed, Nov 30, 2005 at 03:52:13PM +0100, Petr Salinger wrote:
 
Hello Petr,

 the current version fails to build on GNU/kFreeBSD.

Where is the buildlog ?

 It would also be nice if you can ask upstream 
 to include this change.

As soon as I get access to a kfreebsd machine (I am part of upstream).

So, is it possible to get an account on a kfreebsd machine ?

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#341433: pari: FTBFS on GNU/kFreeBSD

2005-11-30 Thread Petr Salinger
Hi Bill.

  the current version fails to build on GNU/kFreeBSD.
 Where is the buildlog ?

The failing is here:
http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386pkg=pari

If you want, I will send you log with patch applied.

 As soon as I get access to a kfreebsd machine (I am part of upstream).
 So, is it possible to get an account on a kfreebsd machine ?

See http://io.debian.net/ssh.html

More details about kFreeBSD can be found on  
http://wiki.debian.org/Debian_GNU/kFreeBSD

Regards

Petr




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#341433: pari: FTBFS on GNU/kFreeBSD

2005-11-30 Thread Bill Allombert
On Wed, Nov 30, 2005 at 04:28:10PM +0100, Petr Salinger wrote:
 The failing is here:
 http://experimental.ftbfs.de/build.php?arch=kfreebsd-i386pkg=pari

Thanks. 

  As soon as I get access to a kfreebsd machine (I am part of upstream).
  So, is it possible to get an account on a kfreebsd machine ?
 
 See http://io.debian.net/ssh.html

Great!  I have just commited a fix to upstream CVS.  However I would
prefer to wait for a new upstream version to be released because usually
gcc manage to miscompile pari on at least one plateform.

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]