Running phase: unpackPhase unpacking source archive /nix/store/gysmiwvfarlvlwr7lj3gr6ja917wyl21-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase src/unzoo.c: In function 'ConvDire': src/unzoo.c:508:33: error: implicit declaration of function 'strcpy' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 508 | #define CONV_NAME(naml,namu) strcpy( (naml), (namu) ) | ^~~~~~ src/unzoo.c:786:9: note: in expansion of macro 'CONV_NAME' 786 | CONV_NAME( naml, namu ); | ^~~~~~~~~ src/unzoo.c:247:1: note: include '' or provide a declaration of 'strcpy' 246 | #include +++ |+#include 247 | src/unzoo.c:508:33: warning: incompatible implicit declaration of built-in function 'strcpy' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wbuiltin-declaration-mismatch-Wbuiltin-declaration-mismatch8;;] 508 | #define CONV_NAME(naml,namu) strcpy( (naml), (namu) ) | ^~~~~~ src/unzoo.c:786:9: note: in expansion of macro 'CONV_NAME' 786 | CONV_NAME( naml, namu ); | ^~~~~~~~~ src/unzoo.c:508:33: note: include '' or provide a declaration of 'strcpy' 508 | #define CONV_NAME(naml,namu) strcpy( (naml), (namu) ) | ^~~~~~ src/unzoo.c:786:9: note: in expansion of macro 'CONV_NAME' 786 | CONV_NAME( naml, namu ); | ^~~~~~~~~ src/unzoo.c: At top level: src/unzoo.c:945:46: warning: trigraph ??' ignored, use -trigraphs to enable [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wtrigraphs-Wtrigraphs8;;] 945 | fndrInfo.ioFlFndrInfo.fdCreator = '????'; src/unzoo.c: In function 'MakeDirs': src/unzoo.c:508:33: warning: incompatible implicit declaration of built-in function 'strcpy' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wbuiltin-declaration-mismatch-Wbuiltin-declaration-mismatch8;;] 508 | #define CONV_NAME(naml,namu) strcpy( (naml), (namu) ) | ^~~~~~ src/unzoo.c:1223:9: note: in expansion of macro 'CONV_NAME' 1223 | CONV_NAME( naml, namu ); | ^~~~~~~~~ src/unzoo.c:508:33: note: include '' or provide a declaration of 'strcpy' 508 | #define CONV_NAME(naml,namu) strcpy( (naml), (namu) ) | ^~~~~~ src/unzoo.c:1223:9: note: in expansion of macro 'CONV_NAME' 1223 | CONV_NAME( naml, namu ); | ^~~~~~~~~ src/unzoo.c:1225:9: error: implicit declaration of function 'strcat' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 1225 | strcat( patl, dirl ); | ^~~~~~ src/unzoo.c:1225:9: note: include '' or provide a declaration of 'strcat' src/unzoo.c:1225:9: warning: incompatible implicit declaration of built-in function 'strcat' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wbuiltin-declaration-mismatch-Wbuiltin-declaration-mismatch8;;] src/unzoo.c:1225:9: note: include '' or provide a declaration of 'strcat' src/unzoo.c:583:66: error: implicit declaration of function 'system' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 583 | #define MAKE_DIRE(patl) (sprintf(Cmd,"/bin/mkdir %s",(patl)),!system(Cmd)) | ^~~~~~ src/unzoo.c:1229:9: note: in expansion of macro 'MAKE_DIRE' 1229 | MAKE_DIRE( patl ); | ^~~~~~~~~ src/unzoo.c: In function 'EntrReadArch': src/unzoo.c:508:33: warning: incompatible implicit declaration of built-in function 'strcpy' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wbuiltin-declaration-mismatch-Wbuiltin-declaration-mismatch8;;] 508 | #define CONV_NAME(naml,namu) strcpy( (naml), (namu) ) | ^~~~~~ src/unzoo.c:1580:9: note: in expansion of macro 'CONV_NAME' 1580 | CONV_NAME( Entry.naml, (Entry.lnamu ? Entry.namu : Entry.nams) ); | ^~~~~~~~~ src/unzoo.c:508:33: note: include '' or provide a declaration of 'strcpy' 508 | #define CONV_NAME(naml,namu) strcpy( (naml), (namu) ) | ^~~~~~ src/unzoo.c:1580:9: note: in expansion of macro 'CONV_NAME' 1580 | CONV_NAME( Entry.naml, (Entry.lnamu ? Entry.namu : Entry.nams) ); | ^~~~~~~~~ src/unzoo.c:1583:9: warning: incompatible implicit declaration of built-in function 'strcpy' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wbuiltin-declaration-mismatch-Wbuiltin-declaration-mismatch8;;] 1583 | strcpy( Entry.dirl, Entry.diru ); | ^~~~~~ src/unzoo.c:1583:9: note: include '' or provide a declaration of 'strcpy' src/unzoo.c:1586:5: warning: incompatible implicit declaration of built-in function 'strcpy' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wbuiltin-declaration-mismatch-Wbuiltin-declaration-mismatch8;;] 1586 | strcpy( Entry.patl, Entry.dirl ); | ^~~~~~ src/unzoo.c:1586:5: note: include '' or provide a declaration of 'strcpy' src/unzoo.c:1587:5: warning: incompatible implicit declaration of built-in function 'strcat' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wbuiltin-declaration-mismatch-Wbuiltin-declaration-mismatch8;;] 1587 | strcat( Entry.patl, Entry.naml ); | ^~~~~~ src/unzoo.c:1587:5: note: include '' or provide a declaration of 'strcat' src/unzoo.c: In function 'ListArch': src/unzoo.c:2349:5: warning: incompatible implicit declaration of built-in function 'strcpy' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wbuiltin-declaration-mismatch-Wbuiltin-declaration-mismatch8;;] 2349 | strcpy(arczoo,arc); strcat(arczoo,".zoo"); | ^~~~~~ src/unzoo.c:2349:5: note: include '' or provide a declaration of 'strcpy' src/unzoo.c:2349:26: warning: incompatible implicit declaration of built-in function 'strcat' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wbuiltin-declaration-mismatch-Wbuiltin-declaration-mismatch8;;] 2349 | strcpy(arczoo,arc); strcat(arczoo,".zoo"); | ^~~~~~ src/unzoo.c:2349:26: note: include '' or provide a declaration of 'strcat' src/unzoo.c: In function 'ExtrArch': src/unzoo.c:2504:5: warning: incompatible implicit declaration of built-in function 'strcpy' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wbuiltin-declaration-mismatch-Wbuiltin-declaration-mismatch8;;] 2504 | strcpy(arczoo,arc); strcat(arczoo,".zoo"); | ^~~~~~ src/unzoo.c:2504:5: note: include '' or provide a declaration of 'strcpy' src/unzoo.c:2504:26: warning: incompatible implicit declaration of built-in function 'strcat' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wbuiltin-declaration-mismatch-Wbuiltin-declaration-mismatch8;;] 2504 | strcpy(arczoo,arc); strcat(arczoo,".zoo"); | ^~~~~~ src/unzoo.c:2504:26: note: include '' or provide a declaration of 'strcat' src/unzoo.c:617:58: error: implicit declaration of function 'utime' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 617 | #define SETF_TIME(patl,secs) (Secs[0]=Secs[1]=(secs),!utime((patl),Secs)) | ^~~~~ src/unzoo.c:2693:20: note: in expansion of macro 'SETF_TIME' 2693 | if ( ! SETF_TIME( patl, secs ) ) | ^~~~~~~~~ src/unzoo.c:649:35: error: implicit declaration of function 'chmod' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 649 | #define SETF_PERM(patl,mode) (!chmod((patl),(int)(mode))) | ^~~~~ src/unzoo.c:2699:20: note: in expansion of macro 'SETF_PERM' 2699 | if ( ! SETF_PERM( patl, Entry.permis ) ) | ^~~~~~~~~