Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830823 - net-im/zoom missing a qtx11extras dependency in the ebuild when USE="-bundled-qt" is set
Summary: net-im/zoom missing a qtx11extras dependency in the ebuild when USE="-bundled...
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: 2022-01-09 01:02 UTC by Judge Dredd
Modified: 2022-01-17 09:16 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Judge Dredd 2022-01-09 01:02:15 UTC
The zoom binary in net-im/zoom has qtx11extras library as a dependency

(can be verified by 'ldd /path/to/zoom_binary')

, however the output of 

emerge -pve net-im/zoom

does not include the qtx11extras package
Here we assume USE="-bundled-qt"

Reproducible: Always

Steps to Reproduce:
1. install net-im/zoom with USE="-bundled-qt"
2. check ldd /path/to/zoom | grep -i qt5x11extras
3. check output of emerge -pve net-im/zoom, the qtx11extras package is not  there.
Actual Results:  
check output of emerge -pve net-im/zoom, the qtx11extras package is not  there.

Expected Results:  
qtx11extras must be pulled in automatically into the dependency tree by portage
Comment 1 Judge Dredd 2022-01-09 01:02:59 UTC
I think the package qtx11extras must be added into all the zoom ebuilds.
Comment 2 Larry the Git Cow gentoo-dev 2022-01-09 14:21:00 UTC
The bug has been closed via the following commit(s):

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

commit 3ef2be4a068a2901630162c084912ecf17205869
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2022-01-09 13:50:49 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2022-01-09 14:07:19 +0000

    net-im/zoom: Depend on dev-qt/qtx11extras:5
    
    Closes: https://bugs.gentoo.org/830823
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 net-im/zoom/zoom-5.8.6.739.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
Comment 3 Ulrich Müller gentoo-dev 2022-01-09 14:21:24 UTC
Thanks for reporting!
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-01-17 02:05:27 UTC
(No need to CC arch teams.)