* Package: net-dns/dnstop-20140915-r1 * Repository: gentoo * Maintainer: hendrik@consetetur.de xmw@gentoo.org,proxy-maint@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc ipv6 kernel_linux userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking dnstop-20140915.tar.gz to /var/tmp/portage/net-dns/dnstop-20140915-r1/work >>> Source unpacked in /var/tmp/portage/net-dns/dnstop-20140915-r1/work >>> Preparing source in /var/tmp/portage/net-dns/dnstop-20140915-r1/work/dnstop-20140915 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-dns/dnstop-20140915-r1/work/dnstop-20140915 ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-ipv6 checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/lib/portage/python2.7/ebuild-helpers/xattr/install -c checking for initscr in -lncurses... yes checking for pcap_open_live in -lpcap... no checking for main in -lsocket... no checking for main in -lnsl... yes checking for main in -lresolv... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking arpa/nameser_compat.h usability... yes checking arpa/nameser_compat.h presence... yes checking for arpa/nameser_compat.h... yes checking for net/if_arp.h... yes checking for net/if.h... yes checking for netinet/if_ether.h... yes checking for net/if_ppp.h... yes checking for an ANSI C-conforming const... yes checking for off_t... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint8_t... yes checking for struct bpf_timeval... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking return type of signal handlers... void checking whether lstat dereferences a symlink specified with a trailing slash... yes checking whether stat accepts an empty string... no checking for memset... yes checking for select... yes checking for strchr... yes checking for strdup... yes checking for strrchr... yes checking for strstr... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h >>> Source configured. >>> Compiling source in /var/tmp/portage/net-dns/dnstop-20140915-r1/work/dnstop-20140915 ... make -j1 x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DUSE_IPV6=1 -c -o dnstop.o dnstop.c dnstop.c: In function ‘allocate_anonymous_address’: dnstop.c:331:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result] (void) read(entropy_fd, buf, 4); ^ dnstop.c:336:6: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result] (void) read(entropy_fd, buf, 16); ^ x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DUSE_IPV6=1 -c -o hashtbl.o hashtbl.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DUSE_IPV6=1 -c -o inX_addr.o inX_addr.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DUSE_IPV6=1 -c -o lookup3.o lookup3.c x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -DUSE_IPV6=1 -Wl,-O1 -Wl,--as-needed -o dnstop dnstop.o hashtbl.o inX_addr.o lookup3.o -lresolv -lnsl -lncurses dnstop.o: In function `pcap_select': dnstop.c:(.text+0x2f90): undefined reference to `pcap_fileno' dnstop.c:(.text+0x2f9a): undefined reference to `pcap_fileno' dnstop.c:(.text+0x2fd0): undefined reference to `pcap_fileno' dnstop.o: In function `main': dnstop.c:(.text.startup+0x376): undefined reference to `pcap_open_offline' dnstop.c:(.text.startup+0x3e4): undefined reference to `pcap_compile' dnstop.c:(.text.startup+0x3fb): undefined reference to `pcap_setfilter' dnstop.c:(.text.startup+0x417): undefined reference to `pcap_setnonblock' dnstop.c:(.text.startup+0x423): undefined reference to `pcap_datalink' dnstop.c:(.text.startup+0x459): undefined reference to `pcap_datalink' dnstop.c:(.text.startup+0x4ce): undefined reference to `pcap_open_live' dnstop.c:(.text.startup+0x534): undefined reference to `pcap_dispatch' dnstop.c:(.text.startup+0x70b): undefined reference to `pcap_close' dnstop.c:(.text.startup+0x781): undefined reference to `pcap_dispatch' dnstop.c:(.text.startup+0x806): undefined reference to `pcap_dispatch' collect2: error: ld returned 1 exit status make: *** [Makefile:31: dnstop] Error 1 * ERROR: net-dns/dnstop-20140915-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-dns/dnstop-20140915-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-dns/dnstop-20140915-r1::gentoo'`. * The complete build log is located at '/var/log/portage/net-dns:dnstop-20140915-r1:20161107-181238.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-dns/dnstop-20140915-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-dns/dnstop-20140915-r1/temp/environment'. * Working directory: '/var/tmp/portage/net-dns/dnstop-20140915-r1/work/dnstop-20140915' * S: '/var/tmp/portage/net-dns/dnstop-20140915-r1/work/dnstop-20140915'