https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: x11-drivers/OpenTabletDriver-bin-0.6.0.2 fails to compile. Discovered on: amd64 (internal ref: guru_ci)
Created attachment 762974 [details] build.log build log and emerge --info
reading through the build.log, the `udevadm control --reload` is failing. I see you have udev installed, so my other thought is the message saying "!!! It seems /run is not mounted. Process management may malfunction." Maybe it's worth trying to resolve that first, since /run/udev/control seems related to the udevadm command. Could you send the output of `udevadm control --reload`.
$ udevadm control --reload Running in chroot, ignoring request.
(In reply to Agostino Sarubbo from comment #3) > $ udevadm control --reload > Running in chroot, ignoring request. It seems the issue is that you're running inside of a chroot. A potential solution is that I can move that udevadm command from src_install to postinstall instead so the package does not fail to install.
Should be resolved with most recent commit https://github.com/gentoo/guru/commit/2a373db7e088963497344f9b1e8ea93eef6bf206 though it may take a few days to get pushed into the master branch.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=31e1cfdb47c0af68fc68daaa81fe0a0323576fb2 commit 31e1cfdb47c0af68fc68daaa81fe0a0323576fb2 Author: Takuya Wakazono <pastalian46@gmail.com> AuthorDate: 2024-10-17 19:40:44 +0000 Commit: Takuya Wakazono <pastalian46@gmail.com> CommitDate: 2024-10-17 19:40:44 +0000 x11-drivers/OpenTabletDriver-bin: remove unnecessary udev command Closes: https://bugs.gentoo.org/787722 Closes: https://bugs.gentoo.org/831700 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com> x11-drivers/OpenTabletDriver-bin/OpenTabletDriver-bin-0.6.3.0.ebuild | 5 ++--- x11-drivers/OpenTabletDriver-bin/files/otd-daemon | 0 2 files changed, 2 insertions(+), 3 deletions(-)