Package: wmii Version: 3.6+debian-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. For more information, see [2]. wmii makes use of prototypes defined by string.h which are omitted by the -std=c99 CFLAG. [1] http://people.debian.org/~dannf/check-implicit-pointer-functions [2] http://wiki.debian.org/ImplicitPointerConversions ----- Forwarded message from Debian/IA64 non-US 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=0.1 required=3.5 tests=AWL,UNDISC_RECIPS autolearn=disabled version=3.1.7-deb X-Virus-Scanned: Debian amavisd-new at ldl.fc.hp.com Subject: Log for failed build of wmii_3.6+debian-1 (dist=unstable) From: Debian/IA64 non-US Build Daemon <[EMAIL PROTECTED]> Date: Sun, 18 Nov 2007 18:20:00 +0000 To: undisclosed-recipients: ; X-PMX-Version: 5.3.3.310218, Antispam-Engine: 2.5.1.298604, Antispam-Data: 2007.11.18.100025 Debian-Buildd-Error: Yes Function `memccpy' implicitly converted to pointer at libutf/utfecpy.c:26 Function `strdup' implicitly converted to pointer at cmd/util.c:100 ----- End forwarded message ----- -- dann frazier
--- wmii-3.6+debian.orig/mk/gcc.mk 2007-11-16 06:59:15.000000000 -0700 +++ wmii-3.6+debian/mk/gcc.mk 2007-11-19 12:56:38.000000000 -0700 @@ -1,5 +1,4 @@ CFLAGS += \ - -std=c99 \ -pipe \ -Wall \ -Wno-parentheses \

