From unknown Wed Jun 18 23:08:49 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#59568 <59568@debbugs.gnu.org> To: bug#59568 <59568@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Resolve derivation lint warnings. Reply-To: bug#59568 <59568@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:08:49 +0000 retitle 59568 [PATCH] gnu: Resolve derivation lint warnings. reassign 59568 guix-patches submitter 59568 Christopher Baines severity 59568 normal tag 59568 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 25 05:26:32 2022 Received: (at submit) by debbugs.gnu.org; 25 Nov 2022 10:26:32 +0000 Received: from localhost ([127.0.0.1]:33632 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oyVui-0004hU-HL for submit@debbugs.gnu.org; Fri, 25 Nov 2022 05:26:32 -0500 Received: from lists.gnu.org ([209.51.188.17]:40582) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oyVug-0004hM-J8 for submit@debbugs.gnu.org; Fri, 25 Nov 2022 05:26:30 -0500 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 1oyVug-0008UZ-Dd for guix-patches@gnu.org; Fri, 25 Nov 2022 05:26:30 -0500 Received: from mira.cbaines.net ([212.71.252.8]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oyVue-0004K7-SJ for guix-patches@gnu.org; Fri, 25 Nov 2022 05:26:30 -0500 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:54d1:d5d4:280e:f699]) by mira.cbaines.net (Postfix) with ESMTPSA id 4F0AC27BBE9 for ; Fri, 25 Nov 2022 10:26:23 +0000 (GMT) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 56a6ccde for ; Fri, 25 Nov 2022 10:26:22 +0000 (UTC) From: Christopher Baines To: guix-patches@gnu.org Subject: [PATCH] gnu: Resolve derivation lint warnings. Date: Fri, 25 Nov 2022 10:26:22 +0000 Message-Id: <20221125102622.20089-1-mail@cbaines.net> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net 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_PASS=-0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit 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: -2.4 (--) Computing derivations for these systems (i686-gnu and riscv32-linux) fails with an error like the following: could not find bootstrap binary 'tar' for system * gnu/packages/mes.scm (mescc-tools)[supported-systems]: Remove riscv32-linux. * guix/packages.scm (%hurd-system): Remove i686-gnu. --- gnu/packages/mes.scm | 2 +- guix/packages.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/mes.scm b/gnu/packages/mes.scm index d4e0e1203f..4487b1b6eb 100644 --- a/gnu/packages/mes.scm +++ b/gnu/packages/mes.scm @@ -234,7 +234,7 @@ (define-public mescc-tools (build-system gnu-build-system) (supported-systems '("i686-linux" "x86_64-linux" "armhf-linux" "aarch64-linux" - "riscv32-linux" "riscv64-linux")) + "riscv64-linux")) (arguments `(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))) #:test-target "test" diff --git a/guix/packages.scm b/guix/packages.scm index 502df7fdd1..8f119d9fa7 100644 --- a/guix/packages.scm +++ b/guix/packages.scm @@ -423,7 +423,7 @@ (define %supported-systems (define %hurd-systems ;; The GNU/Hurd systems for which support is being developed. - '("i586-gnu" "i686-gnu")) + '("i586-gnu")) (define %cuirass-supported-systems ;; This is the list of system types for which build machines are available. -- 2.38.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 04 16:35:55 2022 Received: (at 59568) by debbugs.gnu.org; 4 Dec 2022 21:35:55 +0000 Received: from localhost ([127.0.0.1]:59897 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p1weQ-0002zj-PF for submit@debbugs.gnu.org; Sun, 04 Dec 2022 16:35:55 -0500 Received: from eggs.gnu.org ([209.51.188.92]:42692) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p1weN-0002zd-80 for 59568@debbugs.gnu.org; Sun, 04 Dec 2022 16:35:53 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p1weH-0007Bv-Uq; Sun, 04 Dec 2022 16:35:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=WoWbsvCreCHFYA05/tiVNBNomye0bbHZ8xNeIe8x79k=; b=AO3x51bscuGb//q0ILjr DsCRGPje6RnhjJhufaUC1heJTb+JbQXuxiIHpPf4rmhPo5g40Ug8VdKs0kVRORVqwSMEetB+StWK5 dgVwE4cr6Doy9EgKnMh91/xDn1ueMy31f5tdrWWtt3uSUd4BQT3GqbWVgaraqylzNa//iOmt87X1c 2ivrRxcddQHGrvHt+h7gAn+ZYzs90G4KC+KryqMDUmUyWefdRnZ6zQ9GLSCQbujPgwlV+8UeswxBn L6Q81Auzhq2hvrh+Y8Y52HmRLPD8vdsxtQfavXejMPnq1FAn/MBIxOpHO3lpiZ53sWYyAgcxD1Prh ZDm+CeurYhCNew==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p1weH-0008Id-IA; Sun, 04 Dec 2022 16:35:45 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Christopher Baines Subject: Re: bug#59568: [PATCH] gnu: Resolve derivation lint warnings. References: <20221125102622.20089-1-mail@cbaines.net> Date: Sun, 04 Dec 2022 22:35:43 +0100 In-Reply-To: <20221125102622.20089-1-mail@cbaines.net> (Christopher Baines's message of "Fri, 25 Nov 2022 10:26:22 +0000") Message-ID: <87cz8ylumo.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 59568 Cc: 59568@debbugs.gnu.org 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: -3.3 (---) Hi Christopher, Christopher Baines skribis: > Computing derivations for these systems (i686-gnu and riscv32-linux) fails > with an error like the following: > > could not find bootstrap binary 'tar' for system > > * gnu/packages/mes.scm (mescc-tools)[supported-systems]: Remove riscv32-l= inux. > * guix/packages.scm (%hurd-system): Remove i686-gnu. LGTM! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 06 06:29:15 2022 Received: (at 59568-done) by debbugs.gnu.org; 6 Dec 2022 11:29:15 +0000 Received: from localhost ([127.0.0.1]:42322 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p2W8R-0006Kl-1b for submit@debbugs.gnu.org; Tue, 06 Dec 2022 06:29:15 -0500 Received: from mira.cbaines.net ([212.71.252.8]:42010) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p2W8O-0006Kf-Tu for 59568-done@debbugs.gnu.org; Tue, 06 Dec 2022 06:29:13 -0500 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:3a91:a0a4:ecee:f157]) by mira.cbaines.net (Postfix) with ESMTPSA id 841FF27BBE9; Tue, 6 Dec 2022 11:29:12 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 303538fe; Tue, 6 Dec 2022 11:29:12 +0000 (UTC) References: <20221125102622.20089-1-mail@cbaines.net> <87cz8ylumo.fsf@gnu.org> User-agent: mu4e 1.8.11; emacs 28.2 From: Christopher Baines To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#59568: [PATCH] gnu: Resolve derivation lint warnings. Date: Tue, 06 Dec 2022 11:28:18 +0000 In-reply-to: <87cz8ylumo.fsf@gnu.org> Message-ID: <87a640n52v.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-Debbugs-Envelope-To: 59568-done Cc: 59568-done@debbugs.gnu.org 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; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Christopher Baines skribis: > >> Computing derivations for these systems (i686-gnu and riscv32-linux) fai= ls >> with an error like the following: >> >> could not find bootstrap binary 'tar' for system >> >> * gnu/packages/mes.scm (mescc-tools)[supported-systems]: Remove riscv32-= linux. >> * guix/packages.scm (%hurd-system): Remove i686-gnu. > > LGTM! Awesome, I've pushed this to master as 981f01d0cc0581f4ae60f4039be266abad3deab7. Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmOPJ4hfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xf3pQ/9GLvYXR0XzNUnrWKxZx+60eSyifeN/HOT 0F/9Q9+mLTpF/euN3w4MFo2azyKUmzBRQyGYDT+s8sZKz+0n8SAZbbVkJQb5gG6C TExd0htykGSGbAcPU2NriNvOEvaUQ9m5Z1hQmrMlBLffjfl9Op3fas0m3n8nUNrP 35lxrV/yJGlxxU0fNg4C/ZZ7UalPjfncTgNPmlMXtvNzGshKK++12olxmuuxJkAV XcPcIQyOAvK+JNODUj1EB5QbQUwuRvZRpMx91qFywlXNqiLPa8q9rjkgzJQ64x+G XIOq/e2Og0Tz1l4QJ4S+hJOh2Fp8n9dwmboViajP1hkeFVY0QP9jIs5mVQqlPyeo pSIxNWv43knv6rj/R++9Ys4KgZuJ2IVIC+1nUjNDCUh/jZ8BcD6iiya+MnM8MSEc T+LBKDHOzVqPSVrKaPwwAbwJUefqF/MTcURGJatROA17UrsKJRRFWjNUFJB9WPBL eOrS+wpPffsbTi/MFPCLCOA5KtCLfF3+engcWorAZuMo6kR0wOk/0Z01+W8wVVRu td/tbbynh5tZnZMNhIuIkD8r1UV49owucVnL2gxN9ZROLdEkSO00yxBF64NFak9s dZ50JR8CHFq+pbdnbwpFR36hFmDukFaH7dMUQ7cvxcIrDzczd9BpBGMAjtqDlYK/ P8QStarxnrI= =/Q+2 -----END PGP SIGNATURE----- --=-=-=-- From unknown Wed Jun 18 23:08:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 03 Jan 2023 12:24:12 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator