https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-util/idea-community-2024.2.3 installs files with unresolved SONAME dependencies. Discovered on: amd64 (internal ref: ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0023
Created attachment 904111 [details] build.log build log and emerge --info
Does the tinderbox remove QA_PREBUILT="opt/${PN}/*" ? There is no error with the ebuild as is
Hello Mike, unresolved SONAME dependencies means that installed binaries by the package are linked to libraries that are not installed in the system. So in short there are missing RDEPEND. You didn't see the warning because you already have those libraries installed /pulled by something else). To get the warning use a clean chroot
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff924d56859b8b42aa3ea65e3bc503c16fc2e3f commit 8ff924d56859b8b42aa3ea65e3bc503c16fc2e3f Author: Mike Pagano <mpagano@gentoo.org> AuthorDate: 2024-10-04 19:11:51 +0000 Commit: Mike Pagano <mpagano@gentoo.org> CommitDate: 2024-10-04 19:11:51 +0000 dev-util/idea-community: fixing unresolved SONAME dependencies Bug: https://bugs.gentoo.org/940460 Signed-off-by: Mike Pagano <mpagano@gentoo.org> .../idea-community-2024.2.3-r1.ebuild | 169 +++++++++++++++++++++ 1 file changed, 169 insertions(+)