Package: mergeant Version: 0.66-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. For more information, see [2]. [1] http://people.debian.org/~dannf/check-implicit-pointer-functions [2] http://wiki.debian.org/ImplicitPointerConversions ----- 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.4 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 mergeant_0.66-1 (dist=unstable) Date: Sun, 23 Sep 2007 21:59:47 +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.9.23.144529 Debian-Buildd-Error: Yes Function `gda_graphs_get_graph_for_object' implicitly converted to pointer at query-druid.c:1385 Function `gnome_db_sql_console_new' implicitly converted to pointer at workspace-window.c:357 ----- End forwarded message ----- diff -urpN mergeant-0.66.orig/src/query-druid.c mergeant-0.66/src/query-druid.c --- mergeant-0.66.orig/src/query-druid.c 2007-01-25 14:35:10.000000000 +0000 +++ mergeant-0.66/src/query-druid.c 2007-09-25 04:02:20.000000000 +0000 @@ -22,6 +22,7 @@ #include <libgnomedb-graph/libgnomedb-graph.h> #include <libgnomedb-extra/libgnomedb-extra.h> #include <libgda/libgda.h> +#include <libgda/graph/gda-dict-reg-graphs.h> #include "workspace-page.h" #include "query-fields-editor.h" diff -urpN mergeant-0.66.orig/src/workspace-window.c mergeant-0.66/src/workspace-window.c --- mergeant-0.66.orig/src/workspace-window.c 2007-03-06 19:26:56.000000000 +0000 +++ mergeant-0.66/src/workspace-window.c 2007-09-25 04:04:13.000000000 +0000 @@ -32,6 +32,7 @@ #include <libgnomedb/libgnomedb.h> #include <libgnomedb/gnome-db-login-dialog.h> #include <libgnomedb-extra/gnome-db-dbms-update-viewer.h> +#include <libgnomedb-extra/gnome-db-sql-console.h> #include "workspace.h" #include "workspace-window.h" #include <libgda/gda-threader.h> -- dann frazier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]