diff mbox series

[bug#70300] gnu: linux-libre-documentation: Fix build.

Message ID 3gxxrkxdt37rtebf7pwkbdumhnhjlszzhf4fhkuh4k5xhuxegk@6dst4wpftce3
State New
Headers show
Series [bug#70300] gnu: linux-libre-documentation: Fix build. | expand

Commit Message

Gabriel Wicki April 9, 2024, 7:11 a.m. UTC
From a3e4499485bf62cdd53672153349ccd1cd3b2a51 Mon Sep 17 00:00:00 2001
Message-ID: <a3e4499485bf62cdd53672153349ccd1cd3b2a51.1712646614.git.gabriel@erlikon.ch>
From: Gabriel Wicki <gabriel@erlikon.ch>
Date: Tue, 9 Apr 2024 09:06:48 +0200
Subject: [PATCH] gnu: linux-libre-documentation: Fix build.

* gnu/packages/linux.scm (linux-libre-documentation): Add python-pyyaml to
native-inputs.

Change-Id: Ida23c6b278ac2e95b7f4db5da1e2a80ca65dd5fb
---
 gnu/packages/linux.scm | 1 +
 1 file changed, 1 insertion(+)


base-commit: 51de844a0ff6ea224367a384092896bce6848b9f

Comments

Christopher Baines April 9, 2024, 4:08 p.m. UTC | #1
Gabriel Wicki <gabriel@erlikon.ch> writes:

> From a3e4499485bf62cdd53672153349ccd1cd3b2a51 Mon Sep 17 00:00:00 2001
> Message-ID: <a3e4499485bf62cdd53672153349ccd1cd3b2a51.1712646614.git.gabriel@erlikon.ch>
> From: Gabriel Wicki <gabriel@erlikon.ch>
> Date: Tue, 9 Apr 2024 09:06:48 +0200
> Subject: [PATCH] gnu: linux-libre-documentation: Fix build.
>
> * gnu/packages/linux.scm (linux-libre-documentation): Add python-pyyaml to
> native-inputs.
>
> Change-Id: Ida23c6b278ac2e95b7f4db5da1e2a80ca65dd5fb
> ---
>  gnu/packages/linux.scm | 1 +
>  1 file changed, 1 insertion(+)

According to QA, linux-libre-documentation builds successfully on all
systems it's testing. Do you have more information about the failure
you've seen?

Thanks,

Chris
Gabriel Wicki April 9, 2024, 4:53 p.m. UTC | #2
Hi

That's kinda odd!  My build host seems to be down right now so I can't retrieve the logs right now, but 6.8.4 failed to build this morning (this linux-libre version was pushed to master only a few hours ago).  The build job has not yet arrived on CI.

If I didn't dream it all you can confirm the build failure with a `guix build linux-libre-documentation` from a recent checkout ;)

Thanks for looking, your weary but curious GNU time traveller
gabber
Gabriel Wicki April 15, 2024, 11:39 a.m. UTC | #3
close 70300
thanks

A duplicate of this report has been filed under #70343.  The issue has
been fixed with commit cc38699cf0cfd804a43ca1b6c8602cfc84e06117.
diff mbox series

Patch

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c66fd80d38..9bc783e0d0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2093,6 +2093,7 @@  (define-public linux-libre-documentation
            perl
            python
            python-sphinx
+           python-pyyaml
            texinfo
            which))
     (synopsis "Documentation for the kernel Linux-Libre")