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 ms9.migadu.com with LMTPS id wJxEJzByGWQYxgAASxT56A (envelope-from ) for ; Tue, 21 Mar 2023 10:00:32 +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 KOpdJjByGWS0NQEAG6o9tA (envelope-from ) for ; Tue, 21 Mar 2023 10:00:32 +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 6D6F61F200 for ; Tue, 21 Mar 2023 10:00:32 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1peXqh-0007pw-1n; Tue, 21 Mar 2023 05:00:07 -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 ) id 1peXqd-0007nt-DU for guix-patches@gnu.org; Tue, 21 Mar 2023 05:00:03 -0400 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 1peXqc-0000rz-Ur for guix-patches@gnu.org; Tue, 21 Mar 2023 05:00:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1peXqc-0001cF-Fn for guix-patches@gnu.org; Tue, 21 Mar 2023 05:00:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62309] [PATCH core-updates v2 0/2] Fix qemu build Resent-From: Josselin Poiret Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 21 Mar 2023 09:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62309 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxim Cournoyer , Josselin Poiret Cc: 62309@debbugs.gnu.org Received: via spool by 62309-submit@debbugs.gnu.org id=B62309.16793891856138 (code B ref 62309); Tue, 21 Mar 2023 09:00:02 +0000 Received: (at 62309) by debbugs.gnu.org; 21 Mar 2023 08:59:45 +0000 Received: from localhost ([127.0.0.1]:57605 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peXqL-0001aw-BD for submit@debbugs.gnu.org; Tue, 21 Mar 2023 04:59:45 -0400 Received: from jpoiret.xyz ([206.189.101.64]:35082) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peXqJ-0001ag-Fl for 62309@debbugs.gnu.org; Tue, 21 Mar 2023 04:59:44 -0400 Received: from authenticated-user (jpoiret.xyz [206.189.101.64]) by jpoiret.xyz (Postfix) with ESMTPA id A14CA184D43; Tue, 21 Mar 2023 08:59:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jpoiret.xyz; s=dkim; t=1679389182; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=LrOYB/SAE0IsNHG92N7rnaZk9vP9+ScE2bkVgsy1U/A=; b=QsjSD8VZPmd5I65ZT07lkKFvYkVcg80GTWA18Q1DSUIrtWziwhNVV8uTHlHzjHr4dttKJO 8+el/ItHv31OGwGRhalaVstMw/ht6qjZw9DFFdHyD8sxwehXDLbjeRiujGyUjPsKTWruzb ejDb5QTduSnkgVUQlvSoMnUKju5OvfB1Lv9yu9Vq4HMGq6FITLzxqLtRzMq7sjJFA8VcJf 8j/+ru4hZ4YlsWyYcQpbkue+b5uvaDr5GRHgPh7rU0CPfRgDZVMeRGA9eMqPcKWRXvAFLz aH7IIlJdQsP4+KFnQhFJN7vcfF1SEOVvJ6TQnpHzEnCK9H33zk/eeTPbJ2xLTQ== Date: Tue, 21 Mar 2023 09:59:35 +0100 Message-Id: In-Reply-To: <87pm923n92.fsf_-_@gmail.com> References: <87pm923n92.fsf_-_@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spamd-Bar: ++++ 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: , Reply-to: Josselin Poiret X-ACL-Warn: , Josselin Poiret via Guix-patches From: Josselin Poiret via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1679389232; a=rsa-sha256; cv=none; b=hQbKrd4/B4Y/qy1NXR7wAb0m7BHamDMQUEkUjAL46xis9b7dGEb2N+mJtduBU4dIwmSbty iR0odgX20pDj6haXivcyNu5Q+NCM3FnGYQzuhAUSzmfWN0pltnjxiFruF/I6LQjYKH9rvC MNuq4iDoAb16UOqRu0MzxAt0swiPNE+35Lqqc4slDLRAB+CvaE3vhkCvdppJef79GoGqKm iunGKsTgKwCSCgMDTobDoOov2lAya4rifCigA8Ay8iq4VaoEGX3OqQS2+SNNtUyovqu6+w /ctgC18dWpf65E0TCUBtnlHwfAqZ3ewElKGaOoOi3YUmKBqeSyjT57G3wfcNfQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=jpoiret.xyz header.s=dkim header.b=QsjSD8VZ; dmarc=pass (policy=none) header.from=gnu.org; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1679389232; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=LrOYB/SAE0IsNHG92N7rnaZk9vP9+ScE2bkVgsy1U/A=; b=Bc3Wa4imbcIHN7o1cJfoMVSM8hrMsJIhSubvRmLzEo8KQMHDJ+rb6Otz8e147ICA67asR7 Vr70/riwueGsiBjDbT5kpb3TDrU8iXtWCWcLpweI9/Dw96aIJD45eDZuKA2m1ia0H+O6OB T0nxFak+oD05dhG7JLWZEZu+nsoUPtn5UorNVcsJVWR2uqA5T9JWIiVhyFTLmY8cAsZfYM Yl0yjWwe0nLelsGTRbNRNxjJJO9JHUvK5uZ23vi2JEyZvrPG/rRqHg9XeJlT+PSkS3235F Q63tlLRh4f+4y/vKgSBWC42aXE1tso2ZnJ70/xtC3a9Qv0qEplTduMLIc1uodA== X-Migadu-Spam-Score: -3.25 X-Spam-Score: -3.25 X-Migadu-Queue-Id: 6D6F61F200 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=jpoiret.xyz header.s=dkim header.b=QsjSD8VZ; dmarc=pass (policy=none) header.from=gnu.org; 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-Scanner: scn1.migadu.com X-TUID: Dk8m7H9RY4ZC Hi Maxim, Thanks for the review! Here's an updated patchset with the requested changes. To be honest, I don't think anyone would care about gnu/local.mk alignment, but that's a discussion for another time. By the way, I don't really know what opensbi is for either :) Best, Josselin Poiret (2): opensbi: Build with default gcc, with microarch rv64g u-boot: Fix build under Python 3.10. gnu/local.mk | 1 + gnu/packages/bootloaders.scm | 3 ++ gnu/packages/firmware.scm | 7 +++- .../u-boot-fix-build-python-3.10.patch | 35 +++++++++++++++++++ 4 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 gnu/packages/patches/u-boot-fix-build-python-3.10.patch -- 2.39.2