=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Building for ia64sim-0.5 gcc -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Iinclude -c asm/assemble.c -o obj/assemble.o gcc -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Iinclude -c asm/bundle.c -o obj/bundle.o gcc -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Iinclude -c asm/asmfunc.c -o obj/asmfunc.o gcc -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Iinclude -c asm/jumptbl.c -o obj/jumptbl.o gcc -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Iinclude -c asm/decode.c -o obj/decode.o asm/bundle.c: In function 'bundle_from_file': asm/bundle.c:117:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] asm/bundle.c:121:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] asm/bundle.c: In function 'data_from_file': asm/bundle.c:388:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] gcc -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Iinclude -c asm/symbols.c -o obj/symbols.o gcc -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Iinclude -c execute/elf.c -o obj/elf.o execute/elf.c: In function 'load_elf': execute/elf.c:187:4: warning: implicit declaration of function 'setup'; did you mean 'setbuf'? [-Wimplicit-function-declaration] gcc -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Iinclude -c execute/execute.c -o obj/execute.o asm/symbols.c: In function 'assemble_label': asm/symbols.c:77:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] asm/symbols.c: In function 'data_label': asm/symbols.c:98:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] gcc -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Iinclude -c execute/utils.c -o obj/utils.o gcc -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Iinclude -c execute/f_unit.c -o obj/f_unit.o gcc -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Iinclude -c execute/b_unit.c -o obj/b_unit.o gcc -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Iinclude -c execute/x_unit.c -o obj/x_unit.o gcc -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Iinclude -c execute/m_unit.c -o obj/m_unit.o gcc -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Iinclude -c execute/i_alu.c -o obj/i_alu.o gcc -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Iinclude -c execute/i_cmp.c -o obj/i_cmp.o gcc -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Iinclude -c execute/i_shft.c -o obj/i_shft.o gcc -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Iinclude -c execute/globals.c -o obj/globals.o gcc -O2 -fomit-frame-pointer -D_FORTIFY_SOURCE=2 -Iinclude -c ia64sim.c -o obj/ia64sim.o distcc[28088] ERROR: compile ia64sim.c on 10.0.20.122:3640 failed distcc[28088] (dcc_build_somewhere) Warning: remote compilation of 'ia64sim.c' failed, retrying locally distcc[28088] Warning: failed to distribute ia64sim.c to 10.0.20.122:3640, running locally instead execute/i_shft.c: In function 'i_mmshift': execute/i_shft.c:83:38: warning: iteration 1 invokes undefined behavior [-Waggressive-loop-optimizations] execute/i_shft.c:82:10: note: within this loop ia64sim.c: In function 'assign': ia64sim.c:99:10: warning: implicit declaration of function 'stop'; did you mean 'atol'? [-Wimplicit-function-declaration] stop(); /* Clear pending register hazzards */ ^~~~ atol ia64sim.c: In function 'setup': ia64sim.c:437:4: warning: implicit declaration of function 'push_stack_frame' [-Wimplicit-function-declaration] push_stack_frame(); ^~~~~~~~~~~~~~~~ ia64sim.c: In function 'faultcheck': ia64sim.c:676:16: warning: implicit declaration of function 'trcins' [-Wimplicit-function-declaration] trcins("Printf Call\n"); ^~~~~~ ia64sim.c:677:40: error: incompatible type for argument 2 of 'vprintf' vprintf(mem+r[32].dat.q,mem+r[33].dat.q); ^~~ In file included from include/ia64.h:26:0, from ia64sim.c:20: /usr/include/stdio.h:263:6: note: expected '__va_list' but argument is of type 'uint8 * {aka unsigned char *}' int vprintf(const char * __restrict, __va_list) ^~~~~~~ distcc[28088] ERROR: compile ia64sim.c on localhost failed gmake: *** [makefile.unx:37: ia64sim.o] Error 1 gmake: *** Waiting for unfinished jobs.... asm/asmfunc.c: In function 'or_r_i8_r': asm/asmfunc.c:5217:38: warning: result of '46 << 27' requires 34 bits to represent, but 'int' only has 32 bits [-Wshift-overflow=] asm/asmfunc.c: In function 'psub1_uuu_r_r_r': asm/asmfunc.c:5574:54: warning: result of '2822 << 27' requires 40 bits to represent, but 'int' only has 32 bits [-Wshift-overflow=] *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/emulators/ia64sim *** Error code 1 Stop. make: stopped in /usr/pkgsrc/emulators/ia64sim