Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 667058 - x11-drivers/xf86-video-amdgpu: automagic dependency on udev
Summary: x11-drivers/xf86-video-amdgpu: automagic dependency on udev
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2018-09-25 17:05 UTC by Alexander Tsoy
Modified: 2018-10-27 19:36 UTC (History)
0 users

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 Alexander Tsoy 2018-09-25 17:05:46 UTC
x11-drivers/xf86-video-amdgpu should depend on virtual/libudev:= via "udev" USE-flag - just like x11-drivers/xf86-video-ati.
Comment 1 Alexander Tsoy 2018-10-26 14:53:00 UTC
$ ldd /usr/lib64/xorg/modules/drivers/amdgpu_drv.so | grep udev
        libudev.so.1 => /lib64/libudev.so.1 (0x00007f530e620000)
$ grep -rl udev /var/db/pkg/x11-drivers/xf86-video-amdgpu-18.1.0/
/var/db/pkg/x11-drivers/xf86-video-amdgpu-18.1.0/NEEDED
/var/db/pkg/x11-drivers/xf86-video-amdgpu-18.1.0/NEEDED.ELF.2
/var/db/pkg/x11-drivers/xf86-video-amdgpu-18.1.0/REQUIRES
$
Comment 2 Larry the Git Cow gentoo-dev 2018-10-27 19:36:08 UTC
The bug has been closed via the following commit(s):

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

commit a2ffd7261021575395aa15181a1d873f58a6ce76
Author:     Alexander Tsoy <alexander@tsoy.me>
AuthorDate: 2018-10-26 14:33:53 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2018-10-27 19:35:48 +0000

    x11-drivers/xf86-video-amdgpu: add "udev" USE flag
    
    This fixes automagic dependency on udev.
    
    Closes: https://bugs.gentoo.org/667058
    Closes: https://github.com/gentoo/gentoo/pull/10236
    Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 .../xf86-video-amdgpu/xf86-video-amdgpu-18.1.0.ebuild        | 10 ++++++++--
 x11-drivers/xf86-video-amdgpu/xf86-video-amdgpu-9999.ebuild  | 12 +++++++++---
 2 files changed, 17 insertions(+), 5 deletions(-)