Hello,
linux-libre-documentation package does not build:
--8<---------------cut here---------------start------------->8---
[..]
starting phase `build'
sphinx-build didn't return its version
make[2]: *** [Documentation/Makefile:57: infodocs] Error 1
make[1]: ***
[/tmp/guix-build-linux-libre-documentation-7.0.10.drv-0/linux-7.0.10/Makefile:1892:
infodocs] Error 2
make: *** [Makefile:248: __sub-make] Error 2
error: in phase 'build': uncaught exception:
%exception #<&invoke-error program: "make" arguments: ("infodocs" "-j" "16")
exit-status: 2 term-signal: #f stop-signal: #f>
phase `build' failed after 0.7 seconds
--8<---------------cut here---------------end--------------->8---
Bisecting leads to:
--8<---------------cut here---------------start------------->8---
5863808183e11ae3f1ac1378dff8b079748ada3c is the first bad commit
commit 5863808183e11ae3f1ac1378dff8b079748ada3c
Author: Vagrant Cascadian <[email protected]>
Date: Wed May 27 12:28:29 2026 -0700
gnu: linux-libre: Update default version to 7.0.
* gnu/packages/linux.scm (linux-libre-version, linux-libre-gnu-revision,
linux-libre-pristine-source, linux-libre-source, linux-libre,
linux-libre-arm64-mnt-reform): Update to 7.0.
Merges: guix/guix#8954
gnu/packages/linux.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
bisect found first bad commit
--8<---------------cut here---------------end--------------->8---
CC-ing author.
Have a nice day,
Tomas
--
There are only two hard things in Computer Science:
cache invalidation, naming things and off-by-one errors.