==> Synchronizing chroot copy [/chroot/armv6h/root] -> [build]...done ==> Making package: lft 3.91-3 (Wed Jul 28 07:40:57 2021) ==> Retrieving sources... -> Found index.who?file=lft-3.91.tar.gz -> Found config.guess-for-aarch64.patch -> Found define_default_source.patch ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... index.who?file=lft-3.91.tar.gz ... Passed config.guess-for-aarch64.patch ... Passed define_default_source.patch ... Passed Host and machine ids are equal (2b3dd5a7c7b749ff93431232041f2429): refusing to link journals ==> Making package: lft 3.91-3 (Wed 28 Jul 2021 07:41:20 AM EDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found index.who?file=lft-3.91.tar.gz -> Found config.guess-for-aarch64.patch -> Found define_default_source.patch ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting index.who?file=lft-3.91.tar.gz with bsdtar ==> Starting prepare()... patching file config/acconfig.h.in patching file config/config.guess patching file config/config.sub ==> Starting build()... checking build system type... aarch64-unknown-linux-gnu checking host system type... aarch64-unknown-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 ISO C89... none needed checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for gethostbyname in -lnsl... no checking for connect in -lsocket... no checking for inet_aton in -lresolv... yes checking for sin in -lm... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/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 fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.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 for strings.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 sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking whether struct tm is in sys/time.h or time.h... time.h checking whether gcc needs -traditional... no checking for working alloca.h... yes checking for alloca... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... 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 strftime... yes checking for bzero... yes checking for gethostbyaddr... yes checking for gethostbyname... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for memset... yes checking for select... yes checking for setenv... yes checking for socket... yes checking for strchr... yes checking for strdup... yes checking for strstr... yes checking for pcap_lookupdev in -lpcap... yes checking pcap.h usability... yes checking pcap.h presence... yes checking for pcap.h... yes checking if we should build universal binaries... no checking if we should gettimeofday for each packet... no configure: creating ./config.status config.status: creating Makefile config.status: creating config/acconfig.h gcc -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fPIE -z now -pie -D_FORTIFY_SOURCE=2 -c -o lft.o lft.c gcc -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fPIE -z now -pie -D_FORTIFY_SOURCE=2 -c -o lft_ifname.o lft_ifname.c gcc -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fPIE -z now -pie -D_FORTIFY_SOURCE=2 -c -o whois.o whois.c In file included from /usr/include/string.h:519, from lft_types.h:90, from lft_lib.h:17, from whois.c:29: In function ‘strncpy’, inlined from ‘w_ask.constprop’ at whois.c:474:3: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=-Wstringop-overflow=]8;;] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ whois.c: In function ‘w_ask.constprop’: whois.c:466:12: note: length computed here 466 | q_s = strlen(q); | ^~~~~~~~~ In file included from /usr/include/string.h:519, from lft_types.h:90, from lft_lib.h:17, from whois.c:29: In function ‘strncpy’, inlined from ‘w_ask.constprop’ at whois.c:470:3: /usr/include/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound depends on the length of the source argument []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=-Wstringop-overflow=]8;;] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ whois.c: In function ‘w_ask.constprop’: whois.c:466:12: note: length computed here 466 | q_s = strlen(q); | ^~~~~~~~~ gcc -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fPIE -z now -pie -D_FORTIFY_SOURCE=2 -c -o lft_lib.o lft_lib.c lft_lib.c: In function ‘LFTExecute’: lft_lib.c:4154:3: warning: ignoring return value of ‘setuid’ declared with attribute ‘warn_unused_result’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-result-Wunused-result]8;;] 4154 | setuid (getuid ()); | ^~~~~~~~~~~~~~~~~~ gcc -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fPIE -z now -pie -D_FORTIFY_SOURCE=2 -c -o lft_icmptrace.o lft_icmptrace.c gcc -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fPIE -z now -pie -D_FORTIFY_SOURCE=2 -c -o lft_btcptrace.o lft_btcptrace.c gcc -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fPIE -z now -pie -o lft lft.o lft_ifname.o whois.o lft_lib.o lft_icmptrace.o lft_btcptrace.o -Wl,-O1,--sort-common,--as-needed,-z,relro -lpcap -lm -lresolv gcc -march=armv6 -mfloat-abi=hard -mfpu=vfpv3-d16 -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -fPIE -z now -pie -o whob whois.c -DSTANDALONE -Wl,-O1,--sort-common,--as-needed,-z,relro -lpcap -lm -lresolv whois.c: In function ‘w_ask.constprop’: whois.c:474:3: warning: ‘strncpy’ specified bound depends on the length of the source argument []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=-Wstringop-overflow=]8;;] 474 | strncpy(sendbuf, q, q_s+1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ whois.c:466:12: note: length computed here 466 | q_s = strlen(q); | ^~~~~~~~~ whois.c:470:3: warning: ‘strncpy’ specified bound depends on the length of the source argument []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=-Wstringop-overflow=]8;;] 470 | strncpy(sendbuf, q, q_s+1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ whois.c:466:12: note: length computed here 466 | q_s = strlen(q); | ^~~~~~~~~ whois.c: In function ‘main’: whois.c:2629:13: warning: ‘strncpy’ specified bound depends on the length of the source argument []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=-Wstringop-overflow=]8;;] 2629 | strncpy(hostname,av[optind],strlen(av[optind])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ whois.c:2625:13: note: length computed here 2625 | if (strlen(av[optind]) > max_hostname_input) { | ^~~~~~~~~~~~~~~~~~ whois.c:2508:21: warning: ‘strncpy’ specified bound depends on the length of the source argument []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=-Wstringop-overflow=]8;;] 2508 | strncpy(wsess->pw_serv, optarg, strlen(optarg)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ whois.c:2524:21: warning: ‘strncpy’ specified bound depends on the length of the source argument []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wstringop-overflow=-Wstringop-overflow=]8;;] 2524 | strncpy(wsess->pw_serv,optarg,strlen(optarg)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==> Entering fakeroot environment... ==> Starting package()... LFT and WhoB \_Stripping binaries \_Copying files to their intended destinations /usr/bin/install -c lft /build/lft/pkg/lft/usr/bin/lft /usr/bin/install -c whob /build/lft/pkg/lft/usr/bin/whob chown root /build/lft/pkg/lft/usr/bin/lft chmod u+s /build/lft/pkg/lft/usr/bin/lft Installing manual pages /usr/bin/install -c lft.8 /build/lft/pkg/lft/usr/share/man/man8/lft.8 /usr/bin/install -c whob.8 /build/lft/pkg/lft/usr/share/man/man8/whob.8 ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "lft"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: lft 3.91-3 (Wed 28 Jul 2021 07:42:12 AM EDT) ==> Cleaning up...