* Package: net-analyzer/httping-2.9-r1:0 * Repository: gentoo * Maintainer: netmon@gentoo.org * USE: abi_x86_64 amd64 elibc_musl kernel_linux ncurses ssl tfo * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking httping-2.9.tar.gz to /var/tmp/portage/net-analyzer/httping-2.9-r1/work >>> Source unpacked in /var/tmp/portage/net-analyzer/httping-2.9-r1/work >>> Preparing source in /var/tmp/portage/net-analyzer/httping-2.9-r1/work/HTTPing-2.9 ... * Applying httping-2.2.1-flags.patch ... [ ok ] * Applying httping-2.9-c99.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-analyzer/httping-2.9-r1/work/HTTPing-2.9 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/net-analyzer/httping-2.9-r1/work/HTTPing-2.9 ... make -j4 CC=x86_64-gentoo-linux-musl-gcc FW=no DEBUG=no NC=yes SSL=yes TFO=yes x86_64-gentoo-linux-musl-gcc -O3 -pipe -march=native -fno-diagnostics-color -Wall -W -Wextra -pedantic -DVERSION=\"2.9\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -c -o gen.o gen.c x86_64-gentoo-linux-musl-gcc -O3 -pipe -march=native -fno-diagnostics-color -Wall -W -Wextra -pedantic -DVERSION=\"2.9\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -c -o http.o http.c x86_64-gentoo-linux-musl-gcc -O3 -pipe -march=native -fno-diagnostics-color -Wall -W -Wextra -pedantic -DVERSION=\"2.9\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -c -o io.o io.c x86_64-gentoo-linux-musl-gcc -O3 -pipe -march=native -fno-diagnostics-color -Wall -W -Wextra -pedantic -DVERSION=\"2.9\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -c -o error.o error.c x86_64-gentoo-linux-musl-gcc -O3 -pipe -march=native -fno-diagnostics-color -Wall -W -Wextra -pedantic -DVERSION=\"2.9\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -c -o utils.o utils.c x86_64-gentoo-linux-musl-gcc -O3 -pipe -march=native -fno-diagnostics-color -Wall -W -Wextra -pedantic -DVERSION=\"2.9\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -c -o main.o main.c x86_64-gentoo-linux-musl-gcc -O3 -pipe -march=native -fno-diagnostics-color -Wall -W -Wextra -pedantic -DVERSION=\"2.9\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -c -o tcp.o tcp.c x86_64-gentoo-linux-musl-gcc -O3 -pipe -march=native -fno-diagnostics-color -Wall -W -Wextra -pedantic -DVERSION=\"2.9\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -c -o res.o res.c x86_64-gentoo-linux-musl-gcc -O3 -pipe -march=native -fno-diagnostics-color -Wall -W -Wextra -pedantic -DVERSION=\"2.9\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -c -o socks5.o socks5.c x86_64-gentoo-linux-musl-gcc -O3 -pipe -march=native -fno-diagnostics-color -Wall -W -Wextra -pedantic -DVERSION=\"2.9\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -c -o kalman.o kalman.c x86_64-gentoo-linux-musl-gcc -O3 -pipe -march=native -fno-diagnostics-color -Wall -W -Wextra -pedantic -DVERSION=\"2.9\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -c -o cookies.o cookies.c x86_64-gentoo-linux-musl-gcc -O3 -pipe -march=native -fno-diagnostics-color -Wall -W -Wextra -pedantic -DVERSION=\"2.9\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -c -o help.o help.c x86_64-gentoo-linux-musl-gcc -O3 -pipe -march=native -fno-diagnostics-color -Wall -W -Wextra -pedantic -DVERSION=\"2.9\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -c -o colors.o colors.c main.c: In function 'handler_quit': main.c:66:23: warning: unused parameter 's' [-Wunused-parameter] 66 | void handler_quit(int s) | ~~~~^ help.c: In function 'new_version_alert': help.c:37:32: warning: unused variable 'buf' [-Wunused-variable] 37 | struct utsname buf; | ^~~ x86_64-gentoo-linux-musl-gcc -O3 -pipe -march=native -fno-diagnostics-color -Wall -W -Wextra -pedantic -DVERSION=\"2.9\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -c -o mssl.o mssl.c x86_64-gentoo-linux-musl-gcc -O3 -pipe -march=native -fno-diagnostics-color -Wall -W -Wextra -pedantic -DVERSION=\"2.9\" -DLOCALEDIR=\"/usr/share/locale\" -DTCP_TFO -DNC -c -o nc.o nc.c msgfmt -o nl.mo nl.po msgfmt -o ru.mo ru.po In file included from nc.c:22: utils.h:19:15: error: unknown type name 'useconds_t' 19 | void myusleep(useconds_t v); | ^~~~~~~~~~ nc.c: In function 'draw_graph': nc.c:611:24: warning: unused parameter 'val' [-Wunused-parameter] 611 | void draw_graph(double val) | ~~~~~~~^~~ make: *** [: nc.o] Error 1 make: *** Waiting for unfinished jobs.... mssl.c: In function 'shutdown_ssl': mssl.c:37:9: warning: 'ERR_remove_state' is deprecated: Since OpenSSL 1.0.0 [-Wdeprecated-declarations] 37 | ERR_remove_state(0); | ^~~~~~~~~~~~~~~~ In file included from /usr/include/openssl/engine.h:31, from mssl.c:13: /usr/include/openssl/err.h:488:30: note: declared here 488 | OSSL_DEPRECATEDIN_1_0_0 void ERR_remove_state(unsigned long pid); | ^~~~~~~~~~~~~~~~ * ERROR: net-analyzer/httping-2.9-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-analyzer/httping-2.9-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-analyzer/httping-2.9-r1::gentoo'`. * The complete build log is located at '/var/log/portage/net-analyzer:httping-2.9-r1:20231217-021617.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-analyzer/httping-2.9-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-analyzer/httping-2.9-r1/temp/environment'. * Working directory: '/var/tmp/portage/net-analyzer/httping-2.9-r1/work/HTTPing-2.9' * S: '/var/tmp/portage/net-analyzer/httping-2.9-r1/work/HTTPing-2.9'