Your message dated Tue, 03 Jan 2012 06:48:06 +0000
with message-id <[email protected]>
and subject line Bug#629694: fixed in tcptrace 6.6.7-4
has caused the Debian Bug report #629694,
regarding tcptrace: FTBFS: print.c:380:41: error: 'struct tcphdr' has no member
named 'th_off'
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
629694: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=629694
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: tcptrace
Version: 6.6.7-3
Severity: serious
Tags: wheezy sid
User: [email protected]
Usertags: qa-ftbfs-20110607 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> gcc -O2 -g -O2 -DGUNZIP="\"gunzip\"" -DBUNZIP2="\"bunzip2\""
> -DLOAD_MODULE_HTTP -DHTTP_SAFE -DHTTP_DUMP_TIMES -DLOAD_MODULE_TRAFFIC
> -DLOAD_MODULE_SLICE -DLOAD_MODULE_RTTGRAPH -DLOAD_MODULE_COLLIE
> -DLOAD_MODULE_REALTIME -DGROK_SNOOP -DGROK_TCPDUMP -DGROK_NETM
> -DGROK_ETHERPEEK -DGROK_NS -DGROK_NETSCOUT -DGROK_ERF -DHAVE_LIBM=1
> -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1
> -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1
> -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DSIZEOF_UNSIGNED_LONG_LONG_INT=8
> -DSIZEOF_UNSIGNED_LONG_INT=8 -DSIZEOF_UNSIGNED_INT=4
> -DSIZEOF_UNSIGNED_SHORT=2 -DHAVE_MKSTEMP=1 -DHAVE_VALLOC=1 -DHAVE_MEMALIGN=1
> -DHAVE_INET_PTON=1 -DUSE_LLU=1 -I. -I/usr/local/include -I. -I../pcap
> -I/usr/include/pcap -g -Wall -O2 -c -o print.o print.c
> print.c: In function 'printtcp_packet':
> print.c:380:41: error: 'struct tcphdr' has no member named 'th_off'
> print.c:387:5: error: 'struct tcphdr' has no member named 'th_sport'
> print.c:388:22: error: 'struct tcphdr' has no member named 'th_sport'
> print.c:390:5: error: 'struct tcphdr' has no member named 'th_dport'
> print.c:391:22: error: 'struct tcphdr' has no member named 'th_dport'
> print.c:393:5: error: 'struct tcphdr' has no member named 'th_flags'
> print.c:394:5: error: 'struct tcphdr' has no member named 'th_flags'
> print.c:395:5: error: 'struct tcphdr' has no member named 'th_flags'
> print.c:395:5: error: 'TH_URG' undeclared (first use in this function)
> print.c:395:5: note: each undeclared identifier is reported only once for
> each function it appears in
> print.c:396:5: error: 'struct tcphdr' has no member named 'th_flags'
> print.c:396:5: error: 'TH_ACK' undeclared (first use in this function)
> print.c:397:5: error: 'struct tcphdr' has no member named 'th_flags'
> print.c:397:5: error: 'TH_PUSH' undeclared (first use in this function)
> print.c:398:5: error: 'struct tcphdr' has no member named 'th_flags'
> print.c:398:5: error: 'TH_RST' undeclared (first use in this function)
> print.c:399:5: error: 'struct tcphdr' has no member named 'th_flags'
> print.c:399:5: error: 'TH_SYN' undeclared (first use in this function)
> print.c:400:5: error: 'struct tcphdr' has no member named 'th_flags'
> print.c:400:5: error: 'TH_FIN' undeclared (first use in this function)
> print.c:401:9: error: 'struct tcphdr' has no member named 'th_flags'
> print.c:402:54: error: 'struct tcphdr' has no member named 'th_seq'
> print.c:403:54: error: 'struct tcphdr' has no member named 'th_ack'
> print.c:404:32: error: 'struct tcphdr' has no member named 'th_win'
> print.c:405:30: error: 'struct tcphdr' has no member named 'th_off'
> print.c:406:24: error: 'struct tcphdr' has no member named 'th_off'
> print.c:413:9: error: 'struct tcphdr' has no member named 'th_x2'
> print.c:415:9: error: 'struct tcphdr' has no member named 'th_x2'
> print.c:417:34: error: 'struct tcphdr' has no member named 'th_sum'
> print.c:418:30: error: 'struct tcphdr' has no member named 'th_off'
> print.c:439:9: error: 'struct tcphdr' has no member named 'th_off'
> print.c:443:25: error: 'struct tcphdr' has no member named 'th_off'
> print.c:444:21: error: 'struct tcphdr' has no member named 'th_off'
> print.c:503:44: error: 'struct tcphdr' has no member named 'th_off'
> print.c: In function 'printudp_packet':
> print.c:535:5: error: 'struct udphdr' has no member named 'uh_sport'
> print.c:536:22: error: 'struct udphdr' has no member named 'uh_sport'
> print.c:538:5: error: 'struct udphdr' has no member named 'uh_dport'
> print.c:539:22: error: 'struct udphdr' has no member named 'uh_dport'
> print.c:541:18: error: 'struct udphdr' has no member named 'uh_ulen'
> print.c:543:34: error: 'struct udphdr' has no member named 'uh_sum'
> print.c:552:30: error: 'struct udphdr' has no member named 'uh_ulen'
> print.c:553:25: error: 'struct udphdr' has no member named 'uh_ulen'
> print.c:556:9: error: 'struct udphdr' has no member named 'uh_ulen'
> make[1]: *** [print.o] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2011/06/07/tcptrace_6.6.7-3_lsid64.buildlog
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--- End Message ---
--- Begin Message ---
Source: tcptrace
Source-Version: 6.6.7-4
We believe that the bug you reported is fixed in the latest version of
tcptrace, which is due to be installed in the Debian FTP archive:
tcptrace_6.6.7-4.diff.gz
to main/t/tcptrace/tcptrace_6.6.7-4.diff.gz
tcptrace_6.6.7-4.dsc
to main/t/tcptrace/tcptrace_6.6.7-4.dsc
tcptrace_6.6.7-4_i386.deb
to main/t/tcptrace/tcptrace_6.6.7-4_i386.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
[email protected] (supplier of updated tcptrace package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 02 Jan 2012 21:32:01 -0800
Source: tcptrace
Binary: tcptrace
Architecture: source i386
Version: 6.6.7-4
Distribution: unstable
Urgency: low
Maintainer: Noah Meyerhans <[email protected]>
Changed-By: [email protected]
Description:
tcptrace - Tool for analyzing tcpdump output
Closes: 629694
Changes:
tcptrace (6.6.7-4) unstable; urgency=low
.
* Define _BSD_SOURCE so we'll find the right tcp header structures.
(Closes: #629694)
* Standards-Version -> 3.9.2.0
* Switch to debhelper 7
* Add ${misc:Depends} to Depends to eliminate a lintian warning.
* Add some recommended rules to debian/rules to eliminate a lintian
warning.
Checksums-Sha1:
c80fbd569709c3d9a92be5b21c480b5700525709 1055 tcptrace_6.6.7-4.dsc
9546cecb1a12b69932cb0d75cea659345c719f19 28464 tcptrace_6.6.7-4.diff.gz
8fdb4ec9c8554bec8ad73fbcee3bd7d71658faf6 167390 tcptrace_6.6.7-4_i386.deb
Checksums-Sha256:
f94cf1455714584c66cebe4eb213b4d99f2a5476f8c8e64e038fe2a708af43cf 1055
tcptrace_6.6.7-4.dsc
206d940f689f94e7c55855fa45a4205606e62736fb3cb87ba0e28bf9a3b1674c 28464
tcptrace_6.6.7-4.diff.gz
69ffed0f1f0bba70248210193611380c28ec72f30d4ef36ccf38b2eb3c276dd9 167390
tcptrace_6.6.7-4_i386.deb
Files:
d604275901bf2c68c35d56b9c03dd613 1055 net optional tcptrace_6.6.7-4.dsc
9df0047cb481c8b3308290fb5f1cf898 28464 net optional tcptrace_6.6.7-4.diff.gz
d9dd5d6b8f532a7b9a71440707c24bdc 167390 net optional tcptrace_6.6.7-4_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iD8DBQFPAqMuYrVLjBFATsMRAnNsAJ9UT6YsAiDkRWSXGUmUUvWMYRHJoQCghw0u
kff6cFFF9ryO6PiXHHswc+4=
=4Ezg
-----END PGP SIGNATURE-----
--- End Message ---