Running phase: unpackPhase unpacking source archive /nix/store/7i6244ak0xhw509s8jydv5892x9la99p-elvis-2.2_0.tar.gz source root is elvis-2.2_0 setting SOURCE_DATE_EPOCH to timestamp 1066703546 of file "elvis-2.2_0/oswin32/wintags.mak" Running phase: patchPhase applying patch /nix/store/f7f436vkzrvy9szgzbym25ngrwlwjfq6-0000-resolve-stdio-getline-naming-conflict.patch patching file ref.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: --prefix=/nix/store/qlg89xfjjqy48nx5yl5i65wxj6gblr39-elvis-2.2_0 --bindir=/nix/store/qlg89xfjjqy48nx5yl5i65wxj6gblr39-elvis-2.2_0/bin --sbindir=/nix/store/qlg89xfjjqy48nx5yl5i65wxj6gblr39-elvis-2.2_0/sbin --includedir=/nix/store/qlg89xfjjqy48nx5yl5i65wxj6gblr39-elvis-2.2_0/include --mandir=/nix/store/dc49hrv53x6zfsssy44lhczysxdbhf9w-elvis-2.2_0-man/share/man --infodir=/nix/store/qlg89xfjjqy48nx5yl5i65wxj6gblr39-elvis-2.2_0/share/info --docdir=/nix/store/qlg89xfjjqy48nx5yl5i65wxj6gblr39-elvis-2.2_0/share/doc/elvis --libdir=/nix/store/qlg89xfjjqy48nx5yl5i65wxj6gblr39-elvis-2.2_0/lib --libexecdir=/nix/store/qlg89xfjjqy48nx5yl5i65wxj6gblr39-elvis-2.2_0/libexec --localedir=/nix/store/qlg89xfjjqy48nx5yl5i65wxj6gblr39-elvis-2.2_0/share/locale --ioctl=termios /nix/store/yz6nq9v29l3g990w8zlqsnzlzbicd3b3-gnugrep-3.11/bin/grep: /usr/include/string*.h: No such file or directory Options: --prefix=/nix/store/qlg89xfjjqy48nx5yl5i65wxj6gblr39-elvis-2.2_0 --bindir=/nix/store/qlg89xfjjqy48nx5yl5i65wxj6gblr39-elvis-2.2_0/bin --docdir=/nix/store/qlg89xfjjqy48nx5yl5i65wxj6gblr39-elvis-2.2_0/share/doc/elvis --ioctl=termios --with-x=no --libs='-lncurses' System: linux Compiler: gcc Bin dir: /nix/store/qlg89xfjjqy48nx5yl5i65wxj6gblr39-elvis-2.2_0/bin Data dir: /nix/store/qlg89xfjjqy48nx5yl5i65wxj6gblr39-elvis-2.2_0/share/elvis/ Doc dir: /nix/store/qlg89xfjjqy48nx5yl5i65wxj6gblr39-elvis-2.2_0/share/doc/elvis ::: I CAN'T AUTOMATICALLY INSTALL/REMOVE THE MAN PAGES ON THIS SYSTEM ::: BECAUSE I DON'T KNOW WHERE TO PUT THEM! No directory in ::: your $MANPATH looks like a man page directory, inside ::: your chosen installation directory of '/nix/store/qlg89xfjjqy48nx5yl5i65wxj6gblr39-elvis-2.2_0' ::: You should install/remove the man pages manually. Man dir: To see details, run "configure --verbose" Running phase: buildPhase build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash gcc -Iosunix -c -o main.o main.c gcc -I. -Iosunix -c osunix/osblock.c osunix/osblock.c: In function 'blkopen': osunix/osblock.c:201:15: warning: ignoring return value of 'write' 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;;] 201 | (void)write(fd, (char *)buf, sizeof buf->super); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -I. -Iosunix -c osunix/osdir.c gcc -I. -Iosunix -c osunix/osprg.c osunix/osprg.c: In function 'prgclose': osunix/osprg.c:305:16: error: implicit declaration of function 'wait' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 305 | while (wait(&status) != pid) | ^~~~ osunix/osprg.c: In function 'prgopen': osunix/osprg.c:97:33: warning: ignoring return value of 'dup' 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;;] 97 | dup(r0w1[0]); | ^~~~~~~~~~~~ osunix/osprg.c:108:33: warning: ignoring return value of 'dup' 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;;] 108 | dup(r0w1[1]); | ^~~~~~~~~~~~ osunix/osprg.c:109:33: warning: ignoring return value of 'dup' 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;;] 109 | dup(r0w1[1]); | ^~~~~~~~~~~~ osunix/osprg.c: In function 'prggo': osunix/osprg.c:229:25: warning: ignoring return value of 'dup' 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;;] 229 | dup(r0w1[1]); | ^~~~~~~~~~~~ osunix/osprg.c:231:25: warning: ignoring return value of 'dup' 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;;] 231 | dup(r0w1[1]); | ^~~~~~~~~~~~ make: *** [Makefile:221: osprg.o] Error 1