=> 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'. ===> Installing for py310-keystone-0.9.2nb1 => Generating pre-install file lists => Creating installation directories (cd /tmp/emulators/py-keystone/work/keystone-0.9.2/bindings/python && /usr/bin/env DESTDIR=/tmp/emulators/py-keystone/work/.destdir USETOOLS=no PTHREAD_CFLAGS=\ -pthread\ PTHREAD_LDFLAGS=\ -pthread PTHREAD_LIBS= PTHREADBASE=/usr DL_CFLAGS=\ -pthread\ DL_LDFLAGS=\ -pthread DL_LIBS= PYTHON=/usr/pkg/bin/python3.10 CC=gcc CFLAGS=-O2\ -I/usr/pkg/include\ -I/usr/include\ -I/usr/pkg/include/python3.10 CPPFLAGS=-I/usr/pkg/include\ -I/usr/include\ -I/usr/pkg/include/python3.10 CXX=c++ CXXFLAGS=-O2\ -I/usr/pkg/include\ -I/usr/include\ -I/usr/pkg/include/python3.10 COMPILER_RPATH_FLAG=-Wl,-R F77=gfortran FC=gfortran FFLAGS=-O LANG=C LC_ALL=C LC_COLLATE=C LC_CTYPE=C LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LDFLAGS=-Wl,-zrelro\ -L/usr/pkg/lib\ -Wl,-R/usr/pkg/lib\ -L/usr/lib\ -Wl,-R/usr/lib LINKER_RPATH_FLAG=-R PATH=/tmp/emulators/py-keystone/work/.cwrapper/bin:/tmp/emulators/py-keystone/work/.buildlink/bin:/tmp/emulators/py-keystone/work/.gcc/bin:/tmp/emulators/py-keystone/work/.tools/bin:/usr/pkg/bin:/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin:/usr/pkg/bin:/usr/X11R7/bin PREFIX=/usr/pkg MAKELEVEL=0 CONFIG_SITE= PKG_SYSCONFDIR=/usr/pkg/etc HOME=/tmp/emulators/py-keystone/work/.home CWRAPPERS_CONFIG_DIR=/tmp/emulators/py-keystone/work/.cwrapper/config CPP=cpp LOCALBASE=/usr/pkg X11BASE=/usr/X11R7 PKGMANDIR=man PKGINFODIR=info PKGGNUDIR=gnu/ MAKECONF=/dev/null OBJECT_FMT=ELF USETOOLS=no BSD_INSTALL_PROGRAM=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL_MAN=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 644 BSD_INSTALL=/usr/bin/install BSD_INSTALL_PROGRAM_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_SCRIPT_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_LIB_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_DATA_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_MAN_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 755 BSD_INSTALL_GAME=/usr/bin/install\ -c\ -s\ -o\ pbulk\ -g\ wheel\ -m\ 2555 BSD_INSTALL_GAME_DATA=/usr/bin/install\ -c\ -o\ pbulk\ -g\ wheel\ -m\ 664 BSD_INSTALL_GAME_DIR=/usr/bin/install\ -d\ -o\ pbulk\ -g\ wheel\ -m\ 775 INSTALL_INFO= MAKEINFO=/tmp/emulators/py-keystone/work/.tools/bin/makeinfo FLEX= BISON= ITSTOOL=/tmp/emulators/py-keystone/work/.tools/bin/itstool GDBUS_CODEGEN=/tmp/emulators/py-keystone/work/.tools/bin/gdbus-codegen PKG_CONFIG=/tmp/emulators/py-keystone/work/.tools/bin/pkg-config PKG_CONFIG_LIBDIR=/tmp/emulators/py-keystone/work/.buildlink/lib/pkgconfig:/tmp/emulators/py-keystone/work/.buildlink/share/pkgconfig PKG_CONFIG_LOG=/tmp/emulators/py-keystone/work/.pkg-config.log PKG_CONFIG_PATH= CWRAPPERS_CONFIG_DIR=/tmp/emulators/py-keystone/work/.cwrapper/config /usr/pkg/bin/python3.10 setup.py "install" -c -O1 --root=/tmp/emulators/py-keystone/work/.destdir) /usr/pkg/lib/python3.10/site-packages/setuptools/dist.py:472: SetuptoolsDeprecationWarning: Invalid dash-separated options !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. By 2024-Sep-26, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self.warn_dash_deprecation(opt, section) running install /usr/pkg/lib/python3.10/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running build Building C++ extensions CMake Deprecation Warning at CMakeLists.txt:4 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. CMake Warning (dev) at CMakeLists.txt:5 (project): Policy CMP0048 is not set: project() command manages VERSION variables. Run "cmake --help-policy CMP0048" for policy details. Use the cmake_policy command to set the policy and suppress this warning. The following variable(s) would be set to empty: CMAKE_PROJECT_VERSION CMAKE_PROJECT_VERSION_MAJOR CMAKE_PROJECT_VERSION_MINOR CMAKE_PROJECT_VERSION_PATCH This warning is for project developers. Use -Wno-dev to suppress it. CMake Deprecation Warning at CMakeLists.txt:27 (cmake_policy): The OLD behavior for policy CMP0051 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. CMake Deprecation Warning at llvm/CMakeLists.txt:3 (cmake_minimum_required): Compatibility with CMake < 3.5 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. CMake Deprecation Warning at llvm/CMakeLists.txt:22 (cmake_policy): The OLD behavior for policy CMP0051 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. -- Target triple: x86_64-unknown-netbsd9.3 -- Native target architecture is X86 -- Threads enabled. -- Building with -fPIC CMake Warning (dev) at llvm/CMakeLists.txt:338 (include): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules are removed. Run "cmake --help-policy CMP0148" for policy details. Use the cmake_policy command to set the policy and suppress this warning. This warning is for project developers. Use -Wno-dev to suppress it. -- Constructing LLVMBuild project information -- Targeting AArch64 -- Targeting ARM -- Targeting Hexagon -- Targeting Mips -- Targeting PowerPC -- Targeting Sparc -- Targeting SystemZ -- Targeting X86 -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) Reason given by package: The command "/tmp/emulators/py-keystone/work/.tools/bin/pkg-config" --version failed with output: stderr: result: 1 -- Configuring done (1.2s) CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_arm64_arm" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_arm_arm" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_arm_armbe" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_arm_armv8be" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_arm_thumb" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_arm_thumbbe" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_arm_thumbv8" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_arm_thumbv8be" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_armv8_arm" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_evm" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_hex" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_mips" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_mips64" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_mips64be" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_mipsbe" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_ppc32be" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_ppc64" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_ppc64be" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_sparc" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_sparc64be" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_sparcbe" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_systemz" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_x86_16" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_x86_32" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at suite/fuzz/CMakeLists.txt:6 (add_executable): Policy CMP0063 is not set: Honor visibility properties for all target types. Run "cmake --help-policy CMP0063" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "fuzz_asm_x86_64" of type "EXECUTABLE" has the following visibility properties set for C: C_VISIBILITY_PRESET For compatibility CMake is not honoring them for this target. This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done (0.5s) -- Build files have been written to: /tmp/emulators/py-keystone/work/keystone-0.9.2/bindings/python/src/build [ 67%] Built target keystone [ 68%] Built target fuzz_asm_arm_armv8be [ 69%] Built target fuzz_asm_arm64_arm [ 71%] Built target fuzz_asm_arm_thumbbe [ 72%] Built target fuzz_asm_arm_thumbv8 [ 73%] Built target fuzz_asm_arm_thumb [ 75%] Built target fuzz_asm_arm_armbe [ 76%] Built target fuzz_asm_arm_thumbv8be [ 77%] Built target fuzz_asm_evm [ 79%] Built target fuzz_asm_mips [ 81%] Built target fuzz_asm_armv8_arm [ 82%] Built target fuzz_asm_hex [ 83%] Built target fuzz_asm_mips64be [ 84%] Built target fuzz_asm_ppc32be [ 85%] Built target fuzz_asm_mips64 [ 86%] Built target fuzz_asm_arm_arm [ 87%] Built target fuzz_asm_ppc64 [ 88%] Built target fuzz_asm_sparc64be [ 89%] Built target fuzz_asm_sparc [ 91%] Built target fuzz_asm_sparcbe [ 92%] Built target fuzz_asm_systemz [ 94%] Built target fuzz_asm_mipsbe [ 95%] Built target fuzz_asm_x86_16 [ 96%] Built target fuzz_asm_x86_64 [ 98%] Built target fuzz_asm_x86_32 [100%] Built target fuzz_asm_ppc64be running build_py running egg_info writing keystone_engine.egg-info/PKG-INFO writing dependency_links to keystone_engine.egg-info/dependency_links.txt writing top-level names to keystone_engine.egg-info/top_level.txt reading manifest file 'keystone_engine.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'prebuilt' warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE.TXT' writing manifest file 'keystone_engine.egg-info/SOURCES.txt' copying keystone/libkeystone.so -> build/lib/keystone running install_lib creating /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone copying build/lib/keystone/__init__.py -> /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone copying build/lib/keystone/arm64_const.py -> /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone copying build/lib/keystone/arm_const.py -> /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone copying build/lib/keystone/evm_const.py -> /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone copying build/lib/keystone/hexagon_const.py -> /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone copying build/lib/keystone/keystone.py -> /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone copying build/lib/keystone/keystone_const.py -> /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone copying build/lib/keystone/mips_const.py -> /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone copying build/lib/keystone/ppc_const.py -> /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone copying build/lib/keystone/sparc_const.py -> /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone copying build/lib/keystone/systemz_const.py -> /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone copying build/lib/keystone/x86_const.py -> /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone copying build/lib/keystone/libkeystone.so -> /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone byte-compiling /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone/__init__.py to __init__.cpython-310.pyc byte-compiling /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone/arm64_const.py to arm64_const.cpython-310.pyc byte-compiling /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone/arm_const.py to arm_const.cpython-310.pyc byte-compiling /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone/evm_const.py to evm_const.cpython-310.pyc byte-compiling /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone/hexagon_const.py to hexagon_const.cpython-310.pyc byte-compiling /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone/keystone.py to keystone.cpython-310.pyc byte-compiling /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone/keystone_const.py to keystone_const.cpython-310.pyc byte-compiling /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone/mips_const.py to mips_const.cpython-310.pyc byte-compiling /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone/ppc_const.py to ppc_const.cpython-310.pyc byte-compiling /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone/sparc_const.py to sparc_const.cpython-310.pyc byte-compiling /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone/systemz_const.py to systemz_const.cpython-310.pyc byte-compiling /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone/x86_const.py to x86_const.cpython-310.pyc writing byte-compilation script '/tmp/tmpj6llvg3y.py' /usr/pkg/bin/python3.10 /tmp/tmpj6llvg3y.py removing /tmp/tmpj6llvg3y.py running install_egg_info Copying keystone_engine.egg-info to /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone_engine-0.9.2-py3.10.egg-info running install_scripts => Automatic manual page handling => Generating post-install file lists if test -d "/tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone_engine-0.9.2-py3.10.egg-info"; then /usr/bin/find /tmp/emulators/py-keystone/work/.destdir/usr/pkg/lib/python3.10/site-packages/keystone_engine-0.9.2-py3.10.egg-info -type f -exec /bin/chmod 644 '{}' ';' ; fi => Checking file-check results for py310-keystone-0.9.2nb1 => Checking for non-existent script interpreters in py310-keystone-0.9.2nb1 => Checking file permissions in py310-keystone-0.9.2nb1 warning: /tmp: group permissions (rwx) are higher than owner permissions (--x). warning: /tmp: group-writable directory. error: /tmp: world-writable directory. 1 errors and 2 warnings. *** Error code 1 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/emulators/py-keystone *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/emulators/py-keystone