Package: powerpc-utils Version: 1.1.3-17 Tags: patch Our automated buildd log filter[1] detected a problem[2] 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 (ppc64 is probably more relevant here).
[1]http://people.debian.org/~dannf/check-implicit-pointer-functions [2] Function `basename' implicitly converted to pointer at autoboot.c:135 Function `basename' implicitly converted to pointer at bootsched.c:187 --- powerpc-utils-1.1.3.orig/Makefile 2005-09-02 14:55:59.000000000 -0600 +++ powerpc-utils-1.1.3/Makefile 2005-09-02 14:59:00.000000000 -0600 @@ -22,7 +22,7 @@ SGMLMAN = sgml2txt -man CC = gcc -Wall -Wstrict-prototypes -CFLAGS = -g -O2 -fsigned-char +CFLAGS = -g -O2 -fsigned-char -D_GNU_SOURCE LDFLAGS = INSTALL = /usr/bin/install -c SOUND_INC = -I. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]