Running phase: unpackPhase unpacking source archive /nix/store/q8629plfp7n2x17l132hxjwq1hl1gcgc-mod_timestamp-0.2.3.tar.gz source root is mod_timestamp-0.2.3 setting SOURCE_DATE_EPOCH to timestamp 1589063840 of file "mod_timestamp-0.2.3/mod_timestamp.spec" Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase patching script interpreter paths in ./configure ./configure: interpreter directive changed from "#! /bin/sh" to "/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/sh" configure flags: --disable-dependency-tracking --prefix=/nix/store/6lgaf0bdxkv2s7nspjcnw53qfkaln0rw-mod_timestamp-0.2.3 --with-apxs=/nix/store/sbqhsbw3q2jqxrn2079iycs6gr9gr6fh-apache-httpd-2.4.62-dev/bin/apxs checking for a BSD-compatible install... /nix/store/fr9yr63a1267cr0r86w18c77mh3xavcc-coreutils-9.6/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /nix/store/fr9yr63a1267cr0r86w18c77mh3xavcc-coreutils-9.6/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... 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 we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... none checking for install... /nix/store/fr9yr63a1267cr0r86w18c77mh3xavcc-coreutils-9.6/bin/install -c checking pkg-config is at least version 0.9.0... yes checking for apr... yes checking for apu... yes checking for openssl... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /nix/store/yz6nq9v29l3g990w8zlqsnzlzbicd3b3-gnugrep-3.11/bin/grep checking for egrep... /nix/store/yz6nq9v29l3g990w8zlqsnzlzbicd3b3-gnugrep-3.11/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking mod_ca.h usability... yes checking mod_ca.h presence... yes checking for mod_ca.h... yes checking for size_t... yes checking for strcasecmp... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating mod_timestamp.spec config.status: executing depfiles commands Running phase: buildPhase build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash /nix/store/sbqhsbw3q2jqxrn2079iycs6gr9gr6fh-apache-httpd-2.4.62-dev/bin/apxs "-Wc,-g -O2 -I/nix/store/sbqhsbw3q2jqxrn2079iycs6gr9gr6fh-apache-httpd-2.4.62-dev/include" -c -I/nix/store/7dp0ay805yh80xvxmdad49hwyqaqzg37-openssl-3.4.1-dev/include -L/nix/store/z2g8g76mw8xkyniz5yxnrn8r0gpdckzy-openssl-3.4.1/lib -lssl -lcrypto ./mod_timestamp.c /nix/store/ngp4p99dxgifyyjlgjmpgb8qih99ixx6-apr-1.7.5-dev/share/build/libtool --silent --mode=compile gcc -prefer-pic -DLINUX -D_REENTRANT -D_GNU_SOURCE -g -O2 -I/nix/store/sbqhsbw3q2jqxrn2079iycs6gr9gr6fh-apache-httpd-2.4.62-dev/include -I/nix/store/ngp4p99dxgifyyjlgjmpgb8qih99ixx6-apr-1.7.5-dev/include -I/nix/store/2nq0kbwqxw8pmi6vxnqafqwchqkvbwyj-apr-util-1.6.3-dev/include -I/nix/store/7dp0ay805yh80xvxmdad49hwyqaqzg37-openssl-3.4.1-dev/include -I/nix/store/2bdaycpbg6djcvb7p1d5d0xnbwnlbnl6-db-5.3.28-dev/include -I/nix/store/9yq1c36gwp7g0al7lp6zhl8k9jfvc979-expat-2.6.4-dev/include -g -O2 -I/nix/store/sbqhsbw3q2jqxrn2079iycs6gr9gr6fh-apache-httpd-2.4.62-dev/include -I/nix/store/7dp0ay805yh80xvxmdad49hwyqaqzg37-openssl-3.4.1-dev/include -c -o ./mod_timestamp.lo ./mod_timestamp.c && touch ./mod_timestamp.slo ./mod_timestamp.c: In function 'timestamp_sk_EVP_MD_cleanup': ./mod_timestamp.c:120:5: error: implicit declaration of function 'sk_EVP_MD_free'; did you mean 'EVP_MD_free'? [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 120 | sk_EVP_MD_free((STACK_OF(EVP_MD) *) data); | ^~~~~~~~~~~~~~ | EVP_MD_free ./mod_timestamp.c: In function 'add_timestamp_digest': ./mod_timestamp.c:353:25: error: implicit declaration of function 'sk_EVP_MD_new_null'; did you mean 'sk_void_new_null'? [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 353 | conf->digests = sk_EVP_MD_new_null(); | ^~~~~~~~~~~~~~~~~~ | sk_void_new_null ./mod_timestamp.c:353:23: error: assignment to 'struct stack_st_EVP_MD *' from 'int' makes pointer from integer without a cast [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wint-conversion-Wint-conversion8;;] 353 | conf->digests = sk_EVP_MD_new_null(); | ^ ./mod_timestamp.c:363:10: error: implicit declaration of function 'sk_EVP_MD_push'; did you mean 'sk_void_push'? [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 363 | if (!sk_EVP_MD_push(conf->digests, digest)) { | ^~~~~~~~~~~~~~ | sk_void_push ./mod_timestamp.c: In function 'post_timestamp': ./mod_timestamp.c:715:25: error: implicit declaration of function 'sk_EVP_MD_num'; did you mean 'EVP_MD_name'? [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 715 | for (i = 0; i < sk_EVP_MD_num(conf->digests); i++) { | ^~~~~~~~~~~~~ | EVP_MD_name ./mod_timestamp.c:716:36: error: implicit declaration of function 'sk_EVP_MD_value'; did you mean 'sk_void_value'? [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 716 | const EVP_MD *digest = sk_EVP_MD_value(conf->digests, i); | ^~~~~~~~~~~~~~~ | sk_void_value ./mod_timestamp.c:716:36: error: initialization of 'const EVP_MD *' {aka 'const struct evp_md_st *'} from 'int' makes pointer from integer without a cast [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wint-conversion-Wint-conversion8;;] apxs:Error: Command failed with rc=65536 . make: *** [Makefile:550: all-local] Error 1