GNU bug report logs - #59568
[PATCH] gnu: Resolve derivation lint warnings.

Previous Next

Package: guix-patches;

Reported by: Christopher Baines <mail <at> cbaines.net>

Date: Fri, 25 Nov 2022 10:27:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 59568 in the body.
You can then email your comments to 59568 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#59568; Package guix-patches. (Fri, 25 Nov 2022 10:27:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christopher Baines <mail <at> cbaines.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 25 Nov 2022 10:27:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Resolve derivation lint warnings.
Date: Fri, 25 Nov 2022 10:26:22 +0000
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





Information forwarded to guix-patches <at> gnu.org:
bug#59568; Package guix-patches. (Sun, 04 Dec 2022 21:36:02 GMT) Full text and rfc822 format available.

Message #8 received at 59568 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Christopher Baines <mail <at> cbaines.net>
Cc: 59568 <at> debbugs.gnu.org
Subject: Re: bug#59568: [PATCH] gnu: Resolve derivation lint warnings.
Date: Sun, 04 Dec 2022 22:35:43 +0100
Hi Christopher,

Christopher Baines <mail <at> cbaines.net> 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-linux.
> * guix/packages.scm (%hurd-system): Remove i686-gnu.

LGTM!

Ludo’.




Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Tue, 06 Dec 2022 11:30:02 GMT) Full text and rfc822 format available.

Notification sent to Christopher Baines <mail <at> cbaines.net>:
bug acknowledged by developer. (Tue, 06 Dec 2022 11:30:02 GMT) Full text and rfc822 format available.

Message #13 received at 59568-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 59568-done <at> debbugs.gnu.org
Subject: Re: bug#59568: [PATCH] gnu: Resolve derivation lint warnings.
Date: Tue, 06 Dec 2022 11:28:18 +0000
[Message part 1 (text/plain, inline)]
Ludovic Courtès <ludo <at> gnu.org> writes:

> Christopher Baines <mail <at> cbaines.net> 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-linux.
>> * guix/packages.scm (%hurd-system): Remove i686-gnu.
>
> LGTM!

Awesome, I've pushed this to master as
981f01d0cc0581f4ae60f4039be266abad3deab7.

Chris
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 03 Jan 2023 12:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 166 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.