From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id eOIMDOUVKWLdPwAAgWs5BA (envelope-from ) for ; Wed, 09 Mar 2022 22:02:29 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id OKJiCeUVKWICZwAA9RJhRA (envelope-from ) for ; Wed, 09 Mar 2022 22:02:29 +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 C85DB19688 for ; Wed, 9 Mar 2022 22:02:28 +0100 (CET) Received: from localhost ([::1]:51670 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nS3Rz-0003kb-JT for larch@yhetil.org; Wed, 09 Mar 2022 16:02:27 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40826) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nS3Ra-0003jx-KD for guix-patches@gnu.org; Wed, 09 Mar 2022 16:02:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38775) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nS3Ra-00059u-An for guix-patches@gnu.org; Wed, 09 Mar 2022 16:02:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nS3Ra-0002TN-8h for guix-patches@gnu.org; Wed, 09 Mar 2022 16:02:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#54304] [PATCH] Don't fix git executable location during Elixir build Resent-From: Cees de Groot Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 09 Mar 2022 21:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54304 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Tobias Geerinckx-Rice Cc: 54304@debbugs.gnu.org, Maxime Devos Received: via spool by 54304-submit@debbugs.gnu.org id=B54304.16468597189318 (code B ref 54304); Wed, 09 Mar 2022 21:02:02 +0000 Received: (at 54304) by debbugs.gnu.org; 9 Mar 2022 21:01:58 +0000 Received: from localhost ([127.0.0.1]:60905 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nS3RV-0002Py-Ny for submit@debbugs.gnu.org; Wed, 09 Mar 2022 16:01:58 -0500 Received: from mail-4022.proton.ch ([185.70.40.22]:54845) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nS3RS-0002JI-8e for 54304@debbugs.gnu.org; Wed, 09 Mar 2022 16:01:56 -0500 Date: Wed, 09 Mar 2022 21:01:46 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=evrl.com; s=protonmail3; t=1646859707; bh=mr3T2WZmjeNBtRtUDukC0fP4URkTPZBjDdzN3OC8PJY=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID; b=tnpRo3kanikcg5JSIDIb5KMy75Cpf0J3v439SzHHXa3W3PYxvQsqdfPJ1AHcp/iwx 4PInO9nO4atkBytfWr39ZaaWnLHLH1AQLqGYHV+CacCahTUZOHbqzSarZ/vVYenomn 9q/kRC4UvenqjrueD13LePcMGDg8JSJX27lWxg8fKBLsISJ4AWF4wC7tXDnQ22Ycd1 qMcZmydIt/OhglXsE6D5roWAqF4sFylEIqq+WkKlBSmkAejcER1xv04By3ZsvptK92 SHspDqNVRZbIPi7vZHwISfuOKqBjMejiizfvWef6Uwft27aSJ0b/9Rm28YUxAfvlXR GEwJfZKQpz+qQ== From: Cees de Groot Message-ID: In-Reply-To: <3FC21903-C19B-49C1-B865-7D15E1B3EC74@tobias.gr> References: <5e1d2abc1008c43dd70a85999420d529980c2bd1.camel@telenet.be> <3FC21903-C19B-49C1-B865-7D15E1B3EC74@tobias.gr> 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: , Reply-To: Cees de Groot 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=1646859748; 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-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=mr3T2WZmjeNBtRtUDukC0fP4URkTPZBjDdzN3OC8PJY=; b=hk4su8ZIuqP9e+6Vur4vPld1erus1lyNCJg1ta5yodYrEsuwZ8h52vsIxIEXMF/E8IcQsD mKiue0oVADHUCX5XOnFwA8Kdi1PyrCd9knljtVa8Y8+QMPVLjkrvDYlC5XaCH0ezTFBAAZ Nx02zuh3+uhjv5ORm46mv1z3D0sDosPK+u+6kkB7bKKBaqcR9Arb0oLssT3MxE0LfwH3eB ffClMIQ7P5sl4WchQSF1tiQ7ZtPdTEsH36h49h4E9h1w74EJnyxiKEUQeAfH9/9jWnMDgC w+IZljkGkb36k6Hv3414wrkQWXhgx3+Z2ljnr2KtuGtrIPUysneS35TM4r16CQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1646859748; a=rsa-sha256; cv=none; b=rkslB5aZfR89lk8idiW6fOoLFLGbsSUrqxefBcIaqF9qyvTPX6j0JhawMWDpkpP/vo1c+X 2EhDPXQvVjNA+4XJFAr0rsO9+Dylb72hid6g9k8bLNaLjtUx4zx8ylZvA6elqFW508EjmW cL3eiijhqnv+3/zii5/ZKhl/uKjl9VhUYalLtxOAStSlRla9mW4C16QdFTUiJJKl/HXR+D rEx/IZKlrtQaen0Rs88GRu5jFs40PzfIKppZ/lFykpoelOBedqcziKFPNkOPTh4+QUdJbZ 5YLvm6Q+sabC/qEg/rzlc1td1USouyiqe5IdFfo3Xp6dO5PEhC19PIQkAjM14A== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=evrl.com header.s=protonmail3 header.b=tnpRo3ka; dmarc=fail reason="SPF not aligned (relaxed)" header.from=evrl.com (policy=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: 5.09 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=evrl.com header.s=protonmail3 header.b=tnpRo3ka; dmarc=fail reason="SPF not aligned (relaxed)" header.from=evrl.com (policy=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: C85DB19688 X-Spam-Score: 5.09 X-Migadu-Scanner: scn0.migadu.com X-TUID: pHYhfys/oduE On Wednesday, March 9th, 2022 at 12:59, Tobias Geerinckx-Rice wrote: > This simply Should Not happen. Guix's GC model (inherited from Nix) is br= utally simple: if the raw string /gnu/store/xxx occurs anywhere within a pr= otected /gnu/store/yyy (e.g. in a binary), then xxx is also protected, recu= rsively. So how does Guix figure out what to keep and what not? I mean, in this case= the patched string will land in a compiled .BEAM file which very well may = have the string obfuscated (I need to check how the VM stores strings in bi= naries).