unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#59568] [PATCH] gnu: Resolve derivation lint warnings.
@ 2022-11-25 10:26 Christopher Baines
  2022-12-04 21:35 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Baines @ 2022-11-25 10:26 UTC (permalink / raw)
  To: 59568

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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#59568] [PATCH] gnu: Resolve derivation lint warnings.
  2022-11-25 10:26 [bug#59568] [PATCH] gnu: Resolve derivation lint warnings Christopher Baines
@ 2022-12-04 21:35 ` Ludovic Courtès
  2022-12-06 11:28   ` bug#59568: " Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2022-12-04 21:35 UTC (permalink / raw)
  To: Christopher Baines; +Cc: 59568

Hi Christopher,

Christopher Baines <mail@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’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#59568: [PATCH] gnu: Resolve derivation lint warnings.
  2022-12-04 21:35 ` Ludovic Courtès
@ 2022-12-06 11:28   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2022-12-06 11:28 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 59568-done

[-- Attachment #1: Type: text/plain, Size: 524 bytes --]


Ludovic Courtès <ludo@gnu.org> writes:

> Christopher Baines <mail@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-06 11:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-25 10:26 [bug#59568] [PATCH] gnu: Resolve derivation lint warnings Christopher Baines
2022-12-04 21:35 ` Ludovic Courtès
2022-12-06 11:28   ` bug#59568: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).