From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id wGs3Ltr7TGMRTAEAbAwnHQ (envelope-from ) for ; Mon, 17 Oct 2022 08:53:14 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id SHhTLdr7TGMmSgAAG6o9tA (envelope-from ) for ; Mon, 17 Oct 2022 08:53:14 +0200 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 6B8993A928 for ; Mon, 17 Oct 2022 08:53:14 +0200 (CEST) Received: from localhost ([::1]:45792 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1okJzt-0000av-Ab for larch@yhetil.org; Mon, 17 Oct 2022 02:53:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53626) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okJwq-0000DD-Hb for guix-patches@gnu.org; Mon, 17 Oct 2022 02:50:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47913) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1okJwq-0003zL-9E for guix-patches@gnu.org; Mon, 17 Oct 2022 02:50:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1okJwp-0007ao-4U for guix-patches@gnu.org; Mon, 17 Oct 2022 02:50:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#58579] [PATCH 4/4] build-system/gnu: Disable grafts in 'python-build'. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 17 Oct 2022 06:50:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 58579 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 58579@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= Received: via spool by 58579-submit@debbugs.gnu.org id=B58579.166598938329131 (code B ref 58579); Mon, 17 Oct 2022 06:50:03 +0000 Received: (at 58579) by debbugs.gnu.org; 17 Oct 2022 06:49:43 +0000 Received: from localhost ([127.0.0.1]:46987 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okJwU-0007Zg-EK for submit@debbugs.gnu.org; Mon, 17 Oct 2022 02:49:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37054) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1okJwP-0007Yw-U0 for 58579@debbugs.gnu.org; Mon, 17 Oct 2022 02:49:38 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36512) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1okJwK-0003ur-Mz; Mon, 17 Oct 2022 02:49:32 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:References:In-Reply-To:Date:Subject:To: From; bh=5lricDUmSVafMzBko6IewT5I3fTihRmKWeLqLLyH3IE=; b=Qk0+/dusAtmgp/ORH8kR QNCLIKcJq8xwOBcZ17/K8rENLVtJjDxuKH+xvh84e/2s2njRMC67IJsPWmInY7MA6cSi35O1Y6MPJ E5x3YiYMlTMiAL2HWotV7gzsA6Ox5iP0vvRdAWlIPy4jCFR7F5WAgXE6JtdsEgcUPv19IaC7bJpPo 047IOwwr6VkqcApdnPSWKKM8PscVvlFVsVXBFAhvYfQWDh0kkyCT16Pb+9h0mAGKa0kpvIQvfIHsa nbLpi0JBie5rQZJK+LkamFlvpgToQ2ydw9zRxyaKHi8t8PUcBPuqSPvhJ+v/B0SGsKzOQiOaN+2sl WKtPB692tCBd3w==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=47894 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1okJwK-0004tN-7M; Mon, 17 Oct 2022 02:49:32 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Mon, 17 Oct 2022 08:49:24 +0200 Message-Id: <20221017064924.2379-4-ludo@gnu.org> X-Mailer: git-send-email 2.38.0 In-Reply-To: <20221017064924.2379-1-ludo@gnu.org> References: <20221017064924.2379-1-ludo@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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" 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=1665989594; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: 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=5lricDUmSVafMzBko6IewT5I3fTihRmKWeLqLLyH3IE=; b=AJB93pcmrMY0ANezYP70cwddfqdKA5Lst+DUmMoQjQru5bNzeLkVnJV5VRPIb7jyvEB/wJ ooLBtLUCD1YZz2VPGtfMjUFyNv42+0CjGc2PK88npUKoEwahBDyNJfn1xaeSvdbDNpttAu R+jvVX9OtV/U1leXVO2QKWPP6e2Q3SMIDH+JNrMfD/IC0ZFCM6KEx5k4TAOTss37sd7nFr ctnmq1GtNHlgKFHfCBsjpTwFnPA2/zAc1joJ328zFc3D6bajcUd3jv78f696niJnrPDB6+ RJoXiON50oOpyXhAf9ZTKG1xh+1ZUIXgbiLwcSqU31q4bG8BZq0KABUCfsTSDA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1665989594; a=rsa-sha256; cv=none; b=ZOb+H5+BkGTTN0H2dvXlDWBi8qf0OLE7wNFlmD/nFJ9KmY2EqoUbEVCS3YN3N5+qIDEvMJ yNoK1JCR8RFQ7JlNeuMoD76u3VHCRpquSfoI+I22IQuCLpxWiCbijdDAyA86x0yQAnaT/V 8EtFSCwQ9ynalETKqLY1jCPdUQYgj5AUcdPJcGubBmLQxQzhG1JCbEN+TFEZMV7b9afME2 eaeJys4Nlccd4kbVB+oHat5H3TMFMo4YEC059coS2RLJJOXYMgddZFDrWgB67QCKlijF0o rhzg6DWvirY99QaKN/B6QBhL0R1P6pDOgpetx6MefiId/RG9fpA8oNgDOWcz4g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="Qk0+/dus"; 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-Spam-Score: -2.82 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="Qk0+/dus"; 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-Queue-Id: 6B8993A928 X-Spam-Score: -2.82 X-Migadu-Scanner: scn1.migadu.com X-TUID: feS/B1UQp7eP This is consistent with what 'gnu-build' does and makes sure origins aren't getting lowered with #:graft? #t in one case and not in the other. * guix/build-system/python.scm (python-build): Pass #:graft? #f. --- guix/build-system/python.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guix/build-system/python.scm b/guix/build-system/python.scm index efade6f74b..c8f04b2298 100644 --- a/guix/build-system/python.scm +++ b/guix/build-system/python.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2021 Ludovic Courtès +;;; Copyright © 2013-2017, 2021-2022 Ludovic Courtès ;;; Copyright © 2013 Andreas Enge ;;; Copyright © 2013 Nikita Karetnikov ;;; Copyright © 2021 Lars-Dominik Braun @@ -212,6 +212,7 @@ (define build system #:graft? #f))) (gexp->derivation name build #:system system + #:graft? #f ;consistent with 'gnu-build' #:target #f #:guile-for-build guile))) -- 2.38.0