On 26/09/14 20:59, Mike Gilbert wrote:
On Fri, Sep 26, 2014 at 12:12 PM, Grant Edwards
<grant.b.edwards@gmail.com> wrote:
Which sets the group to 0 (root). The weird thing is that I don't
know where that file came from. Dong an "equery belongs" doesn't show
it belonging to any package. I do have dev-embedded/openocd installed,
but it doesn't own that file... But, doing an emerge -C openocd
removed the file /lib64/udev/rules.d/99-openocd.rules.
udev rules get installed to /lib/udev/rules.d, not /lib64/udev/rules.d.
Most Gentoo systems have a symlink at /lib pointing at /lib64, but
equery does not look at this. It only looks at the contents
of
/var/db/pkg/*/*/CONTENTS, which would contain lib instead of lib64.
That's why latest portage-utils supports:
# qfile -b -v 99-openocd.rules
The new -b argument allows to skip the directory.
- Samuli