=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> 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 py310-pyvex-9.2.98 * Building wheel... /usr/pkg/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build Building libVEX cc -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g -o auxprogs/genoffsets auxprogs/genoffsets.c auxprogs/genoffsets > pub/libvex_guest_offsets.h gcc -c -o priv/ir_defs.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/ir_defs.c gcc -c -o priv/ir_match.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/ir_match.c gcc -c -o priv/ir_opt.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/ir_opt.c priv/ir_opt.c: In function 'clear_env': priv/ir_opt.c:702:13: warning: declaration of 'j' shadows a previous local [-Wshadow] 702 | for (Int j = 0; j < env->used; j++) { | ^ priv/ir_opt.c:696:11: note: shadowed declaration is here 696 | Int i, j; | ^ priv/ir_opt.c:708:16: warning: declaration of 'i' shadows a previous local [-Wshadow] 708 | for (Int i = e_lo; i < e_hi; ) { | ^ priv/ir_opt.c:696:8: note: shadowed declaration is here 696 | Int i, j; | ^ priv/ir_opt.c:696:11: warning: unused variable 'j' [-Wunused-variable] 696 | Int i, j; | ^ priv/ir_opt.c:696:8: warning: unused variable 'i' [-Wunused-variable] 696 | Int i, j; | ^ gcc -c -o priv/ir_inject.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/ir_inject.c gcc -c -o priv/main_globals.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/main_globals.c gcc -c -o priv/main_util.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/main_util.c priv/main_util.c: In function 'vprintf_wrk': priv/main_util.c:488:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 488 | ULong l = (Addr)va_arg(ap, void*); | ^ gcc -c -o priv/s390_disasm.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/s390_disasm.c gcc -c -o priv/host_x86_defs.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_x86_defs.c priv/host_x86_defs.c: In function 'emit_X86Instr': priv/host_x86_defs.c:2484:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2484 | p = emit32(p, (UInt)(Addr)disp_cp_chain_me); | ^ priv/host_x86_defs.c:2526:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2526 | p = emit32(p, (UInt)(Addr)disp_cp_xindir); | ^ priv/host_x86_defs.c:2590:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2590 | p = emit32(p, (UInt)(Addr)disp_cp_xassisted); | ^ In file included from priv/host_x86_defs.c:36: priv/host_x86_defs.c: In function 'chainXDirect_X86': priv/host_x86_defs.c:3367:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3367 | == (UInt)(Addr)disp_cp_chain_me_EXPECTED); | ^ pub/libvex_basictypes.h:41:45: note: in definition of macro 'LIKELY' 41 | #define LIKELY(x) __builtin_expect(!!(x), 1) | ^ priv/host_x86_defs.c:3366:4: note: in expansion of macro 'vassert' 3366 | vassert(read_misaligned_UInt_LE(&p[1]) | ^~~~~~~ priv/host_x86_defs.c: In function 'unchainXDirect_X86': priv/host_x86_defs.c:3432:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3432 | write_misaligned_UInt_LE(&p[1], (UInt)(Addr)disp_cp_chain_me); | ^ priv/host_x86_defs.c: In function 'patchProfInc_X86': priv/host_x86_defs.c:3463:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3463 | UInt imm32 = (UInt)(Addr)location_of_counter; | ^ priv/host_x86_defs.c:3468:22: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3468 | imm32 = 4 + (UInt)(Addr)location_of_counter; | ^ gcc -c -o priv/host_amd64_defs.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_amd64_defs.c priv/host_amd64_defs.c: In function 'emit_AMD64Instr': priv/host_amd64_defs.c:2983:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2983 | p = emit64(p, (Addr)disp_cp_chain_me); | ^ priv/host_amd64_defs.c:3026:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3026 | if (fitsIn32Bits((Addr)disp_cp_xindir)) { | ^ priv/host_amd64_defs.c:3032:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3032 | p = emit32(p, (UInt)(Addr)disp_cp_xindir); | ^ priv/host_amd64_defs.c:3037:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3037 | p = emit64(p, (Addr)disp_cp_xindir); | ^ priv/host_amd64_defs.c:3103:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3103 | p = emit64(p, (Addr)disp_cp_xassisted); | ^ In file included from priv/host_amd64_defs.c:36: priv/host_amd64_defs.c: In function 'chainXDirect_AMD64': priv/host_amd64_defs.c:3888:47: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3888 | vassert(read_misaligned_ULong_LE(&p[2]) == (Addr)disp_cp_chain_me_EXPECTED); | ^ pub/libvex_basictypes.h:41:45: note: in definition of macro 'LIKELY' 41 | #define LIKELY(x) __builtin_expect(!!(x), 1) | ^ priv/host_amd64_defs.c:3888:4: note: in expansion of macro 'vassert' 3888 | vassert(read_misaligned_ULong_LE(&p[2]) == (Addr)disp_cp_chain_me_EXPECTED); | ^~~~~~~ priv/host_amd64_defs.c:3947:47: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3947 | write_misaligned_ULong_LE(&p[2], (ULong)(Addr)place_to_jump_to); | ^ priv/host_amd64_defs.c: In function 'unchainXDirect_AMD64': priv/host_amd64_defs.c:3983:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3983 | == (ULong)(Addr)place_to_jump_to_EXPECTED | ^ priv/host_amd64_defs.c:4014:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4014 | write_misaligned_ULong_LE(&p[2], (ULong)(Addr)disp_cp_chain_me); | ^ priv/host_amd64_defs.c: In function 'patchProfInc_AMD64': priv/host_amd64_defs.c:4045:25: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4045 | ULong imm64 = (ULong)(Addr)location_of_counter; | ^ gcc -c -o priv/host_arm_defs.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_arm_defs.c priv/host_arm_defs.c: In function 'emit_ARMInstr': priv/host_arm_defs.c:3345:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3345 | (UInt)(Addr)disp_cp_chain_me); | ^ priv/host_arm_defs.c:3392:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3392 | p = imm32_to_ireg(p, /*r*/12, (UInt)(Addr)disp_cp_xindir); | ^ priv/host_arm_defs.c:3456:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3456 | p = imm32_to_ireg(p, /*r*/12, (UInt)(Addr)disp_cp_xassisted); | ^ In file included from priv/host_arm_defs.c:36: priv/host_arm_defs.c: In function 'chainXDirect_ARM': priv/host_arm_defs.c:4917:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4917 | p, /*r*/12, (UInt)(Addr)disp_cp_chain_me_EXPECTED)); | ^ pub/libvex_basictypes.h:41:45: note: in definition of macro 'LIKELY' 41 | #define LIKELY(x) __builtin_expect(!!(x), 1) | ^ priv/host_arm_defs.c:4916:4: note: in expansion of macro 'vassert' 4916 | vassert(is_imm32_to_ireg_EXACTLY2( | ^~~~~~~ priv/host_arm_defs.c:4974:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4974 | p, /*r*/12, (UInt)(Addr)place_to_jump_to); | ^ priv/host_arm_defs.c: In function 'unchainXDirect_ARM': priv/host_arm_defs.c:5013:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 5013 | p, /*r*/12, (UInt)(Addr)place_to_jump_to_EXPECTED) | ^ priv/host_arm_defs.c:5040:31: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 5040 | p, /*r*/12, (UInt)(Addr)disp_cp_chain_me); | ^ priv/host_arm_defs.c: In function 'patchProfInc_ARM': priv/host_arm_defs.c:5064:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 5064 | imm32_to_ireg_EXACTLY2(p, /*r*/12, (UInt)(Addr)location_of_counter); | ^ gcc -c -o priv/host_arm64_defs.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_arm64_defs.c priv/host_arm64_defs.c: In function 'emit_ARM64Instr': priv/host_arm64_defs.c:3547:48: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3547 | p = imm64_to_ireg_EXACTLY4(p, /*x*/9, (Addr)disp_cp_chain_me); | ^ priv/host_arm64_defs.c:3590:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3590 | p = imm64_to_ireg(p, /*x*/9, (Addr)disp_cp_xindir); | ^ priv/host_arm64_defs.c:3657:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3657 | p = imm64_to_ireg(p, /*x*/9, (Addr)disp_cp_xassisted); | ^ In file included from priv/host_arm64_defs.c:31: priv/host_arm64_defs.c: In function 'chainXDirect_ARM64': priv/host_arm64_defs.c:5444:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 5444 | p, /*x*/9, (Addr)disp_cp_chain_me_EXPECTED)); | ^ pub/libvex_basictypes.h:41:45: note: in definition of macro 'LIKELY' 41 | #define LIKELY(x) __builtin_expect(!!(x), 1) | ^ priv/host_arm64_defs.c:5443:4: note: in expansion of macro 'vassert' 5443 | vassert(is_imm64_to_ireg_EXACTLY4( | ^~~~~~~ priv/host_arm64_defs.c:5459:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 5459 | (void)imm64_to_ireg_EXACTLY4(p, /*x*/9, (Addr)place_to_jump_to); | ^ In file included from priv/host_arm64_defs.c:31: priv/host_arm64_defs.c: In function 'unchainXDirect_ARM64': priv/host_arm64_defs.c:5489:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 5489 | p, /*x*/9, (Addr)place_to_jump_to_EXPECTED)); | ^ pub/libvex_basictypes.h:41:45: note: in definition of macro 'LIKELY' 41 | #define LIKELY(x) __builtin_expect(!!(x), 1) | ^ priv/host_arm64_defs.c:5488:4: note: in expansion of macro 'vassert' 5488 | vassert(is_imm64_to_ireg_EXACTLY4( | ^~~~~~~ priv/host_arm64_defs.c:5502:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 5502 | (void)imm64_to_ireg_EXACTLY4(p, /*x*/9, (Addr)disp_cp_chain_me); | ^ priv/host_arm64_defs.c: In function 'patchProfInc_ARM64': priv/host_arm64_defs.c:5524:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 5524 | imm64_to_ireg_EXACTLY4(p, /*x*/9, (Addr)location_of_counter); | ^ gcc -c -o priv/host_ppc_defs.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_ppc_defs.c priv/host_ppc_defs.c: In function 'emit_PPCInstr': priv/host_ppc_defs.c:4453:26: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4453 | p, /*r*/30, (Addr)disp_cp_chain_me, mode64, endness_host); | ^ priv/host_ppc_defs.c:4501:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4501 | p = mkLoadImm(p, /*r*/30, (ULong)(Addr)disp_cp_xindir, mode64, | ^ priv/host_ppc_defs.c:4570:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4570 | (ULong)(Addr)disp_cp_xassisted, mode64, | ^ In file included from priv/host_ppc_defs.c:36: priv/host_ppc_defs.c: In function 'chainXDirect_PPC': priv/host_ppc_defs.c:6437:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 6437 | (Addr)disp_cp_chain_me_EXPECTED, | ^ pub/libvex_basictypes.h:41:45: note: in definition of macro 'LIKELY' 41 | #define LIKELY(x) __builtin_expect(!!(x), 1) | ^ priv/host_ppc_defs.c:6436:4: note: in expansion of macro 'vassert' 6436 | vassert(isLoadImm_EXACTLY2or5(p, /*r*/30, | ^~~~~~~ priv/host_ppc_defs.c:6452:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 6452 | (Addr)place_to_jump_to, mode64, | ^ In file included from priv/host_ppc_defs.c:36: priv/host_ppc_defs.c: In function 'unchainXDirect_PPC': priv/host_ppc_defs.c:6491:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 6491 | (Addr)place_to_jump_to_EXPECTED, | ^ pub/libvex_basictypes.h:41:45: note: in definition of macro 'LIKELY' 41 | #define LIKELY(x) __builtin_expect(!!(x), 1) | ^ priv/host_ppc_defs.c:6490:4: note: in expansion of macro 'vassert' 6490 | vassert(isLoadImm_EXACTLY2or5(p, /*r*/30, | ^~~~~~~ priv/host_ppc_defs.c:6506:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 6506 | (Addr)disp_cp_chain_me, mode64, | ^ priv/host_ppc_defs.c: In function 'patchProfInc_PPC': priv/host_ppc_defs.c:6544:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 6544 | (Addr)location_of_counter, | ^ priv/host_ppc_defs.c:6559:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 6559 | (Addr)location_of_counter, | ^ gcc -c -o priv/host_riscv64_defs.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_riscv64_defs.c priv/host_riscv64_defs.c: In function 'emit_RISCV64Instr': priv/host_riscv64_defs.c:2398:54: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2398 | p = addr48_to_ireg_EXACTLY_18B(p, 5 /*x5/t0*/, (ULong)disp_cp_chain_me); | ^ priv/host_riscv64_defs.c:2450:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2450 | p = imm64_to_ireg(p, 5 /*x5/t0*/, (ULong)disp_cp_xindir); | ^ priv/host_riscv64_defs.c:2524:41: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2524 | p = imm64_to_ireg(p, 5 /*x5/t0*/, (ULong)disp_cp_xassisted); | ^ In file included from priv/host_riscv64_defs.c:29: priv/host_riscv64_defs.c: In function 'chainXDirect_RISCV64': priv/host_riscv64_defs.c:2643:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2643 | (ULong)disp_cp_chain_me_EXPECTED)); | ^ pub/libvex_basictypes.h:41:45: note: in definition of macro 'LIKELY' 41 | #define LIKELY(x) __builtin_expect(!!(x), 1) | ^ priv/host_riscv64_defs.c:2642:4: note: in expansion of macro 'vassert' 2642 | vassert(is_addr48_to_ireg_EXACTLY_18B(p, 5 /*x5/t0*/, | ^~~~~~~ priv/host_riscv64_defs.c:2660:53: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2660 | (void)addr48_to_ireg_EXACTLY_18B(p, 5 /*x5/t0*/, (ULong)place_to_jump_to); | ^ In file included from priv/host_riscv64_defs.c:29: priv/host_riscv64_defs.c: In function 'unchainXDirect_RISCV64': priv/host_riscv64_defs.c:2692:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2692 | (ULong)place_to_jump_to_EXPECTED)); | ^ pub/libvex_basictypes.h:41:45: note: in definition of macro 'LIKELY' 41 | #define LIKELY(x) __builtin_expect(!!(x), 1) | ^ priv/host_riscv64_defs.c:2691:4: note: in expansion of macro 'vassert' 2691 | vassert(is_addr48_to_ireg_EXACTLY_18B(p, 5 /*x5/t0*/, | ^~~~~~~ priv/host_riscv64_defs.c:2709:53: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2709 | (void)addr48_to_ireg_EXACTLY_18B(p, 5 /*x5/t0*/, (ULong)disp_cp_chain_me); | ^ priv/host_riscv64_defs.c: In function 'patchProfInc_RISCV64': priv/host_riscv64_defs.c:2731:53: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2731 | (void)addr48_to_ireg_EXACTLY_18B(p, 6 /*x6/t1*/, (ULong)location_of_counter); | ^ gcc -c -o priv/host_s390_defs.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_s390_defs.c priv/host_s390_defs.c: In function 's390_insn_xdirect_emit': priv/host_s390_defs.c:10892:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 10892 | Addr64 addr = (Addr)disp_cp_chain_me; | ^ priv/host_s390_defs.c: In function 's390_insn_xindir_emit': priv/host_s390_defs.c:10964:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 10964 | (Addr)disp_cp_xindir); | ^ priv/host_s390_defs.c: In function 's390_insn_xassisted_emit': priv/host_s390_defs.c:11046:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 11046 | (Addr)disp_cp_xassisted); | ^ priv/host_s390_defs.c: In function 'patchProfInc_S390': priv/host_s390_defs.c:11566:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 11566 | (Addr)location_of_counter); | ^ priv/host_s390_defs.c: In function 'chainXDirect_S390': priv/host_s390_defs.c:11591:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 11591 | (Addr)disp_cp_chain_me_EXPECTED); | ^ priv/host_s390_defs.c:11652:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 11652 | Addr64 addr = (Addr)place_to_jump_to; | ^ priv/host_s390_defs.c: In function 'unchainXDirect_S390': priv/host_s390_defs.c:11704:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 11704 | (Addr)place_to_jump_to_EXPECTED); | ^ priv/host_s390_defs.c:11723:18: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 11723 | Addr64 addr = (Addr)disp_cp_chain_me; | ^ gcc -c -o priv/host_mips_defs.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_mips_defs.c priv/host_mips_defs.c: In function 'emit_MIPSInstr': priv/host_mips_defs.c:3027:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3027 | (Addr)disp_cp_chain_me, mode64); | ^ priv/host_mips_defs.c:3080:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3080 | (Addr)disp_cp_xindir, mode64); | ^ priv/host_mips_defs.c:3150:43: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3150 | (ULong)(Addr)disp_cp_xassisted, mode64); | ^ In file included from priv/host_mips_defs.c:31: priv/host_mips_defs.c: In function 'chainXDirect_MIPS': priv/host_mips_defs.c:3927:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3927 | (UInt)(Addr)disp_cp_chain_me_EXPECTED, | ^ pub/libvex_basictypes.h:41:45: note: in definition of macro 'LIKELY' 41 | #define LIKELY(x) __builtin_expect(!!(x), 1) | ^ priv/host_mips_defs.c:3926:4: note: in expansion of macro 'vassert' 3926 | vassert(isLoadImm_EXACTLY2or6(p, /*r*/9, | ^~~~~~~ priv/host_mips_defs.c:3944:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3944 | (Addr)place_to_jump_to, mode64); | ^ In file included from priv/host_mips_defs.c:31: priv/host_mips_defs.c: In function 'unchainXDirect_MIPS': priv/host_mips_defs.c:3975:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3975 | (Addr)place_to_jump_to_EXPECTED, | ^ pub/libvex_basictypes.h:41:45: note: in definition of macro 'LIKELY' 41 | #define LIKELY(x) __builtin_expect(!!(x), 1) | ^ priv/host_mips_defs.c:3974:4: note: in expansion of macro 'vassert' 3974 | vassert(isLoadImm_EXACTLY2or6(p, /*r*/ 9, | ^~~~~~~ priv/host_mips_defs.c:3990:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3990 | (Addr)disp_cp_chain_me, mode64); | ^ priv/host_mips_defs.c: In function 'patchProfInc_MIPS': priv/host_mips_defs.c:4034:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 4034 | (Addr)location_of_counter, mode64); | ^ gcc -c -o priv/host_x86_isel.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_x86_isel.c priv/host_x86_isel.c: In function 'callHelperAndClearArgs': priv/host_x86_isel.c:390:37: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 390 | addInstr(env, X86Instr_Call( cc, (Addr)cee->addr, | ^ priv/host_x86_isel.c: In function 'iselIntExpr_R_wrk': priv/host_x86_isel.c:1403:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1403 | Addr fn = (Addr)h_generic_calc_GetMSBs8x8; | ^ gcc -c -o priv/host_amd64_isel.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_amd64_isel.c priv/host_amd64_isel.c: In function 'doHelperCall': priv/host_amd64_isel.c:693:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 693 | AMD64Instr_Call(cc, (Addr)cee->addr, n_args, *retloc)); | ^ gcc -c -o priv/host_arm_isel.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_arm_isel.c priv/host_arm_isel.c: In function 'doHelperCallWithArgsOnStack': priv/host_arm_isel.c:489:20: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 489 | Addr32 target = (Addr)cee->addr; | ^ priv/host_arm_isel.c: In function 'doHelperCall': priv/host_arm_isel.c:846:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 846 | target = (Addr)cee->addr; | ^ priv/host_arm_isel.c: In function 'iselIntExpr_R_wrk': priv/host_arm_isel.c:1640:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1640 | addInstr(env, ARMInstr_Call( ARMcc_AL, (Addr)fn, | ^ priv/host_arm_isel.c:1929:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1929 | addInstr(env, ARMInstr_Call( ARMcc_AL, (Addr)fn, | ^ gcc -c -o priv/host_arm64_isel.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_arm64_isel.c priv/host_arm64_isel.c: In function 'doHelperCall': priv/host_arm64_isel.c:773:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 773 | target = (Addr)cee->addr; | ^ priv/host_arm64_isel.c: In function 'iselIntExpr_R_wrk': priv/host_arm64_isel.c:1707:53: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1707 | addInstr(env, ARM64Instr_Call( ARM64cc_AL, (Addr)fn, | ^ gcc -c -o priv/host_ppc_isel.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_ppc_isel.c priv/host_ppc_isel.c: In function 'doHelperCall': priv/host_ppc_isel.c:1066:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1066 | Addr64 target = mode64 ? (Addr)cee->addr | ^ priv/host_ppc_isel.c:1067:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1067 | : toUInt((Addr)(cee->addr)); | ^ priv/host_ppc_isel.c: In function 'iselWordExpr_R_wrk': priv/host_ppc_isel.c:2296:47: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2296 | addInstr(env, PPCInstr_Call( cc, (Addr)h_calc_BCDtoDPB, | ^ priv/host_ppc_isel.c:2333:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 2333 | addInstr(env, PPCInstr_Call( cc, (Addr)h_calc_DPBtoBCD, | ^ priv/host_ppc_isel.c: In function 'iselInt64Expr_wrk': priv/host_ppc_isel.c:3815:48: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3815 | addInstr( env, PPCInstr_Call( cc, (Addr)h_calc_BCDtoDPB, | ^ priv/host_ppc_isel.c:3820:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3820 | target = mode64 ? (Addr)h_calc_BCDtoDPB : | ^ priv/host_ppc_isel.c:3821:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3821 | toUInt( (Addr)h_calc_BCDtoDPB ); | ^ priv/host_ppc_isel.c:3863:47: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3863 | addInstr(env, PPCInstr_Call( cc, (Addr)h_calc_DPBtoBCD, | ^ priv/host_ppc_isel.c:3868:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3868 | target = mode64 ? (Addr)h_calc_DPBtoBCD : | ^ priv/host_ppc_isel.c:3869:24: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3869 | toUInt( (Addr)h_calc_DPBtoBCD ); | ^ gcc -c -o priv/host_riscv64_isel.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_riscv64_isel.c priv/host_riscv64_isel.c: In function 'doHelperCall': priv/host_riscv64_isel.c:551:45: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 551 | addInstr(env, RISCV64Instr_Call(*retloc, (Addr64)cee->addr, cond, nextArgReg, | ^ gcc -c -o priv/host_s390_isel.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_s390_isel.c priv/host_s390_isel.c: In function 'doHelperCall': priv/host_s390_isel.c:742:13: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 742 | target = (Addr)callee->addr; | ^ gcc -c -o priv/host_mips_isel.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_mips_isel.c priv/host_mips_isel.c: In function 'doHelperCall': priv/host_mips_isel.c:641:29: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 641 | Addr64 target = mode64 ? (Addr)cee->addr : | ^ priv/host_mips_isel.c:642:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 642 | toUInt((Addr)cee->addr); | ^ priv/host_mips_isel.c: In function 'iselWordExpr_R_wrk': priv/host_mips_isel.c:1356:49: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1356 | (Addr)fn, | ^ priv/host_mips_isel.c:1764:46: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 1764 | (Addr)fn, | ^ gcc -c -o priv/host_generic_maddf.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_generic_maddf.c gcc -c -o priv/host_generic_regs.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_generic_regs.c gcc -c -o priv/host_generic_simd64.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_generic_simd64.c gcc -c -o priv/host_generic_simd128.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_generic_simd128.c gcc -c -o priv/host_generic_simd256.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_generic_simd256.c gcc -c -o priv/host_generic_reg_alloc2.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_generic_reg_alloc2.c gcc -c -o priv/host_generic_reg_alloc3.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/host_generic_reg_alloc3.c gcc -c -o priv/guest_generic_x87.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_generic_x87.c gcc -c -o priv/guest_generic_bb_to_IR.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_generic_bb_to_IR.c gcc -c -o priv/guest_x86_helpers.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_x86_helpers.c priv/guest_x86_helpers.c: In function 'x86g_dirtyhelper_loadF80le': priv/guest_x86_helpers.c:1480:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1480 | convert_f80le_to_f64le ( (UChar*)addrU, (UChar*)&f64 ); | ^ priv/guest_x86_helpers.c: In function 'x86g_dirtyhelper_storeF80le': priv/guest_x86_helpers.c:1488:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 1488 | convert_f64le_to_f80le( (UChar*)&f64, (UChar*)addrU ); | ^ gcc -c -o priv/guest_amd64_helpers.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_amd64_helpers.c priv/guest_amd64_helpers.c: In function 'amd64g_dirtyhelper_loadF80le': priv/guest_amd64_helpers.c:2290:29: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2290 | convert_f80le_to_f64le ( (UChar*)addrU, (UChar*)&f64 ); | ^ priv/guest_amd64_helpers.c: In function 'amd64g_dirtyhelper_storeF80le': priv/guest_amd64_helpers.c:2298:42: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 2298 | convert_f64le_to_f80le( (UChar*)&f64, (UChar*)addrU ); | ^ gcc -c -o priv/guest_arm_helpers.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_arm_helpers.c gcc -c -o priv/guest_arm64_helpers.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_arm64_helpers.c gcc -c -o priv/guest_ppc_helpers.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_ppc_helpers.c gcc -c -o priv/guest_riscv64_helpers.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_riscv64_helpers.c priv/guest_riscv64_helpers.c: In function 'riscv64g_calculate_fflags_fmin_s': priv/guest_riscv64_helpers.c:256:9: warning: unused variable 'rm_RISCV' [-Wunused-variable] 256 | UInt rm_RISCV = 0; /* unused */ | ^~~~~~~~ priv/guest_riscv64_helpers.c: In function 'riscv64g_calculate_fflags_fmax_s': priv/guest_riscv64_helpers.c:261:9: warning: unused variable 'rm_RISCV' [-Wunused-variable] 261 | UInt rm_RISCV = 0; /* unused */ | ^~~~~~~~ priv/guest_riscv64_helpers.c: In function 'riscv64g_calculate_fflags_feq_s': priv/guest_riscv64_helpers.c:266:9: warning: unused variable 'rm_RISCV' [-Wunused-variable] 266 | UInt rm_RISCV = 0; /* unused */ | ^~~~~~~~ priv/guest_riscv64_helpers.c: In function 'riscv64g_calculate_fflags_flt_s': priv/guest_riscv64_helpers.c:271:9: warning: unused variable 'rm_RISCV' [-Wunused-variable] 271 | UInt rm_RISCV = 0; /* unused */ | ^~~~~~~~ priv/guest_riscv64_helpers.c: In function 'riscv64g_calculate_fflags_fle_s': priv/guest_riscv64_helpers.c:276:9: warning: unused variable 'rm_RISCV' [-Wunused-variable] 276 | UInt rm_RISCV = 0; /* unused */ | ^~~~~~~~ priv/guest_riscv64_helpers.c: In function 'riscv64g_calculate_fflags_fmin_d': priv/guest_riscv64_helpers.c:281:9: warning: unused variable 'rm_RISCV' [-Wunused-variable] 281 | UInt rm_RISCV = 0; /* unused */ | ^~~~~~~~ priv/guest_riscv64_helpers.c: In function 'riscv64g_calculate_fflags_fmax_d': priv/guest_riscv64_helpers.c:286:9: warning: unused variable 'rm_RISCV' [-Wunused-variable] 286 | UInt rm_RISCV = 0; /* unused */ | ^~~~~~~~ priv/guest_riscv64_helpers.c: In function 'riscv64g_calculate_fflags_feq_d': priv/guest_riscv64_helpers.c:291:9: warning: unused variable 'rm_RISCV' [-Wunused-variable] 291 | UInt rm_RISCV = 0; /* unused */ | ^~~~~~~~ priv/guest_riscv64_helpers.c: In function 'riscv64g_calculate_fflags_flt_d': priv/guest_riscv64_helpers.c:296:9: warning: unused variable 'rm_RISCV' [-Wunused-variable] 296 | UInt rm_RISCV = 0; /* unused */ | ^~~~~~~~ priv/guest_riscv64_helpers.c: In function 'riscv64g_calculate_fflags_fle_d': priv/guest_riscv64_helpers.c:301:9: warning: unused variable 'rm_RISCV' [-Wunused-variable] 301 | UInt rm_RISCV = 0; /* unused */ | ^~~~~~~~ gcc -c -o priv/guest_s390_helpers.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_s390_helpers.c gcc -c -o priv/guest_mips_helpers.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_mips_helpers.c gcc -c -o priv/guest_x86_toIR.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_x86_toIR.c gcc -c -o priv/guest_amd64_toIR.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_amd64_toIR.c gcc -c -o priv/guest_arm_toIR.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_arm_toIR.c gcc -c -o priv/guest_arm64_toIR.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_arm64_toIR.c gcc -c -o priv/guest_ppc_toIR.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_ppc_toIR.c gcc -c -o priv/guest_riscv64_toIR.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_riscv64_toIR.c In file included from priv/main_globals.h:41, from priv/guest_riscv64_toIR.c:60: priv/main_util.h:44: warning: "NULL" redefined 44 | #define NULL ((void*)0) | In file included from /usr/include/stdio.h:67, from priv/guest_riscv64_toIR.c:55: /usr/include/sys/null.h:13: note: this is the location of the previous definition 13 | #define NULL ((void *)0) | priv/guest_riscv64_toIR.c: In function 'dis_RV64I': priv/guest_riscv64_toIR.c:1627:10: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] 1627 | if (pred == 0b1111 && succ == 0b1111) | ^ gcc -c -o priv/guest_s390_toIR.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_s390_toIR.c priv/guest_s390_toIR.c: In function 's390_irgen_EXRL': priv/guest_s390_toIR.c:13064:19: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 13064 | UChar *bytes = exrl_bytes + offset * 2UL; | ^~~~~~~~~~ gcc -c -o priv/guest_mips_toIR.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/guest_mips_toIR.c gcc -c -o priv/multiarch_main_main.o -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/multiarch_main_main.c rm -f libvex.a ar -crs libvex.a priv/ir_defs.o priv/ir_match.o priv/ir_opt.o priv/ir_inject.o priv/main_globals.o priv/main_util.o priv/s390_disasm.o priv/host_x86_defs.o priv/host_amd64_defs.o priv/host_arm_defs.o priv/host_arm64_defs.o priv/host_ppc_defs.o priv/host_riscv64_defs.o priv/host_s390_defs.o priv/host_mips_defs.o priv/host_x86_isel.o priv/host_amd64_isel.o priv/host_arm_isel.o priv/host_arm64_isel.o priv/host_ppc_isel.o priv/host_riscv64_isel.o priv/host_s390_isel.o priv/host_mips_isel.o priv/host_generic_maddf.o priv/host_generic_regs.o priv/host_generic_simd64.o priv/host_generic_simd128.o priv/host_generic_simd256.o priv/host_generic_reg_alloc2.o priv/host_generic_reg_alloc3.o priv/guest_generic_x87.o priv/guest_generic_bb_to_IR.o priv/guest_x86_helpers.o priv/guest_amd64_helpers.o priv/guest_arm_helpers.o priv/guest_arm64_helpers.o priv/guest_ppc_helpers.o priv/guest_riscv64_helpers.o priv/guest_s390_helpers.o priv/guest_mips_helpers.o priv/guest_x86_toIR.o priv/guest_amd64_toIR.o priv/guest_arm_toIR.o priv/guest_arm64_toIR.o priv/guest_ppc_toIR.o priv/guest_riscv64_toIR.o priv/guest_s390_toIR.o priv/guest_mips_toIR.o priv/multiarch_main_main.o gcc -o libvex.so -shared -Ipub -Ipriv -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wmissing-declarations -Wwrite-strings -Wformat -Wformat-security -std=gnu99 -fstrict-aliasing -fPIC -DPYVEX -g priv/ir_defs.o priv/ir_match.o priv/ir_opt.o priv/ir_inject.o priv/main_globals.o priv/main_util.o priv/s390_disasm.o priv/host_x86_defs.o priv/host_amd64_defs.o priv/host_arm_defs.o priv/host_arm64_defs.o priv/host_ppc_defs.o priv/host_riscv64_defs.o priv/host_s390_defs.o priv/host_mips_defs.o priv/host_x86_isel.o priv/host_amd64_isel.o priv/host_arm_isel.o priv/host_arm64_isel.o priv/host_ppc_isel.o priv/host_riscv64_isel.o priv/host_s390_isel.o priv/host_mips_isel.o priv/host_generic_maddf.o priv/host_generic_regs.o priv/host_generic_simd64.o priv/host_generic_simd128.o priv/host_generic_simd256.o priv/host_generic_reg_alloc2.o priv/host_generic_reg_alloc3.o priv/guest_generic_x87.o priv/guest_generic_bb_to_IR.o priv/guest_x86_helpers.o priv/guest_amd64_helpers.o priv/guest_arm_helpers.o priv/guest_arm64_helpers.o priv/guest_ppc_helpers.o priv/guest_riscv64_helpers.o priv/guest_s390_helpers.o priv/guest_mips_helpers.o priv/guest_x86_toIR.o priv/guest_amd64_toIR.o priv/guest_arm_toIR.o priv/guest_arm64_toIR.o priv/guest_ppc_toIR.o priv/guest_riscv64_toIR.o priv/guest_s390_toIR.o priv/guest_mips_toIR.o priv/multiarch_main_main.o Building libpyvex gcc -c -g -O2 -Wall -shared -fPIC -std=c99 -I "/pbulk/work/devel/py-pyvex/work/pyvex-9.2.98/vex/pub" pyvex.c gcc -c -g -O2 -Wall -shared -fPIC -std=c99 -I "/pbulk/work/devel/py-pyvex/work/pyvex-9.2.98/vex/pub" logging.c gcc -c -g -O2 -Wall -shared -fPIC -std=c99 -I "/pbulk/work/devel/py-pyvex/work/pyvex-9.2.98/vex/pub" analysis.c gcc -c -g -O2 -Wall -shared -fPIC -std=c99 -I "/pbulk/work/devel/py-pyvex/work/pyvex-9.2.98/vex/pub" postprocess.c analysis.c: In function 'collect_data_references': analysis.c:626:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 626 | if (guest == VexArchARM && size == 4 || | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ analysis.c:628:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses] 628 | guest == VexArchMIPS64 && size == 8) { | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~ gcc -g -O2 -Wall -shared -fPIC -std=c99 -I "/pbulk/work/devel/py-pyvex/work/pyvex-9.2.98/vex/pub" -o libpyvex.so pyvex.o logging.o analysis.o postprocess.o "/pbulk/work/devel/py-pyvex/work/pyvex-9.2.98/vex/libvex.a" -Wl,-soname,libpyvex.so ar rcs libpyvex.a pyvex.o logging.o analysis.o postprocess.o Copying libraries and headers Creating CFFI defs file scan - trying 0 good and 1462 questionable scan - trying 0 good and 1462 questionable scan - trying 31 good and 1431 questionable scan - trying 31 good and 1430 questionable scan - trying 31 good and 1429 questionable scan - trying 31 good and 1428 questionable scan - trying 31 good and 1427 questionable scan - trying 31 good and 1426 questionable scan - trying 31 good and 1425 questionable scan - trying 31 good and 1424 questionable scan - trying 31 good and 1423 questionable scan - trying 31 good and 1422 questionable scan - trying 31 good and 1421 questionable scan - trying 31 good and 1420 questionable scan - trying 31 good and 1419 questionable scan - trying 31 good and 1418 questionable scan - trying 31 good and 1417 questionable scan - trying 31 good and 1416 questionable scan - trying 31 good and 1415 questionable scan - trying 31 good and 1414 questionable scan - trying 31 good and 1413 questionable scan - trying 31 good and 1413 questionable scan - trying 809 good and 635 questionable scan - trying 809 good and 634 questionable scan - trying 809 good and 633 questionable scan - trying 809 good and 633 questionable scan - trying 852 good and 590 questionable scan - trying 852 good and 589 questionable scan - trying 852 good and 588 questionable running build_py creating build/lib/pyvex copying pyvex/__init__.py -> build/lib/pyvex copying pyvex/_register_info.py -> build/lib/pyvex copying pyvex/arches.py -> build/lib/pyvex copying pyvex/block.py -> build/lib/pyvex copying pyvex/const.py -> build/lib/pyvex copying pyvex/data_ref.py -> build/lib/pyvex copying pyvex/enums.py -> build/lib/pyvex copying pyvex/errors.py -> build/lib/pyvex copying pyvex/expr.py -> build/lib/pyvex copying pyvex/native.py -> build/lib/pyvex copying pyvex/stmt.py -> build/lib/pyvex copying pyvex/types.py -> build/lib/pyvex copying pyvex/utils.py -> build/lib/pyvex copying pyvex/vex_ffi.py -> build/lib/pyvex creating build/lib/pyvex/lifting copying pyvex/lifting/__init__.py -> build/lib/pyvex/lifting copying pyvex/lifting/libvex.py -> build/lib/pyvex/lifting copying pyvex/lifting/lift_function.py -> build/lib/pyvex/lifting copying pyvex/lifting/lifter.py -> build/lib/pyvex/lifting copying pyvex/lifting/post_processor.py -> build/lib/pyvex/lifting copying pyvex/lifting/zerodivision.py -> build/lib/pyvex/lifting creating build/lib/pyvex/lifting/gym copying pyvex/lifting/gym/__init__.py -> build/lib/pyvex/lifting/gym copying pyvex/lifting/gym/aarch64_spotter.py -> build/lib/pyvex/lifting/gym copying pyvex/lifting/gym/arm_spotter.py -> build/lib/pyvex/lifting/gym copying pyvex/lifting/gym/x86_spotter.py -> build/lib/pyvex/lifting/gym creating build/lib/pyvex/lifting/util copying pyvex/lifting/util/__init__.py -> build/lib/pyvex/lifting/util copying pyvex/lifting/util/instr_helper.py -> build/lib/pyvex/lifting/util copying pyvex/lifting/util/lifter_helper.py -> build/lib/pyvex/lifting/util copying pyvex/lifting/util/syntax_wrapper.py -> build/lib/pyvex/lifting/util copying pyvex/lifting/util/vex_helper.py -> build/lib/pyvex/lifting/util running egg_info writing pyvex.egg-info/PKG-INFO writing dependency_links to pyvex.egg-info/dependency_links.txt writing requirements to pyvex.egg-info/requires.txt writing top-level names to pyvex.egg-info/top_level.txt reading manifest file 'pyvex.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' adding license file 'pyvex_c/LICENSE' writing manifest file 'pyvex.egg-info/SOURCES.txt' /usr/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'pyvex.include' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pyvex.include' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pyvex.include' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pyvex.include' to be distributed and are already explicitly excluding 'pyvex.include' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'pyvex.lib' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pyvex.lib' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pyvex.lib' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pyvex.lib' to be distributed and are already explicitly excluding 'pyvex.lib' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying pyvex/py.typed -> build/lib/pyvex creating build/lib/pyvex/include copying pyvex/include/libvex.h -> build/lib/pyvex/include copying pyvex/include/libvex_basictypes.h -> build/lib/pyvex/include copying pyvex/include/libvex_emnote.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_amd64.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_arm.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_arm64.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_mips32.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_mips64.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_offsets.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_ppc32.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_ppc64.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_riscv64.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_s390x.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_tilegx.h -> build/lib/pyvex/include copying pyvex/include/libvex_guest_x86.h -> build/lib/pyvex/include copying pyvex/include/libvex_ir.h -> build/lib/pyvex/include copying pyvex/include/libvex_s390x_common.h -> build/lib/pyvex/include copying pyvex/include/libvex_trc_values.h -> build/lib/pyvex/include copying pyvex/include/pyvex.h -> build/lib/pyvex/include creating build/lib/pyvex/lib copying pyvex/lib/libpyvex.a -> build/lib/pyvex/lib copying pyvex/lib/libpyvex.so -> build/lib/pyvex/lib installing to build/bdist.netbsd-10.0-i386/wheel running install running install_lib creating build/bdist.netbsd-10.0-i386/wheel creating build/bdist.netbsd-10.0-i386/wheel/pyvex copying build/lib/pyvex/__init__.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex copying build/lib/pyvex/_register_info.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex copying build/lib/pyvex/arches.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex copying build/lib/pyvex/block.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex copying build/lib/pyvex/const.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex copying build/lib/pyvex/data_ref.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex copying build/lib/pyvex/enums.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex copying build/lib/pyvex/errors.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex copying build/lib/pyvex/expr.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex copying build/lib/pyvex/native.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex copying build/lib/pyvex/stmt.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex copying build/lib/pyvex/types.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex copying build/lib/pyvex/utils.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex copying build/lib/pyvex/vex_ffi.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex creating build/bdist.netbsd-10.0-i386/wheel/pyvex/lifting copying build/lib/pyvex/lifting/__init__.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/lifting copying build/lib/pyvex/lifting/libvex.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/lifting copying build/lib/pyvex/lifting/lift_function.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/lifting copying build/lib/pyvex/lifting/lifter.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/lifting copying build/lib/pyvex/lifting/post_processor.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/lifting copying build/lib/pyvex/lifting/zerodivision.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/lifting creating build/bdist.netbsd-10.0-i386/wheel/pyvex/lifting/gym copying build/lib/pyvex/lifting/gym/__init__.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/lifting/gym copying build/lib/pyvex/lifting/gym/aarch64_spotter.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/lifting/gym copying build/lib/pyvex/lifting/gym/arm_spotter.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/lifting/gym copying build/lib/pyvex/lifting/gym/x86_spotter.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/lifting/gym creating build/bdist.netbsd-10.0-i386/wheel/pyvex/lifting/util copying build/lib/pyvex/lifting/util/__init__.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/lifting/util copying build/lib/pyvex/lifting/util/instr_helper.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/lifting/util copying build/lib/pyvex/lifting/util/lifter_helper.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/lifting/util copying build/lib/pyvex/lifting/util/syntax_wrapper.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/lifting/util copying build/lib/pyvex/lifting/util/vex_helper.py -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/lifting/util copying build/lib/pyvex/py.typed -> build/bdist.netbsd-10.0-i386/wheel/./pyvex creating build/bdist.netbsd-10.0-i386/wheel/pyvex/include copying build/lib/pyvex/include/libvex.h -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/include copying build/lib/pyvex/include/libvex_basictypes.h -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/include copying build/lib/pyvex/include/libvex_emnote.h -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/include copying build/lib/pyvex/include/libvex_guest_amd64.h -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/include copying build/lib/pyvex/include/libvex_guest_arm.h -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/include copying build/lib/pyvex/include/libvex_guest_arm64.h -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/include copying build/lib/pyvex/include/libvex_guest_mips32.h -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/include copying build/lib/pyvex/include/libvex_guest_mips64.h -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/include copying build/lib/pyvex/include/libvex_guest_offsets.h -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/include copying build/lib/pyvex/include/libvex_guest_ppc32.h -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/include copying build/lib/pyvex/include/libvex_guest_ppc64.h -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/include copying build/lib/pyvex/include/libvex_guest_riscv64.h -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/include copying build/lib/pyvex/include/libvex_guest_s390x.h -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/include copying build/lib/pyvex/include/libvex_guest_tilegx.h -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/include copying build/lib/pyvex/include/libvex_guest_x86.h -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/include copying build/lib/pyvex/include/libvex_ir.h -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/include copying build/lib/pyvex/include/libvex_s390x_common.h -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/include copying build/lib/pyvex/include/libvex_trc_values.h -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/include copying build/lib/pyvex/include/pyvex.h -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/include creating build/bdist.netbsd-10.0-i386/wheel/pyvex/lib copying build/lib/pyvex/lib/libpyvex.a -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/lib copying build/lib/pyvex/lib/libpyvex.so -> build/bdist.netbsd-10.0-i386/wheel/./pyvex/lib running install_egg_info Copying pyvex.egg-info to build/bdist.netbsd-10.0-i386/wheel/./pyvex-9.2.98-py3.10.egg-info running install_scripts creating build/bdist.netbsd-10.0-i386/wheel/pyvex-9.2.98.dist-info/WHEEL creating '/pbulk/work/devel/py-pyvex/work/pyvex-9.2.98/dist/.tmp-u0pvl55u/pyvex-9.2.98-py3-none-netbsd_10_0_i386.whl' and adding 'build/bdist.netbsd-10.0-i386/wheel' to it adding 'pyvex/__init__.py' adding 'pyvex/_register_info.py' adding 'pyvex/arches.py' adding 'pyvex/block.py' adding 'pyvex/const.py' adding 'pyvex/data_ref.py' adding 'pyvex/enums.py' adding 'pyvex/errors.py' adding 'pyvex/expr.py' adding 'pyvex/native.py' adding 'pyvex/py.typed' adding 'pyvex/stmt.py' adding 'pyvex/types.py' adding 'pyvex/utils.py' adding 'pyvex/vex_ffi.py' adding 'pyvex/include/libvex.h' adding 'pyvex/include/libvex_basictypes.h' adding 'pyvex/include/libvex_emnote.h' adding 'pyvex/include/libvex_guest_amd64.h' adding 'pyvex/include/libvex_guest_arm.h' adding 'pyvex/include/libvex_guest_arm64.h' adding 'pyvex/include/libvex_guest_mips32.h' adding 'pyvex/include/libvex_guest_mips64.h' adding 'pyvex/include/libvex_guest_offsets.h' adding 'pyvex/include/libvex_guest_ppc32.h' adding 'pyvex/include/libvex_guest_ppc64.h' adding 'pyvex/include/libvex_guest_riscv64.h' adding 'pyvex/include/libvex_guest_s390x.h' adding 'pyvex/include/libvex_guest_tilegx.h' adding 'pyvex/include/libvex_guest_x86.h' adding 'pyvex/include/libvex_ir.h' adding 'pyvex/include/libvex_s390x_common.h' adding 'pyvex/include/libvex_trc_values.h' adding 'pyvex/include/pyvex.h' adding 'pyvex/lib/libpyvex.a' adding 'pyvex/lib/libpyvex.so' adding 'pyvex/lifting/__init__.py' adding 'pyvex/lifting/libvex.py' adding 'pyvex/lifting/lift_function.py' adding 'pyvex/lifting/lifter.py' adding 'pyvex/lifting/post_processor.py' adding 'pyvex/lifting/zerodivision.py' adding 'pyvex/lifting/gym/__init__.py' adding 'pyvex/lifting/gym/aarch64_spotter.py' adding 'pyvex/lifting/gym/arm_spotter.py' adding 'pyvex/lifting/gym/x86_spotter.py' adding 'pyvex/lifting/util/__init__.py' adding 'pyvex/lifting/util/instr_helper.py' adding 'pyvex/lifting/util/lifter_helper.py' adding 'pyvex/lifting/util/syntax_wrapper.py' adding 'pyvex/lifting/util/vex_helper.py' adding 'pyvex-9.2.98.dist-info/licenses/LICENSE' adding 'pyvex-9.2.98.dist-info/licenses/pyvex_c/LICENSE' adding 'pyvex-9.2.98.dist-info/METADATA' adding 'pyvex-9.2.98.dist-info/WHEEL' adding 'pyvex-9.2.98.dist-info/top_level.txt' adding 'pyvex-9.2.98.dist-info/RECORD' removing build/bdist.netbsd-10.0-i386/wheel Successfully built pyvex-9.2.98-py3-none-netbsd_10_0_i386.whl