Bug#545595: tcptrace: FTBFS: tcpdump.c:251: undefined reference to `pcap_offline_read'

2009-09-08 Thread Lucas Nussbaum
Package: tcptrace Version: 6.6.7-2 Severity: serious User: debian...@lists.debian.org Usertags: qa-ftbfs-20090907 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 -L/usr/local/lib -Llib -Lpcap

Bug#545595: tcptrace: FTBFS: tcpdump.c:251: undefined reference to `pcap_offline_read'

2009-09-08 Thread Noah Meyerhans
On Tue, Sep 08, 2009 at 11:28:26AM +0200, Lucas Nussbaum wrote: During a rebuild of all packages in sid, your package failed to build on amd64. snip tcpdump.o: In function `pread_tcpdump': /build/user-tcptrace_6.6.7-2-amd64-jDDV07/tcptrace-6.6.7/tcpdump.c:251: undefined reference to

Bug#545595: tcptrace: FTBFS: tcpdump.c:251: undefined reference to `pcap_offline_read'

2009-09-08 Thread Romain Francoise
Noah Meyerhans no...@debian.org writes: The issue is that libpcap's API has changed and pcap_offline_read no longer exists. tcptrace needs to be ported to the new API... Not really; the issue is that in libpcap 1.0.0-3 I stopped exporting all private symbols. pcap_offline_read() is not part

Bug#545595: tcptrace: FTBFS: tcpdump.c:251: undefined reference to `pcap_offline_read'

2009-09-08 Thread Noah Meyerhans
On Tue, Sep 08, 2009 at 01:44:37PM +0200, Romain Francoise wrote: The issue is that libpcap's API has changed and pcap_offline_read no longer exists. tcptrace needs to be ported to the new API... Not really; the issue is that in libpcap 1.0.0-3 I stopped exporting all private symbols.