GNU bug report logs - #78041
[PATCH] packages: Add riscv64-linux to %cuirass-supported-systems.

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix-patches; Reported by: Zheng Junjie <z572@HIDDEN>; Keywords: patch; Done: Ludovic Courtès <ludo@HIDDEN>; Maintainer for guix-patches is guix-patches@HIDDEN.
bug closed, send any further explanations to 78041 <at> debbugs.gnu.org and Zheng Junjie <z572@HIDDEN> Request was from Ludovic Courtès <ludo@HIDDEN> to control <at> debbugs.gnu.org. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 24 Apr 2025 15:10:34 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Apr 24 11:10:34 2025
Received: from localhost ([127.0.0.1]:40157 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1u7yDi-0004X7-4z
	for submit <at> debbugs.gnu.org; Thu, 24 Apr 2025 11:10:34 -0400
Received: from lists.gnu.org ([2001:470:142::17]:35522)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <z572@HIDDEN>) id 1u7yDc-0004Wg-U1
 for submit <at> debbugs.gnu.org; Thu, 24 Apr 2025 11:10:29 -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 <z572@HIDDEN>) id 1u7yDV-0004AS-W4
 for guix-patches@HIDDEN; Thu, 24 Apr 2025 11:10:22 -0400
Received: from mail.z572.online ([88.99.160.180])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <z572@HIDDEN>) id 1u7yDS-00081Z-BD
 for guix-patches@HIDDEN; Thu, 24 Apr 2025 11:10:21 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me;
 t=1745507813;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:
 content-transfer-encoding:content-transfer-encoding;
 bh=2lZ8b7shKIp2dFO4uw8OM6G16/lGwpOCDXTwHgQdrl8=;
 b=nOmg2i12J5wuwpAs+f5aWZ8sDNtxrsMMzRZgN1N8Jv3mt+2DjJbkLSBj4x0MdAONVYfFpX
 NA8gk7/DjlnJVNuthMlk8JHExjE76CIopX5VoT185avcyk1DPpBSQX+nmEtO8R/VyCxfsP
 t1P1cIF85oYGXZHSwAh2C4320tD2d3Y=
Received: from localhost.localdomain (<unknown> [122.231.251.171])
 by mail.z572.online (OpenSMTPD) with ESMTPSA id 54c6fe31
 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for <guix-patches@HIDDEN>;
 Thu, 24 Apr 2025 15:16:51 +0000 (UTC)
From: Zheng Junjie <z572@HIDDEN>
To: guix-patches@HIDDEN
Subject: [PATCH] packages: Add riscv64-linux to %cuirass-supported-systems.
Date: Thu, 24 Apr 2025 23:10:06 +0800
Message-ID: <84bee759de56a19eb2eb0ba6984f4c894687f71d.1745507406.git.z572@HIDDEN>
X-Mailer: git-send-email 2.49.0
MIME-Version: 1.0
X-Debbugs-Cc: Christopher Baines <guix@HIDDEN>, Josselin Poiret <dev@HIDDEN>, Ludovic Courtès <ludo@HIDDEN>, Mathieu Othacehe <othacehe@HIDDEN>, Simon Tournier <zimon.toutoune@HIDDEN>, Tobias Geerinckx-Rice <me@HIDDEN>
Content-Transfer-Encoding: 8bit
Received-SPF: pass client-ip=88.99.160.180; envelope-from=z572@HIDDEN;
 helo=mail.z572.online
