GNU bug report logs -
#65755
[PATCH 0/3] Mark some packages as not supported on the hurd.
Previous Next
Reported by: Christopher Baines <mail <at> cbaines.net>
Date: Tue, 5 Sep 2023 11:19:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 65755 <at> debbugs.gnu.org (full text, mbox):
As I don't think musl supports the Hurd.
* gnu/packages/heads.scm (musl-cross)[supported-systems]: Remove i586-gnu.
---
gnu/packages/heads.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/heads.scm b/gnu/packages/heads.scm
index 212849f2a9..268d4d0198 100644
--- a/gnu/packages/heads.scm
+++ b/gnu/packages/heads.scm
@@ -158,6 +158,7 @@ (define-public musl-cross
(uri "http://www.musl-libc.org/releases/musl-1.1.24.tar.gz")
(sha256
(base32 "18r2a00k82hz0mqdvgm7crzc7305l36109c0j9yjmkxj2alcjw0k"))))))
+ (supported-systems (delete "i586-gnu" %supported-systems))
(home-page "https://github.com/osresearch/heads")
(synopsis "Musl-cross gcc 5 toolchain")
(description "Musl-cross toolchain: binutils, gcc 5 and musl.")
base-commit: e7b6cd86ef856b52817428227f9c3d3297312262
--
2.41.0
This bug report was last modified 1 year and 307 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.