Running phase: unpackPhase unpacking source archive /nix/store/53kfbj0q8izic5n8b57s75q7dqfdsbqn-dd_rescue-1.99.8.tar.bz2 source root is dd_rescue-1.99.8 setting SOURCE_DATE_EPOCH to timestamp 1512338567 of file "dd_rescue-1.99.8/REL-ID" Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase substituteStream() in derivation dd_rescue-1.99.8: WARNING: '--replace' is deprecated, use --replace-{fail,warn,quiet}. (file 'Makefile') build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash LIBDIR=\$out cd . && autoconf configure.in:2: warning: The macro 'AC_CONFIG_HEADER' is obsolete. configure.in:2: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.in:2: the top level configure.in:6: warning: The macro 'AC_HEADER_STDC' is obsolete. configure.in:6: You should run autoupdate. ./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from... configure.in:6: the top level configure.in:46: warning: The macro 'AC_TRY_RUN' is obsolete. configure.in:46: You should run autoupdate. ./lib/autoconf/general.m4:2995: AC_TRY_RUN is expanded from... configure.in:46: the top level cd . && autoheader autoheader: warning: autoconf input should be named 'configure.ac', not 'configure.in' ./configure 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 the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking for an ANSI C-conforming const... yes checking for inline... inline checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes 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 fallocate.h... no checking for dlfcn.h... yes checking for unistd.h... (cached) yes checking for attr/xattr.h... no checking for sys/acl.h... no checking for sys/ioctl.h... yes checking for endian.h... yes checking for linux/fs.h... yes checking for linux/fiemap.h... yes checking for stdint.h... (cached) yes checking for lzo/lzo1x.h... no checking for openssl/evp.h... no checking for linux/random.h... yes checking for malloc.h... yes checking for sched.h... yes checking for sys/statvfs.h... yes checking for ffs... yes checking for ffsl... yes checking for basename... yes checking for fallocate64... yes checking for splice... yes checking for getopt_long... yes checking for open64... yes checking for pread... yes checking for pread64... yes checking for lseek64... yes checking for stat64... yes checking for posix_fadvise... yes checking for posix_fadvise64... yes checking for __builtin_prefetch... no checking for htobe64... no checking for feof_unlocked... yes checking for getline... yes checking for getentropy... yes checking for getrandom... yes checking for posix_memalign... yes checking for valloc... yes checking for sched_yield... yes checking for fstatvfs... yes checking for __builtin_cpu_supports... no checking for dlsym in -ldl... yes checking for linux_fallocate64 in -lfallocate... no checking for lzo1x_1_compress in -llzo2... no checking for EVP_aes_192_ctr in -lcrypto... no checking if gcc supports -msse4.2... yes checking if gcc supports -mavx2... yes checking if gcc supports -mrdrnd... yes checking if gcc supports -maes... yes checking whether asm rep nop is supported... yes configure: creating ./config.status config.status: creating config.h test -e test_crypt.sh || ln -s ./test_crypt.sh . test -e test_lzo_fuzz.sh || ln -s ./test_lzo_fuzz.sh . test -e calchmac.py || ln -s ./calchmac.py . #gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I . -DHAVE_AESNI -DGEN_DEP -msse4.2 -maes -mavx2 -mrdrnd -MM ./*.c >.dep gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I . -DHAVE_AESNI -DGEN_DEP -D__AES__ -D__SSE4_1__ -D__SSSE3__ -D__SSE3__ -D__SSE2__ -D__SSE__ -D__MMX__ -I . -MM ./*.c >.dep sed 's/\.o:/\.po:/' <.dep >.dep2 cat .dep2 >> .dep rm .dep2 /nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash: line 1: git: command not found gcc -Os -Wall -g -D_FORTIFY_SOURCE=2 -DHAVE_CONFIG_H -I . -DHAVE_AESNI -DVERSION=\"1.99.8\" -D__COMPILER__="\"gcc (GCC) 14.2.1 20241116\"" -DID=\"DD_RESCUE_1_99_8\" -fPIE -c random.c random.c: In function 'random_bytes': random.c:69:37: error: implicit declaration of function 'getrandom'; did you mean 'srandom'? [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 69 | #define READ_RAND(fd, buf, ln, flg) getrandom(buf, ln, flg) | ^~~~~~~~~ random.c:102:27: note: in expansion of macro 'READ_RAND' 102 | int err = READ_RAND(fd, &rnd, 4, flg); | ^~~~~~~~~ make: *** [Makefile:226: random.o] Error 1