Running phase: unpackPhase unpacking source archive /nix/store/4mlhkyz4nkdpvr4hsa656wmh778i8wji-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase build flags: -j2 SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash gcc -DNDEBUG -O2 -Wall -Wextra -fno-strict-aliasing -I/nix/store/qj3l9cxfj8hwib1496af23aclj52xabk-curl-8.12.0-dev/include -I/nix/store/bvprd9g7gl38js5qkab577lcs128f45k-libxml2-2.13.5-dev/include/libxml2 -o src/content.o -c src/content.c gcc -DNDEBUG -O2 -Wall -Wextra -fno-strict-aliasing -I/nix/store/qj3l9cxfj8hwib1496af23aclj52xabk-curl-8.12.0-dev/include -I/nix/store/bvprd9g7gl38js5qkab577lcs128f45k-libxml2-2.13.5-dev/include/libxml2 -o src/iterator.o -c src/iterator.c src/content.c: In function 'trim_and_unescape': src/content.c:54:19: error: implicit declaration of function 'malloc' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 54 | trimmed = malloc(strlen(start) + 1); | ^~~~~~ src/content.c:28:1: note: include '' or provide a declaration of 'malloc' 27 | #include "rdrview.h" +++ |+#include 28 | src/content.c:54:19: warning: incompatible implicit declaration of built-in function 'malloc' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wbuiltin-declaration-mismatch-Wbuiltin-declaration-mismatch8;;] 54 | trimmed = malloc(strlen(start) + 1); | ^~~~~~ src/content.c:54:19: note: include '' or provide a declaration of 'malloc' src/content.c:80:33: error: implicit declaration of function 'atoi' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 80 | *dest = atoi(src); | ^~~~ src/content.c:90:9: error: implicit declaration of function 'free' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 90 | free(*str); | ^~~~ src/content.c:90:9: note: include '' or provide a declaration of 'free' src/content.c:90:9: warning: incompatible implicit declaration of built-in function 'free' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wbuiltin-declaration-mismatch-Wbuiltin-declaration-mismatch8;;] src/content.c:90:9: note: include '' or provide a declaration of 'free' make: *** [Makefile:27: src/content.o] Error 1 make: *** Waiting for unfinished jobs....