Package: gnomeradio Version: 1.7-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. [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 gnomeradio_1.7-1 (dist=unstable) From: Debian/IA64 non-US Build Daemon <[EMAIL PROTECTED]> Date: Sat, 14 Jul 2007 17:34:51 +0100 To: undisclosed-recipients: ; Function `egg_tray_icon_new' implicitly converted to pointer at trayicon.c:141 ----- End forwarded message ----- --- gnomeradio-1.7/src/trayicon.c~ 2006-11-05 10:42:57.000000000 -0700 +++ gnomeradio-1.7/src/trayicon.c 2007-07-15 13:20:36.000000000 -0600 @@ -22,6 +22,7 @@ #include <gnome.h> #include "gui.h" #include "trayicon.h" +#include "eggtrayicon.h" static GtkWidget *showwindow_menuitem; -- dann frazier -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

