Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 884903 - [guru] net-p2p/feather-2.1.0 installs files with unresolved SONAME dependencies
Summary: [guru] net-p2p/feather-2.1.0 installs files with unresolved SONAME dependencies
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GURU project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2022-12-09 07:42 UTC by Agostino Sarubbo
Modified: 2022-12-20 17:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,937.52 KB, text/plain)
2022-12-09 07:42 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-12-09 07:42:36 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2022-12-09 07:42:39 UTC
Created attachment 841041 [details]
build.log

build log and emerge --info
Comment 2 Adam 2022-12-20 07:09:41 UTC
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.
Comment 3 Adam 2022-12-20 07:59:50 UTC
On further inspection, this was just caused by me screwing up and removing the -DBUILD_SHARED_LIBS=OFF cmake flag two weeks ago.
Comment 4 Larry the Git Cow gentoo-dev 2022-12-20 17:23:44 UTC
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(-)