Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831700 - [guru] x11-drivers/OpenTabletDriver-bin-0.6.0.2 fails to compile: Failed to send reload request: No such file or directory
Summary: [guru] x11-drivers/OpenTabletDriver-bin-0.6.0.2 fails to compile: Failed to s...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: ethannij
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-21 08:13 UTC by Agostino Sarubbo
Modified: 2024-10-19 00:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,47.18 KB, text/plain)
2022-01-21 08:13 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-01-21 08:13:30 UTC
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)
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-21 08:13:32 UTC
Created attachment 762974 [details]
build.log

build log and emerge --info
Comment 2 ethannij 2022-01-21 08:22:10 UTC
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`.
Comment 3 Agostino Sarubbo gentoo-dev 2022-01-21 08:28:57 UTC
$ udevadm control --reload
Running in chroot, ignoring request.
Comment 4 ethannij 2022-01-21 09:06:57 UTC
(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.
Comment 5 ethannij 2022-01-21 23:42:50 UTC
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.
Comment 6 Larry the Git Cow gentoo-dev 2024-10-19 00:05:29 UTC
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(-)