View previous topic :: View next topic |
Author |
Message |
manu.rhel n00b

Joined: 11 Apr 2014 Posts: 52
|
Posted: Sat Dec 07, 2024 1:41 pm Post subject: Stuck at checking for protobuf |
|
|
Hi Experts, I am trying to install FRR package, and it is getting stuck while installing dev-libs/protobuf-c . below is the error -
Quote: | # emerge -a frr
* IMPORTANT: 22 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.
These are the packages that would be merged, in order:
Calculating dependencies... done!
Dependency resolution took 0.84 s (backtrack: 0/20).
[ebuild N ] dev-libs/protobuf-c-1.5.0-r2 USE="-static-libs" ABI_X86="(64) -32 (-x32)"
[ebuild N ] net-misc/frr-9.1.2 USE="pam -doc -fpm (-grpc) -nhrp -ospfapi -rpki -snmp -test" PYTHON_SINGLE_TARGET="python3_12 -python3_10 -python3_11"
Would you like to merge these packages? [Yes/No] Yes
checking whether C compiler accepts "-Werror=int-conversion"... yes
checking whether C compiler accepts "-Wnull-dereference"... yes
checking for doxygen... no
checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether x86_64-pc-linux-gnu-g++ supports C++17 features with -std=c++17... yes
checking for protobuf... |
This is where it gets stuck and does not move forward.
Please suggest what needs to be done to get this fixed.
Thank in advance
kernel version - 5.10.187
GCC.- 12 |
|
Back to top |
|
 |
sam_ Developer


Joined: 14 Aug 2020 Posts: 2368
|
Posted: Sat Dec 07, 2024 2:32 pm Post subject: |
|
|
When did you last do a world upgrade? pkgconf from a while ago should've fixed this. |
|
Back to top |
|
 |
|