=> Bootstrap dependency digest>=20010302: found digest-20190127 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 -D_FORTIFY_SOURCE=2 -Iinclude -c asm/assemble.c -o obj/assemble.o gcc -O2 -D_FORTIFY_SOURCE=2 -Iinclude -c asm/bundle.c -o obj/bundle.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 -D_FORTIFY_SOURCE=2 -Iinclude -c asm/asmfunc.c -o obj/asmfunc.o gcc -O2 -D_FORTIFY_SOURCE=2 -Iinclude -c asm/jumptbl.c -o obj/jumptbl.o gcc -O2 -D_FORTIFY_SOURCE=2 -Iinclude -c asm/decode.c -o obj/decode.o gcc -O2 -D_FORTIFY_SOURCE=2 -Iinclude -c asm/symbols.c -o obj/symbols.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 */ ^ gcc -O2 -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' [-Wimplicit-function-declaration] setup(entry_point,short_data); ^ gcc -O2 -D_FORTIFY_SOURCE=2 -Iinclude -c execute/execute.c -o obj/execute.o gcc -O2 -D_FORTIFY_SOURCE=2 -Iinclude -c execute/utils.c -o obj/utils.o gcc -O2 -D_FORTIFY_SOURCE=2 -Iinclude -c execute/f_unit.c -o obj/f_unit.o gcc -O2 -D_FORTIFY_SOURCE=2 -Iinclude -c execute/b_unit.c -o obj/b_unit.o gcc -O2 -D_FORTIFY_SOURCE=2 -Iinclude -c execute/x_unit.c -o obj/x_unit.o gcc -O2 -D_FORTIFY_SOURCE=2 -Iinclude -c execute/m_unit.c -o obj/m_unit.o gcc -O2 -D_FORTIFY_SOURCE=2 -Iinclude -c execute/i_alu.c -o obj/i_alu.o gcc -O2 -D_FORTIFY_SOURCE=2 -Iinclude -c execute/i_cmp.c -o obj/i_cmp.o gcc -O2 -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 1ul invokes undefined behavior [-Waggressive-loop-optimizations] t0 = (int16)(r[rs1].dat.w[2*i+1]) * ^ execute/i_shft.c:82:10: note: containing loop for(i=0; i<4; i+=2) { ^ gcc -O2 -D_FORTIFY_SOURCE=2 -Iinclude -c execute/globals.c -o obj/globals.o gcc -O2 -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' [-Wimplicit-function-declaration] stop(); /* Clear pending register hazzards */ ^ 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) ^ gmake: *** [makefile.unx:37: ia64sim.o] Error 1 *** Error code 2 Stop. make[1]: stopped in /tree/pkgsrc/emulators/ia64sim *** Error code 1 Stop. make: stopped in /tree/pkgsrc/emulators/ia64sim