Package: vice Version: 1.22-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=0.4 required=3.5 tests=AWL,INFO_TLD,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 vice_1.22-1 (dist=unstable) Date: Sun, 4 Nov 2007 13:14:43 +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.11.4.45322 Debian-Buildd-Error: Yes Function `gtk_file_chooser_widget_new' implicitly converted to pointer at uifileentry.c:41 ----- End forwarded message ----- --- vice-1.22.orig/src/arch/unix/x11/gnome/uifileentry.c 2006-09-23 03:42:32.000000000 -0600 +++ vice-1.22/src/arch/unix/x11/gnome/uifileentry.c 2007-11-05 10:35:01.000000000 -0700 @@ -28,6 +28,7 @@ #include <stdio.h> #include <gtk/gtkfilechooser.h> +#include <gtk/gtkfilechooserwidget.h> #include "uifileentry.h" -- dann frazier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]