Package: libxml2 Version: 2.6.30.dfsg-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 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 libxml2_2.6.30.dfsg-1 (dist=unstable) Date: Sun, 26 Aug 2007 09:39:41 +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.8.26.20126 Debian-Buildd-Error: Yes Function `gzopen64' implicitly converted to pointer at xmlIO.c:1132 ----- End forwarded message ----- -- dann frazier
--- libxml2-2.6.30.dfsg/debian/rules~ 2007-08-28 13:22:28.000000000 -0600 +++ libxml2-2.6.30.dfsg/debian/rules 2007-08-28 13:27:58.000000000 -0600 @@ -16,7 +16,7 @@ WORKAROUND_REMOVED_FILES=include/libxml/xmlversion.h libxml2.spec python/setup.py doc/xmlcatalog.1 WORKAROUND_MODIFIED_FILES=python/libxml2-py.c -CFLAGS = -Wall -g +CFLAGS = -Wall -g -D_LARGEFILE64_SOURCE ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0