Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 455606 - sys-apps/portage: Warn also about /lib{32,64}/udev/rules.d, only /lib/udev/rules.d is correct
Summary: sys-apps/portage: Warn also about /lib{32,64}/udev/rules.d, only /lib/udev/ru...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Enhancement/Feature Requests (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on: 361759
Blocks: 456888
  Show dependency tree
 
Reported: 2013-02-05 14:17 UTC by Samuli Suominen (RETIRED)
Modified: 2013-02-12 04:21 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 Samuli Suominen (RETIRED) gentoo-dev 2013-02-05 14:17:29 UTC
There is a code in misc-functions.sh:

if [[ -d ${ED}/etc/udev/rules.d ]] ; then
f=
for x in $(ls "${ED}/etc/udev/rules.d") ; do
f+="  etc/udev/rules.d/$x\n"
done
if [[ -n $f ]] ; then
eqawarn "QA Notice: udev rules should be installed in /lib/udev/rules.d:"
eqawarn
eqawarn "$f"
fi
fi

This should be extended to check also /lib32/udev/rules.d as well as /lib64/udev/rules.d
Only /lib/udev/rules.d is allowed
Comment 2 Zac Medico gentoo-dev 2013-02-12 04:21:08 UTC
This is fixed in 2.1.11.51 and 2.2.0_alpha162.