Your message dated Mon, 03 Dec 2007 13:07:32 -0200
with message-id <[EMAIL PROTECTED]>
and subject line Closing bug
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Version: 0.67-1
This bug was fixed on the upstream's 0.67 release.
--
Gustavo R. Montesino
http://grmontesino.blogspot.com/
--- End Message ---