The package sys-apps/pcmciautils installs the udev rules file /etc/udev/rules.d/60-pcmcia.rules. This file contains some invalid MODALIAS stanzas, so I get on bootup: add_to_rules: unknown key 'MODALIAS' in .... The fix is to use $env{MODALIAS} instead of MODALIAS in /etc/udev/rules.d/60-pcmcia.rules.
Please, remove brix from metadata.xml
It's actually ENV{MODALIAS} and *not* $env{MODALIAS}. Sorry for the typo.
Created attachment 96494 [details, diff] Fix MODALIAS issue on newest udev
*** Bug 156242 has been marked as a duplicate of this bug. ***
The fix in this patch worked
The same problem here: Dec 7 22:18:40 ant udevd[1022]: add_to_rules: unknown key 'MODALIAS' in /etc/udev/rules.d/60-pcmcia.rules:4 Dec 7 22:18:40 ant udevd[1022]: add_to_rules: unknown key 'MODALIAS' in /etc/udev/rules.d/60-pcmcia.rules:10 Dec 7 22:18:40 ant udevd[1022]: add_to_rules: unknown key 'MODALIAS' in /etc/udev/rules.d/60-pcmcia.rules:14 both udev and pcmciautils are stable: ant # equery l pcmcia [ Searching for package 'pcmcia' in all categories among: ] * installed packages [I--] [ ] sys-apps/pcmciautils-013 (0) ant # equery l udev [ Searching for package 'udev' in all categories among: ] * installed packages [I--] [ ] sys-fs/udev-103 (0) Please fix it.
(In reply to comment #3) > Created an attachment (id=96494) [edit] > Fix MODALIAS issue on newest udev > Patch added. Thanks.