https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-p2p/feather-2.1.0 installs files with unresolved SONAME dependencies. Discovered on: amd64 (internal ref: guru_tinderbox) NOTE: (CLANG-STRICTER-SYSTEM) in the summary means that the bug was found on a machine that runs clang with stricter mode This machine uses clang with CFLAGS/CXXFLAGS=-Werror=implicit-function-declaration -Werror=implicit-int -Werror=incompatible-function-pointer-types See also: https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240 https://wiki.gentoo.org/wiki/Modern_C_porting
Created attachment 841041 [details] build.log build log and emerge --info
Okay, I think I've got the ebuild so that the monero libs are built statically. They don't appear anymore when I do `objdump -p $(which feather) | grep NEEDED`. I will close the issue for now.
On further inspection, this was just caused by me screwing up and removing the -DBUILD_SHARED_LIBS=OFF cmake flag two weeks ago.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5cbae0ac515311fe8d1c9ed862bbf27fb35a4ce9 commit 5cbae0ac515311fe8d1c9ed862bbf27fb35a4ce9 Author: Adam Pimentel <adam.pimentel@protonmail.com> AuthorDate: 2022-12-20 07:11:56 +0000 Commit: Adam Pimentel <adam.pimentel@protonmail.com> CommitDate: 2022-12-20 07:13:22 +0000 net-p2p/feather: try to build monero libs staticially Closes: https://bugs.gentoo.org/884903 Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com> dev-libs/polyseed/polyseed-9999.ebuild | 2 +- net-p2p/feather/feather-2.1.0.ebuild | 17 +++++++++++++---- net-p2p/feather/feather-9999.ebuild | 21 ++++++++++++++++++++- net-p2p/feather/metadata.xml | 8 +++++++- 4 files changed, 41 insertions(+), 7 deletions(-)