==> Synchronizing chroot copy [/chroot/i686/root] -> [build]...done ==> Making package: ike-scan 1.9.4-3 (Thu Aug 27 16:39:03 2020) ==> Retrieving sources... -> Found 1.9.4.tar.gz ==> Validating source files with sha512sums... 1.9.4.tar.gz ... Passed ==> Making package: ike-scan 1.9.4-3 (Thu 27 Aug 2020 04:39:08 PM EDT) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found 1.9.4.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting 1.9.4.tar.gz with bsdtar ==> Starting build()... configure.ac:13: installing './compile' configure.ac:8: installing './install-sh' configure.ac:8: installing './missing' Makefile.am: installing './INSTALL' Makefile.am: installing './depcomp' parallel-tests: installing './test-driver' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes 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 gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 checking whether gcc accepts -Wextra... yes checking whether gcc accepts -fstack-protector... yes checking whether gcc accepts -D_FORTIFY_SOURCE... yes checking whether gcc accepts -Wformat-security... yes checking whether ln -s works... 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 whether byte ordering is bigendian... no checking for inline... inline checking for library containing gethostbyname... none required checking for library containing socket... none required checking for ANSI C header files... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) 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 netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.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 getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for sys/stat.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... 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 for uint8_t using gcc... yes checking for uint16_t using gcc... yes checking for uint32_t using gcc... yes checking whether long int is 64 bits... no checking whether long long int is 64 bits... yes checking snprintf format for long long int... %lld checking for malloc... yes checking for gethostbyname... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for memset... yes checking for select... yes checking for socket... yes checking for strerror... yes checking for socklen_t or equivalent using gcc... socklen_t checking for posix regular expression support... yes checking for getopt_long_only... yes checking for inet_aton... yes checking if OpenSSL libraries are required... yes configure: Found /usr/include/openssl/ssl.h configure: OpenSSL header files found in /usr/include configure: Found /usr/lib/libcrypto.so configure: OpenSSL libraries found in /usr/lib checking that OpenSSL headers and libraries in /usr work... yes configure: Using OpenSSL MD5 and SHA1 hash functions. checking for strlcat... no checking for strlcpy... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands make all-am make[1]: Entering directory '/build/ike-scan/src/ike-scan-1.9.4' gcc -DHAVE_CONFIG_H -I. -DIKEDATADIR=\"/usr/share/ike-scan\" -I/usr/include -D_FORTIFY_SOURCE=2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -MT ike-scan.o -MD -MP -MF .deps/ike-scan.Tpo -c -o ike-scan.o ike-scan.c ike-scan.c: In function ‘main’: ike-scan.c:276:11: warning: variable ‘idstrings’ set but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable-Wunused-but-set-variable]8;;] 276 | char **idstrings=NULL; | ^~~~~~~~~ ike-scan.c:318:13: warning: this statement may fall through []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-fallthrough=-Wimplicit-fallthrough=]8;;] 318 | usage(EXIT_SUCCESS, 1); /* Doesn't return */ | ^~~~~~~~~~~~~~~~~~~~~~ ike-scan.c:319:10: note: here 319 | case 's': /* --sport */ | ^~~~ mv -f .deps/ike-scan.Tpo .deps/ike-scan.Po gcc -DHAVE_CONFIG_H -I. -DIKEDATADIR=\"/usr/share/ike-scan\" -I/usr/include -D_FORTIFY_SOURCE=2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -MT error.o -MD -MP -MF .deps/error.Tpo -c -o error.o error.c mv -f .deps/error.Tpo .deps/error.Po gcc -DHAVE_CONFIG_H -I. -DIKEDATADIR=\"/usr/share/ike-scan\" -I/usr/include -D_FORTIFY_SOURCE=2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -MT isakmp.o -MD -MP -MF .deps/isakmp.Tpo -c -o isakmp.o isakmp.c mv -f .deps/isakmp.Tpo .deps/isakmp.Po gcc -DHAVE_CONFIG_H -I. -DIKEDATADIR=\"/usr/share/ike-scan\" -I/usr/include -D_FORTIFY_SOURCE=2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -MT wrappers.o -MD -MP -MF .deps/wrappers.Tpo -c -o wrappers.o wrappers.c mv -f .deps/wrappers.Tpo .deps/wrappers.Po gcc -DHAVE_CONFIG_H -I. -DIKEDATADIR=\"/usr/share/ike-scan\" -I/usr/include -D_FORTIFY_SOURCE=2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -MT utils.o -MD -MP -MF .deps/utils.Tpo -c -o utils.o utils.c mv -f .deps/utils.Tpo .deps/utils.Po gcc -DHAVE_CONFIG_H -I. -DIKEDATADIR=\"/usr/share/ike-scan\" -I/usr/include -D_FORTIFY_SOURCE=2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -MT mt19937ar.o -MD -MP -MF .deps/mt19937ar.Tpo -c -o mt19937ar.o mt19937ar.c mv -f .deps/mt19937ar.Tpo .deps/mt19937ar.Po gcc -DHAVE_CONFIG_H -I. -DIKEDATADIR=\"/usr/share/ike-scan\" -I/usr/include -D_FORTIFY_SOURCE=2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -MT strlcat.o -MD -MP -MF .deps/strlcat.Tpo -c -o strlcat.o strlcat.c mv -f .deps/strlcat.Tpo .deps/strlcat.Po gcc -DHAVE_CONFIG_H -I. -DIKEDATADIR=\"/usr/share/ike-scan\" -I/usr/include -D_FORTIFY_SOURCE=2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -MT strlcpy.o -MD -MP -MF .deps/strlcpy.Tpo -c -o strlcpy.o strlcpy.c mv -f .deps/strlcpy.Tpo .deps/strlcpy.Po gcc -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -L/usr/lib -Wl,-O1,--sort-common,--as-needed,-z,relro -o ike-scan ike-scan.o error.o isakmp.o wrappers.o utils.o mt19937ar.o strlcat.o strlcpy.o -lcrypto gcc -DHAVE_CONFIG_H -I. -DIKEDATADIR=\"/usr/share/ike-scan\" -I/usr/include -D_FORTIFY_SOURCE=2 -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -MT psk-crack.o -MD -MP -MF .deps/psk-crack.Tpo -c -o psk-crack.o psk-crack.c mv -f .deps/psk-crack.Tpo .deps/psk-crack.Po gcc -march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4 -Wall -Wshadow -Wwrite-strings -Wextra -fstack-protector -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -L/usr/lib -Wl,-O1,--sort-common,--as-needed,-z,relro -o psk-crack psk-crack.o error.o wrappers.o utils.o mt19937ar.o strlcat.o strlcpy.o -lcrypto make[1]: Leaving directory '/build/ike-scan/src/ike-scan-1.9.4' ==> Entering fakeroot environment... ==> Starting package()... make[1]: Entering directory '/build/ike-scan/src/ike-scan-1.9.4' /usr/bin/mkdir -p '/build/ike-scan/pkg/ike-scan/usr/bin' /usr/bin/install -c ike-scan psk-crack '/build/ike-scan/pkg/ike-scan/usr/bin' /usr/bin/mkdir -p '/build/ike-scan/pkg/ike-scan/usr/share/ike-scan' /usr/bin/install -c -m 644 ike-backoff-patterns ike-vendor-ids psk-crack-dictionary '/build/ike-scan/pkg/ike-scan/usr/share/ike-scan' /usr/bin/mkdir -p '/build/ike-scan/pkg/ike-scan/usr/share/man/man1' /usr/bin/install -c -m 644 ike-scan.1 psk-crack.1 '/build/ike-scan/pkg/ike-scan/usr/share/man/man1' make[1]: Leaving directory '/build/ike-scan/src/ike-scan-1.9.4' ==> 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 "ike-scan"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: ike-scan 1.9.4-3 (Thu 27 Aug 2020 04:39:30 PM EDT) ==> Cleaning up...