Package: r-noncran-lindsey Version: 1.0.20051208-1 Severity: important Tags: patch
Our automated buildd log filter[1] detected a problem that will 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. [1]http://people.debian.org/~dannf/check-implicit-pointer-functions ----- Forwarded message from Debian/IA64 non-US Build Daemon <[EMAIL PROTECTED]> ----- Subject: Log for successful build of r-noncran-lindsey_1.0.20051208-1 (dist=unstable) From: Debian/IA64 non-US Build Daemon <[EMAIL PROTECTED]> Date: Fri, 02 Jun 2006 11:00:21 +0100 To: undisclosed-recipients: ; X-PMX-Version: 5.1.2.240295, Antispam-Engine: 2.3.0.1, Antispam-Data: 2006.6.2.24507 X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ldl.fc.hp.com X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on ldl.lart X-Spam-Level: X-Spam-Status: No, score=-1.6 required=3.5 tests=AWL,BAYES_00,UNDISC_RECIPS autolearn=no version=3.0.3 Debian-Buildd-Error: Yes Function `R_alloc' implicitly converted to pointer at romberg.c:127 ----- End forwarded message ----- --- r-noncran-lindsey-1.0.20051208/build/rmutil/src/romberg.c.orig 2006-06-07 07:51:21.000000000 -0600 +++ r-noncran-lindsey-1.0.20051208/build/rmutil/src/romberg.c 2006-06-07 07:52:02.000000000 -0600 @@ -30,6 +30,7 @@ #include <math.h> #include <stddef.h> +#include <R_ext/Memory.h> #include "R_ext/RS.h" /* polynomial interpolation algorithm for function with values fx -- dann frazier | HP Open Source and Linux Organization -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

