Package: fseries
Version: 251.70-1
Severity: important
Tags: patch
Usertags: implicit-pointer-conversion

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

This is often due to a missing function prototype definition.

[1]http://people.debian.org/~dannf/check-implicit-pointer-functions

----- Forwarded message from Build Daemon <[EMAIL PROTECTED]> -----

X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on ldl.fc.hp.com
X-Spam-Level: 
X-Spam-Status: No, score=-1.3 required=3.5 tests=AWL,BAYES_00,UNDISC_RECIPS 
        autolearn=disabled version=3.1.7-deb
X-Virus-Scanned: Debian amavisd-new at ldl.fc.hp.com
Subject: Log for successful build of fseries_251.70-1 (dist=unstable)
Date: Wed, 11 Jul 2007 03:08:58 +0000 (GMT)
From: Build Daemon <[EMAIL PROTECTED]>
To: undisclosed-recipients: ;
X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 
2007.7.10.194733
Debian-Buildd-Error: Yes

Function `R_alloc' implicitly converted to pointer at Tisean.c:72

----- End forwarded message -----

--- fseries-251.70/src/Tisean.c~        2006-12-28 17:14:36.000000000 -0700
+++ fseries-251.70/src/Tisean.c 2007-07-11 17:17:08.000000000 -0600
@@ -4,7 +4,7 @@
 #define tseriesChaos_h
 
 #include <math.h>
-/* #include <R.h> */
+#include <R.h> 
 #define sqr(a) (a)*(a)
 #define MIN(a,b) (a)<(b) ? (a) : (b)
 #define MAX(a,b) (a)>(b) ? (a) : (b)

-- 
dann frazier



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

Reply via email to