I'm getting build errors when I try to run makepkg -si
that seem to be related to protobuf, but it doesn't make sense to me since I have protobuf installed and it even seems to detect it during the build. Here's the pastebin: https://pastebin.com/MLGhweXr
The error claims that it can't load libabsl_log_initialize.so.2308
which comes from protobuf, but earlier in the build says: Found Protobuf: /usr/lib/libprotobuf.so (found version "4.25.3")
Any ideas why this might be and what the solution is?
Pinned Comments
Henry-ZHR commented on 2024-03-26 14:38 (UTC)
For everyone:
You may need to rebuild the package when its dependencies (currently
abseil-cpp
,protobuf
andgperftools
) are upgraded.You can install rebuild-detector so that you will be warned when you need to do so.