Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 756826 - net-im/zoom-5.4.54779.1115-r2 installs files with unresolved SONAME dependencies
Summary: net-im/zoom-5.4.54779.1115-r2 installs files with unresolved SONAME dependencies
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ulrich Müller
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-26 12:11 UTC by Agostino Sarubbo
Modified: 2020-11-26 21:46 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,7.70 KB, text/plain)
2020-11-26 12:11 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 2020-11-26 12:11:44 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-im/zoom-5.4.54779.1115-r2 installs files with unresolved SONAME dependencies.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2020-11-26 12:11:46 UTC
Created attachment 675100 [details]
build.log

build log and emerge --info
Comment 2 Ulrich Müller gentoo-dev 2020-11-26 15:16:07 UTC
(In reply to Agostino Sarubbo from comment #1)
> Created attachment 675100 [details]

> 2020-11-26T12:53:19 >>> x11-libs/libxkbcommon
> 
> [...]
> 
>  * QA Notice: Unresolved soname dependencies:
>  * 
>  * 	/opt/zoom/libQt5XcbQpa.so.5: libxkbcommon-x11.so.0
>  * 	/opt/zoom/platforms/libqxcb.so: libxkbcommon-x11.so.0
>  * 	/opt/zoom/xcbglintegrations/libqxcb-egl-integration.so: libxkbcommon-x11.so.0
>  * 	/opt/zoom/xcbglintegrations/libqxcb-glx-integration.so: libxkbcommon-x11.so.0


Not sure what is going on there.

$ qfile libxkbcommon-x11.so.0
x11-libs/libxkbcommon: /usr/lib64/libxkbcommon-x11.so.0

... which is in dependencies and according to your log should be installed.

Is that library not present on your system?
Comment 3 Ulrich Müller gentoo-dev 2020-11-26 21:43:35 UTC
Ah, looks like we need to depend on x11-libs/libxkbcommon[X].
Comment 4 Larry the Git Cow gentoo-dev 2020-11-26 21:46:57 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc2713733441fd512fff372ce391cff940b26b9

commit dbc2713733441fd512fff372ce391cff940b26b9
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2020-11-26 21:46:05 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2020-11-26 21:46:48 +0000

    net-im/zoom: Depend on x11-libs/libxkbcommon[X].
    
    Closes: https://bugs.gentoo.org/756826
    Package-Manager: Portage-3.0.10, Repoman-3.0.2
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 net-im/zoom/zoom-5.4.54779.1115-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)