Your message dated Sun, 11 Dec 2016 05:59:12 +0000
with message-id
<caek95ghsuh_y4becalk3ye3owbr_ewwh-+15g5rka58abrx...@mail.gmail.com>
and subject line
has caused the Debian Bug report #818799,
regarding ntopng: no longer builds on kfreebsd-i386
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.)
--
818799: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=818799
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ntopng
Version: 2.2+dfsg1-1
Severity: important
Your package no longer builds on kfreebsd-i386:
src/PacketDumperTuntap.o: In function
`PacketDumperTuntap::PacketDumperTuntap(NetworkInterface*)':
/«BUILDDIR»/ntopng-2.2+dfsg1/src/PacketDumperTuntap.cpp:35: undefined reference
to `PacketDumperTuntap::openTap(char*, int)'
There's a FreeBSD version of that function in src/PacketDumperTuntap.cpp,
however that's guarded by #ifdef __FreeBSD__. That should probably be changed
to
#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
to work on kfreebsd.
Cheers,
Emilio
--- End Message ---
--- Begin Message ---
Version: 2.2+dfsg1-2
Steven, thank you for the patch.
Marking the bug as done. The patch was merged already in 2.2+dfsg1-2 but I
forgot to close it.
Ludovico
--- End Message ---