Package: ttt
version: 1.7-3.1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20070823 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[1]: Entering directory `/build/user/ttt-1.7'
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c ttt.c
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c tk_ttt.c
tk_ttt.c: In function 'Ttt_Init':
tk_ttt.c:62: warning: passing argument 3 of 'Tcl_CreateCommand' from 
incompatible pointer type
tk_ttt.c:96: warning: assignment discards qualifiers from pointer target type
tk_ttt.c:116: warning: assignment discards qualifiers from pointer target type
tk_ttt.c:117: warning: assignment discards qualifiers from pointer target type
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c common.c
common.c: In function 'fatal_error':
common.c:63: warning: incompatible implicit declaration of built-in function 
'exit'
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c display.c
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c account.c
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c net_names.c
net_names.c: In function 'net_getname':
net_names.c:271: warning: passing argument 1 of 'inet6_ntoa' from incompatible 
pointer type
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c window.c
window.c: In function 'stat_set_colors':
window.c:136: warning: incompatible implicit declaration of built-in function 
'strlen'
window.c:137: warning: incompatible implicit declaration of built-in function 
'strcpy'
window.c: In function 'wg_create':
window.c:294: warning: incompatible implicit declaration of built-in function 
'bzero'
window.c: In function 'w_alloc_entries':
window.c:519: warning: incompatible implicit declaration of built-in function 
'bzero'
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c node.c
node.c: In function 'b_alloc_nodes':
node.c:419: warning: incompatible implicit declaration of built-in function 
'bzero'
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c net_read.c
net_read.c: In function 'llc_read':
net_read.c:336: warning: incompatible implicit declaration of built-in function 
'bcopy'
net_read.c: In function 'ipv6_read':
net_read.c:938: warning: incompatible implicit declaration of built-in function 
'bcopy'
net_read.c: In function 'ether_encap_read':
net_read.c:254: warning: comparison is always 1
gcc -o ttt ttt.o tk_ttt.o common.o display.o account.o net_names.o window.o 
node.o net_read.o  -L/usr/lib -ltk8.4 -ltcl8.4 -L/usr/lib -lBLT.2.4.8.4 -L 
-lX11 -lpcap -ldl -lm -lnsl  -ldl
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c probe.c
probe.c: In function 'usage':
probe.c:60: warning: incompatible implicit declaration of built-in function 
'exit'
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c remote.c
remote.c: In function 'name2sockaddrin':
remote.c:33: warning: incompatible implicit declaration of built-in function 
'bzero'
remote.c:37: warning: incompatible implicit declaration of built-in function 
'bcopy'
gcc -o tttprobe probe.o common.o account.o remote.o node.o net_read.o   
-L/usr/lib -ltk8.4 -ltcl8.4 -L/usr/lib -lBLT.2.4.8.4 -L -lX11 -lpcap -ldl -lm 
-lnsl  -ldl
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -DTTT_VIEW -o tk_view.o -c tk_ttt.c
tk_ttt.c: In function 'Ttt_Init':
tk_ttt.c:62: warning: passing argument 3 of 'Tcl_CreateCommand' from 
incompatible pointer type
tk_ttt.c:96: warning: assignment discards qualifiers from pointer target type
tk_ttt.c:103: warning: assignment discards qualifiers from pointer target type
tk_ttt.c:106: warning: assignment discards qualifiers from pointer target type
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c viewer.c
viewer.c: In function 'usage':
viewer.c:59: warning: incompatible implicit declaration of built-in function 
'exit'
viewer.c: In function 'view_parseargs':
viewer.c:91: warning: incompatible implicit declaration of built-in function 
'exit'
viewer.c: In function 'view_opensock':
viewer.c:107: warning: incompatible implicit declaration of built-in function 
'strcpy'
viewer.c:181: warning: incompatible implicit declaration of built-in function 
'bzero'
viewer.c: In function 'view_closesock':
viewer.c:200: warning: incompatible implicit declaration of built-in function 
'strcpy'
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c node_emu.c
gcc -O2   -DSTDC_HEADERS=1 -DHAVE_SYS_QUEUE_H=1 -DHAVE_GETHOSTENT=1 
-DHAVE_LIBNSL=1 -DHAVE_LIBM=1 -DHAVE_LIBDL=1  -D_BSD_SOURCE -DIPV6  
-DTTT_LIBRARY=\"/usr/lib/ttt\" -I.  -I/usr/include/tk8.4 -I/usr/include/tcl8.4 
-I/usr/include -c pcap_inet.c
pcap_inet.c: In function 'pcap_lookupnet':
pcap_inet.c:154: error: argument 'device' doesn't match prototype
/usr/include/pcap.h:220: error: prototype declaration
make[1]: *** [pcap_inet.o] Error 1
make[1]: Leaving directory `/build/user/ttt-1.7'
make: *** [build-arch-stamp] Error 2

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

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