Running phase: unpackPhase unpacking source archive /nix/store/y82rxl2cgf7bxwwllp2scqjfvm8py4zj-popa3d-1.0.3.tar.gz source root is popa3d-1.0.3 setting SOURCE_DATE_EPOCH to timestamp 1382361874 of file "popa3d-1.0.3/md5/md5.c" Running phase: patchPhase applying patch /nix/store/bi4k5qzcyygmjgjzaciqyr07axbk1rw6-fix-mail-spool-path.patch patching file params.h applying patch /nix/store/0blj6x9vc2ggi8hjw3jamn70i2ds4pj9-use-openssl.patch patching file Makefile applying patch /nix/store/k03jh4i4xhvlr7kd6z3sny9np2f8dklb-use-glibc-crypt.patch patching file Makefile applying patch /nix/store/2jci4m0ilv14mjhdc5baddhbrcm86x18-enable-standalone-mode.patch patching file params.h Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash PREFIX=/nix/store/1vm0bp86mqqn8d6anlhp4p78vzswpls4-popa3d-1.0.3 MANDIR=/nix/store/1vm0bp86mqqn8d6anlhp4p78vzswpls4-popa3d-1.0.3/share/man gcc -Wall -O2 -fomit-frame-pointer -DHAVE_OPENSSL -c version.c gcc -Wall -O2 -fomit-frame-pointer -DHAVE_OPENSSL -c startup.c gcc -Wall -O2 -fomit-frame-pointer -DHAVE_OPENSSL -c standalone.c standalone.c: In function 'do_standalone': standalone.c:139:9: warning: ignoring return value of 'chdir' 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;;] 139 | chdir("/"); | ^~~~~~~~~~ gcc -Wall -O2 -fomit-frame-pointer -DHAVE_OPENSSL -c virtual.c gcc -Wall -O2 -fomit-frame-pointer -DHAVE_OPENSSL -c auth_passwd.c gcc -Wall -O2 -fomit-frame-pointer -DHAVE_OPENSSL -c auth_shadow.c auth_shadow.c: In function 'auth_userpass': auth_shadow.c:54:25: error: implicit declaration of function 'crypt' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 54 | crypt(pass, AUTH_DUMMY_SALT); | ^~~~~ auth_shadow.c:56:38: error: initialization of 'char *' 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;;] 56 | char *hash = crypt(pass, spw->sp_pwdp); | ^~~~~ auth_shadow.c:60:17: 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;;] 60 | write(channel[1], &result, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: *** [Makefile:66: auth_shadow.o] Error 1