Package: xfce4-taskmanager Version: 0.4.0~rc2-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. LINUX isn't defined during the build, I'm guessing __linux__ was what was intended. [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 xfce4-taskmanager_0.4.0~rc2-1 (dist=unstable) From: Debian/IA64 non-US Build Daemon <[EMAIL PROTECTED]> Date: Sat, 23 Sep 2006 17:40:15 +0100 To: undisclosed-recipients: ; X-PMX-Version: 5.2.1.279297, Antispam-Engine: 2.4.0.264935, Antispam-Data: 2006.9.23.91442 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 `get_task_list' implicitly converted to pointer at functions.c:29 ----- End forwarded message ----- --- xfce4-taskmanager-0.4.0~rc2/src/functions.h~ 2006-08-23 12:56:11.000000000 -0600 +++ xfce4-taskmanager-0.4.0~rc2/src/functions.h 2006-09-25 22:03:34.000000000 -0600 @@ -36,7 +36,7 @@ #include "types.h" #include "interface.h" -#ifdef LINUX +#ifdef __linux__ #include "xfce-taskmanager-linux.h" #endif -- dann frazier | HP Open Source and Linux Organization _______________________________________________ Pkg-xfce-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-xfce-devel

