==> Retrieving sources... -> Updating vpnpivot git repo... ==> Generating checksums for source files... ==> Making package: vpnpivot 22.37bbde0-1 (Thu 21 Nov 2024 12:16:45 AM UTC) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (2) New Version Net Change extra/pahole 1:1.27-2 0.85 MiB core/linux-headers 6.11.9.arch1-1 134.15 MiB Total Installed Size: 135.00 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing pahole... Optional dependencies for pahole ostra-cg: Generate call graphs from encoded traces installing linux-headers... :: Running post-transaction hooks... (1/2) Arming ConditionNeedsUpdate... (2/2) Updating module dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Updating vpnpivot git repo... ==> Validating source files with sha512sums... vpnpivot ... Skipped ==> Extracting sources... -> Creating working copy of vpnpivot git repo... Switched to a new branch 'makepkg' ==> Starting pkgver()... ==> Starting build()... configure.ac:11: installing './compile' configure.ac:25: installing './config.guess' configure.ac:25: installing './config.sub' configure.ac:6: installing './install-sh' configure.ac:6: installing './missing' src/Makefile.am:5: warning: ':='-style assignments are not portable src/Makefile.am: installing './depcomp' checking for a BSD-compatible install... /usr/bin/install -c checking whether sleep supports fractional seconds... yes checking filesystem timestamp resolution... 0.01 checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/sbin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking xargs -n works... 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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... 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 for RSA_generate_key in -lcrypto... yes checking for SSL_library_init in -lssl... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for arpa/inet.h... yes checking for fcntl.h... yes checking for netdb.h... yes checking for netinet/in.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/ioctl.h... yes checking for sys/socket.h... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for size_t... yes checking for ssize_t... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for GNU libc compatible malloc... yes checking for gethostbyname... yes checking for inet_ntoa... yes checking for memset... yes checking for select... yes checking for socket... yes checking for strchr... yes checking for strdup... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands make all-recursive make[1]: Entering directory '/src/packages/pentesting/vpnpivot/src/vpnpivot' Making all in src make[2]: Entering directory '/src/packages/pentesting/vpnpivot/src/vpnpivot/src' gcc -DHAVE_CONFIG_H -I. -I.. -ggdb -DUSE_SSL -DUSE_POLL -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/pentesting/vpnpivot/src=/usr/src/debug/vpnpivot -flto=auto -MT pivots.o -MD -MP -MF .deps/pivots.Tpo -c -o pivots.o pivots.c mv -f .deps/pivots.Tpo .deps/pivots.Po gcc -DHAVE_CONFIG_H -I. -I.. -ggdb -DUSE_SSL -DUSE_POLL -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/pentesting/vpnpivot/src=/usr/src/debug/vpnpivot -flto=auto -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. -I.. -ggdb -DUSE_SSL -DUSE_POLL -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/pentesting/vpnpivot/src=/usr/src/debug/vpnpivot -flto=auto -MT crypto.o -MD -MP -MF .deps/crypto.Tpo -c -o crypto.o crypto.c crypto.c: In function ‘cr_ssl_context’: crypto.c:45:9: warning: ‘TLSv1_server_method’ is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 45 | meth = TLSv1_server_method(); | ^~~~ In file included from ../include/etn.h:42, from crypto.c:32: /usr/include/openssl/ssl.h:2045:50: note: declared here 2045 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_server_method(void); | ^~~~~~~~~~~~~~~~~~~ crypto.c: In function ‘cr_ssl_context_cli’: crypto.c:66:9: warning: ‘TLSv1_client_method’ is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] 66 | meth = TLSv1_client_method(); | ^~~~ /usr/include/openssl/ssl.h:2046:50: note: declared here 2046 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_client_method(void); | ^~~~~~~~~~~~~~~~~~~ crypto.c: In function ‘cr_load_certs’: crypto.c:115:17: warning: ‘SSL_CTX_use_RSAPrivateKey_file’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 115 | if (SSL_CTX_use_RSAPrivateKey_file(ssl, (const char*)key_file, | ^~ /usr/include/openssl/ssl.h:1704:12: note: declared here 1704 | __owur int SSL_CTX_use_RSAPrivateKey_file(SSL_CTX *ctx, const char *file, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ crypto.c: In function ‘cr_make_cert’: crypto.c:159:9: warning: ‘RSA_generate_key’ is deprecated: Since OpenSSL 0.9.8 [-Wdeprecated-declarations] 159 | rsa = RSA_generate_key(bits,RSA_F4,NULL,NULL); | ^~~ In file included from /usr/include/openssl/x509.h:36, from /usr/include/openssl/x509v3.h:25, from ../include/etn.h:39: /usr/include/openssl/rsa.h:264:30: note: declared here 264 | OSSL_DEPRECATEDIN_0_9_8 RSA *RSA_generate_key(int bits, unsigned long e, void | ^~~~~~~~~~~~~~~~ crypto.c:160:9: warning: ‘EVP_PKEY_assign’ is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 160 | if(!EVP_PKEY_assign_RSA(pk, rsa)) { | ^~ In file included from /usr/include/openssl/x509.h:29: /usr/include/openssl/evp.h:1345:5: note: declared here 1345 | int EVP_PKEY_assign(EVP_PKEY *pkey, int type, void *key); | ^~~~~~~~~~~~~~~ mv -f .deps/crypto.Tpo .deps/crypto.Po gcc -ggdb -DUSE_SSL -DUSE_POLL -I../include -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -g -ffile-prefix-map=/src/packages/pentesting/vpnpivot/src=/usr/src/debug/vpnpivot -flto=auto -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,-z,pack-relative-relocs -flto=auto -o pivots pivots.o utils.o crypto.o -lpthread -lcrypto -lssl -ldl /usr/sbin/ld: utils.o (symbol from plugin): in function `read_packet': (.text+0x0): multiple definition of `mbq'; pivots.o (symbol from plugin):(.text+0x0): first defined here /usr/sbin/ld: crypto.o (symbol from plugin): in function `cr_ssl_context': (.text+0x0): multiple definition of `mbq'; pivots.o (symbol from plugin):(.text+0x0): first defined here collect2: error: ld returned 1 exit status make[2]: *** [Makefile:361: pivots] Error 1 make[2]: Leaving directory '/src/packages/pentesting/vpnpivot/src/vpnpivot/src' make[1]: *** [Makefile:367: all-recursive] Error 1 make[1]: Leaving directory '/src/packages/pentesting/vpnpivot/src/vpnpivot' make: *** [Makefile:308: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> Removing installed dependencies... checking dependencies... Package (2) Old Version Net Change linux-headers 6.11.9.arch1-1 -134.15 MiB pahole 1:1.27-2 -0.85 MiB Total Removed Size: 135.00 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing linux-headers... removing pahole... :: Running post-transaction hooks... (1/2) Arming ConditionNeedsUpdate... (2/2) Updating module dependencies...