Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 931943 - sys-fs/xfsprogs: udev rule file installed in wrong location
Summary: sys-fs/xfsprogs: udev rule file installed in wrong location
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-15 10:46 UTC by Sven Wegener
Modified: 2024-05-15 13:23 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 Sven Wegener gentoo-dev 2024-05-15 10:46:49 UTC
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"
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-05-15 10:53:51 UTC
Feel free to fix it (with git mv) or I can later today. Thank you!
Comment 2 Larry the Git Cow gentoo-dev 2024-05-15 13:23:37 UTC
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(-)