From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.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 wBl1H0Qo3WNPnQAAbAwnHQ (envelope-from ) for ; Fri, 03 Feb 2023 16:29:08 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id iBJVH0Qo3WObZAEA9RJhRA (envelope-from ) for ; Fri, 03 Feb 2023 16:29:08 +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 2E79339C7D for ; Fri, 3 Feb 2023 16:29:08 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pNxzt-00079E-BF; Fri, 03 Feb 2023 10:29:05 -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 1pNxzr-00077e-1D for guix-patches@gnu.org; Fri, 03 Feb 2023 10:29:03 -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 1pNxzq-0006ZY-Og for guix-patches@gnu.org; Fri, 03 Feb 2023 10:29:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pNxzq-0003Ax-L1 for guix-patches@gnu.org; Fri, 03 Feb 2023 10:29:02 -0500 Subject: bug#61180: [PATCH] build-system: Always pass #:graft? #f to 'gexp->derivation'. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 03 Feb 2023 15:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 61180 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61180-done@debbugs.gnu.org Cc: 60947-done@debbugs.gnu.org Mail-Followup-To: 61180@debbugs.gnu.org, ludo@gnu.org, ludo@gnu.org Received: via spool by 61180-done@debbugs.gnu.org id=D61180.167543811512157 (code D ref 61180); Fri, 03 Feb 2023 15:29:02 +0000 Received: (at 61180-done) by debbugs.gnu.org; 3 Feb 2023 15:28:35 +0000 Received: from localhost ([127.0.0.1]:39788 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pNxzM-00039s-8f for submit@debbugs.gnu.org; Fri, 03 Feb 2023 10:28:35 -0500 Received: from eggs.gnu.org ([209.51.188.92]:37940) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pNxzI-00039Y-0V; Fri, 03 Feb 2023 10:28:30 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pNxzC-0006Pp-Nz; Fri, 03 Feb 2023 10:28:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=YmcVccpPwRC2DMcLwFxxNiLaoxpv6eLTpsJjVwCvryo=; b=IPtJVhaBeHWhzJc8Cbg6 8Bo4BzDDi8lZxl1IG7Jg8gqAnSFzYsNwiwSC9R4HjJLKWH1F8XyNhYJEvVx06uPeJhC7kV9V5CZfl PYGr7dMaoyegUa64crxgunnKLscLsnclLVmwYQgynbbnTq9HKiQVu3Yc/5vsqdDlVmsEQrPNthagD I7pZ26dsvniUL1GYZDXY2ouXQbpcKa0SW8aJJ1n0dPmfimH3ivLcHbd0mgDRtA/O7TJjJFaHmXFZw 2XALuvPoO+OOQjtOnijis8bC1qz+athCg3tswNzpdaX5iRuKjy/nlu2P5VM4/wxoobsaKkLUncViG d40BUaTOmfusAw==; Received: from [85.28.96.177] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pNxzC-0004OV-Ai; Fri, 03 Feb 2023 10:28:22 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230130160810.14356-1-ludo@gnu.org> Date: Fri, 03 Feb 2023 16:28:20 +0100 In-Reply-To: <20230130160810.14356-1-ludo@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Mon, 30 Jan 2023 17:08:10 +0100") Message-ID: <87ilgiwyy3.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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-Country: US X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1675438148; 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-to: 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=YmcVccpPwRC2DMcLwFxxNiLaoxpv6eLTpsJjVwCvryo=; b=mhVbs4Hj4UTnBpb/ftfG8eKP+dyIiTFEEMmgrzCeNDgzsyI56CMBgpYIRMbsVmU56DdwGN jW+xdOkj3cuNpNcEhGnKDg/nvilz/Ucg9o0x6uUPINcC6E81atTb21BRowaiEXJXkqhJo6 MXPwmpvZ6rKfitTHlFwSPfaCVr13NaV27eCdwhLC4Z7eHMsFzpF9nDuQR0pJBLw/u1MB+Q 4GH37WAZUFhj5IUH59uZ5BIP43GSeVQaBw4pBvGump+C563AspIeiBOCCplA8TPx32JiJO JJCnEN9xJVlzYKu9oLUvparmdUaxGeQ4jvaGipTxK+cAUWUgkpWX0P6IPJtjKA== 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=IPtJVhaB; 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-Seal: i=1; s=key1; d=yhetil.org; t=1675438148; a=rsa-sha256; cv=none; b=sgIlmkiTOre/eO3Hn4sSEhVzVusIUoyV4DfX9xZqD6vImII0w1Hdf1RVV8hHJZkekREHbt heBXPPv7q4ubu7WngmNtV6u04PqX0txfx8bjgKesFQ7VuSHl7SE3gH+l3Ka5Wj6F55gPSy 6bu1VjeXLuEne6Ffa4UpgFUUEsFnbcX4+Fsx41rAdOCh2Nyvy8CGZfCybVYAHNhvCmyIXf fv+J74OVwWbP0MqWkGJ83yVwKWNUYmJSfx0+hHiq+LEqx87jJm8gXrmdx7cB6pDBwdBXxd MXuVJzVBop2r469gGrWYUlz5KTV2vsEniVCW8P4JuPsc0NjNh7bcdmPOK03nLw== X-Migadu-Queue-Id: 2E79339C7D X-Migadu-Scanner: scn0.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=IPtJVhaB; 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: -4.47 X-Spam-Score: -4.47 X-TUID: YNb4KUGedSSD Hi, Ludovic Court=C3=A8s skribis: > Fixes . > > Fixes a bug whereby packages referred via 'ungexp' in package arguments > would be "double-grafted": 'gexp->derivation' would first replace those > references by references to the grafted package, only to repeat the > grafting process on the result. > > Build systems such as 'gnu', 'cmake', and 'pyproject' were already doing > this. Only the rest of them is affected. Pushed as 25947bbc3217306742694304fa9b6499f0126c7a. No more building ruby-nokogiri building, comrades! Ludo=E2=80=99.