Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924953 - [guru] media-libs/amdvlk-bin-2021.2.5 installs soname that are missing symlink(s)
Summary: [guru] media-libs/amdvlk-bin-2021.2.5 installs soname that are missing symlin...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Reva Denis
URL:
Whiteboard:
Keywords:
Depends on: 933499
Blocks: qa-guru
  Show dependency tree
 
Reported: 2024-02-19 07:52 UTC by Agostino Sarubbo
Modified: 2024-09-11 01:32 UTC (History)
3 users (show)

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


Attachments
build.log (build.log,44.11 KB, text/plain)
2024-02-19 07:52 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-02-19 07:52:34 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-libs/amdvlk-bin-2021.2.5 installs soname that are missing symlink(s).
Discovered on: amd64 (internal ref: guru_ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0037
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-19 07:52:35 UTC
Created attachment 885387 [details]
build.log

build log and emerge --info
Comment 2 Reva Denis 2024-08-08 08:51:12 UTC
How can I disable this false warning about sonames? They are actually not necessary for the package.
Comment 3 Reva Denis 2024-08-08 14:07:15 UTC
I have nailed one!
Comment 4 Larry the Git Cow gentoo-dev 2024-08-09 03:29:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30520de53385c9c148dc911f80bd61bc4e80de04

commit 30520de53385c9c148dc911f80bd61bc4e80de04
Author:     Denis Reva <denis7774@gmail.com>
AuthorDate: 2024-08-08 14:05:41 +0000
Commit:     Denis Reva <denis7774@gmail.com>
CommitDate: 2024-08-08 14:05:41 +0000

    media-libs/amdvlk-bin: fixed false soname warning
    
    Closes: https://bugs.gentoo.org/924953
    Signed-off-by: Denis Reva <denis7774@gmail.com>

 ...{amdvlk-bin-2021.2.5.ebuild => amdvlk-bin-2021.2.5-r1.ebuild} | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)
Comment 5 Larry the Git Cow gentoo-dev 2024-08-15 17:28:04 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/proj/portage.git/commit/?id=70b0f876ed56a684054089a6af31a7484b5be190

commit 70b0f876ed56a684054089a6af31a7484b5be190
Author:     Lucio Sauer <watermanpaint@posteo.net>
AuthorDate: 2024-08-08 23:08:57 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2024-08-15 17:25:31 +0000

    phase-functions: extend QA_PREBUILT handling to QA_SONAME_NO_SYMLINK
    
    This behavior is implied by the ordering of QA variables in the man page
    since the introduction of QA_SONAME_NO_SYMLINK.
    
    Bug: https://bugs.gentoo.org/924953
    Fixes: dcb42a417355510284a35c08a4bf849047122a5c
    Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 bin/phase-functions.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)