==> Creating clean working copy [build]...done ==> Making package: tcptraceroute 1.5beta7-1 (Fri Nov 6 18:43:35 EST 2015) ==> Retrieving sources... -> Found tcptraceroute-1.5beta7.tar.gz ==> Validating source files with md5sums... tcptraceroute-1.5beta7.tar.gz ... Passed ==> Making package: tcptraceroute 1.5beta7-1 (Fri Nov 6 18:43:36 EST 2015) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (12) dbus-1.10.2-1 hwids-20150717-1 iptables-1.4.21-3 kbd-2.0.3-1 kmod-21-2 libdbus-1.10.2-1 libnl-3.2.26-1 libseccomp-2.2.3-1 libusb-1.0.20-1 systemd-227-1 libnet-1.1.6-2 libpcap-1.7.4-1 Total Installed Size: 37.26 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 libdbus... installing dbus... Optional dependencies for dbus libx11: dbus-launch support installing iptables... installing kbd... installing kmod... installing hwids... installing libseccomp... installing systemd... Initializing machine ID from random generator. Creating group systemd-journal-upload with gid 999. Creating user systemd-journal-upload (systemd Journal Upload) with uid 999 and gid 999. Creating group systemd-journal-remote with gid 998. Creating user systemd-journal-remote (systemd Journal Remote) with uid 998 and gid 998. Created symlink from /etc/systemd/system/getty.target.wants/getty@tty1.service to /usr/lib/systemd/system/getty@.service. Created symlink from /etc/systemd/system/multi-user.target.wants/remote-fs.target to /usr/lib/systemd/system/remote-fs.target. :: Append 'init=/usr/lib/systemd/systemd' to your kernel command line in your bootloader to replace sysvinit with systemd, or install systemd-sysvcompat Optional dependencies for systemd cryptsetup: required for encrypted block devices libmicrohttpd: remote journald capabilities quota-tools: kernel-level quota management systemd-sysvcompat: symlink package to provide sysvinit binaries polkit: allow administration as unprivileged user installing libusb... installing libpcap... installing libnet... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found tcptraceroute-1.5beta7.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with md5sums... tcptraceroute-1.5beta7.tar.gz ... Passed ==> Extracting sources... -> Extracting tcptraceroute-1.5beta7.tar.gz with bsdtar ==> Starting build()... checking build system type... armv7l-unknown-linux-gnu checking host system type... armv7l-unknown-linux-gnu checking target system type... armv7l-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=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -c main.c In file included from tcptraceroute.h:75:0, from main.c:23: main.c: In function 'defaults': util.h:37:36: warning: pointer targets in passing argument 2 of 'libnet_name2addr4' differ in signedness [-Wpointer-sign] libnet_name2addr4(libnet_context, (u_char *)hostname, numeric) ^ main.c:50:16: note: in expansion of macro 'hosttoip' if ((dst_ip = hosttoip(dst, LIBNET_RESOLVE)) == 0xFFFFFFFF) ^ In file included from /usr/include/libnet.h:119:0, from tcptraceroute.h:37, from main.c:23: /usr/include/libnet/libnet-functions.h:227:1: note: expected 'char *' but argument is of type 'u_char * {aka unsigned char *}' libnet_name2addr4(libnet_t *l, char *host_name, uint8_t use_name); ^ In file included from tcptraceroute.h:75:0, from main.c:23: util.h:37:36: warning: pointer targets in passing argument 2 of 'libnet_name2addr4' differ in signedness [-Wpointer-sign] libnet_name2addr4(libnet_context, (u_char *)hostname, numeric) ^ main.c:57:17: note: in expansion of macro 'hosttoip' if ((src_ip = hosttoip(src, LIBNET_RESOLVE)) == 0xFFFFFFFF) ^ In file included from /usr/include/libnet.h:119:0, from tcptraceroute.h:37, from main.c:23: /usr/include/libnet/libnet-functions.h:227:1: note: expected 'char *' but argument is of type 'u_char * {aka unsigned char *}' libnet_name2addr4(libnet_t *l, char *host_name, uint8_t use_name); ^ main.c: In function 'main': main.c:538:2: warning: ignoring return value of 'setuid', declared with attribute warn_unused_result [-Wunused-result] setuid(getuid()); ^ gcc -DHAVE_CONFIG_H -I. -I. -I. -D_FORTIFY_SOURCE=2 -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -c datalink.c datalink.c: In function 'findsrc': datalink.c:300:49: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] if (getsockname(s, (struct sockaddr *)&sinsrc, &size) < 0) ^ In file included from tcptraceroute.h:31:0, from datalink.c:23: /usr/include/sys/socket.h:127:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockname (int __fd, __SOCKADDR_ARG __addr, ^ In file included from tcptraceroute.h:75:0, from datalink.c:23: datalink.c: In function 'finddev': util.h:37:36: warning: pointer targets in passing argument 2 of 'libnet_name2addr4' differ in signedness [-Wpointer-sign] libnet_name2addr4(libnet_context, (u_char *)hostname, numeric) ^ datalink.c:329:15: note: in expansion of macro 'hosttoip' with_src = hosttoip("127.0.0.1", LIBNET_DONT_RESOLVE); ^ In file included from /usr/include/libnet.h:119:0, from tcptraceroute.h:37, from datalink.c:23: /usr/include/libnet/libnet-functions.h:227:1: note: expected 'char *' but argument is of type 'u_char * {aka unsigned char *}' libnet_name2addr4(libnet_t *l, char *host_name, uint8_t use_name); ^ gcc -DHAVE_CONFIG_H -I. -I. -I. -D_FORTIFY_SOURCE=2 -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -c util.c gcc -DHAVE_CONFIG_H -I. -I. -I. -D_FORTIFY_SOURCE=2 -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -c probe.c probe.c: In function 'allocateport': probe.c:97:46: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] if ((getsockname(s, (struct sockaddr *)&in, &insize)) < 0) ^ In file included from tcptraceroute.h:31:0, from probe.c:23: /usr/include/sys/socket.h:127:12: note: expected 'socklen_t * restrict {aka unsigned int * restrict}' but argument is of type 'int *' extern int getsockname (int __fd, __SOCKADDR_ARG __addr, ^ gcc -DHAVE_CONFIG_H -I. -I. -I. -D_FORTIFY_SOURCE=2 -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -c capture.c gcc -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --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 ==> Entering fakeroot environment... ==> Starting package()... 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' ==> Tidying install... -> Purging unwanted files... -> Removing libtool files... -> Removing static library files... -> Compressing man and info pages... -> Stripping unneeded symbols from binaries and libraries... ==> Creating package "tcptraceroute"... -> Generating .PKGINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: tcptraceroute 1.5beta7-1 (Fri Nov 6 18:44:07 EST 2015) ==> Cleaning up... ==> Removing installed dependencies... checking dependencies... Packages (12) dbus-1.10.2-1 hwids-20150717-1 iptables-1.4.21-3 kbd-2.0.3-1 kmod-21-2 libdbus-1.10.2-1 libnet-1.1.6-2 libnl-3.2.26-1 libpcap-1.7.4-1 libseccomp-2.2.3-1 libusb-1.0.20-1 systemd-227-1 Total Removed Size: 37.26 MiB :: Do you want to remove these packages? [Y/n] removing libpcap... removing libusb... removing systemd... removing libseccomp... removing libnl... removing libnet... removing kmod... removing kbd... removing iptables... removing hwids... removing dbus... removing libdbus...