=> Bootstrap dependency digest>=20010302: found digest-20190127 ===> Skipping vulnerability checks. WARNING: No /opt/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/opt/pkg/sbin/pkg_admin -K /opt/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for capstone-4.0.2 CC arch/ARM/ARMDisassembler.o CC arch/ARM/ARMMapping.o CC MCInstrDesc.o CC arch/ARM/ARMInstPrinter.o CC MCRegisterInfo.o CC SStream.o CC utils.o CC cs.o CC arch/ARM/ARMModule.o CC arch/AArch64/AArch64BaseInfo.o CC arch/AArch64/AArch64InstPrinter.o CC arch/AArch64/AArch64Mapping.o CC arch/AArch64/AArch64Module.o CC arch/AArch64/AArch64Disassembler.o CC arch/M68K/M68KModule.o CC arch/M68K/M68KDisassembler.o CC arch/M68K/M68KInstPrinter.o CC arch/Mips/MipsMapping.o CC arch/Mips/MipsInstPrinter.o CC arch/Mips/MipsModule.o CC arch/Mips/MipsDisassembler.o CC arch/PowerPC/PPCMapping.o CC arch/PowerPC/PPCModule.o CC arch/PowerPC/PPCDisassembler.o CC arch/PowerPC/PPCInstPrinter.o CC arch/Sparc/SparcMapping.o CC arch/Sparc/SparcModule.o CC arch/Sparc/SparcDisassembler.o CC arch/Sparc/SparcInstPrinter.o CC arch/SystemZ/SystemZInstPrinter.o CC arch/SystemZ/SystemZMapping.o CC arch/SystemZ/SystemZModule.o CC arch/SystemZ/SystemZMCTargetDesc.o CC arch/X86/X86DisassemblerDecoder.o CC arch/SystemZ/SystemZDisassembler.o CC arch/X86/X86Disassembler.o CC arch/X86/X86IntelInstPrinter.o CC arch/X86/X86ATTInstPrinter.o CC arch/X86/X86Mapping.o CC arch/X86/X86Module.o CC arch/XCore/XCoreModule.o CC arch/XCore/XCoreDisassembler.o CC arch/XCore/XCoreInstPrinter.o CC arch/XCore/XCoreMapping.o CC arch/TMS320C64x/TMS320C64xInstPrinter.o CC arch/TMS320C64x/TMS320C64xMapping.o CC arch/TMS320C64x/TMS320C64xModule.o CC arch/TMS320C64x/TMS320C64xDisassembler.o CC arch/M680X/M680XModule.o CC arch/M680X/M680XInstPrinter.o CC arch/M680X/M680XDisassembler.o CC arch/EVM/EVMModule.o CC arch/EVM/EVMDisassembler.o arch/M680X/M680XDisassembler.c:2124:20: warning: variable 's_cpu_type' is not needed and will not be emitted [-Wunneeded-internal-declaration] static const char *s_cpu_type[] = { ^ CC arch/EVM/EVMInstPrinter.o CC arch/EVM/EVMMapping.o CC MCInst.o GEN capstone.pc 1 warning generated. LINK libcapstone.4.dylib AR libcapstone.a ar: creating archive ./libcapstone.a gmake[1]: Entering directory '/opt/work/devel/capstone/work/capstone-4.0.2/cstool' CC cstool_systemz.o CC cstool.o CC cstool_mips.o CC cstool_m680x.o CC cstool_x86.o CC cstool_tms320c64x.o CC cstool_arm.o CC cstool_evm.o In file included from cstool.c:7: ./getopt.h:20:1: warning: no previous prototype for function 'getopt' [-Wmissing-prototypes] getopt (int nargc, char * const nargv[], const char *ostr) ^ ./getopt.h:19:1: note: declare 'static' if the function is not intended to be used outside of this translation unit int ^ static cstool_x86.c:180:6: warning: no previous prototype for function 'print_insn_detail_x86' [-Wmissing-prototypes] void print_insn_detail_x86(csh ud, cs_mode mode, cs_insn *ins) ^ cstool_x86.c:180:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void print_insn_detail_x86(csh ud, cs_mode mode, cs_insn *ins) ^ static cstool_tms320c64x.c:9:6: warning: no previous prototype for function 'print_insn_detail_tms320c64x' [-Wmissing-prototypes] void print_insn_detail_tms320c64x(csh handle, cs_insn *ins) ^ cstool_tms320c64x.c:9:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void print_insn_detail_tms320c64x(csh handle, cs_insn *ins) ^ static cstool_m680x.c:13:6: warning: no previous prototype for function 'print_read_write_regs' [-Wmissing-prototypes] void print_read_write_regs(csh handle, cs_detail *detail) ^ cstool_m680x.c:13:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void print_read_write_regs(csh handle, cs_detail *detail) ^ static cstool_m680x.c:45:6: warning: no previous prototype for function 'print_insn_detail_m680x' [-Wmissing-prototypes] void print_insn_detail_m680x(csh handle, cs_insn *insn) ^ cstool_m680x.c:45:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void print_insn_detail_m680x(csh handle, cs_insn *insn) ^ static cstool.c:91:6: warning: no previous prototype for function 'print_string_hex' [-Wmissing-prototypes] void print_string_hex(const char *comment, unsigned char *str, size_t len) ^ cstool.c:91:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void print_string_hex(const char *comment, unsigned char *str, size_t len) ^ static cstool_mips.c:11:6: warning: no previous prototype for function 'print_insn_detail_mips' [-Wmissing-prototypes] void print_insn_detail_mips(csh handle, cs_insn *ins) ^ cstool_mips.c:11:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void print_insn_detail_mips(csh handle, cs_insn *ins) ^ static cstool_arm.c:8:6: warning: no previous prototype for function 'print_insn_detail_arm' [-Wmissing-prototypes] void print_insn_detail_arm(csh handle, cs_insn *ins) ^ cstool_arm.c:8:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void print_insn_detail_arm(csh handle, cs_insn *ins) ^ static cstool_systemz.c:10:6: warning: no previous prototype for function 'print_insn_detail_sysz' [-Wmissing-prototypes] void print_insn_detail_sysz(csh handle, cs_insn *ins) ^ cstool_systemz.c:10:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void print_insn_detail_sysz(csh handle, cs_insn *ins) ^ static cstool_evm.c:8:6: warning: no previous prototype for function 'print_insn_detail_evm' [-Wmissing-prototypes] void print_insn_detail_evm(csh handle, cs_insn *ins) ^ cstool_evm.c:8:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void print_insn_detail_evm(csh handle, cs_insn *ins) ^ static 1 warning generated. 1 warning generated. 1 warning generated. CC cstool_xcore.o 2 warnings generated. 1 warning generated. CC cstool_m68k.o CC cstool_ppc.o CC cstool_arm64.o CC cstool_sparc.o 1 warning generated. 1 warning generated. 2 warnings generated. cstool_xcore.c:9:6: warning: no previous prototype for function 'print_insn_detail_xcore' [-Wmissing-prototypes] void print_insn_detail_xcore(csh handle, cs_insn *ins) ^ cstool_xcore.c:9:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void print_insn_detail_xcore(csh handle, cs_insn *ins) ^ static cstool_ppc.c:39:6: warning: no previous prototype for function 'print_insn_detail_ppc' [-Wmissing-prototypes] void print_insn_detail_ppc(csh handle, cs_insn *ins) ^ cstool_ppc.c:39:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void print_insn_detail_ppc(csh handle, cs_insn *ins) ^ static cstool_sparc.c:10:61: warning generatedwarning. : no previous prototype for function 'print_insn_detail_sparc' [-Wmissing-prototypes] void print_insn_detail_sparc(csh handle, cs_insn *ins) ^ cstool_m68k.c:61:6: warning: no previous prototype for function 'print_insn_detail_m68k' [-Wmissing-prototypes] void print_insn_detail_m68k(csh handle, cs_insn *ins) ^ cstool_m68k.c:61:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void print_insn_detail_m68k(csh handle, cs_insn *ins) ^ static cstool_sparc.c:10:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void print_insn_detail_sparc(csh handle, cs_insn *ins) ^ static cstool_arm64.c:11:6: warning: no previous prototype for function 'print_insn_detail_arm64' [-Wmissing-prototypes] void print_insn_detail_arm64(csh handle, cs_insn *ins) ^ cstool_arm64.c:11:1: note: declare 'static' if the function is not intended to be used outside of this translation unit void print_insn_detail_arm64(csh handle, cs_insn *ins) ^ static 1 warning generated. 1 warning generated. 1 warning generated. 1 warning generated. LINK cstool gmake[1]: Leaving directory '/opt/work/devel/capstone/work/capstone-4.0.2/cstool' /opt/pkg/bin/gmake -C tests gmake[1]: Entering directory '/opt/work/devel/capstone/work/capstone-4.0.2/tests' CC test_detail.o CC test_arm.o CC test_arm64.o CC test_m68k.o CC test_customized_mnem.o CC test_iter.o CC test_skipdata.o CC test_basic.o CC test_mips.o CC test_ppc.o CC test_sparc.o CC test_x86.o CC test_xcore.o CC test_systemz.o CC test_tms320c64x.o CC test_m680x.o CC test_evm.o LINK test_customized_mnem LINK test_iter LINK test_m68k LINK test_arm64 LINK test_skipdata LINK test_arm LINK test_detail LINK test_basic LINK test_customized_mnem.static LINK test_iter.static LINK test_arm64.static LINK test_detail.static LINK test_skipdata.static LINK test_m68k.static LINK test_basic.static LINK test_arm.static LINK test_mips LINK test_ppc LINK test_sparc LINK test_systemz LINK test_x86 LINK test_xcore LINK test_tms320c64x LINK test_m680x LINK test_ppc.static LINK test_mips.static LINK test_systemz.static LINK test_sparc.static LINK test_xcore.static LINK test_x86.static LINK test_tms320c64x.static LINK test_m680x.static LINK test_evm LINK test_evm.static gmake[1]: Leaving directory '/opt/work/devel/capstone/work/capstone-4.0.2/tests' /opt/pkg/bin/gmake -C suite/fuzz gmake[1]: Entering directory '/opt/work/devel/capstone/work/capstone-4.0.2/suite/fuzz' CC fuzz_disasm.o CC drivermc.o CC driverbin.o LINK fuzz_bindisasm LINK fuzz_disasm gmake[1]: Leaving directory '/opt/work/devel/capstone/work/capstone-4.0.2/suite/fuzz' install -m0755 ./libcapstone.4.dylib ./tests/ cd ./tests/ && rm -f libcapstone.dylib && ln -s libcapstone.4.dylib libcapstone.dylib