GNU bug report logs -
#41384
failing to build util-linux 2.35.1
Previous Next
Reported by: Josh <randomenduser <at> fastmail.com>
Date: Mon, 18 May 2020 23:23:01 UTC
Severity: normal
Done: Marius Bakke <marius <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Josh <randomenduser <at> fastmail.com> writes:
>>I'm afraid you will have to downgrade your kernel in order to upgrade
>>Guix! :-/
>
> Ahh. Thanks for the response!
>
> How do I do that? I would assume it would be documented here[0], but I
> can't seem to find it anywhere in the manual.
>
> [0] https://guix.gnu.org/manual/en/html_node/operating_002dsystem-Reference.html
There are a couple of options. The easiest way is to boot into an older
generation before running 'guix pull', if you have any generations with
kernel < 5.4.36 lying around.
Another is to pin the kernel to an older revision of Guix using an
"inferior". You would have to update your system configuration along
these lines:
--8<---------------cut here---------------start------------->8---
(use-modules (guix inferior)
(guix channels))
;; A channel with Linux-Libre 5.4.35.
(define channels
(list (channel
(name 'guix)
(url "https://git.savannah.gnu.org/git/guix.git")
(commit "851a3a779a7173807683e0a3c4e118ef4d8eb0b7"))))
(define inferior
;; An inferior representing the above channel.
(inferior-for-channels channels))
(define linux-libre-5.4.35
(lookup-inferior-packages inferior "linux-libre <at> 5.4.35"))
(operating-system
[...]
(kernel linux-libre-5.4.35))
--8<---------------cut here---------------end--------------->8---
Then reconfigure and reboot, of course.
Hope this helps!
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 4 years and 356 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.