Running phase: unpackPhase unpacking source archive /nix/store/7rd52sj58rzd9qhs6jk45l7kgjkfbi4g-scrounge-ntfs-0.9.tar.gz source root is scrounge-ntfs-0.9 setting SOURCE_DATE_EPOCH to timestamp 1180381469 of file "scrounge-ntfs-0.9/configure" Running phase: patchPhase applying patch /nix/store/0jadxk237w83fdb84d6wpqqy94dhmq2s-darwin.diff patching file src/compat.h patching file src/ntfs.c 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/hwbdpziwmik7814l3zvmianp9kaa5d9p-scrounge-ntfs-0.9 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 for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 a BSD-compatible install... /nix/store/fr9yr63a1267cr0r86w18c77mh3xavcc-coreutils-9.6/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) 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 for string.h... (cached) yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking for unistd.h... (cached) yes checking err.h usability... yes checking err.h presence... yes checking for err.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for stdint.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdlib.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for stdint.h... (cached) yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for off_t wchar_t... no checking size of off_t wchar_t... 0 checking for bool... no checking for uint... yes checking for uint64... no checking for uint32... no checking for uint16... no checking for int64... no checking for int32... no checking for int16... no checking for byte... no checking for uint64_t... yes checking for uint32_t... yes checking for uint16_t... yes checking for int64_t... yes checking for int32_t... yes checking for int16_t... yes checking for memset... yes checking for stat... yes checking for strchr... yes checking for strerror... yes checking for sprintf... yes checking for utimes... yes checking for chmod... yes checking for memcmp... yes checking for malloc... yes checking for realloc... yes checking for getopt... yes checking for strchr... (cached) yes checking for strerror... (cached) yes checking for getcwd... yes checking for chdir... yes checking for getopt... (cached) yes checking for reallocf... no checking for itow... no checking for itoa... no checking for wopen... no checking for wchdir... no checking for wmkdir... no checking for lseek64... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating win32/Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: executing depfiles commands Running phase: buildPhase build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash make all-recursive make[1]: Entering directory '/build/scrounge-ntfs-0.9' Making all in src make[2]: Entering directory '/build/scrounge-ntfs-0.9/src' gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -c -o scrounge_ntfs-compat.o `test -f 'compat.c' || echo './'`compat.c gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I/usr/local/include -c -o scrounge_ntfs-list.o `test -f 'list.c' || echo './'`list.c list.c: In function 'printNTFSInfo': list.c:44:6: error: implicit declaration of function 'lseek64'; did you mean 'lseek'? [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 44 | if(lseek64(dd, pos, SEEK_SET) == -1) | ^~~~~~~ | lseek list.c:56:24: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint64' {aka 'long unsigned int'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-Wformat=8;;] 56 | printf(kPrintNTFSInfo, boot->secPerClus, boot->offMFT * boot->secPerClus); | ^~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | uint64 {aka long unsigned int} make[2]: *** [Makefile:269: scrounge_ntfs-list.o] Error 1 make[2]: Leaving directory '/build/scrounge-ntfs-0.9/src' make[1]: *** [Makefile:220: all-recursive] Error 1 make[1]: Leaving directory '/build/scrounge-ntfs-0.9' make: *** [Makefile:159: all] Error 2