=> Bootstrap dependency digest>=20211023: found digest-20211023 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for ia64sim-0.5 gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -Iinclude -c asm/assemble.c -o obj/assemble.o gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -Iinclude -c asm/bundle.c -o obj/bundle.o gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -Iinclude -c asm/asmfunc.c -o obj/asmfunc.o gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -Iinclude -c asm/jumptbl.c -o obj/jumptbl.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] if (temp[1]=='/') *temp = (char) NULL; /* strip comments */ ^ asm/bundle.c:121:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] *temp = (char) NULL; stop = STOP; ^ 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] if (temp[1]=='/') *temp = (char) NULL; /* strip comments */ ^ gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -Iinclude -c asm/decode.c -o obj/decode.o 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=] out->q = (uint64)8<<37 | (0xb*4+2)<<27 | op.r[0]<<6 | (op.i[0]&127)<<13 ^~ 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=] out->q = (uint64)8<<37 | (11*256+0*128+0*64+1*4+2)<<27 | ^~ gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -Iinclude -c asm/symbols.c -o obj/symbols.o gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -Iinclude -c execute/elf.c -o obj/elf.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] if((temp=strchr(input,':'))) *temp = (char) NULL; /* strip label delimiter */ ^ 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] if((temp=strchr(input,':'))) *temp = (char) NULL; /* strip label delimiter */ ^ 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] setup(entry_point,short_data); ^~~~~ setbuf gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -Iinclude -c execute/execute.c -o obj/execute.o gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -Iinclude -c execute/utils.c -o obj/utils.o gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -Iinclude -c execute/f_unit.c -o obj/f_unit.o gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -Iinclude -c execute/b_unit.c -o obj/b_unit.o gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -Iinclude -c execute/x_unit.c -o obj/x_unit.o gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -Iinclude -c execute/m_unit.c -o obj/m_unit.o gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -Iinclude -c execute/i_alu.c -o obj/i_alu.o gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -Iinclude -c execute/i_cmp.c -o obj/i_cmp.o gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -Iinclude -c execute/i_shft.c -o obj/i_shft.o execute/i_shft.c: In function 'i_mmshift': execute/i_shft.c:83:38: warning: iteration 1 invokes undefined behavior [-Waggressive-loop-optimizations] t0 = (int16)(r[rs1].dat.w[2*i+1]) * ~~~~~~~~~~~~~^~~~~~~~ execute/i_shft.c:82:10: note: within this loop for(i=0; i<4; i+=2) { ^~~ gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -Iinclude -c execute/globals.c -o obj/globals.o gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -Iinclude -c ia64sim.c -o obj/ia64sim.o 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: warning: passing argument 2 of 'vprintf' from incompatible pointer type [-Wincompatible-pointer-types] 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_tag *' but argument is of type 'uint8 * {aka unsigned char *}' int vprintf(const char * __restrict, __va_list) ^~~~~~~ gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -Iinclude obj/*.o -o ia64sim