Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 645844 - sys-fs/udev-236 fails to install /etc/udev/{hwdb.d,rules.d}
Summary: sys-fs/udev-236 fails to install /etc/udev/{hwdb.d,rules.d}
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-26 19:31 UTC by Norman Shulman
Modified: 2018-01-26 20:22 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 Norman Shulman 2018-01-26 19:31:25 UTC
currentGentooOnly32Bit50Prod ~ # uname -m
i686

currentGentooOnly32Bit50Prod ~ # equery -q l udev 
sys-fs/udev-236

currentGentooOnly32Bit50Prod ~ # equery f udev | grep -cE '/etc/udev/(hwdb.d|rules.d)'
0
Comment 1 Mike Gilbert gentoo-dev 2018-01-26 19:40:20 UTC
It looks like systemd installs empty directories there, which is also bad. I figure we should use keepdir in both udev and systemd.
Comment 2 Larry the Git Cow gentoo-dev 2018-01-26 20:22:17 UTC
The bug has been closed via the following commit(s):

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

commit 226b5faad1ed576458c6b14da9de7ef98448a0ea
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2018-01-26 19:45:36 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2018-01-26 20:21:50 +0000

    sys-fs/udev: keepdir /etc/udev/{hwdb.d,rules.d}
    
    Closes: https://bugs.gentoo.org/645844
    Package-Manager: Portage-2.3.19_p11, Repoman-2.3.6_p45

 sys-fs/udev/udev-236.ebuild  | 1 +
 sys-fs/udev/udev-9999.ebuild | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

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

commit 40a807ce427ae32887f60fe62013c7b3843f8e7e
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2018-01-26 19:49:52 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2018-01-26 20:21:52 +0000

    sys-apps/systemd: keepdir /etc/udev/{hwdb.d,rules.d}
    
    Bug: https://bugs.gentoo.org/645844
    Package-Manager: Portage-2.3.19_p11, Repoman-2.3.6_p45

 sys-apps/systemd/systemd-236-r5.ebuild | 7 ++++---
 sys-apps/systemd/systemd-9999.ebuild   | 7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)}