>>> Fetching sources... filename:'pcc-1.0.0.tgz' url:'ftp://pcc.ludd.ltu.se/pub/pcc-releases/pcc-1.0.0.tgz' filename:'pcc-helenos.patch' url:'pcc-helenos.patch' filename:'ccconfig.h' url:'ccconfig.h' >>> Building... [hsct]: "tar" "xzf" "pcc-1.0.0.tgz" >>> Patching sources... patching file pcc-1.0.0/configure patching file pcc-1.0.0/cc/cc/cc.c patching file pcc-1.0.0/cc/ccom/main.c patching file pcc-1.0.0/cc/ccom/pftn.c patching file pcc-1.0.0/cc/cpp/cpp.c patching file pcc-1.0.0/cc/cpp/token.c >>> Providing HelenOS configuration... [hsct]: "mkdir" "pcc-1.0.0/os/helenos" [hsct]: "cp" "ccconfig.h" "pcc-1.0.0/os/helenos" >>> Configuring... [hsct]: "./configure" "--build=x86_64-pc-linux-gnu" "--host=mipsel-helenos" "CC=mipsel-helenos-cc" "CXX=mipsel-helenos-cxx" "AR=mipsel-helenos-ar" "AS=mipsel-helenos-as" "CPP=mipsel-helenos-cpp" "NM=mipsel-helenos-nm" "OBJDUMP=mipsel-helenos-objdump" "OBJCOPY=mipsel-helenos-objcopy" "STRIP=mipsel-helenos-strip" "RANLIB=mipsel-helenos-ranlib" "--target=mipsel-linux-gnu" "--program-prefix=" "--bindir=/app" "--libexecdir=/app" "--with-incdir=/inc/c" "--with-libdir=/lib/" "--with-assembler=/app/as" "--with-linker=/app/ld" checking build system type... x86_64-pc-linux-gnu checking host system type... mipsel-unknown-helenos checking target system type... mipsel-unknown-linux-gnu checking for mipsel-helenos-gcc... mipsel-helenos-cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether mipsel-helenos-cc accepts -g... yes checking for mipsel-helenos-cc option to accept ISO C89... none needed checking whether mipsel-helenos-cc accepts -Wall... yes checking whether mipsel-helenos-cc accepts -Wmissing-prototypes... yes checking whether mipsel-helenos-cc accepts -Wstrict-prototypes... yes checking whether mipsel-helenos-cc accepts -Wshadow... yes checking whether mipsel-helenos-cc accepts -Wsign-compare... yes checking whether mipsel-helenos-cc accepts -Wtruncate... no checking for a C compiler for mkext... cross compiling checking for pcc... no checking for gcc... gcc checking how to run the C preprocessor... mipsel-helenos-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... no checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for C99 printf size specifiers... yes checking for C99 variadic macro support... yes checking whether byte ordering is bigendian... no checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for bison... bison -y checking for strip... yes checking for flex... flex checking lex output file root... lex.yy checking lex library... none needed checking whether yytext is a pointer... no checking for string.h... (cached) yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking libgen.h usability... no checking libgen.h presence... no checking for libgen.h... no checking for sys/wait.h that is POSIX.1 compatible... yes checking for strtold... yes checking for vsnprintf... yes checking for snprintf... yes checking for mkstemp... yes checking for strlcat... no checking for strlcpy... no checking for basename... no checking for getopt... yes checking for ffs... yes checking for vfork... no configure: creating ./config.status config.status: creating Makefile config.status: creating cc/Makefile config.status: creating cc/cc/Makefile config.status: creating cc/cpp/Makefile config.status: creating cc/ccom/Makefile config.status: creating f77/Makefile config.status: creating f77/f77/Makefile config.status: creating f77/fcom/Makefile config.status: creating config.h Target CPU is .................... mips Target ABI is .................... elf Target OS is ..................... helenos Compiler is called ............... mipsel-linux-gnu-pcc Installing compiler into ......... /app Installing pre-processor into .... /app Using assembler .................. /app/as Using linker ..................... /app/ld Using include path ............... /inc/c Using library path ............... /lib/ Has TLS support .................. no Has GCC compatibility ............ yes Type of wchar_t is ............... INT (4 chars) Configure finished. Do 'make && make install' to compile and install. >>> Setting PCC version manually... [hsct]: "sed" "s:#define VERSSTR.*:#define VERSSTR \"pcc 1.0.0 for HelenOS, built at \" __DATE__ \", \" __TIME__:" "-i" "config.h" >>> Fixing in-build CC invocation... [hsct]: "sed" "/CC_FOR_BUILD/s/[$](CFLAGS)//g" "-i" "cc/ccom/Makefile" >>> Building... cd cc && make all -j1 make[1]: Entering directory '/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/cc' cd cc; make all -w -j1 make[2]: Entering directory '/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/cc/cc' mipsel-helenos-cc -DLIBEXECDIR=\"/app/\" -DGCC_COMPAT -DINCLUDEDIR=\"/usr/local/include/\" -DPCCINCDIR=\"/usr/local/lib/pcc/mipsel-unknown-linux-gnu/1.0.0.RELEASE/include/\" -DPCCLIBDIR=\"/usr/local/lib/pcc/mipsel-unknown-linux-gnu/1.0.0.RELEASE/lib/\" -Dos_helenos -DTARGMACH=mips -Dmach_mips -I../.. -I../../os/helenos -I../../mip -I../../arch/mips -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c cc.c cc.c: In function 'callsys': cc.c:1362:40: warning: passing argument 4 of 'task_spawnv' from incompatible pointer type [-Wincompatible-pointer-types] if (task_spawnv(&tid, &twait, path, v) == 0) ^ In file included from cc.c:1331: /var/helenos/nightly/tmp-ci/build/mips32-msim/coast/helenos/include/libc/task.h:58:5: note: expected 'const char * const*' but argument is of type 'char **' const char *const []); ^~~~~~~~~~~~~~~~~~~~ cc.c:1367:35: warning: passing argument 4 of 'task_spawnv' from incompatible pointer type [-Wincompatible-pointer-types] if (task_spawnv(&tid, &twait, f, v) == 0) ^ In file included from cc.c:1331: /var/helenos/nightly/tmp-ci/build/mips32-msim/coast/helenos/include/libc/task.h:58:5: note: expected 'const char * const*' but argument is of type 'char **' const char *const []); ^~~~~~~~~~~~~~~~~~~~ cc.c:1370:64: warning: passing argument 4 of 'task_spawnv' from incompatible pointer type [-Wincompatible-pointer-types] if ((s = strrchr(f, '/')) && task_spawnv(&tid, &twait, s + 1, v) == 0) ^ In file included from cc.c:1331: /var/helenos/nightly/tmp-ci/build/mips32-msim/coast/helenos/include/libc/task.h:58:5: note: expected 'const char * const*' but argument is of type 'char **' const char *const []); ^~~~~~~~~~~~~~~~~~~~ mipsel-helenos-cc -DLIBEXECDIR=\"/app/\" -DGCC_COMPAT -DINCLUDEDIR=\"/usr/local/include/\" -DPCCINCDIR=\"/usr/local/lib/pcc/mipsel-unknown-linux-gnu/1.0.0.RELEASE/include/\" -DPCCLIBDIR=\"/usr/local/lib/pcc/mipsel-unknown-linux-gnu/1.0.0.RELEASE/lib/\" -Dos_helenos -DTARGMACH=mips -Dmach_mips -I../.. -I../../os/helenos -I../../mip -I../../arch/mips -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o compat.o ../../mip/compat.c mipsel-helenos-cc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare cc.o compat.o -o mipsel-linux-gnu-pcc make[2]: Leaving directory '/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/cc/cc' cd cpp; make all -w -j1 make[2]: Entering directory '/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/cc/cpp' bison -y -d cpy.y cpy.y:84.1-5: warning: POSIX Yacc does not support %term [-Wyacc] 84 | %term stop | ^~~~~ cpy.y:85.1-5: warning: POSIX Yacc does not support %term [-Wyacc] 85 | %term EQ NE LE GE LS RS | ^~~~~ cpy.y:86.1-5: warning: POSIX Yacc does not support %term [-Wyacc] 86 | %term ANDAND OROR IDENT NUMBER UNUMBER DEFINED | ^~~~~ cpy.y:90.1-5: warning: POSIX Yacc does not support %term [-Wyacc] 90 | %term STRING WSPACE CMNT | ^~~~~ cpy.y:98.1-7: warning: POSIX Yacc does not support %binary [-Wyacc] 98 | %binary EQ NE | ^~~~~~~ cpy.y:99.1-7: warning: POSIX Yacc does not support %binary [-Wyacc] 99 | %binary '<' '>' LE GE | ^~~~~~~ mipsel-helenos-cc -DGCC_COMPAT -DCPP_DEBUG -I. -I../.. -I. -I../../mip -I../../arch/mips -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o cpy.o y.tab.c mipsel-helenos-cc -DGCC_COMPAT -DCPP_DEBUG -I. -I../.. -I. -I../../mip -I../../arch/mips -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c cpp.c mipsel-helenos-cc -DGCC_COMPAT -DCPP_DEBUG -I. -I../.. -I. -I../../mip -I../../arch/mips -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c token.c mipsel-helenos-cc -DGCC_COMPAT -DCPP_DEBUG -I. -I../.. -I. -I../../mip -I../../arch/mips -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o compat.o ../../mip/compat.c mipsel-helenos-cc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare cpp.o cpy.o token.o compat.o -o mipsel-linux-gnu-cpp make[2]: Leaving directory '/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/cc/cpp' cd ccom; make all -w -j1 make[2]: Entering directory '/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/cc/ccom' gcc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -DMKEXT -o mkext \ ../../mip/mkext.c ../../arch/mips/table.c ../../mip/common.c ../../mip/common.c:553:36: warning: variably modified ‘elm’ at file scope 553 | #define ALIGNMENT ((long)&((struct balloc *)0)->a2) | ^~~~~~ ../../mip/common.c:618:17: note: in expansion of macro ‘ALIGNMENT’ 618 | #define ELEMSZ (ALIGNMENT) | ^~~~~~~~~ ../../mip/common.c:619:22: note: in expansion of macro ‘ELEMSZ’ 619 | #define MAXSZ (NELEM*ELEMSZ) | ^~~~~~ ../../mip/common.c:624:12: note: in expansion of macro ‘MAXSZ’ 624 | char elm[MAXSZ]; | ^~~~~ ./mkext mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o optim.o optim.c optim.c: In function 'optim': optim.c:90:8: warning: variable 't' set but not used [-Wunused-but-set-variable] TWORD t; ^ bison -y -d cgram.y cgram.y: warning: 4 shift/reduce conflicts [-Wconflicts-sr] mv y.tab.c cgram.c mv y.tab.h cgram.h mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o pftn.o pftn.c In file included from pftn.c:66: pftn.c: In function 'enumdcl': pass1.h:165:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] #define MKAP(type) ((struct attr *)&btattr[type]) pftn.c:772:17: note: in expansion of macro 'MKAP' ap->atypsz = (MKAP(t))->atypsz; ^~~~ pass1.h:165:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] #define MKAP(type) ((struct attr *)&btattr[type]) pftn.c:773:17: note: in expansion of macro 'MKAP' ap->aalign = (MKAP(t))->aalign; ^~~~ pftn.c: In function 'dclstruct': pftn.c:869:18: warning: variable 'coff' set but not used [-Wunused-but-set-variable] int al, sa, sz, coff; ^~~~ In file included from pftn.c:66: pftn.c: In function 'inwstring': pass1.h:165:22: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] #define MKAP(type) ((struct attr *)&btattr[type]) pftn.c:1238:14: note: in expansion of macro 'MKAP' ninval(0, (MKAP(WCHAR_TYPE))->atypsz, p); ^~~~ pftn.c: In function 'imop': pftn.c:3166:13: warning: operation on 'p->n_type' may be undefined [-Wsequence-point] p->n_type = p->n_type += (FIMAG-FLOAT); ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ pftn.c:3172:14: warning: operation on 'p->n_type' may be undefined [-Wsequence-point] p->n_type = p->n_type += (FIMAG-FLOAT); ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ pftn.c:3189:14: warning: operation on 'p->n_type' may be undefined [-Wsequence-point] p->n_type = p->n_type += (FIMAG-FLOAT); ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ pftn.c:3213:14: warning: operation on 'p->n_type' may be undefined [-Wsequence-point] p->n_type = p->n_type += (FIMAG-FLOAT); ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ pftn.c:3221:14: warning: operation on 'p->n_type' may be undefined [-Wsequence-point] p->n_type = p->n_type += (FIMAG-FLOAT); ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~ flex scan.l mv lex.yy.c scan.c mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -c -o scan.o scan.c mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o trees.o trees.c In file included from trees.c:69: trees.c: In function 'buildtree': pass1.h:413:30: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] #define FLOAT_ISZERO(p) (p) == 0.0 ^~ trees.c:169:14: note: in expansion of macro 'FLOAT_ISZERO' p = bcon(!FLOAT_ISZERO(l->n_dcon)); ^~~~~~~~~~~~ trees.c:169:13: note: add parentheses around left hand side expression to silence this warning p = bcon(!FLOAT_ISZERO(l->n_dcon)); In file included from trees.c:69: pass1.h:413:30: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] #define FLOAT_ISZERO(p) (p) == 0.0 ^~ trees.c:174:14: note: in expansion of macro 'FLOAT_ISZERO' p = bcon(!FLOAT_ISZERO(r->n_dcon)); ^~~~~~~~~~~~ trees.c:174:13: note: add parentheses around left hand side expression to silence this warning p = bcon(!FLOAT_ISZERO(r->n_dcon)); mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -c -o cgram.o cgram.c mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o inline.o inline.c inline.c: In function 'inlinetree': inline.c:385:8: warning: variable 'stkoff' set but not used [-Wunused-but-set-variable] OFFSZ stkoff; ^~~~~~ mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o symtabs.o symtabs.c mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o gcc_compat.o gcc_compat.c gcc_compat.c: In function 'pragmas_gcc': gcc_compat.c:507:6: warning: variable 'ign' set but not used [-Wunused-but-set-variable] int ign, warn, err, i, u; ^~~ mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o init.o init.c mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o local.o ../../arch/mips/local.c ../../arch/mips/local.c:584:1: warning: no previous prototype for 'noinit' [-Wmissing-prototypes] noinit(void) ^~~~~~ mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o code.o ../../arch/mips/code.c mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o stabs.o stabs.c mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o builtins.o builtins.c builtins.c: In function 'builtin_alloca': builtins.c:44:17: warning: variable 'sp' set but not used [-Wunused-but-set-variable] struct symtab *sp; ^~ At top level: builtins.c:67:1: warning: 'hasgoto' defined but not used [-Wunused-function] hasgoto(NODE *p) ^~~~~~~ mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o match.o ../../mip/match.c mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o reader.o ../../mip/reader.c mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o optim2.o ../../mip/optim2.c ../../mip/optim2.c: In function 'TraceSchedule': ../../mip/optim2.c:1873:16: warning: variable 'threads' set but not used [-Wunused-but-set-variable] unsigned long threads; ^~~~~~~ mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o regs.o ../../mip/regs.c ../../mip/regs.c: In function 'addalledges': ../../mip/regs.c:798:24: warning: right shift count >= width of type [-Wshift-count-overflow] k = (live[i/NUMBITS] >> 32); ^~ mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o local2.o ../../arch/mips/local2.c ../../arch/mips/local2.c: In function 'eoftn': ../../arch/mips/local2.c:145:6: warning: variable 'addto' set but not used [-Wunused-but-set-variable] int addto; ^~~~~ ../../arch/mips/local2.c: In function 'adrput': ../../arch/mips/local2.c:922:6: warning: variable 'r' set but not used [-Wunused-but-set-variable] int r; ^ mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o order.o ../../arch/mips/order.c mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o table.o ../../arch/mips/table.c mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o compat.o ../../mip/compat.c mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o common.o ../../mip/common.c ../../mip/common.c:553:36: warning: variably modified 'elm' at file scope #define ALIGNMENT ((long)&((struct balloc *)0)->a2) ^~~~~~ ../../mip/common.c:618:17: note: in expansion of macro 'ALIGNMENT' #define ELEMSZ (ALIGNMENT) ^~~~~~~~~ ../../mip/common.c:619:22: note: in expansion of macro 'ELEMSZ' #define MAXSZ (NELEM*ELEMSZ) ^~~~~~ ../../mip/common.c:624:12: note: in expansion of macro 'MAXSZ' char elm[MAXSZ]; ^~~~~ mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o main.o main.c main.c: In function 'segvcatch': main.c:108:6: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] int dummy; ^~~~~ At top level: main.c:105:1: warning: 'segvcatch' defined but not used [-Wunused-function] segvcatch(int a) ^~~~~~~~~ mipsel-helenos-cc -DGCC_COMPAT -DPCC_DEBUG -Dos_helenos -Dmach_mips -D_ISOC99_SOURCE -I. -I. -I../.. -I../../mip -I../../arch/mips -I../../os/helenos -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare -c -o external.o external.c external.c:126:2: warning: overflow in conversion from 'long long unsigned int' to 'long int' changes value from '18446744069481693180' to '67108860' [-Woverflow] 0xffffffff03fffffc, ^~~~~~~~~~~~~~~~~~ mipsel-helenos-cc -g -O2 -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wsign-compare optim.o pftn.o scan.o trees.o cgram.o inline.o symtabs.o gcc_compat.o init.o local.o code.o stabs.o builtins.o match.o reader.o optim2.o regs.o local2.o order.o table.o compat.o common.o main.o external.o -o mipsel-linux-gnu-ccom make[2]: Leaving directory '/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/cc/ccom' make[1]: Leaving directory '/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/cc' >>> Packaging... [hsct]: "make" "install" "DESTDIR=/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG" cd cc && make install make[1]: Entering directory '/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/cc' cd cc && make install make[2]: Entering directory '/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/cc/cc' test -z "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/app" || mkdir -p "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/app" /usr/bin/install -c mipsel-linux-gnu-pcc /var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/app strip: Unable to recognise the format of the input file `/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/app/mipsel-linux-gnu-pcc' strip /var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/app/mipsel-linux-gnu-pcc test -z "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/usr/local/share/man/man1" || mkdir -p "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/usr/local/share/man/man1" /usr/bin/install -c ./cc.1 /var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/usr/local/share/man/man1/mipsel-linux-gnu-pcc.1 test -z "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/usr/local/lib/pcc/mipsel-unknown-linux-gnu/1.0.0.RELEASE/include" || mkdir -p "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/usr/local/lib/pcc/mipsel-unknown-linux-gnu/1.0.0.RELEASE/include" test -z "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/usr/local/lib/pcc/mipsel-unknown-linux-gnu/1.0.0.RELEASE/lib" || mkdir -p "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/usr/local/lib/pcc/mipsel-unknown-linux-gnu/1.0.0.RELEASE/lib" make[2]: Leaving directory '/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/cc/cc' cd cpp && make install make[2]: Entering directory '/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/cc/cpp' test -z "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/app" || mkdir -p "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/app" /usr/bin/install -c mipsel-linux-gnu-cpp /var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/app strip: Unable to recognise the format of the input file `/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/app/mipsel-linux-gnu-cpp' strip /var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/app/mipsel-linux-gnu-cpp test -z "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/usr/local/share/man/man1" || mkdir -p "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/usr/local/share/man/man1" /usr/bin/install -c ./cpp.1 /var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/usr/local/share/man/man1/mipsel-linux-gnu-cpp.1 make[2]: Leaving directory '/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/cc/cpp' cd ccom && make install make[2]: Entering directory '/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/cc/ccom' test -z "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/app" || mkdir -p "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/app" /usr/bin/install -c mipsel-linux-gnu-ccom /var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/app strip: Unable to recognise the format of the input file `/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/app/mipsel-linux-gnu-ccom' strip /var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/app/mipsel-linux-gnu-ccom test -z "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/usr/local/share/man/man1" || mkdir -p "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/usr/local/share/man/man1" /usr/bin/install -c ./ccom.1 /var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/PKG/usr/local/share/man/man1/mipsel-linux-gnu-ccom.1 make[2]: Leaving directory '/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/cc/ccom' make[1]: Leaving directory '/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/build/pcc/pcc-1.0.0/cc' [hsct]: "cp" "PKG/app/mipsel-linux-gnu-pcc" "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/dist//pcc/app/pcc" [hsct]: "cp" "PKG/app/mipsel-linux-gnu-pcc" "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/dist//pcc/app/mipsel-linux-gnu-pcc" [hsct]: "cp" "PKG/app/mipsel-linux-gnu-cpp" "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/dist//pcc/app/cpp" [hsct]: "cp" "PKG/app/mipsel-linux-gnu-cpp" "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/dist//pcc/app/mipsel-linux-gnu-cpp" [hsct]: "cp" "PKG/app/mipsel-linux-gnu-ccom" "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/dist//pcc/app/ccom" [hsct]: "cp" "PKG/app/mipsel-linux-gnu-ccom" "/var/helenos/nightly/tmp-ci/build/mips32-msim/coast/dist//pcc/app/mipsel-linux-gnu-ccom" >>> Creating the archive...