From unknown Fri Aug 15 20:58:01 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#70300] [PATCH] gnu: linux-libre-documentation: Fix build. Resent-From: Gabriel Wicki Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 09 Apr 2024 07:13:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 70300 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 70300@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.171264675016253 (code B ref -1); Tue, 09 Apr 2024 07:13:03 +0000 Received: (at submit) by debbugs.gnu.org; 9 Apr 2024 07:12:30 +0000 Received: from localhost ([127.0.0.1]:48146 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ru5eg-0004E4-2W for submit@debbugs.gnu.org; Tue, 09 Apr 2024 03:12:30 -0400 Received: from lists.gnu.org ([2001:470:142::17]:38634) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ru5ed-0004D4-Ca for submit@debbugs.gnu.org; Tue, 09 Apr 2024 03:12:28 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ru5eQ-00035Q-5U for guix-patches@gnu.org; Tue, 09 Apr 2024 03:12:14 -0400 Received: from cotopaxi.ee.ethz.ch ([129.132.148.196]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ru5eN-0005nY-Ia for guix-patches@gnu.org; Tue, 09 Apr 2024 03:12:13 -0400 Received: from localhost (antispam.ee.ethz.ch [129.132.2.16]) by cotopaxi.ee.ethz.ch (Postfix) with ESMTP id 755951FF2C for ; Tue, 9 Apr 2024 09:11:54 +0200 (CEST) X-Virus-Scanned: by amavisd at antispam.ee.ethz.ch Received: from cotopaxi.ee.ethz.ch ([129.132.148.196]) by localhost (antispam.ee.ethz.ch [129.132.2.16]) (amavisd-new, port 10028) with ESMTP id 19XkUau3UpqC for ; Tue, 9 Apr 2024 09:11:53 +0200 (CEST) Received: from blackbox (212-51-128-25.fiber7.init7.net [212.51.128.25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: gabriel) by cotopaxi.ee.ethz.ch (Postfix) with ESMTPSA for ; Tue, 9 Apr 2024 09:11:53 +0200 (CEST) Date: Tue, 9 Apr 2024 09:11:50 +0200 From: Gabriel Wicki Message-ID: <3gxxrkxdt37rtebf7pwkbdumhnhjlszzhf4fhkuh4k5xhuxegk@6dst4wpftce3> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Received-SPF: permerror client-ip=129.132.148.196; envelope-from=gabriel@erlikon.ch; helo=cotopaxi.ee.ethz.ch X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, T_SPF_PERMERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) >From a3e4499485bf62cdd53672153349ccd1cd3b2a51 Mon Sep 17 00:00:00 2001 Message-ID: From: Gabriel Wicki 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(+) 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") base-commit: 51de844a0ff6ea224367a384092896bce6848b9f -- 2.41.0 From unknown Fri Aug 15 20:58:01 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#70300] [PATCH] gnu: linux-libre-documentation: Fix build. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 09 Apr 2024 16:10:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 70300 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Gabriel Wicki Cc: 70300@debbugs.gnu.org Received: via spool by 70300-submit@debbugs.gnu.org id=B70300.171267894923078 (code B ref 70300); Tue, 09 Apr 2024 16:10:03 +0000 Received: (at 70300) by debbugs.gnu.org; 9 Apr 2024 16:09:09 +0000 Received: from localhost ([127.0.0.1]:51285 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ruE1z-0005zr-TI for submit@debbugs.gnu.org; Tue, 09 Apr 2024 12:09:09 -0400 Received: from mira.cbaines.net ([212.71.252.8]:43318) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ruE1x-0005zS-QD for 70300@debbugs.gnu.org; Tue, 09 Apr 2024 12:09:06 -0400 Received: from localhost (unknown [212.132.255.10]) by mira.cbaines.net (Postfix) with ESMTPSA id A1A7827BBE2; Tue, 9 Apr 2024 17:08:56 +0100 (BST) Received: from felis (localhost.lan [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 21f20995; Tue, 9 Apr 2024 16:08:55 +0000 (UTC) From: Christopher Baines In-Reply-To: <3gxxrkxdt37rtebf7pwkbdumhnhjlszzhf4fhkuh4k5xhuxegk@6dst4wpftce3> (Gabriel Wicki's message of "Tue, 9 Apr 2024 09:11:50 +0200") References: <3gxxrkxdt37rtebf7pwkbdumhnhjlszzhf4fhkuh4k5xhuxegk@6dst4wpftce3> User-Agent: mu4e 1.12.2; emacs 29.3 Date: Tue, 09 Apr 2024 17:08:55 +0100 Message-ID: <87cyqyecx4.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Gabriel Wicki writes: > From a3e4499485bf62cdd53672153349ccd1cd3b2a51 Mon Sep 17 00:00:00 2001 > Message-ID: > From: Gabriel Wicki > 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 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmYVaBdfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9XcWcw//SyjFjqXL/VI4Uwnuro68SjsZQKYrAW8u zYTNtMDGu94ioW491uMIlDwiWyGLHpsFlfhbqJLEmIpXj76oocsqQtESYQAMzxXX k/ptw816VcEnxXzZai8bhuDl834GaSVHxcEIqf6vVjUhMeYa1US07ZIQe13mRF1F 2wL1ETw/wM/ST8SktstuBGpwGbtGJ7RuFaV8kYotmGTon14PurwpR3v/FtiyM6YU /vuAR9SgcN1ty+yWCFFiGncMNJtVx/3IURB39+jkflghcQvC18+d7dmN0cteDPcn WKp0qa0OP16skQkM3cs/9qbIxZjOUJ+ifYXx1ND21BlXGEELKmsO/tAwdD643jW3 FNq3Oc7lEOrce48ynlQBlQ2JBC3VFU/lhAguajBG/wfAFmk38p6RFjc8e7BISZ3M H0Msw9eJKFas+P4q2F4Ab4cKXLj7HKF1GkOPTNXHgCk7I6xOvttgtMT6R4KMGuCl DTAgH3xgF6SXQy1o5GeIgPXLAt3+8EFYkvZroUZz+YWys4O2BoK+NbfwT2PrqieU tESRlJPCt0f2hwYoro+vz/g4fYouboITz8yA3Nd9cLZQFVMGTsBjeXnkvzGMX5EV yIQxf4asLAqDVy6+qkXcFin80m0s3UiZ9qAooSe7FnynQpJSM1IwazHYPIqBMVYy SDn2tdk4c0o= =4ApG -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Aug 15 20:58:01 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#70300] [PATCH] gnu: linux-libre-documentation: Fix build. Resent-From: Gabriel Wicki Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 09 Apr 2024 16:55:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 70300 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Christopher Baines Cc: 70300@debbugs.gnu.org Received: via spool by 70300-submit@debbugs.gnu.org id=B70300.17126816465923 (code B ref 70300); Tue, 09 Apr 2024 16:55:04 +0000 Received: (at 70300) by debbugs.gnu.org; 9 Apr 2024 16:54:06 +0000 Received: from localhost ([127.0.0.1]:51322 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ruEjW-0001XT-Ew for submit@debbugs.gnu.org; Tue, 09 Apr 2024 12:54:06 -0400 Received: from cotopaxi.ee.ethz.ch ([129.132.148.196]:57307) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ruEjT-0001WP-TF for 70300@debbugs.gnu.org; Tue, 09 Apr 2024 12:54:04 -0400 Received: from localhost (antispam.ee.ethz.ch [129.132.2.16]) by cotopaxi.ee.ethz.ch (Postfix) with ESMTP id 419011FF34; Tue, 9 Apr 2024 18:53:49 +0200 (CEST) X-Virus-Scanned: by amavisd at antispam.ee.ethz.ch Received: from cotopaxi.ee.ethz.ch ([129.132.148.196]) by localhost (antispam.ee.ethz.ch [129.132.2.16]) (amavisd-new, port 10028) with ESMTP id YEAEKVL1Y5RS; Tue, 9 Apr 2024 18:53:48 +0200 (CEST) Received: from [127.0.0.1] (212-51-128-25.fiber7.init7.net [212.51.128.25]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: gabriel) by cotopaxi.ee.ethz.ch (Postfix) with ESMTPSA; Tue, 9 Apr 2024 18:53:48 +0200 (CEST) Date: Tue, 09 Apr 2024 18:53:45 +0200 From: Gabriel Wicki User-Agent: K-9 Mail for Android In-Reply-To: <87cyqyecx4.fsf@cbaines.net> References: <3gxxrkxdt37rtebf7pwkbdumhnhjlszzhf4fhkuh4k5xhuxegk@6dst4wpftce3> <87cyqyecx4.fsf@cbaines.net> Message-ID: <4B976A6A-C762-41E7-BB26-77E0AB592005@erlikon.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi That's kinda odd! My build host seems to be down right now so I can't ret= rieve the logs right now, but 6=2E8=2E4 failed to build this morning (this = linux-libre version was pushed to master only a few hours ago)=2E The buil= d job has not yet arrived on CI=2E If I didn't dream it all you can confirm the build failure with a `guix bu= ild linux-libre-documentation` from a recent checkout ;) Thanks for looking, your weary but curious GNU time traveller gabber From unknown Fri Aug 15 20:58:01 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#70300] [PATCH] gnu: linux-libre-documentation: Fix build. Resent-From: Gabriel Wicki Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 15 Apr 2024 11:41:12 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 70300 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 70300@debbugs.gnu.org Cc: mail@cbaines.net Received: via spool by 70300-submit@debbugs.gnu.org id=B70300.171318122925490 (code B ref 70300); Mon, 15 Apr 2024 11:41:12 +0000 Received: (at 70300) by debbugs.gnu.org; 15 Apr 2024 11:40:29 +0000 Received: from localhost ([127.0.0.1]:37013 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rwKhD-0006c2-8H for submit@debbugs.gnu.org; Mon, 15 Apr 2024 07:40:29 -0400 Received: from cotopaxi.ee.ethz.ch ([129.132.148.196]:44861) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rwKh4-0006Ym-GP for 70300@debbugs.gnu.org; Mon, 15 Apr 2024 07:40:18 -0400 Received: from localhost (antispam.ee.ethz.ch [129.132.2.16]) by cotopaxi.ee.ethz.ch (Postfix) with ESMTP id 276B01FF43; Mon, 15 Apr 2024 13:39:56 +0200 (CEST) X-Virus-Scanned: by amavisd at antispam.ee.ethz.ch Received: from cotopaxi.ee.ethz.ch ([129.132.148.196]) by localhost (antispam.ee.ethz.ch [129.132.2.16]) (amavisd-new, port 10028) with ESMTP id oa9GqFfPFLcD; Mon, 15 Apr 2024 13:39:55 +0200 (CEST) Received: from silvi (212-51-128-25.fiber7.init7.net [212.51.128.25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: gabriel) by cotopaxi.ee.ethz.ch (Postfix) with ESMTPSA; Mon, 15 Apr 2024 13:39:55 +0200 (CEST) Date: Mon, 15 Apr 2024 13:39:52 +0200 From: Gabriel Wicki Message-ID: References: <3gxxrkxdt37rtebf7pwkbdumhnhjlszzhf4fhkuh4k5xhuxegk@6dst4wpftce3> <87cyqyecx4.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87cyqyecx4.fsf@cbaines.net> X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 70300 thanks A duplicate of this report has been filed under #70343. The issue has been fixed with commit cc38699cf0cfd804a43ca1b6c8602cfc84e06117. From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 15 08:43:39 2024 Received: (at control) by debbugs.gnu.org; 15 Apr 2024 12:43:39 +0000 Received: from localhost ([127.0.0.1]:37101 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rwLgR-0007yO-JJ for submit@debbugs.gnu.org; Mon, 15 Apr 2024 08:43:39 -0400 Received: from cotopaxi.ee.ethz.ch ([129.132.148.196]:37401) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rwLgL-0007wN-Dc for control@debbugs.gnu.org; Mon, 15 Apr 2024 08:43:38 -0400 Received: from localhost (antispam.ee.ethz.ch [129.132.2.16]) by cotopaxi.ee.ethz.ch (Postfix) with ESMTP id 2564620AF6 for ; Mon, 15 Apr 2024 14:43:15 +0200 (CEST) X-Virus-Scanned: by amavisd at antispam.ee.ethz.ch Received: from cotopaxi.ee.ethz.ch ([129.132.148.196]) by localhost (antispam.ee.ethz.ch [129.132.2.16]) (amavisd-new, port 10028) with ESMTP id 3ltys7MJmHRN for ; Mon, 15 Apr 2024 14:43:14 +0200 (CEST) Received: from silvi (212-51-128-25.fiber7.init7.net [212.51.128.25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) (Authenticated sender: gabriel) by cotopaxi.ee.ethz.ch (Postfix) with ESMTPSA for ; Mon, 15 Apr 2024 14:43:14 +0200 (CEST) Date: Mon, 15 Apr 2024 14:43:11 +0200 From: Gabriel Wicki To: control@debbugs.gnu.org Subject: Close issue 70300 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 70300 thanks