Package: libgda3 Version: 2.99.5-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 Debian/IA64 non-US 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.4 required=3.5 tests=AWL,BAYES_00,UNDISC_RECIPS, UPPERCASE_25_50 autolearn=disabled version=3.1.7-deb X-Virus-Scanned: Debian amavisd-new at ldl.fc.hp.com Subject: Log for successful build of libgda3_2.99.5-1 (dist=unstable) From: Debian/IA64 non-US Build Daemon <[EMAIL PROTECTED]> Date: Sat, 21 Apr 2007 01:53:36 +0100 To: undisclosed-recipients: ; X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.4.20.173934 Debian-Buildd-Error: Yes Function `gda_parameter_list_find_param' implicitly converted to pointer at gda-odbc-provider.c:798 ----- End forwarded message ----- --- libgda3-2.99.5.orig/providers/odbc/gda-odbc-provider.c 2007-02-12 04:02:20.000000000 -0700 +++ libgda3-2.99.5/providers/odbc/gda-odbc-provider.c 2007-04-23 19:10:49.000000000 -0600 @@ -27,6 +27,7 @@ #include <string.h> #include <libgda/gda-data-model-array.h> #include <libgda/gda-server-provider-extra.h> +#include <libgda/gda-parameter-list.h> #include "gda-odbc.h" #include "gda-odbc-provider.h" -- dann frazier | HP Open Source and Linux Organization -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

