It seems to me that this is because of a non-recognized shlibs dependency - The package declares the correct relationships on i386 and s390, but doesn't on all other architectures:
$ for i in tcptrace*deb; do echo == $i; dpkg -e $i; grep Depends
DEBIAN/control; done
== tcptrace_6.6.1-1_alpha.deb
== tcptrace_6.6.1-1_amd64.deb
== tcptrace_6.6.1-1_arm.deb
== tcptrace_6.6.1-1_hppa.deb
== tcptrace_6.6.1-1_i386.deb
Depends: libc6 (>= 2.3.2.ds1-4), libpcap0.7
== tcptrace_6.6.1-1_ia64.deb
== tcptrace_6.6.1-1_m68k.deb
== tcptrace_6.6.1-1_mips.deb
== tcptrace_6.6.1-1_mipsel.deb
== tcptrace_6.6.1-1_powerpc.deb
== tcptrace_6.6.1-1_s390.deb
Depends: libc6 (>= 2.3.2.ds1-4), libpcap0.7
== tcptrace_6.6.1-1_sparc.deb
In debian/control, we have:
Build-depends: libpcap-dev
Depends: ${shlibs:Depends}
So, all in all, this bug might be related to libpcap, for not
correctly registering the shlib dependency.
Greetings,
--
Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)5623-0154 / 1451-2244
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973 F800 D80E F35A 8BB5 27AF
signature.asc
Description: Digital signature

