==> Creating clean working copy [build]...done ==> Making package: lsrtunnel 0.2-1 (Sat Oct 10 00:08:58 EDT 2015) ==> Retrieving sources... -> Found lsrtunnel-0.2.tar.gz ==> Validating source files with md5sums... lsrtunnel-0.2.tar.gz ... Passed ==> Making package: lsrtunnel 0.2-1 (Sat Oct 10 00:08:58 EDT 2015) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (12) dbus-1.10.0-3 hwids-20150717-1 iptables-1.4.21-3 kbd-2.0.3-1 kmod-21-2 libdbus-1.10.0-3 libnl-3.2.26-1 libseccomp-2.2.3-1 libusb-1.0.19-1 systemd-226-3 libdnet-1.12-9 libpcap-1.7.4-1 Total Installed Size: 37.00 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-remote with gid 999. Creating user systemd-journal-remote (systemd Journal Remote) with uid 999 and gid 999. Creating group systemd-journal-upload with gid 998. Creating user systemd-journal-upload (systemd Journal Upload) 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 libdnet... Optional dependencies for libdnet python2 ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found lsrtunnel-0.2.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with md5sums... lsrtunnel-0.2.tar.gz ... Passed ==> Extracting sources... -> Extracting lsrtunnel-0.2.tar.gz with bsdtar ==> Starting build()... checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets ${MAKE}... yes checking for gcc... gcc checking for C compiler default output... 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 style of include used by make... GNU checking dependency style of gcc... none checking for a BSD-compatible install... /usr/bin/install -c checking how to run the C preprocessor... gcc -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 for string.h... (cached) yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking dnet.h usability... yes checking dnet.h presence... yes checking for dnet.h... yes checking pcap.h usability... yes checking pcap.h presence... yes checking for pcap.h... yes checking for unistd.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/types.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking whether time.h and sys/time.h may both be included... yes checking for stdlib.h... (cached) yes checking for working malloc... yes checking for library containing socket... none required checking for library containing gethostbyname... none required checking for pcap_open_live in -lpcap... yes checking for intf_open in -ldnet... yes checking for struct intf_entry.intf_len... yes configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands gcc -DPACKAGE_NAME=\"lsrtunnel.c\" -DPACKAGE_TARNAME=\"lsrtunnel-c\" -DPACKAGE_VERSION=\"0.2\" -DPACKAGE_STRING=\"lsrtunnel.c\ 0.2\" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"lsrtunnel\" -DVERSION=\"0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_DNET_H=1 -DHAVE_PCAP_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_LIBPCAP=1 -DHAVE_LIBDNET=1 -I. -I. -D_FORTIFY_SOURCE=2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -c `test -f 'lsrtunnel.c' || echo './'`lsrtunnel.c lsrtunnel.c: In function 'main': lsrtunnel.c:97:22: warning: implicit declaration of function 'getIntInfo' [-Wimplicit-function-declaration] if((linkHeadSize = getIntInfo(&myAddr, intfEntry)) < 0) { ^ lsrtunnel.c:102:16: warning: implicit declaration of function 'forkArpd' [-Wimplicit-function-declaration] if (arpPid = forkArpd(&silentAddr, linkHeadSize) < 0) { ^ In file included from /usr/include/string.h:635:0, from lsrtunnel.c:4: In function 'strncpy', inlined from 'getIntInfo' at lsrtunnel.c:143:3: /usr/include/bits/string3.h:126:10: warning: call to __builtin___strncpy_chk will always overflow destination buffer return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); ^ gcc -DPACKAGE_NAME=\"lsrtunnel.c\" -DPACKAGE_TARNAME=\"lsrtunnel-c\" -DPACKAGE_VERSION=\"0.2\" -DPACKAGE_STRING=\"lsrtunnel.c\ 0.2\" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"lsrtunnel\" -DVERSION=\"0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_DNET_H=1 -DHAVE_PCAP_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_LIBPCAP=1 -DHAVE_LIBDNET=1 -I. -I. -D_FORTIFY_SOURCE=2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -c `test -f 'pcapf.c' || echo './'`pcapf.c In file included from /usr/include/string.h:635:0, from pcapf.c:1: In function 'strncpy', inlined from 'initPcap' at pcapf.c:58:3: /usr/include/bits/string3.h:126:10: warning: call to __builtin___strncpy_chk will always overflow destination buffer return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); ^ gcc -DPACKAGE_NAME=\"lsrtunnel.c\" -DPACKAGE_TARNAME=\"lsrtunnel-c\" -DPACKAGE_VERSION=\"0.2\" -DPACKAGE_STRING=\"lsrtunnel.c\ 0.2\" -DPACKAGE_BUGREPORT=\"tmacd@synacklabs.net\" -DPACKAGE=\"lsrtunnel\" -DVERSION=\"0.2\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_SIGNAL_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_DNET_H=1 -DHAVE_PCAP_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STDLIB_H=1 -DHAVE_MALLOC=1 -DHAVE_LIBPCAP=1 -DHAVE_LIBDNET=1 -I. -I. -D_FORTIFY_SOURCE=2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -c `test -f 'forkarp.c' || echo './'`forkarp.c gcc -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wl,-O1,--sort-common,--as-needed,-z,relro -o lsrtunnel lsrtunnel.o pcapf.o forkarp.o -ldnet -lpcap ==> Entering fakeroot environment... ==> Starting package()... make[1]: Entering directory '/build/lsrtunnel/src/lsrtunnel-0.2' /bin/sh ./mkinstalldirs /build/lsrtunnel/pkg/lsrtunnel/usr/bin mkdir /build/lsrtunnel/pkg/lsrtunnel/usr mkdir /build/lsrtunnel/pkg/lsrtunnel/usr/bin /usr/bin/install -c lsrtunnel /build/lsrtunnel/pkg/lsrtunnel/usr/bin/lsrtunnel /bin/sh ./mkinstalldirs /build/lsrtunnel/pkg/lsrtunnel/usr/share/man/man1 mkdir /build/lsrtunnel/pkg/lsrtunnel/usr/share mkdir /build/lsrtunnel/pkg/lsrtunnel/usr/share/man mkdir /build/lsrtunnel/pkg/lsrtunnel/usr/share/man/man1 /usr/bin/install -c -m 644 ./lsrtunnel.1 /build/lsrtunnel/pkg/lsrtunnel/usr/share/man/man1/lsrtunnel.1 make[1]: Leaving directory '/build/lsrtunnel/src/lsrtunnel-0.2' ==> 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 "lsrtunnel"... -> Generating .PKGINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: lsrtunnel 0.2-1 (Sat Oct 10 00:09:04 EDT 2015) ==> Cleaning up... ==> Removing installed dependencies... checking dependencies... Packages (12) dbus-1.10.0-3 hwids-20150717-1 iptables-1.4.21-3 kbd-2.0.3-1 kmod-21-2 libdbus-1.10.0-3 libdnet-1.12-9 libnl-3.2.26-1 libpcap-1.7.4-1 libseccomp-2.2.3-1 libusb-1.0.19-1 systemd-226-3 Total Removed Size: 37.00 MiB :: Do you want to remove these packages? [Y/n] removing libpcap... removing libusb... removing systemd... removing libseccomp... removing libnl... removing libdnet... removing kmod... removing kbd... removing iptables... removing hwids... removing dbus... removing libdbus...