==> Synchronizing chroot copy [/chroot/i686/root] -> [build]...done ==> Making package: asleap 2.2-6 (Wed Sep 30 16:20:23 2020) ==> Retrieving sources... -> Found asleap-2.2.tgz -> Found descrypt.patch ==> Validating source files with sha512sums... asleap-2.2.tgz ... Passed descrypt.patch ... Passed ==> Making package: asleap 2.2-6 (Wed 30 Sep 2020 04:20:28 PM EDT) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Packages (1) libxcrypt-4.4.17-1.0 Total Download Size: 0.10 MiB Total Installed Size: 0.22 MiB :: Proceed with installation? [Y/n] :: Retrieving packages... downloading libxcrypt-4.4.17-1.0-i686.pkg.tar.zst... checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing libxcrypt... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Found asleap-2.2.tgz -> Found descrypt.patch ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting asleap-2.2.tgz with bsdtar ==> Starting prepare()... patching file Makefile patching file utils.c ==> Starting build()... cc -pipe -Wall -D_LINUX -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I../../.. -I/usr/include/openssl -D_OPENSSL_MD4 -g3 -ggdb -g -D_FORTIFY_SOURCE=2 -c -o sha1.o sha1.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from sha1.c:15: /usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;] 397 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ cc -pipe -Wall -D_LINUX -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I../../.. -I/usr/include/openssl -D_OPENSSL_MD4 -g3 -ggdb -g -D_FORTIFY_SOURCE=2 -c -o common.o common.c In file included from /usr/include/errno.h:25, from common.c:24: /usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;] 397 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ cc -pipe -Wall -D_LINUX -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I../../.. -I/usr/include/openssl -D_OPENSSL_MD4 -g3 -ggdb -g -D_FORTIFY_SOURCE=2 -c -o utils.o utils.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from utils.c:25: /usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;] 397 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ utils.c: In function ‘DesEncrypt’: utils.c:179:2: warning: implicit declaration of function ‘DES_set_key’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 179 | DES_set_key((char *)crypt_key); | ^~~~~~~~~~~ utils.c:182:2: warning: implicit declaration of function ‘DES_ecb_encrypt’ []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration]8;;] 182 | DES_ecb_encrypt((char *)des_input, 0); | ^~~~~~~~~~~~~~~ cc -pipe -Wall -D_LINUX -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I../../.. -I/usr/include/openssl -D_OPENSSL_MD4 -g3 -ggdb -g asleap.c -o asleap common.o utils.o sha1.o -lpcap -lcrypt -lssl -lcrypto asleap.c: In function ‘main’: asleap.c:1398:6: warning: variable ‘findleaptimeout’ set but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable-Wunused-but-set-variable]8;;] 1398 | int findleaptimeout = 5; | ^~~~~~~~~~~~~~~ cc -pipe -Wall -D_LINUX -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I../../.. -I/usr/include/openssl -D_OPENSSL_MD4 -g3 -ggdb -g md4.c genkeys.c -o genkeys common.o utils.o -lpcap -lcrypt -lssl -lcrypto cc -pipe -Wall -D_LINUX -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I../../.. -I/usr/include/openssl -D_OPENSSL_MD4 -g3 -ggdb -g -D_FORTIFY_SOURCE=2 -c -o asleap.o asleap.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from asleap.c:25: /usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;] 397 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ asleap.c: In function ‘main’: asleap.c:1398:6: warning: variable ‘findleaptimeout’ set but not used []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wunused-but-set-variable-Wunused-but-set-variable]8;;] 1398 | int findleaptimeout = 5; | ^~~~~~~~~~~~~~~ cc -pipe -Wall -D_LINUX -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I../../.. -I/usr/include/openssl -D_OPENSSL_MD4 -g3 -ggdb -g -D_FORTIFY_SOURCE=2 -c -o genkeys.o genkeys.c In file included from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdlib.h:25, from genkeys.c:22: /usr/include/features.h:397:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wcpp-Wcpp]8;;] 397 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O) | ^~~~~~~ ==> Entering fakeroot environment... ==> Starting package()... ==> 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 "asleap"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: asleap 2.2-6 (Wed 30 Sep 2020 04:20:39 PM EDT) ==> Cleaning up... ==> Removing installed dependencies... checking dependencies... Packages (1) libxcrypt-4.4.17-1.0 Total Removed Size: 0.22 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing libxcrypt... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...