I have updated my nixpkgs unstable revision from 9f4128e00b0ae8ec65918efeba59db998750ead6
(2024-07-03) to cb9a96f23c491c081b38eab96d22fa958043c9fa
(2024-08-04) and performing a rebuild after this fails with the following log output:
output for /build/i3-4.23/testcases/t/533-randr15.t:
Successfully bound to /tmp/.X11-unix/X0
SIGCHLD, waitpid() = 0 at /build/i3-4.23/build/i3test.pm line 971, <$ipc_child> line 272.
ok 1 - outputs are __i3 and the fake monitor
ok 2 - Fake output at 3840x2160+0+0
SIGCHLD, waitpid() = 0 at /build/i3-4.23/build/i3test.pm line 971, <$ipc_child> line 272.
ok 3 - one bar configured
SIGCHLD, waitpid() = 0 at /build/i3-4.23/build/i3test.pm line 971, <$ipc_child> line 272.
ok 4 - bar_config output name is normalized
Exiting i3 cleanly...
test.inject_randr15: EOF
RRGetMonitors reply!
injecting reply
RRGetOutputInfo reply!
injecting reply
SIGCHLD, waitpid() = 0 at /build/i3-4.23/build/i3test.pm line 971, <$ipc_child> line 272.
ok 5 - outputs are __i3 and default
xrandr: Failed to get size of gamma for output default
SIGCHLD, waitpid() = 0 at /build/i3-4.23/build/i3test.pm line 971, <$ipc_child> line 272.
ok 6 - tick nonce received
ok 7 - Received 1 workspace::init event
ok 8 - Workspace initialized in up2414q
SIGCHLD, waitpid() = 0 at /build/i3-4.23/build/i3test.pm line 971, <$ipc_child> line 272.
ok 9 - outputs are __i3, default and up2414q
Exiting i3 cleanly...
1..9
===== End of test log =====
Right before this log output, there are 2 things building: qttools
and qtwayland
. I’m not sure if that’s related to the error; however, on a slight tangent, why are those 2 being built anyway? Is the binary cache missing?