==> Creating clean working copy [build]...done
==> Making package: tcptraceroute 1.5beta7-1 (Tue Sep 22 10:07:04 EDT 2015)
==> Retrieving sources...
  -> Found tcptraceroute-1.5beta7.tar.gz
==> Validating source files with md5sums...
    tcptraceroute-1.5beta7.tar.gz ... Passed
resolving dependencies...
looking for conflicting packages...

Packages (3) libnl-3.2.26-1  libnet-1.1.6-2  libpcap-1.7.4-1

Total Installed Size:  2.32 MiB

:: Proceed with installation? [Y/n] 
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
checking available disk space...
installing libnl...
installing libpcap...
installing libnet...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets $(MAKE)... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... 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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking whether gcc needs -traditional... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for gethostbyname... yes
checking for socket... yes
checking for connect... yes
checking for inet_aton... yes
checking for pcap_open_live in -lpcap... yes
checking for main in -lnet... yes
checking for libnet_init_packet in -lnet... no
checking for libnet_init in -lnet... yes
configure: libnet version: >= 1.1.0
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 fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.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 stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for unistd.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking for sockaddr.sa_len... no
checking for struct sockaddr.sa_len... 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 for vprintf... yes
checking for _doprnt... no
checking for gettimeofday... yes
checking for memset... yes
checking for select... yes
checking for socket... (cached) yes
checking for strchr... yes
checking for Solaris... no
checking for BSDI... no
checking for NetBSD... no
checking for MacOS X... no
Target OS is linux-gnu
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing default-1 commands
gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -c main.c
gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -c datalink.c
gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -c util.c
gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -c probe.c
gcc -DHAVE_CONFIG_H -I. -I. -I.   -D_FORTIFY_SOURCE=2  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -c capture.c
gcc  -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -Wl,-O1,--sort-common,--as-needed,-z,relro -o tcptraceroute  main.o datalink.o util.o probe.o capture.o  -lnet -lpcap 
make[1]: Entering directory '/build/tcptraceroute/src/tcptraceroute-tcptraceroute-1.5beta7'
/bin/sh ./mkinstalldirs /build/tcptraceroute/pkg/tcptraceroute/usr/bin
mkdir /build/tcptraceroute/pkg/tcptraceroute/usr
mkdir /build/tcptraceroute/pkg/tcptraceroute/usr/bin
  /usr/bin/install -c  tcptraceroute /build/tcptraceroute/pkg/tcptraceroute/usr/bin/tcptraceroute
make  install-man1
make[2]: Entering directory '/build/tcptraceroute/src/tcptraceroute-tcptraceroute-1.5beta7'
/bin/sh ./mkinstalldirs /build/tcptraceroute/pkg/tcptraceroute/usr/man/man1
mkdir /build/tcptraceroute/pkg/tcptraceroute/usr/man
mkdir /build/tcptraceroute/pkg/tcptraceroute/usr/man/man1
 /usr/bin/install -c -m 644 ./tcptraceroute.1 /build/tcptraceroute/pkg/tcptraceroute/usr/man/man1/tcptraceroute.1
make[2]: Leaving directory '/build/tcptraceroute/src/tcptraceroute-tcptraceroute-1.5beta7'
/bin/sh ./mkinstalldirs /build/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute
mkdir /build/tcptraceroute/pkg/tcptraceroute/usr/share
mkdir /build/tcptraceroute/pkg/tcptraceroute/usr/share/doc
mkdir /build/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute
 /usr/bin/install -c -m 644 ./AUTHORS /build/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute/AUTHORS
 /usr/bin/install -c -m 644 ./COPYING /build/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute/COPYING
 /usr/bin/install -c -m 644 ./ChangeLog /build/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute/ChangeLog
 /usr/bin/install -c -m 644 ./NEWS /build/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute/NEWS
 /usr/bin/install -c -m 644 ./README /build/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute/README
 /usr/bin/install -c -m 644 ./examples.txt /build/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute/examples.txt
 /usr/bin/install -c -m 644 ./tcptraceroute.1.html /build/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute/tcptraceroute.1.html
 /usr/bin/install -c -m 644 ./tcptraceroute.lsm /build/tcptraceroute/pkg/tcptraceroute/usr/share/doc/tcptraceroute/tcptraceroute.lsm
make[1]: Leaving directory '/build/tcptraceroute/src/tcptraceroute-tcptraceroute-1.5beta7'
checking dependencies...

Packages (3) libnet-1.1.6-2  libnl-3.2.26-1  libpcap-1.7.4-1

Total Removed Size:  2.32 MiB

:: Do you want to remove these packages? [Y/n] 
removing libpcap...
removing libnl...
removing libnet...