* Package: media-gfx/alembic-1.8.6:0 * Repository: gentoo * Maintainer: waebbl-gentoo@posteo.net proxy-maint@gentoo.org * Upstream: https://github.com/alembic/alembic/issues * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python python_single_target_python3_11 * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox * Using python3.11 to build >>> Unpacking source... >>> Unpacking alembic-1.8.6.tar.gz to /var/tmp/portage/media-gfx/alembic-1.8.6/work >>> Source unpacked in /var/tmp/portage/media-gfx/alembic-1.8.6/work >>> Preparing source in /var/tmp/portage/media-gfx/alembic-1.8.6/work/alembic-1.8.6 ... * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/media-gfx/alembic-1.8.6/work/alembic-1.8.6" * Build directory (BUILD_DIR): "/var/tmp/portage/media-gfx/alembic-1.8.6/work/alembic-1.8.6_build" * Applying alembic-1.8.5-set-correct-libdir.patch ... [ ok ] * Hardcoded definition(s) removed in CMakeLists.txt: * SET(CMAKE_VERBOSE_MAKEFILE TRUE) >>> Source prepared. >>> Configuring source in /var/tmp/portage/media-gfx/alembic-1.8.6/work/alembic-1.8.6 ... * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/media-gfx/alembic-1.8.6/work/alembic-1.8.6" * Build directory (BUILD_DIR): "/var/tmp/portage/media-gfx/alembic-1.8.6/work/alembic-1.8.6_build" cmake -C /var/tmp/portage/media-gfx/alembic-1.8.6/work/alembic-1.8.6_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DALEMBIC_BUILD_LIBS=ON -DALEMBIC_DEBUG_WARNINGS_AS_ERRORS=OFF -DALEMBIC_SHARED_LIBS=ON -DDOCS_PATH=OFF -DUSE_ARNOLD=OFF -DUSE_BINARIES=ON -DUSE_EXAMPLES=no -DUSE_HDF5=no -DUSE_MAYA=OFF -DUSE_PRMAN=OFF -DUSE_PYALEMBIC=yes -DUSE_TESTS=no -DPython3_EXECUTABLE=/usr/bin/python3.11 -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/media-gfx/alembic-1.8.6/work/alembic-1.8.6_build/gentoo_toolchain.cmake /var/tmp/portage/media-gfx/alembic-1.8.6/work/alembic-1.8.6 loading initial cache file /var/tmp/portage/media-gfx/alembic-1.8.6/work/alembic-1.8.6_build/gentoo_common_config.cmake -- The C compiler identification is GNU 13.2.1 -- The CXX compiler identification is GNU 13.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc - 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/bin/x86_64-pc-linux-gnu-g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- CMAKE SYSTEM NAME: Linux Defaulting CMAKE_CXX_STANDARD to 14 -- The install dir is /usr CMake Warning (dev) at CMakeLists.txt:187 (EXEC_PROGRAM): Policy CMP0153 is not set: The exec_program command should not be called. Run "cmake --help-policy CMP0153" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Use execute_process() instead. This warning is for project developers. Use -Wno-dev to suppress it. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found package Imath -- Found Python3: /usr/bin/python3.11 (found version "3.11.8") found components: Interpreter Development Development.Module Development.Embed -- Found Python 3.11.8 -- Found package Imath using: Imath::PyImath_Python3_11 -- Found Boost: /usr/lib64/cmake/Boost-1.84.0/BoostConfig.cmake (found suitable version "1.84.0", minimum required is "1.53.0") found components: python311 -- BOOST INCLUDE DIRS: /usr/include -- BOOST LIBRARIES: Boost::python -- Skipping AbcConvert: it requires USE_HDF5 * Alembic Configuration === * USE_ARNOLD OFF * USE_BINARIES ON * USE_EXAMPLES no * USE_HDF5 no * USE_MAYA OFF * USE_PRMAN OFF * USE_PYALEMBIC yes * USE_STATIC_BOOST OFF * USE_STATIC_HDF5 OFF * USE_TESTS no * ALEMBIC_ILMBASE_LINK_STATIC OFF * ALEMBIC_SHARED_LIBS ON * ALEMBIC_DEBUG_WARNINGS_AS_ERRORS OFF * PYALEMBIC_PYTHON_MAJOR 3 * DOCS_PATH OFF -- <<< Gentoo configuration >>> Build type RelWithDebInfo Install path /usr Compiler flags: C -O2 -pipe -march=native -fno-diagnostics-color C++ -O2 -pipe -march=native -fno-diagnostics-color -fvisibility=hidden Linker flags: Executable -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 Module -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 Shared -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -Wl,--defsym=__gentoo_check_ldflags__=0 -- Configuring done (2.0s) CMake Error at python/PyAlembic/CMakeLists.txt:158 (TARGET_LINK_LIBRARIES): Target "alembic" links to: Imath::PyImath_Python3_11 but the target was not found. Possible reasons include: * There is a typo in the target name. * A find_package call is missing for an IMPORTED target. * An ALIAS target is missing. -- Generating done (0.0s) CMake Generate step failed. Build files cannot be regenerated correctly. * ERROR: media-gfx/alembic-1.8.6::gentoo failed (configure phase): * cmake failed * * Call stack: * ebuild.sh, line 136: Called src_configure * environment, line 3146: Called cmake_src_configure * environment, line 1532: Called die * The specific snippet of code: * "${CMAKE_BINARY}" "${cmakeargs[@]}" "${CMAKE_USE_DIR}" || die "cmake failed"; * * If you need support, post the output of `emerge --info '=media-gfx/alembic-1.8.6::gentoo'`, * the complete build log and the output of `emerge -pqv '=media-gfx/alembic-1.8.6::gentoo'`. * The complete build log is located at '/var/log/portage/media-gfx:alembic-1.8.6:20240312-002718.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/media-gfx/alembic-1.8.6/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/media-gfx/alembic-1.8.6/temp/environment'. * Working directory: '/var/tmp/portage/media-gfx/alembic-1.8.6/work/alembic-1.8.6_build' * S: '/var/tmp/portage/media-gfx/alembic-1.8.6/work/alembic-1.8.6'