Running phase: unpackPhase unpacking source archive /nix/store/lhyv6sym5p0fnqjmlhcfvfl26w39qdcg-source source root is source Running phase: patchPhase Running phase: updateAutotoolsGnuConfigScriptsPhase Running phase: configurePhase no configure script, doing nothing Running phase: buildPhase build flags: SHELL=/nix/store/11ciq72n4fdv8rw6wgjgasfv4mjs1jrw-bash-5.2p37/bin/bash cd compiler; make -k make[1]: Entering directory '/build/source/compiler' gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o alan.o alan.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o main.o main.c In file included from main.c:12: spa.h:150:54: warning: cast from pointer to integer of different size [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-pointer-to-int-cast-Wpointer-to-int-cast8;;] 150 | #define SPA_BITS(N,H,V,S,D,P) {N,H,P,_SPA_Bits, (int)D,(int *)&(V),S }, | ^ main.c:104:6: note: in expansion of macro 'SPA_BITS' 104 | SPA_BITS("dump", "dump the internal form, where\n\ | ^~~~~~~~ gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o options.o options.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o act.o act.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o adv.o adv.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o alt.o alt.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o atr.o atr.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o chk.o chk.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o cnt.o cnt.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o dump.o dump.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o encode.o encode.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o emit.o emit.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o elm.o elm.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o evt.o evt.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o exp.o exp.c exp.c: In function 'anexpwhr': exp.c:135:5: warning: this 'if' clause does not guard... [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation8;;] 135 | if (evt != NULL) | ^~ exp.c:137:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 137 | break; | ^~~~~ gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o ext.o ext.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o lim.o lim.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o loc.o loc.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o lst.o lst.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o msg.o msg.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o nam.o nam.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o obj.o obj.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o opt.o opt.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o res.o res.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o rul.o rul.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o sco.o sco.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o scr.o scr.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o srcp.o srcp.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o stm.o stm.c In function 'anset', inlined from 'anstm' at stm.c:677:5, inlined from 'anstms' at stm.c:719:5: stm.c:349:8: warning: 'atr' may be used uninitialized [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized8;;] 349 | if (atr && !eqtyp(stm->fields.set.exp->typ, atr->typ)) | ^ stm.c: In function 'anstms': stm.c:289:11: note: 'atr' was declared here 289 | AtrNod *atr; | ^~~ gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o stp.o stp.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o stx.o stx.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o str.o str.c str.c: In function 'newstr': str.c:63:13: warning: 's' may be used uninitialized [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized8;;] 63 | s->high = next; | ~~~~~~~~^~~~~~ str.c:38:18: note: 's' was declared here 38 | struct strnod *s, *next; /* To traversal pointers */ | ^ gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o sym.o sym.c sym.c: In function 'lookup': sym.c:130:15: warning: variable 's2' set but not used [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-but-set-variable-Wunused-but-set-variable8;;] 130 | SymNod *s1,*s2; /* Traversal pointers */ | ^~ sym.c: In function 'redefined': sym.c:54:3: warning: 'code' may be used uninitialized [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wmaybe-uninitialized-Wmaybe-uninitialized8;;] 54 | lmLog(srcp, code, sevERR, str); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sym.c:41:7: note: 'code' was declared here 41 | int code; /* Error code */ | ^~~~ gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o syn.o syn.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o vrb.o vrb.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o whr.o whr.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o wht.o wht.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o wrd.o wrd.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o timing.o timing.c timing.c: In function 'tistart': timing.c:16:5: error: implicit declaration of function 'times'; did you mean 'time'? [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 16 | times((struct tms *)tb); | ^~~~~ | time make[1]: *** [: timing.o] Error 1 gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -DSTDIONONCONST -c spa.c -o spa.o spa.c: In function 'biExit': spa.c:678:47: warning: left-hand operand of comma expression has no effect [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-value-Wunused-value8;;] 678 | PRIVATE SPA_FUN(biExit) { exit(1); (prettyName, rawName, on); } | ^ spa.c:678:56: warning: left-hand operand of comma expression has no effect [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-value-Wunused-value8;;] 678 | PRIVATE SPA_FUN(biExit) { exit(1); (prettyName, rawName, on); } | ^ spa.c:678:36: warning: statement with no effect [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-value-Wunused-value8;;] 678 | PRIVATE SPA_FUN(biExit) { exit(1); (prettyName, rawName, on); } | ^ spa.c: In function 'biArgTooMany': spa.c:682:16: warning: left-hand operand of comma expression has no effect [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-value-Wunused-value8;;] 682 | (prettyName, on); | ^ spa.c:682:5: warning: statement with no effect [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-value-Wunused-value8;;] 682 | (prettyName, on); | ^ spa.c: In function 'biUsage': spa.c:732:16: warning: left-hand operand of comma expression has no effect [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-value-Wunused-value8;;] 732 | (prettyName, rawName, on); | ^ spa.c:732:25: warning: left-hand operand of comma expression has no effect [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-value-Wunused-value8;;] 732 | (prettyName, rawName, on); | ^ spa.c:732:5: warning: statement with no effect [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-value-Wunused-value8;;] 732 | (prettyName, rawName, on); | ^ gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o sysdep.o sysdep.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o pmParse.o pmParse.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o pmPaSema.o pmPaSema.c pmPaSema.c: In function 'pmPaSema': pmPaSema.c:602:7: warning: this 'else' clause does not guard... [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation8;;] 602 | else | ^~~~ pmPaSema.c:604:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' 604 | break;} | ^~~~~ gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o pmErr.o pmErr.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o smScanx.o smScanx.c gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o smScSema.o smScSema.c smScSema.c: In function 'smScanEnter': smScSema.c:76:23: error: implicit declaration of function 'open'; did you mean 'popen'? [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 76 | if ((this->fd = open(fnmbuf, 0)) < 0) { | ^~~~ | popen smScSema.c: In function 'setCharacterSet': smScSema.c:142:11: error: assignment to 'unsigned char *' from incompatible pointer type 'unsigned char **' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 142 | smMap = &smIsoMap; | ^ smScSema.c:143:17: error: assignment to 'unsigned char *' from incompatible pointer type 'unsigned char **' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 143 | smDFAcolVal = &smIsoDFAcolVal; | ^ smScSema.c:144:17: error: assignment to 'unsigned char *' from incompatible pointer type 'unsigned char **' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 144 | smDFAerrCol = &smIsoDFAerrCol; | ^ smScSema.c:147:11: error: assignment to 'unsigned char *' from incompatible pointer type 'unsigned char **' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 147 | smMap = &smMacMap; | ^ smScSema.c:148:17: error: assignment to 'unsigned char *' from incompatible pointer type 'unsigned char **' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 148 | smDFAcolVal = &smMacDFAcolVal; | ^ smScSema.c:149:17: error: assignment to 'unsigned char *' from incompatible pointer type 'unsigned char **' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 149 | smDFAerrCol = &smMacDFAerrCol; | ^ smScSema.c:152:11: error: assignment to 'unsigned char *' from incompatible pointer type 'unsigned char **' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 152 | smMap = &smDosMap; | ^ smScSema.c:153:17: error: assignment to 'unsigned char *' from incompatible pointer type 'unsigned char **' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 153 | smDFAcolVal = &smDosDFAcolVal; | ^ smScSema.c:154:17: error: assignment to 'unsigned char *' from incompatible pointer type 'unsigned char **' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wincompatible-pointer-types-Wincompatible-pointer-types8;;] 154 | smDFAerrCol = &smDosDFAerrCol; | ^ smScSema.c: In function 'smScReader': smScSema.c:183:10: error: implicit declaration of function 'read'; did you mean 'fread'? [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 183 | return read(smThis->fd, (char *)smBuffer, smLength); | ^~~~ | fread smScSema.c: In function 'smScPostHook': smScSema.c:326:5: error: implicit declaration of function 'close'; did you mean 'pclose'? [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wimplicit-function-declaration-Wimplicit-function-declaration8;;] 326 | close(smThis->fd); | ^~~~~ | pclose make[1]: *** [: smScSema.o] Error 1 gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o lmList.o lmList.c lmList.c: In function 'prlin': lmList.c:637:7: warning: this 'if' clause does not guard... [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wmisleading-indentation-Wmisleading-indentation8;;] 637 | if (wrdwrp) /* Try to find a space before 20 chars*/ | ^~ lmList.c:640:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 640 | if (wrap == 20) /* else use default wrap point */ | ^~ lmList.c: In function 'prerrm': lmList.c:837:12: warning: suggest explicit braces to avoid ambiguous 'else' [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wdangling-else-Wdangling-else8;;] 837 | if (outIndex != preCol) /* Don't overwrite a previous marker */ | ^ lmList.c: In function 'lmList': lmList.c:697:29: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-overflow-Wformat-overflow=8;;] 697 | sprintf(lbuf,"%5d.%1d %s", sln, srclev, slstr); | ^ In file included from /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/stdio.h:970, from lmList.c:9: In function 'sprintf', inlined from 'prsrcl' at lmList.c:697:5, inlined from 'prpack' at lmList.c:1123:5, inlined from 'lmList' at lmList.c:1694:5: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 9 and 1025 bytes into a destination of size 1008 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ lmList.c: In function 'lmList': lmList.c:695:27: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wformat-overflow-Wformat-overflow=8;;] 695 | sprintf(lbuf,"%5d. %s", sln, slstr); | ^ In function 'sprintf', inlined from 'prsrcl' at lmList.c:695:5, inlined from 'prpack' at lmList.c:1123:5, inlined from 'lmList' at lmList.c:1694:5: /nix/store/1ycjq6h047qqwp3fm9sbl805xnrxlh2h-glibc-2.40-66-dev/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 9 and 1015 bytes into a destination of size 1008 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ gcc -g -Wall -funsigned-char -DCOMPILER=\"[CygWin32]\" -c -o alan.version.o alan.version.c alan.version.c:18:14: warning: 'alanId' defined but not used [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wno-unused-variable-Wunused-variable8;;] 18 | static char *alanId = | ^~~~~~ make[1]: Target 'all' not remade because of errors. make[1]: Leaving directory '/build/source/compiler' make: *** [Makefile.unix:25: all] Error 2