Running phase: unpackPhase unpacking source archive /nix/store/ml4pdi4mpshvqidfsq6lb411szgwyccn-socklog-2.1.0.tar.gz source root is admin/socklog-2.1.0 setting SOURCE_DATE_EPOCH to timestamp 1141650006 of file "admin/socklog-2.1.0/src/x86cpuid.c" Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase Running phase: buildPhase Linking ./src/* into ./compile... Compiling everything in ./compile... + cd compile + exec make sh find-systype.sh > systype rm -f compile sh print-cc.sh > compile chmod 555 compile rm -f choose cat warn-auto.sh choose.sh \ > choose chmod 555 choose ./choose c trydrent direntry.h1 direntry.h2 > direntry.h rm -f load sh print-ld.sh > load chmod 555 load ./choose cl tryflock hasflock.h1 hasflock.h2 > hasflock.h ./choose cl trymkffo hasmkffo.h1 hasmkffo.h2 > hasmkffo.h ./choose cl trysgact hassgact.h1 hassgact.h2 > hassgact.h ./choose cl trysgprm hassgprm.h1 hassgprm.h2 > hassgprm.h ./compile chkshsgr.c ./load chkshsgr ./chkshsgr || ( cat warn-shsgr; exit 1 ) ./choose clr tryshsgr hasshsgr.h1 hasshsgr.h2 > hasshsgr.h ./choose cl trywaitp haswaitp.h1 haswaitp.h2 > haswaitp.h ./choose clr trypoll iopause.h1 iopause.h2 > iopause.h ./choose c trysysel select.h1 select.h2 > select.h ./choose clr tryulong64 uint64.h1 uint64.h2 > uint64.h rm -f sysdeps cat systype compile load >> sysdeps grep sysdep direntry.h >> sysdeps grep sysdep haswaitp.h >> sysdeps grep sysdep hassgact.h >> sysdeps grep sysdep hassgprm.h >> sysdeps grep sysdep select.h >> sysdeps grep sysdep uint64.h >> sysdeps grep sysdep iopause.h >> sysdeps grep sysdep hasmkffo.h >> sysdeps grep sysdep hasflock.h >> sysdeps grep sysdep hasshsgr.h >> sysdeps cat sysdeps linux-6.6.76-:-:-:x86_64-:- #!/bin/sh # WARNING: This file was auto-generated. Do not edit! exec /nix/store/ii75mhh7sxl11167m1b86p0qrjsjyjmd-gcc-wrapper-14-20241116/bin/cc -frandom-seed=y2vsxh8qd1 -c ${1+"$@"} #!/bin/sh # WARNING: This file was auto-generated. Do not edit! main="$1"; shift exec /nix/store/ii75mhh7sxl11167m1b86p0qrjsjyjmd-gcc-wrapper-14-20241116/bin/cc -s -o "$main" "$main".o ${1+"$@"} /* sysdep: +dirent */ /* sysdep: -waitpid */ /* sysdep: -sigaction */ /* sysdep: -sigprocmask */ /* sysdep: +sysselect */ /* sysdep: -ulong64 */ /* sysdep: -poll */ /* sysdep: +mkfifo */ /* sysdep: -flock */ /* sysdep: -shortsetgroups */ ./compile socklog.c ./compile alloc.c ./compile alloc_re.c ./compile buffer.c ./compile buffer_0.c ./compile buffer_1.c ./compile buffer_2.c ./compile buffer_get.c ./compile buffer_put.c ./compile buffer_read.c ./compile buffer_write.c ./compile coe.c ./compile env.c ./compile error.c ./compile error_str.c ./compile fd_copy.c ./compile fd_move.c ./compile fifo.c ./compile lock_ex.c ./compile lock_exnb.c rm -f makelib sh print-ar.sh > makelib chmod 555 makelib ./compile ndelay_off.c ./compile ndelay_on.c ./compile open_append.c ./compile open_read.c ./compile open_trunc.c ./compile open_write.c ./compile openreadclose.c ./compile pathexec_env.c ./compile pathexec_run.c pathexec_run.c: In function 'pathexec_run': pathexec_run.c:19:17: error: passing argument 2 of 'execve' from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 19 | execve(file,argv,envp); | ^~~~ | | | const char * const* In file included from pathexec_run.c:1: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/unistd.h:572:52: note: expected 'char * const*' but argument is of type 'const char * const*' 572 | extern int execve (const char *__path, char *const __argv[], | ~~~~~~~~~~~~^~~~~~~~ pathexec_run.c:19:22: error: passing argument 3 of 'execve' from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 19 | execve(file,argv,envp); | ^~~~ | | | const char * const* /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/unistd.h:573:32: note: expected 'char * const*' but argument is of type 'const char * const*' 573 | char *const __envp[]) __THROW __nonnull ((1, 2)); | ~~~~~~~~~~~~^~~~~~~~ pathexec_run.c:36:18: error: passing argument 2 of 'execve' from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 36 | execve(tmp.s,argv,envp); | ^~~~ | | | const char * const* /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/unistd.h:572:52: note: expected 'char * const*' but argument is of type 'const char * const*' 572 | extern int execve (const char *__path, char *const __argv[], | ~~~~~~~~~~~~^~~~~~~~ pathexec_run.c:36:23: error: passing argument 3 of 'execve' from incompatible pointer type [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 36 | execve(tmp.s,argv,envp); | ^~~~ | | | const char * const* /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/unistd.h:573:32: note: expected 'char * const*' but argument is of type 'const char * const*' 573 | char *const __envp[]) __THROW __nonnull ((1, 2)); | ~~~~~~~~~~~~^~~~~~~~ make: *** [Makefile:240: pathexec_run.o] Error 1