Running phase: unpackPhase unpacking source archive /nix/store/ahavhg1x4skhb5s4bjxf5mqadap6s7ff-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase fixing cmake files... cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/sadklhp179050djm2rcgzl3dhpvw9cx2-httping-4.2.0/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/sadklhp179050djm2rcgzl3dhpvw9cx2-httping-4.2.0/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/sadklhp179050djm2rcgzl3dhpvw9cx2-httping-4.2.0/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/sadklhp179050djm2rcgzl3dhpvw9cx2-httping-4.2.0/share/doc/httping -DCMAKE_INSTALL_INFODIR=/nix/store/sadklhp179050djm2rcgzl3dhpvw9cx2-httping-4.2.0/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/sadklhp179050djm2rcgzl3dhpvw9cx2-httping-4.2.0/share/man -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/sadklhp179050djm2rcgzl3dhpvw9cx2-httping-4.2.0/include -DCMAKE_INSTALL_SBINDIR=/nix/store/sadklhp179050djm2rcgzl3dhpvw9cx2-httping-4.2.0/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/sadklhp179050djm2rcgzl3dhpvw9cx2-httping-4.2.0/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/sadklhp179050djm2rcgzl3dhpvw9cx2-httping-4.2.0/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/ii75mhh7sxl11167m1b86p0qrjsjyjmd-gcc-wrapper-14-20241116/bin/strip -DCMAKE_RANLIB=/nix/store/ii75mhh7sxl11167m1b86p0qrjsjyjmd-gcc-wrapper-14-20241116/bin/ranlib -DCMAKE_AR=/nix/store/ii75mhh7sxl11167m1b86p0qrjsjyjmd-gcc-wrapper-14-20241116/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/sadklhp179050djm2rcgzl3dhpvw9cx2-httping-4.2.0 CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required): Compatibility with CMake < 3.10 will be removed from a future version of CMake. Update the VERSION argument value. Or, use the ... syntax to tell CMake that the project requires at least but has been updated to work with policies introduced by or earlier. -- The C compiler identification is GNU 14.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /nix/store/ii75mhh7sxl11167m1b86p0qrjsjyjmd-gcc-wrapper-14-20241116/bin/gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Configuring done (0.5s) -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: BUILD_TESTING CMAKE_CXX_COMPILER CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_FIND_USE_PACKAGE_REGISTRY CMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY CMAKE_POLICY_DEFAULT_CMP0025 -- Build files have been written to: /build/source/build cmake: enabled parallel building cmake: enabled parallel installing Running phase: buildPhase build flags: -j24 SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash [ 5%] Building C object CMakeFiles/httping.dir/colors.c.o [ 11%] Building C object CMakeFiles/httping.dir/gen.c.o [ 17%] Building C object CMakeFiles/httping.dir/cookies.c.o [ 23%] Building C object CMakeFiles/httping.dir/error.c.o [ 29%] Building C object CMakeFiles/httping.dir/fft.c.o [ 35%] Building C object CMakeFiles/httping.dir/help.c.o [ 41%] Building C object CMakeFiles/httping.dir/http.c.o [ 47%] Building C object CMakeFiles/httping.dir/io.c.o [ 52%] Building C object CMakeFiles/httping.dir/utils.c.o [ 58%] Building C object CMakeFiles/httping.dir/socks5.c.o [ 64%] Building C object CMakeFiles/httping.dir/res.c.o [ 70%] Building C object CMakeFiles/httping.dir/kalman.c.o [ 76%] Building C object CMakeFiles/httping.dir/nc.c.o [ 82%] Building C object CMakeFiles/httping.dir/main.c.o [ 88%] Building C object CMakeFiles/httping.dir/mssl.c.o [ 94%] Building C object CMakeFiles/httping.dir/tcp.c.o /build/source/fft.c:72: warning: ISO C forbids an empty translation unit [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pedantic-Wpedantic8;;] /build/source/help.c: In function 'new_version_alert': /build/source/help.c:23:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;] 23 | fgets(buffer, sizeof buffer, fh); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/mssl.c:427: warning: ISO C forbids an empty translation unit [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pedantic-Wpedantic8;;] /build/source/nc.c:871: warning: ISO C forbids an empty translation unit [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pedantic-Wpedantic8;;] /build/source/http.c: In function 'get_HTTP_headers': /build/source/http.c:18:41: warning: unused parameter 'ssl_h' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-parameter-Wunused-parameter8;;] 18 | int get_HTTP_headers(int socket_h, SSL *ssl_h, char **headers, int *overflow, double timeout) /build/source/utils.c: In function 'format_value': /build/source/utils.c:114:15: warning: ignoring return value of 'asprintf' declared with attribute 'warn_unused_result' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-result-Wunused-result8;;] 114 | (void)asprintf(&out, "%*.*f%s", digits_sig, digits_nsig, value / div, mul); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /build/source/main.c: In function 'handler_quit': /build/source/main.c:67:23: warning: unused parameter 's' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-parameter-Wunused-parameter8;;] 67 | void handler_quit(int s) | ~~~~^ /build/source/main.c: In function 'main': /build/source/main.c:1066:9: error: implicit declaration of function 'bindtextdomain' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 1066 | bindtextdomain("httping", LOCALEDIR); | ^~~~~~~~~~~~~~ /build/source/main.c:1067:9: error: implicit declaration of function 'textdomain'; did you mean 'nextdown'? [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 1067 | textdomain("httping"); | ^~~~~~~~~~ | nextdown /build/source/main.c:2454:1: warning: label 'error_exit' defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-label-Wunused-label8;;] 2454 | error_exit: | ^~~~~~~~~~ /build/source/main.c:973:14: warning: variable 'ignore_ssl_errors' set but not used [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-but-set-variable-Wunused-but-set-variable8;;] 973 | char ignore_ssl_errors = 0; | ^~~~~~~~~~~~~~~~~ /build/source/main.c:967:21: warning: variable 'ca_path' set but not used [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-but-set-variable-Wunused-but-set-variable8;;] 967 | const char *ca_path = NULL; | ^~~~~~~ /build/source/main.c:953:16: warning: variable 'show_slow_log' set but not used [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-but-set-variable-Wunused-but-set-variable8;;] 953 | double show_slow_log = MY_DOUBLE_INF; | ^~~~~~~~~~~~~ /build/source/main.c:951:14: warning: unused variable 'nc_graph' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-variable-Wunused-variable8;;] 951 | char nc_graph = 1; | ^~~~~~~~ /build/source/main.c:950:16: warning: variable 'graph_limit' set but not used [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-but-set-variable-Wunused-but-set-variable8;;] 950 | double graph_limit = MY_DOUBLE_INF; | ^~~~~~~~~~~ /build/source/main.c:949:14: warning: unused variable 'first_resolve' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-variable-Wunused-variable8;;] 949 | char first_resolve = 1; | ^~~~~~~~~~~~~ /build/source/main.c:928:14: warning: unused variable 's_bio' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-variable-Wunused-variable8;;] 928 | BIO *s_bio = NULL; | ^~~~~ /build/source/main.c:903:14: warning: variable 'wait_set' set but not used [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-but-set-variable-Wunused-but-set-variable8;;] 903 | char wait_set = 0; | ^~~~~~~~ make[2]: *** [CMakeFiles/httping.dir/build.make:205: CMakeFiles/httping.dir/main.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:87: CMakeFiles/httping.dir/all] Error 2 make: *** [Makefile:136: all] Error 2