2024.5.5 build failed dev-libs/protobuf-25.1 #3503

Closed
opened 2024-06-17 08:25:04 +02:00 by CyberGuerro · 2 comments

After I updated @world, it ask me to rebuild dev-libs/protobuf-25.1, but build process fails due it's not be able to find some files of this package:
[IP-] [ ] dev-cpp/abseil-cpp-20230125.3-r3:0/20230125.0
correctly installed with all files (issued files too)

The output on console:

>>> Emerging (1 of 1) dev-libs/protobuf-25.1::HomeAssistantRepository
 * protobuf-25.1.tar.gz BLAKE2B SHA512 size ;-) ...                                                                                                       [ ok ]
>>> Unpacking source...
>>> Unpacking protobuf-25.1.tar.gz to /var/tmp/portage/dev-libs/protobuf-25.1/work
>>> Source unpacked in /var/tmp/portage/dev-libs/protobuf-25.1/work
>>> Preparing source in /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1 ...
 * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1"
 * Build directory  (BUILD_DIR):     "/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build"
 * Applying protobuf-23.3-static_assert-failure.patch ...                                                                                                 [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1 ...
 * abi_x86_32.x86: running multilib-minimal_abi_src_configure
 * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1"
 * Build directory  (BUILD_DIR):     "/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86"
cmake -C /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -Dprotobuf_DISABLE_RTTI=ON -Dprotobuf_BUILD_EXAMPLES=no -Dprotobuf_WITH_ZLIB=yes -Dprotobuf_BUILD_TESTS=no -Dprotobuf_ABSL_PROVIDER=package -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86/gentoo_toolchain.cmake /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1
loading initial cache file /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86/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
-- 
-- 25.1.0
-- Performing Test protobuf_HAVE_LD_VERSION_SCRIPT
-- Performing Test protobuf_HAVE_LD_VERSION_SCRIPT - Success
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Found ZLIB: /usr/lib/libz.so (found version "1.3.1")  
-- Performing Test protobuf_HAVE_BUILTIN_ATOMICS
-- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success
-- <<< Gentoo configuration >>>
Build type      RelWithDebInfo
Install path    /usr
Compiler flags:
C               -march=skylake -O2 -pipe
C++             -march=skylake -O2 -pipe
Linker flags:
Executable      -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs
Module          -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs
Shared          -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs

-- Configuring done (0.5s)
-- Generating done (0.0s)
-- Build files have been written to: /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86
 * abi_x86_64.amd64: running multilib-minimal_abi_src_configure
 * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1"
 * Build directory  (BUILD_DIR):     "/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_64.amd64"
cmake -C /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_64.amd64/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -Dprotobuf_DISABLE_RTTI=ON -Dprotobuf_BUILD_EXAMPLES=no -Dprotobuf_WITH_ZLIB=yes -Dprotobuf_BUILD_TESTS=no -Dprotobuf_ABSL_PROVIDER=package -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_64.amd64/gentoo_toolchain.cmake /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1
loading initial cache file /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_64.amd64/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
-- 
-- 25.1.0
-- Performing Test protobuf_HAVE_LD_VERSION_SCRIPT
-- Performing Test protobuf_HAVE_LD_VERSION_SCRIPT - Success
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- Found ZLIB: /usr/lib64/libz.so (found version "1.3.1")  
-- Performing Test protobuf_HAVE_BUILTIN_ATOMICS
-- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success
-- <<< Gentoo configuration >>>
Build type      RelWithDebInfo
Install path    /usr
Compiler flags:
C               -march=skylake -O2 -pipe
C++             -march=skylake -O2 -pipe
Linker flags:
Executable      -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs
Module          -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs
Shared          -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs

-- Configuring done (0.5s)
-- Generating done (0.0s)
-- Build files have been written to: /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_64.amd64
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1 ...
 * abi_x86_32.x86: running multilib-minimal_abi_src_compile
 * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1"
 * Build directory  (BUILD_DIR):     "/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86"
ninja -v -j8 -l0
[1/228] /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range  -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenastring.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenastring.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenastring.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arenastring.cc
FAILED: CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenastring.cc.o 
/usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range  -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenastring.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenastring.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenastring.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arenastring.cc
In file included from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arena.h:32,
                 from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arenastring.h:19,
                 from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arenastring.cc:8:
/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/serial_arena.h:26:10: fatal error: absl/base/prefetch.h: No such file or directory
   26 | #include "absl/base/prefetch.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[2/228] /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range  -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arena.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arena.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arena.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arena.cc
FAILED: CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arena.cc.o 
/usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range  -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arena.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arena.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arena.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arena.cc
In file included from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arena.h:32,
                 from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arena.cc:8:
/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/serial_arena.h:26:10: fatal error: absl/base/prefetch.h: No such file or directory
   26 | #include "absl/base/prefetch.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[3/228] /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range  -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenaz_sampler.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenaz_sampler.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenaz_sampler.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arenaz_sampler.cc
[4/228] /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range  -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_message_tctable_lite.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_message_tctable_lite.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_message_tctable_lite.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/generated_message_tctable_lite.cc
FAILED: CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_message_tctable_lite.cc.o 
/usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range  -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_message_tctable_lite.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_message_tctable_lite.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_message_tctable_lite.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/generated_message_tctable_lite.cc
In file included from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arena.h:32,
                 from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/message_lite.h:29,
                 from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/generated_message_tctable_decl.h:21,
                 from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/generated_message_tctable_lite.cc:22:
/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/serial_arena.h:26:10: fatal error: absl/base/prefetch.h: No such file or directory
   26 | #include "absl/base/prefetch.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[5/228] /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range  -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/any_lite.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/any_lite.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/any_lite.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/any_lite.cc
FAILED: CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/any_lite.cc.o 
/usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range  -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/any_lite.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/any_lite.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/any_lite.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/any_lite.cc
In file included from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arena.h:32,
                 from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arenastring.h:19,
                 from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/any.h:14,
                 from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/any_lite.cc:10:
/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/serial_arena.h:26:10: fatal error: absl/base/prefetch.h: No such file or directory
   26 | #include "absl/base/prefetch.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[6/228] /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range  -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/extension_set.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/extension_set.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/extension_set.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/extension_set.cc
FAILED: CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/extension_set.cc.o 
/usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range  -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/extension_set.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/extension_set.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/extension_set.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/extension_set.cc
In file included from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arena.h:32,
                 from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/parse_context.h:24,
                 from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/extension_set.h:32,
                 from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/extension_set.cc:12:
/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/serial_arena.h:26:10: fatal error: absl/base/prefetch.h: No such file or directory
   26 | #include "absl/base/prefetch.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[7/228] /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range  -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_enum_util.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_enum_util.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_enum_util.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/generated_enum_util.cc
FAILED: CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_enum_util.cc.o 
/usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range  -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_enum_util.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_enum_util.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_enum_util.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/generated_enum_util.cc
In file included from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arena.h:32,
                 from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/message_lite.h:29,
                 from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/generated_enum_util.h:20,
                 from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/generated_enum_util.cc:8:
/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/serial_arena.h:26:10: fatal error: absl/base/prefetch.h: No such file or directory
   26 | #include "absl/base/prefetch.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[8/228] /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range  -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arena_align.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arena_align.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arena_align.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arena_align.cc
ninja: build stopped: subcommand failed.
 * ERROR: dev-libs/protobuf-25.1::HomeAssistantRepository failed (compile phase):
 *   ninja -v -j8 -l0 failed
 * 
 * Call stack:
 *     ebuild.sh, line  136:  Called src_compile
 *   environment, line 2917:  Called cmake-multilib_src_compile
 *   environment, line  797:  Called multilib-minimal_src_compile
 *   environment, line 2226:  Called multilib_foreach_abi 'multilib-minimal_abi_src_compile'
 *   environment, line 2493:  Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_compile'
 *   environment, line 2186:  Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_compile'
 *   environment, line 2184:  Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_compile'
 *   environment, line  552:  Called multilib-minimal_abi_src_compile
 *   environment, line 2220:  Called multilib_src_compile
 *   environment, line 2713:  Called cmake_src_compile
 *   environment, line  915:  Called cmake_build
 *   environment, line  882:  Called eninja
 *   environment, line 1654:  Called die
 * The specific snippet of code:
 *       "$@" || die -n "${*} failed"
 * 
 * If you need support, post the output of `emerge --info '=dev-libs/protobuf-25.1::HomeAssistantRepository'`,
 * the complete build log and the output of `emerge -pqv '=dev-libs/protobuf-25.1::HomeAssistantRepository'`.
 * The complete build log is located at '/var/log/portage/dev-libs:protobuf-25.1:20240615-074450.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-libs/protobuf-25.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-libs/protobuf-25.1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86'
 * S: '/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1'

>>> Failed to emerge dev-libs/protobuf-25.1, Log file:

>>>  '/var/log/portage/dev-libs:protobuf-25.1:20240615-074450.log'

 * Messages for package dev-libs/protobuf-25.1:
 * Log file: /var/log/portage/dev-libs:protobuf-25.1:20240615-074450.log

 * ERROR: dev-libs/protobuf-25.1::HomeAssistantRepository failed (compile phase):
 *   ninja -v -j8 -l0 failed
 * 
 * Call stack:
 *     ebuild.sh, line  136:  Called src_compile
 *   environment, line 2917:  Called cmake-multilib_src_compile
 *   environment, line  797:  Called multilib-minimal_src_compile
 *   environment, line 2226:  Called multilib_foreach_abi 'multilib-minimal_abi_src_compile'
 *   environment, line 2493:  Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_compile'
 *   environment, line 2186:  Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_compile'
 *   environment, line 2184:  Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_compile'
 *   environment, line  552:  Called multilib-minimal_abi_src_compile
 *   environment, line 2220:  Called multilib_src_compile
 *   environment, line 2713:  Called cmake_src_compile
 *   environment, line  915:  Called cmake_build
 *   environment, line  882:  Called eninja
 *   environment, line 1654:  Called die
 * The specific snippet of code:
 *       "$@" || die -n "${*} failed"
 * 
 * If you need support, post the output of `emerge --info '=dev-libs/protobuf-25.1::HomeAssistantRepository'`,
 * the complete build log and the output of `emerge -pqv '=dev-libs/protobuf-25.1::HomeAssistantRepository'`.
 * The complete build log is located at '/var/log/portage/dev-libs:protobuf-25.1:20240615-074450.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-libs/protobuf-25.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-libs/protobuf-25.1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86'
 * S: '/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1'
After I updated @world, it ask me to rebuild dev-libs/protobuf-25.1, but build process fails due it's not be able to find some files of this package: `[IP-] [ ] dev-cpp/abseil-cpp-20230125.3-r3:0/20230125.0` correctly installed with all files (issued files too) The output on console: ``` >>> Emerging (1 of 1) dev-libs/protobuf-25.1::HomeAssistantRepository * protobuf-25.1.tar.gz BLAKE2B SHA512 size ;-) ... [ ok ] >>> Unpacking source... >>> Unpacking protobuf-25.1.tar.gz to /var/tmp/portage/dev-libs/protobuf-25.1/work >>> Source unpacked in /var/tmp/portage/dev-libs/protobuf-25.1/work >>> Preparing source in /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1 ... * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1" * Build directory (BUILD_DIR): "/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build" * Applying protobuf-23.3-static_assert-failure.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1 ... * abi_x86_32.x86: running multilib-minimal_abi_src_configure * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1" * Build directory (BUILD_DIR): "/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86" cmake -C /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -Dprotobuf_DISABLE_RTTI=ON -Dprotobuf_BUILD_EXAMPLES=no -Dprotobuf_WITH_ZLIB=yes -Dprotobuf_BUILD_TESTS=no -Dprotobuf_ABSL_PROVIDER=package -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86/gentoo_toolchain.cmake /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1 loading initial cache file /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86/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 -- -- 25.1.0 -- Performing Test protobuf_HAVE_LD_VERSION_SCRIPT -- Performing Test protobuf_HAVE_LD_VERSION_SCRIPT - Success -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found ZLIB: /usr/lib/libz.so (found version "1.3.1") -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success -- <<< Gentoo configuration >>> Build type RelWithDebInfo Install path /usr Compiler flags: C -march=skylake -O2 -pipe C++ -march=skylake -O2 -pipe Linker flags: Executable -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs Module -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs Shared -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -- Configuring done (0.5s) -- Generating done (0.0s) -- Build files have been written to: /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 * abi_x86_64.amd64: running multilib-minimal_abi_src_configure * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1" * Build directory (BUILD_DIR): "/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_64.amd64" cmake -C /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_64.amd64/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -Dprotobuf_DISABLE_RTTI=ON -Dprotobuf_BUILD_EXAMPLES=no -Dprotobuf_WITH_ZLIB=yes -Dprotobuf_BUILD_TESTS=no -Dprotobuf_ABSL_PROVIDER=package -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_64.amd64/gentoo_toolchain.cmake /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1 loading initial cache file /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_64.amd64/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 -- -- 25.1.0 -- Performing Test protobuf_HAVE_LD_VERSION_SCRIPT -- Performing Test protobuf_HAVE_LD_VERSION_SCRIPT - Success -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found ZLIB: /usr/lib64/libz.so (found version "1.3.1") -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success -- <<< Gentoo configuration >>> Build type RelWithDebInfo Install path /usr Compiler flags: C -march=skylake -O2 -pipe C++ -march=skylake -O2 -pipe Linker flags: Executable -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs Module -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs Shared -Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs -- Configuring done (0.5s) -- Generating done (0.0s) -- Build files have been written to: /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_64.amd64 >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1 ... * abi_x86_32.x86: running multilib-minimal_abi_src_compile * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1" * Build directory (BUILD_DIR): "/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86" ninja -v -j8 -l0 [1/228] /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenastring.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenastring.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenastring.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arenastring.cc FAILED: CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenastring.cc.o /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenastring.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenastring.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenastring.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arenastring.cc In file included from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arena.h:32, from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arenastring.h:19, from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arenastring.cc:8: /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/serial_arena.h:26:10: fatal error: absl/base/prefetch.h: No such file or directory 26 | #include "absl/base/prefetch.h" | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. [2/228] /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arena.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arena.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arena.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arena.cc FAILED: CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arena.cc.o /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arena.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arena.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arena.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arena.cc In file included from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arena.h:32, from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arena.cc:8: /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/serial_arena.h:26:10: fatal error: absl/base/prefetch.h: No such file or directory 26 | #include "absl/base/prefetch.h" | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. [3/228] /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenaz_sampler.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenaz_sampler.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arenaz_sampler.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arenaz_sampler.cc [4/228] /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_message_tctable_lite.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_message_tctable_lite.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_message_tctable_lite.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/generated_message_tctable_lite.cc FAILED: CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_message_tctable_lite.cc.o /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_message_tctable_lite.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_message_tctable_lite.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_message_tctable_lite.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/generated_message_tctable_lite.cc In file included from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arena.h:32, from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/message_lite.h:29, from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/generated_message_tctable_decl.h:21, from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/generated_message_tctable_lite.cc:22: /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/serial_arena.h:26:10: fatal error: absl/base/prefetch.h: No such file or directory 26 | #include "absl/base/prefetch.h" | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. [5/228] /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/any_lite.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/any_lite.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/any_lite.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/any_lite.cc FAILED: CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/any_lite.cc.o /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/any_lite.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/any_lite.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/any_lite.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/any_lite.cc In file included from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arena.h:32, from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arenastring.h:19, from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/any.h:14, from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/any_lite.cc:10: /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/serial_arena.h:26:10: fatal error: absl/base/prefetch.h: No such file or directory 26 | #include "absl/base/prefetch.h" | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. [6/228] /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/extension_set.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/extension_set.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/extension_set.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/extension_set.cc FAILED: CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/extension_set.cc.o /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/extension_set.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/extension_set.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/extension_set.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/extension_set.cc In file included from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arena.h:32, from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/parse_context.h:24, from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/extension_set.h:32, from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/extension_set.cc:12: /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/serial_arena.h:26:10: fatal error: absl/base/prefetch.h: No such file or directory 26 | #include "absl/base/prefetch.h" | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. [7/228] /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_enum_util.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_enum_util.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_enum_util.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/generated_enum_util.cc FAILED: CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_enum_util.cc.o /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_enum_util.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_enum_util.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/generated_enum_util.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/generated_enum_util.cc In file included from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arena.h:32, from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/message_lite.h:29, from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/generated_enum_util.h:20, from /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/generated_enum_util.cc:8: /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/serial_arena.h:26:10: fatal error: absl/base/prefetch.h: No such file or directory 26 | #include "absl/base/prefetch.h" | ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. [8/228] /usr/bin/x86_64-pc-linux-gnu-g++ -m32 -mfpmath=sse -DGOOGLE_PROTOBUF_CMAKE_BUILD -DGOOGLE_PROTOBUF_NO_RTTI=1 -DHAVE_ZLIB -DLIBPROTOBUF_EXPORTS -DPROTOBUF_USE_DLLS -Dlibprotobuf_lite_EXPORTS -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86 -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src -I/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/third_party/utf8_range -march=skylake -O2 -pipe -fPIC -fvisibility=hidden -fvisibility-inlines-hidden -MD -MT CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arena_align.cc.o -MF CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arena_align.cc.o.d -o CMakeFiles/libprotobuf-lite.dir/src/google/protobuf/arena_align.cc.o -c /var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1/src/google/protobuf/arena_align.cc ninja: build stopped: subcommand failed. * ERROR: dev-libs/protobuf-25.1::HomeAssistantRepository failed (compile phase): * ninja -v -j8 -l0 failed * * Call stack: * ebuild.sh, line 136: Called src_compile * environment, line 2917: Called cmake-multilib_src_compile * environment, line 797: Called multilib-minimal_src_compile * environment, line 2226: Called multilib_foreach_abi 'multilib-minimal_abi_src_compile' * environment, line 2493: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_compile' * environment, line 2186: Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_compile' * environment, line 2184: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_compile' * environment, line 552: Called multilib-minimal_abi_src_compile * environment, line 2220: Called multilib_src_compile * environment, line 2713: Called cmake_src_compile * environment, line 915: Called cmake_build * environment, line 882: Called eninja * environment, line 1654: Called die * The specific snippet of code: * "$@" || die -n "${*} failed" * * If you need support, post the output of `emerge --info '=dev-libs/protobuf-25.1::HomeAssistantRepository'`, * the complete build log and the output of `emerge -pqv '=dev-libs/protobuf-25.1::HomeAssistantRepository'`. * The complete build log is located at '/var/log/portage/dev-libs:protobuf-25.1:20240615-074450.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-libs/protobuf-25.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-libs/protobuf-25.1/temp/environment'. * Working directory: '/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86' * S: '/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1' >>> Failed to emerge dev-libs/protobuf-25.1, Log file: >>> '/var/log/portage/dev-libs:protobuf-25.1:20240615-074450.log' * Messages for package dev-libs/protobuf-25.1: * Log file: /var/log/portage/dev-libs:protobuf-25.1:20240615-074450.log * ERROR: dev-libs/protobuf-25.1::HomeAssistantRepository failed (compile phase): * ninja -v -j8 -l0 failed * * Call stack: * ebuild.sh, line 136: Called src_compile * environment, line 2917: Called cmake-multilib_src_compile * environment, line 797: Called multilib-minimal_src_compile * environment, line 2226: Called multilib_foreach_abi 'multilib-minimal_abi_src_compile' * environment, line 2493: Called multibuild_foreach_variant '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_compile' * environment, line 2186: Called _multibuild_run '_multilib_multibuild_wrapper' 'multilib-minimal_abi_src_compile' * environment, line 2184: Called _multilib_multibuild_wrapper 'multilib-minimal_abi_src_compile' * environment, line 552: Called multilib-minimal_abi_src_compile * environment, line 2220: Called multilib_src_compile * environment, line 2713: Called cmake_src_compile * environment, line 915: Called cmake_build * environment, line 882: Called eninja * environment, line 1654: Called die * The specific snippet of code: * "$@" || die -n "${*} failed" * * If you need support, post the output of `emerge --info '=dev-libs/protobuf-25.1::HomeAssistantRepository'`, * the complete build log and the output of `emerge -pqv '=dev-libs/protobuf-25.1::HomeAssistantRepository'`. * The complete build log is located at '/var/log/portage/dev-libs:protobuf-25.1:20240615-074450.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-libs/protobuf-25.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-libs/protobuf-25.1/temp/environment'. * Working directory: '/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1_build-abi_x86_32.x86' * S: '/var/tmp/portage/dev-libs/protobuf-25.1/work/protobuf-25.1' ```
Author

bug could be fixed specify version in dependency list.
For this package is
>=dev-cpp/abseil-cpp-20230802.0

bug could be fixed specify version in dependency list. For this package is `>=dev-cpp/abseil-cpp-20230802.0`
onkelbeh added this to the 2024.6.4 milestone 2024-06-24 07:24:55 +02:00
Owner

same here, it does not compile with abseil-cpp-20230125.3-r3. But it did. I don't know exactly why, I changed a lot on this box (Python, Profile 23, merge-usr). Indeed it compiles now with the newer abseil-cpp.

same here, it does not compile with abseil-cpp-20230125.3-r3. But it did. I don't know exactly why, I changed a lot on this box (Python, Profile 23, merge-usr). Indeed it compiles now with the newer abseil-cpp.
Sign in to join this conversation.
No Label
Bug
Bump/Update
Cleanup
Dupe
Enhancement
File Collision
Forked
Integration: abode
Integration: accuweather
Integration: acmeda
Integration: acomax
Integration: adax
Integration: adguard
Integration: ads
Integration: aemet
Integration: aep_ohio
Integration: aep_texas
Integration: airgradient
Integration: airq
Integration: airthings
Integration: airthings_ble
Integration: airtouch5
Integration: airzone
Integration: airzone_cloud
Integration: aladdin_connect
Integration: alarmdecoder
Integration: amazon_polly
Integration: amberelectric
Integration: ambient_network
Integration: ambient_station
Integration: analytics_insights
Integration: androidtv_remote
Integration: anel_pwrctrl
Integration: anova
Integration: anthropic
Integration: aosmith
Integration: apache_kafka
Integration: apcupsd
Integration: appalachianpower
Integration: apple_tv
Integration: apprise
Integration: aprilaire
Integration: aprs
Integration: aps
Integration: apsystems
Integration: aquacell
Integration: aranet
Integration: arcam_fmj
Integration: arris_tg2492lg
Integration: artsound
Integration: arve
Integration: aseko_pool_live
Integration: assist_pipeline
Integration: assist_satellite
Integration: asuswrt
Integration: august
Integration: aurora
Integration: autarco
Integration: aws
Integration: axis
Integration: azure_data_explorer
Integration: azure_devops
Integration: backup
Integration: balboa
Integration: bang_olufsen
Integration: blebox
Integration: blink
Integration: blue_current
Integration: bluesound
Integration: bluetooth
Integration: bmw_connected_drive
Integration: bosch_shc
Integration: braviatv
Integration: bring
Integration: broadlink
Integration: brother
Integration: brottsplatskartan
Integration: bryant_evolution
Integration: bsblan
Integration: bthome
Integration: buienradar
Integration: caldav
Integration: cambridge_audio
Integration: camera
Integration: canary
Integration: cast
Integration: ccm15
Integration: chacon_dio
Integration: cisco_webex_teams
Integration: cloud
Integration: cloudflare
Integration: co2signal
Integration: coautilities
Integration: coinbase
Integration: comelit
Integration: concord232
Integration: control4
Integration: conversation
Integration: coolmaster
Integration: crownstone
Integration: daikin
Integration: deako
Integration: debugpy
Integration: deconz
Integration: deluge
Integration: denonavr
Integration: devialet
Integration: devolo_home_control
Integration: dhcp
Integration: discord
Integration: discovergy
Integration: dlna_dmr
Integration: dlna_dms
Integration: dnsip
Integration: dominos
Integration: doods
Integration: doorbird
Integration: drop_connect
Integration: dsmr
Integration: duke_energy
Integration: duotecno
Integration: duquesne_light
Integration: dwd_weather_warnings
Integration: easyenergy
Integration: ecobee
Integration: ecoforest
Integration: econet
Integration: ecovacs
Integration: ecowitt
Integration: efergy
Integration: electrasmart
Integration: elevenlabs
Integration: elgato
Integration: elkm1
Integration: elmax
Integration: elvia
Integration: emby
Integration: emoncms
Integration: emulated_kasa
Integration: emulated_roku
Integration: energenie_power_sockets
Integration: energyzero
Integration: enigma2
Integration: enphase_envoy
Integration: environment_canada
Integration: envisalink
Integration: epic_games_store
Integration: epion
Integration: eq3btsmart
Integration: esphome
Integration: evohome
Integration: ffmpeg
Integration: fibaro
Integration: fjaraskupan
Integration: flexit_bacnet
Integration: flic
Integration: flipr
Integration: forecast_solar
Integration: foscam
Integration: fritzbox
Integration: fronius
Integration: frontend
Integration: fujitsu_anywair
Integration: fujitsu_fglair
Integration: fully_kiosk
Integration: fyta
Integration: garages_amsterdam
Integration: gardena_bluetooth
Integration: gdacs
Integration: generic
Integration: geo_json_events
Integration: geo_rss_events
Integration: geonetnz_quakes
Integration: geonetnz_volcano
Integration: gios
Integration: github
Integration: glances
Integration: go2rtc
Integration: goodwe
Integration: google
Integration: google_assistant_sdk
Integration: google_cloud
Integration: google_generative_ai_conversation
Integration: google_photos
Integration: google_pubsub
Integration: govee_ble
Integration: govee_light_local
Integration: gree
Integration: growatt_server
Integration: habitica
Integration: hassio
Integration: heatmiser
Integration: here_travel_time
Integration: hive
Integration: hko
Integration: holiday
Integration: home_connect
Integration: homekit
Integration: homekit_controller
Integration: homematicip_cloud
Integration: homewizard
Integration: homeworks
Integration: honeywell
Integration: hp_ilo
Integration: html5
Integration: http
Integration: huawei_lte
Integration: hue
Integration: hunterdouglas_powerview
Integration: husqvarna_automower
Integration: husqvarna_automower_ble
Integration: huum
Integration: hydrawise
Integration: iammeter
Integration: ibeacon
Integration: idasen_desk
Integration: ign_sismologia
Integration: image_upload
Integration: imap
Integration: imgw_pib
Integration: incomfort
Integration: indianamichiganpower
Integration: inkbird
Integration: insteon
Integration: intellifire
Integration: iotawatt
Integration: iotty
Integration: ipp
Integration: iron_os
Integration: isal
Integration: iskra
Integration: islamic_prayer_times
Integration: israel_rail
Integration: ista_ecotrend
Integration: jewish_calendar
Integration: justnimbus
Integration: jvc_projector
Integration: kef
Integration: kentuckypower
Integration: keymitt_ble
Integration: knocki
Integration: knx
Integration: kostal_plenticore
Integration: kraken
Integration: krispol
Integration: lacrosse_view
Integration: lamarzocco
Integration: launch_library
Integration: laundrify
Integration: lcn
Integration: ld2410_ble
Integration: leaone
Integration: led_ble
Integration: lektrico
Integration: lg_netcast
Integration: lg_thinq
Integration: life360
Integration: lifx
Integration: linear_garage_door
Integration: linkplay
Integration: litejet
Integration: litterrobot
Integration: local_calendar
Integration: local_todo
Integration: loqed
Integration: luci
Integration: lupusec
Integration: lutron
Integration: lutron_caseta
Integration: lyric
Integration: madeco
Integration: madvr
Integration: mastodon
Integration: matrix
Integration: matter
Integration: mealie
Integration: media_extractor
Integration: melcloud
Integration: mercury_nz
Integration: met
Integration: meteo_france
Integration: meteoalarm
Integration: meteoclimatic
Integration: metoffice
Integration: mfi
Integration: microbees
Integration: mill
Integration: minecraft_server
Integration: mini_connected
Integration: modbus
Integration: moehlenhoff_alpha2
Integration: monarch_money
Integration: monzo
Integration: mopeka
Integration: motion_blinds
Integration: motionblinds_ble
Integration: motionmount
Integration: music_assistant
Integration: myuplink
Integration: nam
Integration: neato
Integration: ness_alarm
Integration: nest
Integration: netatmo
Integration: nexia
Integration: nextbus
Integration: nextcloud
Integration: nextdns
Integration: nibe_heatpump
Integration: nice_go
Integration: nmap_tracker
Integration: nobo_hub
Integration: norway_air
Integration: notion
Integration: nsw_rural_fire_service_feed
Integration: nuki
Integration: numato
Integration: nut
Integration: nws
Integration: nx584
Integration: nyt_games
Integration: ollama
Integration: oncue
Integration: ondilo_ico
Integration: onkyo
Integration: open_meteo
Integration: openai_conversation
Integration: openerz
Integration: openexchangerates
Integration: opensky
Integration: opentherm_gw
Integration: openweathermap
Integration: opower
Integration: orvibo
Integration: osoenergy
Integration: otbr
Integration: ourgroceries
Integration: overkiz
Integration: ovo_energy
Integration: p1_monitor
Integration: palazzetti
Integration: panasonic_viera
Integration: pegel_online
Integration: permobil
Integration: philips_js
Integration: pinecil
Integration: plex
Integration: plugwise
Integration: point
Integration: powerwall
Integration: private_ble_device
Integration: proxy
Integration: prusalink
Integration: psoklahoma
Integration: pulseaudio_loopback
Integration: pure_energie
Integration: pvoutput
Integration: pyload
Integration: python_script
Integration: qbittorrent
Integration: qingping
Integration: qld_bushfire
Integration: qnap_qsw
Integration: qrcode
Integration: rabbitair
Integration: rachio
Integration: radio_browser
Integration: rainbird
Integration: rainforest_raven
Integration: rainmachine
Integration: rdw
Integration: recorder
Integration: refoss
Integration: renault
Integration: renson
Integration: reolink
Integration: rflink
Integration: rfxtrx
Integration: ridwell
Integration: ring
Integration: risco
Integration: roborock
Integration: roku
Integration: romy
Integration: roomba
Integration: roon
Integration: route53
Integration: rova
Integration: ruckus_unleashed
Integration: russound_rio
Integration: russound_rnet
Integration: rympro
Integration: samsam
Integration: samsungtv
Integration: sanix
Integration: schlage
Integration: scl
Integration: screenlogic
Integration: season
Integration: sense
Integration: sensibo
Integration: sensorpush
Integration: sensoterra
Integration: sentry
Integration: serial
Integration: seven_segments
Integration: seventeentrack
Integration: sfr_box
Integration: shelly
Integration: sighthound
Integration: signal_messenger
Integration: simplefin
Integration: simplisafe
Integration: sisyphus
Integration: sleepiq
Integration: slide
Integration: slimproto
Integration: smart_meter_texas
Integration: smarttub
Integration: smarty
Integration: smhi
Integration: smlight
Integration: smud
Integration: snmp
Integration: solaredge
Integration: solarlog
Integration: solax
Integration: songpal
Integration: sonos
Integration: spotify
Integration: sql
Integration: squeezebox
Integration: ssdp
Integration: steamist
Integration: stream
Integration: subaru
Integration: suez_water
Integration: sunweg
Integration: surepetcare
Integration: swepco
Integration: swiss_public_transport
Integration: switchbee
Integration: switchbot
Integration: switchbot_cloud
Integration: switcher_kis
Integration: synology_dsm
Integration: system_bridge
Integration: tado
Integration: tailwind
Integration: tami4
Integration: tankerkoenig
Integration: tasmota
Integration: technove
Integration: tedee
Integration: telegram_bot
Integration: tellduslive
Integration: temper
Integration: tensorflow
Integration: tesla_fleet
Integration: teslemetry
Integration: tessie
Integration: thermobeacon
Integration: thermopro
Integration: thethingsnetwork
Integration: thread
Integration: tibber
Integration: tile
Integration: tolo
Integration: totalconnect
Integration: touchline_sl
Integration: tplink
Integration: tplink_omada
Integration: tplink_tapo
Integration: traccar
Integration: traccar_server
Integration: tractive
Integration: trafikverket_camera
Integration: trafikverket_ferry
Integration: trafikverket_train
Integration: trafikverket_weatherstation
Integration: transmission
Integration: triggercmd
Integration: tuya
Integration: twentemilieu
Integration: twinkly
Integration: twitch
Integration: unifi
Integration: unifi_direct
Integration: unifiprotect
Integration: upb
Integration: upc_connect
Integration: upcloud
Integration: upnp
Integration: usgs_earthquakes_feed
Integration: utility_meter
Integration: uvc
Integration: v2c
Integration: vallox
Integration: valve
Integration: velbus
Integration: velux
Integration: vera
Integration: verisure
Integration: vesync
Integration: vicare
Integration: vilfo
Integration: vlc_telnet
Integration: vodafone_station
Integration: vulcan
Integration: wallbox
Integration: waqi
Integration: waze_travel_time
Integration: weatherflow_cloud
Integration: weatherkit
Integration: webmin
Integration: webostv
Integration: weheat
Integration: wemo
Integration: whirlpool
Integration: withings
Integration: wled
Integration: wmspro
Integration: wolflink
Integration: workday
Integration: wyoming
Integration: xeoma
Integration: xiaomi_ble
Integration: yale
Integration: yale_smart_alarm
Integration: yalexs_ble
Integration: yandex_transport
Integration: yeelight
Integration: yolink
Integration: youless
Integration: zamg
Integration: zeroconf
Integration: zeversolar
Integration: zha
Integration: zhong_hong
Integration: zondergas
Integration: zoneminder
Integration: zwave_js
New Integration
Python 3.11
Python 3.12
Requirement vanished
Source Incomplete
SrcDir ${S} mismatch
TopLevelViolation
Update required
help wanted
invalid
question
requirement
slot-conflict
virtual
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: onkelbeh/HomeAssistantRepository#3503
No description provided.