Package: strace
version: 4.5.14-2
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs
Justification: FTBFS on i386

Hi,

During a rebuild of all packages in sid, your package failed to build on i386.

Relevant part:
make[2]: Entering directory `/build/user/strace-4.5.14/build'
if gcc -DHAVE_CONFIG_H -I. -I.. -I. -Ilinux/i386 -I../linux/i386 -Ilinux 
-I../linux   -Wall -g -O2 -MT strace.o -MD -MP -MF ".deps/strace.Tpo" -c -o 
strace.o ../strace.c; \
        then mv -f ".deps/strace.Tpo" ".deps/strace.Po"; else rm -f 
".deps/strace.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I.. -I. -Ilinux/i386 -I../linux/i386 -Ilinux 
-I../linux   -Wall -g -O2 -MT syscall.o -MD -MP -MF ".deps/syscall.Tpo" -c -o 
syscall.o ../syscall.c; \
        then mv -f ".deps/syscall.Tpo" ".deps/syscall.Po"; else rm -f 
".deps/syscall.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I.. -I. -Ilinux/i386 -I../linux/i386 -Ilinux 
-I../linux   -Wall -g -O2 -MT util.o -MD -MP -MF ".deps/util.Tpo" -c -o util.o 
../util.c; \
        then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f 
".deps/util.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I.. -I. -Ilinux/i386 -I../linux/i386 -Ilinux 
-I../linux   -Wall -g -O2 -MT desc.o -MD -MP -MF ".deps/desc.Tpo" -c -o desc.o 
../desc.c; \
        then mv -f ".deps/desc.Tpo" ".deps/desc.Po"; else rm -f 
".deps/desc.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I.. -I. -Ilinux/i386 -I../linux/i386 -Ilinux 
-I../linux   -Wall -g -O2 -MT file.o -MD -MP -MF ".deps/file.Tpo" -c -o file.o 
../file.c; \
        then mv -f ".deps/file.Tpo" ".deps/file.Po"; else rm -f 
".deps/file.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I.. -I. -Ilinux/i386 -I../linux/i386 -Ilinux 
-I../linux   -Wall -g -O2 -MT ipc.o -MD -MP -MF ".deps/ipc.Tpo" -c -o ipc.o 
../ipc.c; \
        then mv -f ".deps/ipc.Tpo" ".deps/ipc.Po"; else rm -f ".deps/ipc.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I.. -I. -Ilinux/i386 -I../linux/i386 -Ilinux 
-I../linux   -Wall -g -O2 -MT io.o -MD -MP -MF ".deps/io.Tpo" -c -o io.o 
../io.c; \
        then mv -f ".deps/io.Tpo" ".deps/io.Po"; else rm -f ".deps/io.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I.. -I. -Ilinux/i386 -I../linux/i386 -Ilinux 
-I../linux   -Wall -g -O2 -MT ioctl.o -MD -MP -MF ".deps/ioctl.Tpo" -c -o 
ioctl.o ../ioctl.c; \
        then mv -f ".deps/ioctl.Tpo" ".deps/ioctl.Po"; else rm -f 
".deps/ioctl.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I.. -I. -Ilinux/i386 -I../linux/i386 -Ilinux 
-I../linux   -Wall -g -O2 -MT mem.o -MD -MP -MF ".deps/mem.Tpo" -c -o mem.o 
../mem.c; \
        then mv -f ".deps/mem.Tpo" ".deps/mem.Po"; else rm -f ".deps/mem.Tpo"; 
exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I.. -I. -Ilinux/i386 -I../linux/i386 -Ilinux 
-I../linux   -Wall -g -O2 -MT net.o -MD -MP -MF ".deps/net.Tpo" -c -o net.o 
../net.c; \
        then mv -f ".deps/net.Tpo" ".deps/net.Po"; else rm -f ".deps/net.Tpo"; 
exit 1; fi
../net.c:803: error: 'PACKET_ADD_MEMBERSHIP' undeclared here (not in a function)
../net.c:804: error: 'PACKET_DROP_MEMBERSHIP' undeclared here (not in a 
function)
../net.c: In function 'printsock':
../net.c:954: error: field 'll' has incomplete type
../net.c:957: error: field 'nl' has incomplete type
../net.c:1048: error: request for member 'sll_protocol' in something not a 
structure or union
../net.c:1048: warning: initialization makes integer from pointer without a cast
../net.c:1049: error: request for member 'sll_ifindex' in something not a 
structure or union
../net.c:1049: warning: format '%d' expects type 'int', but argument 3 has type 
'const struct xlat *'
../net.c:1050: error: request for member 'sll_pkttype' in something not a 
structure or union
../net.c:1050: warning: passing argument 2 of 'printxval' makes integer from 
pointer without a cast
../net.c:1052: error: request for member 'sll_halen' in something not a 
structure or union
../net.c:1053: error: request for member 'sll_hatype' in something not a 
structure or union
../net.c:1053: warning: format '%d' expects type 'int', but argument 2 has type 
'const struct xlat *'
../net.c:1053: warning: format '%d' expects type 'int', but argument 3 has type 
'const struct xlat *'
../net.c:1054: error: request for member 'sll_halen' in something not a 
structure or union
../net.c:1054: warning: comparison between pointer and integer
../net.c:1055: error: request for member 'sll_addr' in something not a 
structure or union
../net.c:1055: warning: format '%02x' expects type 'unsigned int', but argument 
2 has type 'struct xlat'
../net.c:1062: error: request for member 'nl_pid' in something not a structure 
or union
../net.c:1062: error: request for member 'nl_groups' in something not a 
structure or union
../net.c:1062: warning: format '%d' expects type 'int', but argument 2 has type 
'const struct xlat *'
../net.c:1062: warning: format '%08x' expects type 'unsigned int', but argument 
3 has type 'const struct xlat *'
make[2]: *** [net.o] Error 1
make[2]: Leaving directory `/build/user/strace-4.5.14/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user/strace-4.5.14/build'
make: *** [stamp-build] Error 2

The full build log is available from
http://people.debian.org/~lucas/logs/2007/06/14/

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to