Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 06 Apr 2015 03:07:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198994] net/ipsumdump 1.85 fails to link on amd64 and i386 10.1Stable
Message-ID:  <bug-198994-13-PaSEK0BRS3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-198994-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-198994-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198994

--- Comment #2 from dewayne@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198994-13-PaSEK0BRS3>