Package: xfce4-wmdock-plugin Version: 0.1.6-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 Debian/IA64 non-US 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.1 required=3.5 tests=AWL,UNDISC_RECIPS autolearn=disabled version=3.1.7-deb X-Virus-Scanned: Debian amavisd-new at ldl.fc.hp.com Subject: Log for failed build of xfce4-wmdock-plugin_0.1.6-1 (dist=unstable) From: Debian/IA64 non-US Build Daemon <[EMAIL PROTECTED]> Date: Tue, 30 Oct 2007 18:02:00 +0000 To: undisclosed-recipients: ; X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.10.30.104722 Debian-Buildd-Error: Yes Function `xfce_arrow_button_new' implicitly converted to pointer at wmdock.c:517 Function `xfce_hvbox_new' implicitly converted to pointer at wmdock.c:597 ----- End forwarded message ----- -- dann frazier
diff -urpN xfce4-wmdock-plugin-0.1.6.orig/panel-plugin/wmdock.c xfce4-wmdock-plugin-0.1.6/panel-plugin/wmdock.c --- xfce4-wmdock-plugin-0.1.6.orig/panel-plugin/wmdock.c 2007-09-03 12:37:12.000000000 -0600 +++ xfce4-wmdock-plugin-0.1.6/panel-plugin/wmdock.c 2007-11-15 09:47:16.000000000 -0700 @@ -34,6 +34,8 @@ #include <libxfce4util/libxfce4util.h> #include <libxfcegui4/libxfcegui4.h> #include <libxfce4panel/xfce-panel-plugin.h> +#include <libxfce4panel/xfce-arrow-button.h> +#include <libxfce4panel/xfce-hvbox.h> #include "wmdock.h" #include "xfce4-wmdock-plugin.xpm"