Package: rdd Version: 2.0.7-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.
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]> ----- Subject: Log for successful build of rdd_2.0.7-1 (dist=unstable) Date: Thu, 23 Nov 2006 19:06:07 +0000 (GMT) From: Build Daemon <[EMAIL PROTECTED]> To: undisclosed-recipients: ; X-PMX-Version: 5.2.1.279297, Antispam-Engine: 2.4.0.264935, Antispam-Data: 2006.11.23.105433 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=0.9 required=3.5 tests=AWL,BAYES_50,UNDISC_RECIPS autolearn=disabled version=3.0.3 Debian-Buildd-Error: Yes Function `rdd_test_get_writer' implicitly converted to pointer at twriter.c:85 ----- End forwarded message ----- --- rdd-2.0.7/src/writer.h~ 2006-04-20 10:09:45.000000000 -0600 +++ rdd-2.0.7/src/writer.h 2006-11-23 15:43:07.000000000 -0700 @@ -228,4 +228,6 @@ */ int rdd_writer_close(RDD_WRITER *w); +RDD_WRITER *rdd_test_get_writer(int argc, char **argv); + #endif /* __writer_h__ */ -- dann frazier | HP Open Source and Linux Organization -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

