From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id eDkkJZKYgGNuBgEAbAwnHQ (envelope-from ) for ; Fri, 25 Nov 2022 11:27:30 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id UCBSJJKYgGNYLQAAG6o9tA (envelope-from ) for ; Fri, 25 Nov 2022 11:27:30 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 4278D3F995 for ; Fri, 25 Nov 2022 11:27:30 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oyVvN-0000B6-Ay; Fri, 25 Nov 2022 05:27:13 -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 1oyVvD-0000AW-1J for guix-patches@gnu.org; Fri, 25 Nov 2022 05:27:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oyVvC-0005hf-P8 for guix-patches@gnu.org; Fri, 25 Nov 2022 05:27:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oyVvB-0004iC-Rf for guix-patches@gnu.org; Fri, 25 Nov 2022 05:27:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#59568] [PATCH] gnu: Resolve derivation lint warnings. Resent-From: Christopher Baines Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 25 Nov 2022 10:27:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 59568 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 59568@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.166937199218076 (code B ref -1); Fri, 25 Nov 2022 10:27:01 +0000 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 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-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1669372050; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post; bh=ClwdTrdfmx+rm3yTE31IPOuFmKyTS5pBnKYIIFsCZwQ=; b=O/U2wibr9Lb58XiIkATAlgAz9SyP+PZrdNUgcaPReYfbHmZWxHfbz4gpv2ag2Yj5vWBu4F Ksqi/hpzPk4/81QpLgis3b3X5ndwDpEhjnUxW+KKTF+bpypT4LEQk/WnUiFG9UNnr/jk/i d3USdogORUWofjdju9af72+gSyWWk7JHV55G4bIDTlof7TYUxqCK+CO3R+61Lxgh+RaO/K Lge0kDBqR0IBtiMCTfaOfe7QpBjoEc/itui64zvtsvfFJ0xW1fUcjmwTCRrqy1YK84zRsf MV49RSgLj6H/epwtZfo80f5h31Id4a+qCufOIIhXUkxApEzmF5r27O+VPxAYsw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1669372050; a=rsa-sha256; cv=none; b=Hcc6UMeETMnISNeltUXB1yRTWtcYzUrw8MltD8yf9x+Jzh9NsZtTXiKSqb0o5abOSAqllO EPgRSbuFq/rRsX1uY0WUL9qtUVRU0pS7X/Hi2zU+39m/67EZei1L9GmbIVFezuA6oOxaKD mU0z/6gPg95t4U11Yl1RG/HdOcYwpD1NRtiPzcPYzWtoLG4dwzOdhOwZ+EsNOEKQ2xShoO a5BQdNUeaxMzaqGUw5kaAqATcVa9pbz0nrGSvCMhnJq3nvzvmdd/5VQXItPZztOf7552vT T/34L3iWaBJhGHFSrIIIRdTfIq2Hn/xeDhjuEDiBKUZdZ0DXzWNR2n+jAdYAeA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.98 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 4278D3F995 X-Spam-Score: -2.98 X-Migadu-Scanner: scn0.migadu.com X-TUID: vPm5GrPFx9Oc 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