Package: evms Version: 2.5.5-11 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 evms_2.5.5-11 (dist=unstable) From: Debian/IA64 non-US Build Daemon <[EMAIL PROTECTED]> Date: Mon, 31 Jul 2006 19:55:23 +0100 To: undisclosed-recipients: ; X-PMX-Version: 5.1.2.240295, Antispam-Engine: 2.3.0.1, Antispam-Data: 2006.7.31.114432 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.5 required=3.5 tests=AWL,BAYES_00,UNDISC_RECIPS autolearn=no version=3.0.3 Debian-Buildd-Error: Yes Function `gtk_text_new' implicitly converted to pointer at about.c:139 Function `gtk_text_new' implicitly converted to pointer at message.c:353 Function `gtk_text_new' implicitly converted to pointer at support.c:237 ----- End forwarded message ----- --- evms-2.5.5.orig/ui/gtk/about.c 2006-08-03 19:57:17.000000000 -0600 +++ evms-2.5.5/ui/gtk/about.c 2006-08-03 19:21:26.000000000 -0600 @@ -14,6 +14,8 @@ #include <gdk/gdkkeysyms.h> #include <gtk/gtk.h> +#define GTK_ENABLE_BROKEN +#include <gtk/gtktext.h> #include "support.h" #include "about.h" diff -urN evms-2.5.5.orig/ui/gtk/message.c evms-2.5.5/ui/gtk/message.c --- evms-2.5.5.orig/ui/gtk/message.c 2006-08-03 19:57:11.000000000 -0600 +++ evms-2.5.5/ui/gtk/message.c 2006-08-03 19:20:07.000000000 -0600 @@ -27,6 +27,8 @@ #include <frontend.h> #include <gtk/gtk.h> +#define GTK_ENABLE_BROKEN +#include <gtk/gtktext.h> #include "support.h" #include "message.h" diff -urN evms-2.5.5.orig/ui/gtk/support.c evms-2.5.5/ui/gtk/support.c --- evms-2.5.5.orig/ui/gtk/support.c 2006-08-03 19:57:14.000000000 -0600 +++ evms-2.5.5/ui/gtk/support.c 2006-08-03 19:20:24.000000000 -0600 @@ -22,6 +22,8 @@ #include <unistd.h> #include <frontend.h> #include <gtk/gtk.h> +#define GTK_ENABLE_BROKEN +#include <gtk/gtktext.h> #include "support.h" #include "results.h" -- dann frazier | HP Open Source and Linux Organization -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]