Package: libipod Version: 0.1.2-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. [1]http://people.debian.org/~dannf/check-implicit-pointer-functions ----- Forwarded message from Buildd user <[EMAIL PROTECTED]> ----- Subject: Log for successful build of libipod_0.1.2-1 (dist=unstable) From: Buildd user <[EMAIL PROTECTED]> Date: Thu, 14 Dec 2006 12:06:50 +0000 To: undisclosed-recipients: ; X-PMX-Version: 5.2.1.279297, Antispam-Engine: 2.4.0.264935, Antispam-Data: 2006.12.14.34932 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.1 required=3.5 tests=AWL,BAYES_00,UNDISC_RECIPS autolearn=disabled version=3.0.3 Debian-Buildd-Error: Yes Function `ipod_memory_alloc' implicitly converted to pointer at ipod_file_utils.c:59 Function `ipod_memory_alloc' implicitly converted to pointer at ipod_track_from_mp3.c:105 ----- End forwarded message ----- diff -urN libipod-0.1.2.orig/src/ipod_file_utils.c libipod-0.1.2/src/ipod_file_utils.c --- libipod-0.1.2.orig/src/ipod_file_utils.c 2005-12-20 16:32:08.000000000 -0700 +++ libipod-0.1.2/src/ipod_file_utils.c 2006-12-15 15:59:32.000000000 -0700 @@ -21,6 +21,7 @@ #include <ipod/ipod_file_utils.h> #include <ipod/ipod_error.h> +#include <ipod/ipod_memory.h> #include <stdio.h> #include <sys/types.h> #include <sys/stat.h> diff -urN libipod-0.1.2.orig/src/ipod_track_from_mp3.c libipod-0.1.2/src/ipod_track_from_mp3.c --- libipod-0.1.2.orig/src/ipod_track_from_mp3.c 2005-12-20 16:32:08.000000000 -0700 +++ libipod-0.1.2/src/ipod_track_from_mp3.c 2006-12-15 15:59:48.000000000 -0700 @@ -25,6 +25,7 @@ #include <ipod/ipod_constants.h> #include <ipod/ipod_string.h> #include <ipod/ipod_error.h> +#include <ipod/ipod_memory.h> #include <stdio.h> #define IPOD_MPEG_VERSION_1 3 -- dann frazier | HP Open Source and Linux Organization -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

