Package: pcmanfm Version: 0.2.4-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.
[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 pcmanfm_0.2.4-1 (dist=unstable) From: Debian/IA64 non-US Build Daemon <[EMAIL PROTECTED]> Date: Wed, 23 Aug 2006 17:11:47 +0100 To: undisclosed-recipients: ; X-PMX-Version: 5.1.2.240295, Antispam-Engine: 2.3.0.1, Antispam-Data: 2006.8.23.84943 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 `ptk_file_icon_renderer_new' implicitly converted to pointer at ptk/ptk-dir-tree-view.c:58 Function `strtok' implicitly converted to pointer at ptk/ptk-bookmarks.c:66 Function `lookup_widget' implicitly converted to pointer at app-chooser-dialog.c:115 Function `get_mime_description' implicitly converted to pointer at app-chooser-dialog.c:116 ----- End forwarded message ----- diff -urN pcmanfm-0.2.4.orig/src/app-chooser-dialog.c pcmanfm-0.2.4/src/app-chooser-dialog.c --- pcmanfm-0.2.4.orig/src/app-chooser-dialog.c 2006-04-02 10:40:06.000000000 -0600 +++ pcmanfm-0.2.4/src/app-chooser-dialog.c 2006-08-23 13:30:08.000000000 -0600 @@ -13,11 +13,13 @@ #include "app-chooser-dialog.h" #include "app-chooser-dialog-ui.h" #include "mime-action.h" +#include "mime-description.h" #include <gtk/gtk.h> #include <glib.h> #include "xdgmime.h" +#include "glade-support.h" enum{ COL_APP_ICON = 0, diff -urN pcmanfm-0.2.4.orig/src/ptk/ptk-bookmarks.c pcmanfm-0.2.4/src/ptk/ptk-bookmarks.c --- pcmanfm-0.2.4.orig/src/ptk/ptk-bookmarks.c 2006-04-02 10:40:05.000000000 -0600 +++ pcmanfm-0.2.4/src/ptk/ptk-bookmarks.c 2006-08-23 13:29:19.000000000 -0600 @@ -13,6 +13,7 @@ #include "ptk-bookmarks.h" #include <stdio.h> +#include <string.h> const char bookmarks_file_name[] = ".gtk-bookmarks"; static PtkBookmarks bookmarks = {0}; diff -urN pcmanfm-0.2.4.orig/src/ptk/ptk-dir-tree-view.c pcmanfm-0.2.4/src/ptk/ptk-dir-tree-view.c --- pcmanfm-0.2.4.orig/src/ptk/ptk-dir-tree-view.c 2006-04-02 10:40:05.000000000 -0600 +++ pcmanfm-0.2.4/src/ptk/ptk-dir-tree-view.c 2006-08-23 13:31:13.000000000 -0600 @@ -11,6 +11,7 @@ */ #include "ptk-dir-tree-view.h" +#include "ptk-file-icon-renderer.h" #include "folder-content.h" -- dann frazier | HP Open Source and Linux Organization -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]