Package: libpam-mount Version: 0.18-5 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 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=-1.4 required=3.5 tests=AWL,BAYES_00,UNDISC_RECIPS autolearn=disabled version=3.1.7-deb X-Virus-Scanned: Debian amavisd-new at ldl.fc.hp.com Subject: Log for successful build of libpam-mount_0.18-5 (dist=unstable) Date: Mon, 30 Jul 2007 09:38:46 +0000 (GMT) From: Build Daemon <[EMAIL PROTECTED]> To: undisclosed-recipients: ; X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.7.30.22033 Debian-Buildd-Error: Yes Function `gzopen64' implicitly converted to pointer at fmt_ptrn.c:670 Function `gzopen64' implicitly converted to pointer at modifiers.c:271 Function `gzopen64' implicitly converted to pointer at fmt_ptrn.c:670 Function `gzopen64' implicitly converted to pointer at modifiers.c:271 ----- End forwarded message ----- -- dann frazier
--- libpam-mount-0.18.orig/src/Makefile.am 2006-08-22 12:47:58.000000000 -0600 +++ libpam-mount-0.18/src/Makefile.am 2007-07-31 09:59:46.000000000 -0600 @@ -38,6 +38,7 @@ AM_CFLAGS = $(GLIB_CFLAGS) -DG_DISABLE_DEPRECATED \ -D_LARGEFILE_SOURCE=1 -D_LARGE_FILES -D_FILE_OFFSET_BITS=64 \ + -D_LARGEFILE64_SOURCE \ -D_REENTRANT -Wall -Waggregate-return -Wmissing-declarations \ -Wmissing-prototypes -Wredundant-decls -Wshadow -Wstrict-prototypes \ -Winline -pipe @GCC_FVISIBILITY_HIDDEN@

