Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940460 - dev-util/idea-community-2024.2.3 installs files with unresolved SONAME dependencies
Summary: dev-util/idea-community-2024.2.3 installs files with unresolved SONAME depend...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Mike Pagano
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-28 18:06 UTC by Agostino Sarubbo
Modified: 2024-10-04 19:19 UTC (History)
0 users

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


Attachments
build.log (build.log,61.17 KB, text/plain)
2024-09-28 18:06 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 2024-09-28 18:06:14 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2024-09-28 18:06:15 UTC
Created attachment 904111 [details]
build.log

build log and emerge --info
Comment 2 Mike Pagano gentoo-dev 2024-09-28 22:19:45 UTC
Does the tinderbox remove QA_PREBUILT="opt/${PN}/*" ?

There is no error with the ebuild as is
Comment 3 Agostino Sarubbo gentoo-dev 2024-09-30 07:00:17 UTC
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
Comment 4 Larry the Git Cow gentoo-dev 2024-10-04 19:14:22 UTC
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(+)