* Package: dev-python/rapidfuzz-2.11.1:0 * Repository: gentoo * Maintainer: python@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_10 userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking rapidfuzz-2.11.1.tar.gz to /var/tmp/portage/dev-python/rapidfuzz-2.11.1/work >>> Source unpacked in /var/tmp/portage/dev-python/rapidfuzz-2.11.1/work >>> Preparing source in /var/tmp/portage/dev-python/rapidfuzz-2.11.1/work/rapidfuzz-2.11.1 ... * Build system packages: * dev-python/gpep517 : 9 * dev-python/installer : 0.5.1-r1 >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/rapidfuzz-2.11.1/work/rapidfuzz-2.11.1 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/rapidfuzz-2.11.1/work/rapidfuzz-2.11.1 ... * python3_10: running distutils-r1_run_phase distutils-r1_python_compile * Building the wheel for rapidfuzz-2.11.1 via backend gpep517 build-wheel --backend backend --output-fd 3 --wheel-dir /var/tmp/portage/dev-python/rapidfuzz-2.11.1/work/rapidfuzz-2.11.1-python3_10/wheel 2022-10-05 17:17:32,867 gpep517 INFO Building wheel via backend backend Not searching for unused variables given on the command line. -- The C compiler identification is Clang 15.0.2 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/lib/llvm/15/bin/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- The CXX compiler identification is Clang 15.0.2 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/lib/llvm/15/bin/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done -- Generating done -- Build files have been written to: /var/tmp/portage/dev-python/rapidfuzz-2.11.1/work/rapidfuzz-2.11.1/_cmake_test_compile/build -- The C compiler identification is Clang 15.0.2 -- The CXX compiler identification is Clang 15.0.2 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/lib/llvm/15/bin/clang - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/lib/llvm/15/bin/clang++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Found Python: /usr/bin/python3.10 (found version "3.10.7") found components: Interpreter Development.Module -- Check CPU architecture is x64 -- Check CPU architecture is x64 - yes -- Taskflow found. Headers: /usr/include/ -- Using system supplied version of Taskflow -- Using system supplied version of rapidfuzz-cpp -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success -- Performing Test HAVE_CXX_ATOMICS8_WITHOUT_LIB -- Performing Test HAVE_CXX_ATOMICS8_WITHOUT_LIB - Success -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: PYTHON_EXECUTABLE PYTHON_INCLUDE_DIR PYTHON_LIBRARY PYTHON_NumPy_INCLUDE_DIRS PYTHON_VERSION_STRING Python3_EXECUTABLE Python3_INCLUDE_DIR Python3_LIBRARY Python3_NumPy_INCLUDE_DIRS Python_NumPy_INCLUDE_DIRS SKBUILD -- Build files have been written to: /var/tmp/portage/dev-python/rapidfuzz-2.11.1/work/rapidfuzz-2.11.1/_skbuild/linux-x86_64-3.10/cmake-build [1/18] Building CXX object src/rapidfuzz/CMakeFiles/CpuInfo.dir/FeatureDetector/CpuInfo.cpp.o [2/18] Linking CXX static library src/rapidfuzz/libCpuInfo.a [3/18] Building CXX object src/rapidfuzz/CMakeFiles/utils_cpp.dir/utils.cpp.o [4/18] Building CXX object src/rapidfuzz/CMakeFiles/utils_cpp.dir/utils_cpp.cxx.o [5/18] Linking CXX shared module src/rapidfuzz/utils_cpp.cpython-310-x86_64-linux-gnu.so FAILED: src/rapidfuzz/utils_cpp.cpython-310-x86_64-linux-gnu.so : && /usr/lib/llvm/15/bin/clang++ -fPIC -pipe -march=native -fno-diagnostics-color -O2 -O3 -DNDEBUG -flto=thin -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -shared -o src/rapidfuzz/utils_cpp.cpython-310-x86_64-linux-gnu.so src/rapidfuzz/CMakeFiles/utils_cpp.dir/utils_cpp.cxx.o src/rapidfuzz/CMakeFiles/utils_cpp.dir/utils.cpp.o && : /usr/bin/x86_64-pc-linux-gnu-ld: /usr/lib/llvm/15/bin/../lib64/LLVMgold.so: error loading plugin: /usr/lib/llvm/15/bin/../lib64/LLVMgold.so: cannot open shared object file: No such file or directory clang-15: error: linker command failed with exit code 1 (use -v to see invocation) [6/18] Building CXX object src/rapidfuzz/distance/CMakeFiles/_initialize_cpp.dir/_initialize_cpp.cxx.o [7/18] Building CXX object src/rapidfuzz/CMakeFiles/process_cpp_impl.dir/process_cpp_impl.cxx.o [8/18] Building CXX object src/rapidfuzz/CMakeFiles/edit_based_avx2.dir/simd/avx2/edit_based_avx2.cpp.o [9/18] Building CXX object src/rapidfuzz/CMakeFiles/edit_based_sse2.dir/simd/sse2/edit_based_sse2.cpp.o [10/18] Building CXX object src/rapidfuzz/CMakeFiles/fuzz_cpp.dir/fuzz_cpp.cxx.o [11/18] Building CXX object src/rapidfuzz/distance/CMakeFiles/metrics_cpp.dir/metrics_cpp.cxx.o ninja: build stopped: subcommand failed. File "/usr/lib/python3.10/site-packages/skbuild/setuptools_wrap.py", line 645, in setup cmkr.make(make_args, install_target=cmake_install_target, env=env) File "/usr/lib/python3.10/site-packages/skbuild/cmaker.py", line 680, in make self.make_impl(clargs=clargs, config=config, source_dir=source_dir, install_target=install_target, env=env) File "/usr/lib/python3.10/site-packages/skbuild/cmaker.py", line 704, in make_impl raise SKBuildError( -------------------------------------------------------------------------------- -- Trying "Ninja" generator -------------------------------- --------------------------- ---------------------- ----------------- ------------ ------- -- -- ------- ------------ ----------------- ---------------------- --------------------------- -------------------------------- -- Trying "Ninja" generator - success -------------------------------------------------------------------------------- Configuring Project Working directory: /var/tmp/portage/dev-python/rapidfuzz-2.11.1/work/rapidfuzz-2.11.1/_skbuild/linux-x86_64-3.10/cmake-build Command: cmake /var/tmp/portage/dev-python/rapidfuzz-2.11.1/work/rapidfuzz-2.11.1 -G Ninja -DCMAKE_INSTALL_PREFIX:PATH=/var/tmp/portage/dev-python/rapidfuzz-2.11.1/work/rapidfuzz-2.11.1/_skbuild/linux-x86_64-3.10/cmake-install -DPYTHON_VERSION_STRING:STRING=3.10.7 -DSKBUILD:INTERNAL=TRUE -DCMAKE_MODULE_PATH:PATH=/usr/lib/python3.10/site-packages/skbuild/resources/cmake -DPython3_EXECUTABLE:FILEPATH=/usr/bin/python3.10 -DPython3_INCLUDE_DIR:PATH=/usr/include/python3.10 -DPython3_LIBRARY:PATH=/usr/lib64/libpython3.10.so -DPython3_NumPy_INCLUDE_DIRS:PATH=/usr/lib/python3.10/site-packages/numpy/core/include -DPython_EXECUTABLE:FILEPATH=/usr/bin/python3.10 -DPython_INCLUDE_DIR:PATH=/usr/include/python3.10 -DPython_LIBRARY:PATH=/usr/lib64/libpython3.10.so -DPython_NumPy_INCLUDE_DIRS:PATH=/usr/lib/python3.10/site-packages/numpy/core/include -DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3.10 -DPYTHON_INCLUDE_DIR:PATH=/usr/include/python3.10 -DPYTHON_LIBRARY:PATH=/usr/lib64/libpython3.10.so -DPYTHON_NumPy_INCLUDE_DIRS:PATH=/usr/lib/python3.10/site-packages/numpy/core/include -DRF_CAPI_PATH:STRING=/usr/lib/python3.10/site-packages/rapidfuzz_capi -DCMAKE_BUILD_TYPE:STRING=Release Traceback (most recent call last): An error occurred while building with CMake. Command: cmake --build . --target install --config Release -- Install target: install Source directory: /var/tmp/portage/dev-python/rapidfuzz-2.11.1/work/rapidfuzz-2.11.1 Working directory: /var/tmp/portage/dev-python/rapidfuzz-2.11.1/work/rapidfuzz-2.11.1/_skbuild/linux-x86_64-3.10/cmake-build Please check the install target is valid and see CMake's output for more information. * ERROR: dev-python/rapidfuzz-2.11.1::gentoo failed (compile phase): * Wheel build failed * * Call stack: * ebuild.sh, line 122: Called src_compile * environment, line 3458: Called distutils-r1_src_compile * environment, line 1607: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile' * environment, line 733: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile' * environment, line 3143: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' * environment, line 2636: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' * environment, line 2634: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile' * environment, line 1060: Called distutils-r1_run_phase 'distutils-r1_python_compile' * environment, line 1589: Called distutils-r1_python_compile * environment, line 1413: Called distutils_pep517_install '/var/tmp/portage/dev-python/rapidfuzz-2.11.1/work/rapidfuzz-2.11.1-python3_10/install' * environment, line 1912: Called die * The specific snippet of code: * [[ -n ${wheel} ]] || die "No wheel name returned"; * * If you need support, post the output of `emerge --info '=dev-python/rapidfuzz-2.11.1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-python/rapidfuzz-2.11.1::gentoo'`. * The complete build log is located at '/var/log/portage/dev-python:rapidfuzz-2.11.1:20221005-151730.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-python/rapidfuzz-2.11.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/rapidfuzz-2.11.1/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/rapidfuzz-2.11.1/work/rapidfuzz-2.11.1' * S: '/var/tmp/portage/dev-python/rapidfuzz-2.11.1/work/rapidfuzz-2.11.1'