[Bug 198994] net/ipsumdump 1.85 fails to link on amd64 and i386 10.1Stable

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 6 03:07:52 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198994

--- Comment #2 from dewayne at heuristicsystems.com.au ---
(In reply to Bartek Rutkowski from comment #1)
Thank-you for looking into this Bartek.  I downloaded and rebuilt world, and
kernel using 10.1 Stable overnight; svn was just updated to/usr/ports but my
attempts at building this port continue to fail at the link stage on both: i386
using gcc 4.8.4 and amd64 using the default clang and in both cases
with/without ccache. The failure is described above.

I also tried
 make __MAKE_CONF=/dev/null -DBATCH clean deinstall package
with this result 
...
c++ -O2 -pipe -fno-strict-aliasing   -o ipsumdump -rdynamic fromdagdump.o
fromdevice.o fromdump.o fromipsumdump.o fromnetflowsumdump.o fromnlanrdump.o
fromtcpdump.o kernelfilter.o ipsumdumpinfo.o ipsumdump_anno.o ipsumdump_icmp.o
ipsumdump_ip.o ipsumdump_link.o ipsumdump_payload.o ipsumdump_tcp.o
ipsumdump_udp.o toipsumdump.o todump.o anonipaddr.o changeuid.o
classification.o classifier.o counter.o drivermanager.o discard.o fakepcap.o
ipfilter.o ipnameinfo.o netmapinfo.o progressbar.o randomsample.o script.o
switch.o tee.o timefilter.o timesortedsched.o truncateippayload.o unqueue.o
ipsumdump.o sd_elements.o ../libclick-2.1/libsrc/libclick.a
`../libclick-2.1/click-buildtool --otherlibs`
fromdevice.o: In function `FromDevice::open_pcap(String, int, bool,
ErrorHandler*)':
/usr/ports/net/ipsumdump/work/ipsumdump-1.85/src/fromdevice.cc:275: undefined
reference to `pcap_set_tstamp_precision'
fromdevice.o: In function `FromDevice::initialize(ErrorHandler*)':
/usr/ports/net/ipsumdump/work/ipsumdump-1.85/src/fromdevice.cc:328: undefined
reference to `pcap_get_tstamp_precision'
c++: error: linker command failed with exit code 1 (use -v to see invocation)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list