From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id UEfFL0TYWmGJaAEAgWs5BA (envelope-from ) for ; Mon, 04 Oct 2021 12:32:36 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id uC6EK0TYWmFgFQAA1q6Kng (envelope-from ) for ; Mon, 04 Oct 2021 10:32:36 +0000 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 E48F1290CA for ; Mon, 4 Oct 2021 12:32:35 +0200 (CEST) Received: from localhost ([::1]:33264 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mXLGs-0002ba-Jq for larch@yhetil.org; Mon, 04 Oct 2021 06:32:34 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:49642) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mXL00-0007jK-Jk for help-guix@gnu.org; Mon, 04 Oct 2021 06:15:10 -0400 Received: from mail-wm1-x32e.google.com ([2a00:1450:4864:20::32e]:47070) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mXKzy-0004mJ-2H for help-guix@gnu.org; Mon, 04 Oct 2021 06:15:08 -0400 Received: by mail-wm1-x32e.google.com with SMTP id o4-20020a05600c510400b0030d55d6449fso5957497wms.5 for ; Mon, 04 Oct 2021 03:15:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:in-reply-to:references:date:message-id:mime-version :content-transfer-encoding; bh=FlhAapD1io//hp22nEe+kqsm3rg5Q2MjyKN3rZQ5+d8=; b=gasMnG+HVDLAA8YU4rN5Z3kIHUzHz44k44N4XNuBj7T0VaGk/FyhxVT9IiemMAvQkt GR7VNxu2K4xTqHRMs/K5mjlr/iu2K6DgfZi8z+sklh6IP8V6PDIbmmltFMdmS8x/Z6N9 Y912LaF6WaHWRa50w09IjE+2AQyesEbSNmFwrXL17aoR98kwT+zMG2sgUojD/G2eSAxe sVbIPf8CLXdqcrYixixfnB+rC11ECDqX+5czpHHxlAuF/V/iL+/Gg5Wd6G4B1CfCQP2x w0nyNWUG5lJWK8BtbEdAHNiAwQzlhu+DbEhmFSGaNR/DgrXull3PdsEPmg+o9hY+cJHi i5rA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:in-reply-to:references:date :message-id:mime-version:content-transfer-encoding; bh=FlhAapD1io//hp22nEe+kqsm3rg5Q2MjyKN3rZQ5+d8=; b=eNfLjhyxjc8yR9wLmI9m0YzUwJY4EUcNxe098lfjhfVCYD05ome0Kd9uqJfAMrIOZo 4OWIIyLj5B0KObQRXeVj5u8cXd24JUsSvs54FL1DVm4jBL0PFwzUu2LQo91ePwhAMp9t T87hq8RTM9CZHpyAZTULppqjQ4bsxecgmvDVS5dUzqs6DOMKKNfDPdw/qxXEDE/QsGxi IWMSneHo7YbDZnUGs7+WH/pIlOHjFZRMYqZq9TdttYKjnPdACuqyKDrWhz8CzP+t7qbT 7RF0uYJes0rJ+s3zpVxs2W2FMbAUSqv2Y/opUR9MiDDbJEQd2oNEj+uJfoNOTH7cE2wK kATg== X-Gm-Message-State: AOAM530nl+efTpGzjZtdKAJXk/zBbSTyyRl/rexKUE+DqS4o/qCbeI4A y8x6dQglB2AT3BA1YrtZrtWbFPTwIhhcjw== X-Google-Smtp-Source: ABdhPJxoVoMzXHTnLxT8Mu+iyFJgiyKbQyntBngtoPDwnFpkYHI4cy/bQy0mVzQwSRj9w51lokH2Rw== X-Received: by 2002:a05:600c:19d0:: with SMTP id u16mr8648770wmq.154.1633342503436; Mon, 04 Oct 2021 03:15:03 -0700 (PDT) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id o26sm16139575wmc.17.2021.10.04.03.15.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 04 Oct 2021 03:15:02 -0700 (PDT) From: zimoun To: Konrad Hinsen , Wiktor =?utf-8?Q?=C5=BBela?= =?utf-8?Q?zny?= , help-guix@gnu.org Subject: Re: Certificates in pure and containerized environments In-Reply-To: References: <20211003164510.ebwlm6u24a2bgao4@wzguix> <86v92ddzfq.fsf@gmail.com> Date: Mon, 04 Oct 2021 12:04:54 +0200 Message-ID: <86fsthds1l.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2a00:1450:4864:20::32e; envelope-from=zimon.toutoune@gmail.com; helo=mail-wm1-x32e.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1633343556; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=FlhAapD1io//hp22nEe+kqsm3rg5Q2MjyKN3rZQ5+d8=; b=Yg6rDMnUshuA8/IMQqYy/o9RfcPcocGJ5MOaC4d+app+JBMWAYuvIskV8jQEKEDWkto/v2 ZQJfkwoB8XUAd7npdGSHeQWn7Re8Gaai7ByOhyWhqXfefyLfka4BZGCH80YiuoHFoCWHEF zY/CG1mpyVr+V581ooahCbjuvSGJf7HXdxdfQH/bhj0x5oi3Fb1R6ts+2n4XBdeu59r1Ic GuD+nFGLiPcFW5eLnRX5IDOqR0EbVnCioxpuCUvTytoCVE5AmScLC9tZOuRX5vhWNJetn7 vpvlPTzAx8Cf/G/Xn7EMU0mA394k/Eb49sQFkakYD6UuVoyttunb89nTLTK6EQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1633343556; a=rsa-sha256; cv=none; b=YKFhgGTxUzARpaga1auVfueI2ZltRmCReM7/uBScI2/2xGqyOZ3DLQi4Zxd6Wx+P+J4u6y UrdfgtzSds4dURYYVYpBQiL6uib/6P1PTb+wEMGMOdo8uI+RRYAYgdyjLK1WZs47UyAA/c Nyqa7CeT+qhf+T4EDMsSj3tIhFL3TRgEVEVOZyik2WL/ZOj+8w7mtJJqKuZ8pLbA3Dsrsc TVDwV/OS4ps7cEKEg8x6Dfikx8rWsZ2ETA9OZohR7oWppS58Gt/9pRqbSvGNuWgKXyy20G /TAWIoZc/mYkY6U+mfGLAoxs6Kk+vIFYrsc/W6J5fpuub6UB9TLgr13l3q1qAw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=gasMnG+H; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Spam-Score: -3.11 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20210112 header.b=gasMnG+H; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: E48F1290CA X-Spam-Score: -3.11 X-Migadu-Scanner: scn0.migadu.com X-TUID: xn7l6fVFGAhG Hi Konrad, On Mon, 04 Oct 2021 at 11:37, Konrad Hinsen wr= ote: > thanks for shedding some light on this strange behavior. After some more > exploration, the fundamental issue seems to be that many packages use > certificates but only a very small number declare a dependence on > nss-certs. In fact, nss-certs has only three direct dependents (icedtea, > ldns, and pypy) and 115 additional indirect dependents. That includes > r-reqon from Simon's example, which depends on icedtea via r-rjava and > openjdk. Yeah, I found it using =E2=80=9Cguix graph -t reverse-package nss-certs=E2= =80=9D. :-) > Python actually lists openssl as a dependency, but that is apparently > not sufficient to propagate the environment variables. I think it is the issue: correctly propagate the environment variables. But I do not know how. Cheers, simon