https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: sys-apps/razercfg-0.42 installs udev rules without calling udev_reload. Discovered on: amd64 (internal ref: ci)
Created attachment 780800 [details] build.log build log and emerge --info
Yet it does call udevadm control --reload-rules udevadm trigger --subsystem-match=usb
(In reply to Alexey Korepanov from comment #2) > Yet it does call > udevadm control --reload-rules > udevadm trigger --subsystem-match=usb This is wrong. (Yes, the commands do the job) Please use 'udev_reload' as command from udev eclass in pkg_postinst and pkg_postrm.
ok, it is easy to replace udevadm control --reload-rules with a call to udev_reload but there is also the second command, and from what I understand it is not covered by the udev eclass.
gcc14_tinderbox has reproduced this issue with version 0.42-r1 - Updating summary.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace3dbbfdaafbf53d7e5c0e838f9b19c6d13e4af commit ace3dbbfdaafbf53d7e5c0e838f9b19c6d13e4af Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2025-02-15 18:48:51 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2025-02-15 18:48:51 +0000 sys-apps/razercfg: add 0.43, enable py3.1{1,2,3}, cleanup Closes: https://bugs.gentoo.org/847499 Closes: https://bugs.gentoo.org/897262 Closes: https://bugs.gentoo.org/929820 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> sys-apps/razercfg/Manifest | 1 + sys-apps/razercfg/razercfg-0.43.ebuild | 93 ++++++++++++++++++++++++++++++++++ 2 files changed, 94 insertions(+)