Package: gnome-mount Version: 0.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 Build Daemon <[EMAIL PROTECTED]> ----- Subject: Log for successful build of gnome-mount_0.5-1 (dist=unstable) Date: Sat, 14 Oct 2006 17:25:38 +0000 (GMT) From: Build Daemon <[EMAIL PROTECTED]> To: undisclosed-recipients: ; X-PMX-Version: 5.2.1.279297, Antispam-Engine: 2.4.0.264935, Antispam-Data: 2006.10.14.94942 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=0.1 required=3.5 tests=AWL,UNDISC_RECIPS autolearn=disabled version=3.0.3 Debian-Buildd-Error: Yes Function `gtk_label_new' implicitly converted to pointer at gnome-mount-properties.c:299 Function `gnome_vfs_format_file_size_for_display' implicitly converted to pointer at gnome-mount-properties-view.c:509 ----- End forwarded message ----- diff -urN gnome-mount-0.5.orig/src/gnome-mount-properties-view.c gnome-mount-0.5/src/gnome-mount-properties-view.c --- gnome-mount-0.5.orig/src/gnome-mount-properties-view.c 2006-08-13 22:17:22.000000000 -0600 +++ gnome-mount-0.5/src/gnome-mount-properties-view.c 2006-10-16 14:15:31.000000000 -0600 @@ -34,6 +34,7 @@ #include <sys/time.h> #include <string.h> #include <gconf/gconf-client.h> +#include <libgnomevfs/gnome-vfs-utils.h> #ifdef __FreeBSD__ #include <fstab.h> diff -urN gnome-mount-0.5.orig/src/gnome-mount-properties.c gnome-mount-0.5/src/gnome-mount-properties.c --- gnome-mount-0.5.orig/src/gnome-mount-properties.c 2006-07-16 14:33:58.000000000 -0600 +++ gnome-mount-0.5/src/gnome-mount-properties.c 2006-10-16 14:11:13.000000000 -0600 @@ -31,6 +31,8 @@ #include <libnautilus-extension/nautilus-info-provider.h> #include <libnautilus-extension/nautilus-property-page-provider.h> +#include <gtk/gtklabel.h> + #include "gnome-mount-properties-view.h" static DBusConnection *dbus_connection; -- dann frazier | HP Open Source and Linux Organization -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]