sys-fs/xfsprogs installs a udev rule file for not auto-mounting xfs filesystems, but this is installed in the wrong location, due to wrong econf argument. Reproducible: Always Steps to Reproduce: 1. install sys-fs/xfsprogs Actual Results: rule installed as /lib/udev/64-xfs.rules Expected Results: rule installed as /lib/udev/rules.d/64-xfs.rules current econf argument is --with-udev-rule-dir="$(get_udevdir)" but should be --with-udev-rule-dir="$(get_udevdir)/rules.d"
Feel free to fix it (with git mv) or I can later today. Thank you!
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ec9f4c23631d2c8746343372199b49cf3209d5 commit 41ec9f4c23631d2c8746343372199b49cf3209d5 Author: Mike Gilbert <floppym@gentoo.org> AuthorDate: 2024-05-15 13:22:43 +0000 Commit: Mike Gilbert <floppym@gentoo.org> CommitDate: 2024-05-15 13:22:43 +0000 sys-fs/xfsprogs: fix udev rule install location Closes: https://bugs.gentoo.org/931943 Signed-off-by: Mike Gilbert <floppym@gentoo.org> sys-fs/xfsprogs/{xfsprogs-6.6.0.ebuild => xfsprogs-6.6.0-r1.ebuild} | 2 +- sys-fs/xfsprogs/{xfsprogs-6.7.0-r1.ebuild => xfsprogs-6.7.0-r2.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)