X-Spam_score_int: 19
X-Spam_score: 1.9
X-Spam_bar: +
X-Spam_report: (1.9 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1,
 DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FROM_SUSPICIOUS_NTLD=0.499,
 FROM_SUSPICIOUS_NTLD_FP=1.469, PDS_OTHER_BAD_TLD=1.998,
 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001,
 SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 4.9 (++++)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 Content preview: * guix/packages.scm (%cuirass-supported-systems): Add
 riscv64-linux.
 Change-Id: I81f55613333b8aa2c3f00275cc170dc6c61d303d --- guix/packages.scm
 | 2 +- 1 file changed, 1 insertion(+),
 1 deletion(-) diff --git a/guix/packages.scm
 b/guix/packages.scm index 18ab23e0aa6..1d5986c5f42 100644 ---
 a/guix/packages.scm +++ b/guix/packages.scm @@ -438, 7 +438,
 7 @@ (define %cuirass-supported-systems ;; XXX: [...] 
 Content analysis details:   (4.9 points, 10.0 required)
 pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.0 RCVD_IN_DNSWL_NONE     RBL: Sender listed at https://www.dnswl.org/,
 no trust [2001:470:142:0:0:0:0:17 listed in] [list.dnswl.org]
 1.0 SPF_SOFTFAIL           SPF: sender does not match SPF record (softfail)
 2.0 PDS_OTHER_BAD_TLD      Untrustworthy TLDs
 [URI: z572.online (online)]
 -0.0 SPF_HELO_PASS          SPF: HELO matches SPF record
 0.5 FROM_SUSPICIOUS_NTLD   From abused NTLD
 1.5 FROM_SUSPICIOUS_NTLD_FP From abused NTLD
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: 2.5 (++)
X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org",
 has NOT identified this incoming email as spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 the administrator of that system for details.
 
 Content preview:  * guix/packages.scm (%cuirass-supported-systems): Add riscv64-linux.
    Change-Id: I81f55613333b8aa2c3f00275cc170dc6c61d303d --- guix/packages.scm
    | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix/packages.scm
    b/guix/packages.scm index 18ab23e0aa6..1d5986c5f42 100644 --- a/guix/packages.scm
    +++ b/guix/packages.scm @@ -438,7 +438,7 @@ (define %cuirass-supported-systems
    ;; XXX: [...] 
 
 Content analysis details:   (2.5 points, 10.0 required)
 
  pts rule name              description
 ---- ---------------------- --------------------------------------------------
 -0.0 RCVD_IN_DNSWL_NONE     RBL: Sender listed at https://www.dnswl.org/,
                              no trust
                             [2001:470:142:0:0:0:0:17 listed in]
                             [list.dnswl.org]
  1.0 SPF_SOFTFAIL           SPF: sender does not match SPF record (softfail)
  2.0 PDS_OTHER_BAD_TLD      Untrustworthy TLDs
                             [URI: z572.online (online)]
 -0.0 SPF_HELO_PASS          SPF: HELO matches SPF record
  0.5 FROM_SUSPICIOUS_NTLD   From abused NTLD
 -1.0 MAILING_LIST_MULTI     Multiple indicators imply a widely-seen list
                             manager

* guix/packages.scm (%cuirass-supported-systems): Add riscv64-linux.

Change-Id: I81f55613333b8aa2c3f00275cc170dc6c61d303d
---
 guix/packages.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/packages.scm b/guix/packages.scm
index 18ab23e0aa6..1d5986c5f42 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -438,7 +438,7 @@ (define %cuirass-supported-systems
   ;; XXX: MIPS is unavailable in CI:
   ;; <https://lists.gnu.org/archive/html/guix-devel/2017-03/msg00790.html>.
   (fold delete %supported-systems '("mips64el-linux" "powerpc-linux"
-                                    "riscv64-linux" "x86_64-gnu")))
+                                    "x86_64-gnu")))
 
 (define (maybe-add-input-labels inputs)
   "Add labels to INPUTS unless it already has them."

base-commit: 6cdafce5958f022c9db18541b6ac1d49947a5184
-- 
2.49.0





Acknowledgement sent to Zheng Junjie <z572@HIDDEN>:
New bug report received and forwarded. Copy sent to guix@HIDDEN, dev@HIDDEN, ludo@HIDDEN, othacehe@HIDDEN, zimon.toutoune@HIDDEN, me@HIDDEN, guix-patches@HIDDEN. Full text available.
Report forwarded to guix@HIDDEN, dev@HIDDEN, ludo@HIDDEN, othacehe@HIDDEN, zimon.toutoune@HIDDEN, me@HIDDEN, guix-patches@HIDDEN:
bug#78041; Package guix-patches. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Mon, 5 May 2025 15:45:02 UTC

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