=> Bootstrap dependency digest>=20010302: found digest-20121220 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /var/db/pkg/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'. ===> Building for ia64sim-0.5 gcc -O2 -Iinclude -c asm/assemble.c -o obj/assemble.o gcc -O2 -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 -Iinclude -c asm/asmfunc.c -o obj/asmfunc.o gcc -O2 -Iinclude -c asm/jumptbl.c -o obj/jumptbl.o gcc -O2 -Iinclude -c asm/decode.c -o obj/decode.o gcc -O2 -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 -Iinclude -c execute/elf.c -o obj/elf.o gcc -O2 -Iinclude -c execute/execute.c -o obj/execute.o gcc -O2 -Iinclude -c execute/utils.c -o obj/utils.o gcc -O2 -Iinclude -c execute/f_unit.c -o obj/f_unit.o gcc -O2 -Iinclude -c execute/b_unit.c -o obj/b_unit.o gcc -O2 -Iinclude -c execute/x_unit.c -o obj/x_unit.o gcc -O2 -Iinclude -c execute/m_unit.c -o obj/m_unit.o gcc -O2 -Iinclude -c execute/i_alu.c -o obj/i_alu.o gcc -O2 -Iinclude -c execute/i_cmp.c -o obj/i_cmp.o gcc -O2 -Iinclude -c execute/i_shft.c -o obj/i_shft.o gcc -O2 -Iinclude -c execute/globals.c -o obj/globals.o gcc -O2 -Iinclude -c ia64sim.c -o obj/ia64sim.o ia64sim.c: In function 'faultcheck': ia64sim.c:677:16: 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 *' int vprintf(const char * __restrict, __va_list) ^ makefile.unx:37: recipe for target 'ia64sim.o' failed gmake: *** [ia64sim.o] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 2 Stop. make[1]: stopped in /bulk-data/pkgsrc/emulators/ia64sim *** Error code 1 Stop. make: stopped in /bulk-data/pkgsrc/emulators/ia64sim