* Package: net-analyzer/httping-2.9:0 * Repository: gentoo * Maintainer: netmon@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux * 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/work >>> Source unpacked in /var/tmp/portage/net-analyzer/httping-2.9/work >>> Preparing source in /var/tmp/portage/net-analyzer/httping-2.9/work/HTTPing-2.9 ... * Applying httping-2.2.1-flags.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-analyzer/httping-2.9/work/HTTPing-2.9 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/net-analyzer/httping-2.9/work/HTTPing-2.9 ... make -j4 CC=x86_64-pc-linux-gnu-gcc FW=no DEBUG=no NC=no SSL=no TFO=no x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -W -Wextra -pedantic -DVERSION=\"2.9\" -DLOCALEDIR=\"/usr/share/locale\" -DNO_SSL -c -o gen.o gen.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -W -Wextra -pedantic -DVERSION=\"2.9\" -DLOCALEDIR=\"/usr/share/locale\" -DNO_SSL -c -o http.o http.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -W -Wextra -pedantic -DVERSION=\"2.9\" -DLOCALEDIR=\"/usr/share/locale\" -DNO_SSL -c -o io.o io.c x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -W -Wextra -pedantic -DVERSION=\"2.9\" -DLOCALEDIR=\"/usr/share/locale\" -DNO_SSL -c -o error.o error.c http.c: In function ‘get_HTTP_headers’: http.c:21:32: error: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration] 21 | char *buffer = (char *)malloc(len + 1); | ^~~~~~ http.c:16:1: note: include ‘’ or provide a declaration of ‘malloc’ 15 | #include "utils.h" +++ |+#include 16 | http.c:21:32: warning: incompatible implicit declaration of built-in function ‘malloc’ [-Wbuiltin-declaration-mismatch] 21 | char *buffer = (char *)malloc(len + 1); | ^~~~~~ http.c:21:32: note: include ‘’ or provide a declaration of ‘malloc’ http.c:47:25: error: implicit declaration of function ‘free’ [-Wimplicit-function-declaration] 47 | free(buffer); | ^~~~ http.c:47:25: note: include ‘’ or provide a declaration of ‘free’ http.c:47:25: warning: incompatible implicit declaration of built-in function ‘free’ [-Wbuiltin-declaration-mismatch] http.c:47:25: note: include ‘’ or provide a declaration of ‘free’ http.c:64:42: error: implicit declaration of function ‘realloc’ [-Wimplicit-function-declaration] 64 | buffer = (char *)realloc(buffer, len + 1); | ^~~~~~~ http.c:64:42: note: include ‘’ or provide a declaration of ‘realloc’ http.c:64:42: warning: incompatible implicit declaration of built-in function ‘realloc’ [-Wbuiltin-declaration-mismatch] http.c:64:42: note: include ‘’ or provide a declaration of ‘realloc’ http.c:17:41: warning: unused parameter ‘ssl_h’ [-Wunused-parameter] 17 | int get_HTTP_headers(int socket_h, SSL *ssl_h, char **headers, int *overflow, double timeout) http.c: In function ‘dumb_get_HTTP_headers’: http.c:82:32: warning: incompatible implicit declaration of built-in function ‘malloc’ [-Wbuiltin-declaration-mismatch] 82 | char *buffer = (char *)malloc(len); | ^~~~~~ http.c:82:32: note: include ‘’ or provide a declaration of ‘malloc’ http.c:97:25: warning: incompatible implicit declaration of built-in function ‘free’ [-Wbuiltin-declaration-mismatch] 97 | free(buffer); | ^~~~ http.c:97:25: note: include ‘’ or provide a declaration of ‘free’ http.c:112:42: warning: incompatible implicit declaration of built-in function ‘realloc’ [-Wbuiltin-declaration-mismatch] 112 | buffer = (char *)realloc(buffer, len); | ^~~~~~~ http.c:112:42: note: include ‘’ or provide a declaration of ‘realloc’ make: *** [: http.o] Error 1 make: *** Waiting for unfinished jobs.... * ERROR: net-analyzer/httping-2.9::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-analyzer/httping-2.9::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-analyzer/httping-2.9::gentoo'`. * The complete build log is located at '/var/log/portage/net-analyzer:httping-2.9:20231215-232349.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-analyzer/httping-2.9/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-analyzer/httping-2.9/temp/environment'. * Working directory: '/var/tmp/portage/net-analyzer/httping-2.9/work/HTTPing-2.9' * S: '/var/tmp/portage/net-analyzer/httping-2.9/work/HTTPing-2.9'