Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 949366 - net-im/zoom missing dependency on virtual/libudev
Summary: net-im/zoom missing dependency on virtual/libudev
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-06 10:30 UTC by stefan11111
Modified: 2025-02-06 12:28 UTC (History)
1 user (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 stefan11111 2025-02-06 10:30:45 UTC
When emerging zoom without virtual/libudev and a provider for it, this happens:

 * QA Notice: Unresolved soname dependencies:
 *
 *      /opt/zoom/cef/libcef.so: libatk-bridge-2.0.so.0 libatspi.so.0 libudev.so.1
 *

!!! existing preserved libs:
>>> package: sys-fs/libudev-zero-1.0
 *  - /lib64/libudev.so.1
 *      used by /opt/zoom/cef/libcef.so (net-im/zoom-6.3.6.6315)


emerging virtual/libudev fixes the issue.
Comment 1 stefan11111 2025-02-06 11:18:32 UTC
Opened a pr for this: https://github.com/gentoo/gentoo/pull/40464
Comment 2 Larry the Git Cow gentoo-dev 2025-02-06 12:28:58 UTC
The bug has been closed via the following commit(s):

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

commit cb5b89f22b680eefd8c9fd4dbff652b74514b395
Author:     stefan11111 <stefan11111@shitposting.expert>
AuthorDate: 2025-02-06 10:59:25 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2025-02-06 12:28:16 +0000

    net-im/zoom: add virtual/libudev dependency
    
    This dependency on virtual/libudev is needed because net-im/zoom
    installs /opt/zoom/cef/libcef.so, which needs libudev.
    
    Closes: https://bugs.gentoo.org/949366
    Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 net-im/zoom/zoom-6.3.6.6315-r1.ebuild | 152 ++++++++++++++++++++++++++++++++++
 1 file changed, 152 insertions(+)