Package: xlog Version: 1.3.1-1+b1 Severity: important Tag: 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 amd64 and ia64.
[1]http://people.debian.org/~dannf/check-implicit-pointer-functions diff -urN xlog-1.3.1.orig/src/callbacks_mainwindow_menu.c xlog-1.3.1/src/callbacks_mainwindow_menu.c --- xlog-1.3.1.orig/src/callbacks_mainwindow_menu.c 2005-12-15 11:59:58.000000000 -0700 +++ xlog-1.3.1/src/callbacks_mainwindow_menu.c 2006-03-27 15:35:10.000000000 -0700 @@ -21,13 +21,14 @@ * callbacks_mainwindow_menu.c - menu's which don't create a dialog */ -#include <gtk/gtk.h> -#include <string.h> -#include <stdlib.h> +#define _XOPEN_SOURCE #ifndef __USE_XOPEN #define __USE_XOPEN #endif #include <time.h> +#include <gtk/gtk.h> +#include <string.h> +#include <stdlib.h> #include "callbacks_mainwindow_menu.h" #include "gui_savedialog.h" ----- Forwarded message from Debian/IA64 non-US Build Daemon <[EMAIL PROTECTED]> ----- Subject: Log for successful build of xlog_1.3.1-1+b1 (dist=unstable) From: Debian/IA64 non-US Build Daemon <[EMAIL PROTECTED]> Date: Sun, 26 Mar 2006 09:38:33 +0100 To: undisclosed-recipients: ; X-PMX-Version: 5.1.2.240295, Antispam-Engine: 2.3.0.1, Antispam-Data: 2006.3.26.2108 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.7 required=3.5 tests=AWL,BAYES_00,UNDISC_RECIPS, UPPERCASE_25_50 autolearn=no version=3.0.3 Debian-Buildd-Error: Yes Function `strptime' implicitly converted to pointer at callbacks_mainwindow_menu.c:394 ----- End forwarded message ----- -- dann frazier | HP Open Source and Linux Organization -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]