From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id AI9VGy2Ctl9wWQAA0tVLHw (envelope-from ) for ; Thu, 19 Nov 2020 14:33:17 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id QCdFFy2Ctl+sBAAAbx9fmQ (envelope-from ) for ; Thu, 19 Nov 2020 14:33:17 +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 2F60B9400EF for ; Thu, 19 Nov 2020 14:33:16 +0000 (UTC) Received: from localhost ([::1]:46004 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kfkzr-0000Qd-Sa for larch@yhetil.org; Thu, 19 Nov 2020 09:33:15 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:49038) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kfkzR-0000OR-At for guix-devel@gnu.org; Thu, 19 Nov 2020 09:32:49 -0500 Received: from flashner.co.il ([178.62.234.194]:33550) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kfkzP-0000cS-Is for guix-devel@gnu.org; Thu, 19 Nov 2020 09:32:49 -0500 Received: from localhost (unknown [141.226.15.169]) by flashner.co.il (Postfix) with ESMTPSA id F3D5940212; Thu, 19 Nov 2020 14:32:45 +0000 (UTC) Date: Thu, 19 Nov 2020 16:32:12 +0200 From: Efraim Flashner To: zimoun Subject: Re: guix depends on openldap? Message-ID: <20201119143212.GG2306@E5400> References: <20201119135634.GE2306@E5400> <20201119141832.GF2306@E5400> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="L1c6L/cjZjI9d0Eq" Content-Disposition: inline In-Reply-To: <20201119141832.GF2306@E5400> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Received-SPF: pass client-ip=178.62.234.194; envelope-from=efraim@flashner.co.il; helo=flashner.co.il X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/19 07:53:20 X-ACL-Warn: Detected OS = ??? X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Guix Devel Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -1.61 X-TUID: kdo31UFHQl11 --L1c6L/cjZjI9d0Eq Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 19, 2020 at 04:18:32PM +0200, Efraim Flashner wrote: > On Thu, Nov 19, 2020 at 03:56:34PM +0200, Efraim Flashner wrote: > > On Thu, Nov 19, 2020 at 02:41:51PM +0100, zimoun wrote: > > > Dear, > > >=20 > > > This morning I garbage-collected some old items and pulled. Well, I > > > was then surprised that "guix environment guix" fetches 'openldap'. > > > Is it expected? > > >=20 > > > --8<---------------cut here---------------start------------->8--- > > > $ guix graph -t bag --path guix openldap > > > guix@1.1.0-29.4e3ed9b > > > guile-ssh@0.13.1 > > > libssh@0.9.5 > > > cmake-minimal@3.16.5 > > > curl@7.69.1 > > > openldap@2.4.49 > > > --8<---------------cut here---------------end--------------->8--- > > >=20 > > > Why does curl need an "Implementation of the Lightweight Directory > > > Access Protocol"? > >=20 > > I think a better question is can cmake-minimal depend on a new > > curl-minimal, or does it even need curl at all? > >=20 >=20 > Looks like I was wrong, there is a curl-minimal afterall >=20 > guix size cmake-bootstrap 199.1 MiB > guix size cmake-minimal > with curl-minimal 198.7 MiB > guix size cmake-minimal 214.9 MiB HOWEVER, anything else that also depends on curl could depend on curl and on curl-minimal, which would be worse than what we have now. So I'd leave cmake-minimal with curl and remove the extra bits outlined below. >=20 > (ins)efraim@bayfront ~/workspace/guix$ du -sch /gnu/store/rjplfbrlais3gs9= p0667d2l7x3d2q44j-cmake-minimal-3.16.5/* > 27M /gnu/store/rjplfbrlais3gs9p0667d2l7x3d2q44j-cmake-minimal-3.16.5/= bin > 15M /gnu/store/rjplfbrlais3gs9p0667d2l7x3d2q44j-cmake-minimal-3.16.5/= share > 42M total > (ins)efraim@bayfront ~/workspace/guix$ du -sch /gnu/store/rjplfbrlais3gs9= p0667d2l7x3d2q44j-cmake-minimal-3.16.5/bin/* > 6.2M /gnu/store/rjplfbrlais3gs9p0667d2l7x3d2q44j-cmake-minimal-3.16.5/= bin/ccmake > 6.6M /gnu/store/rjplfbrlais3gs9p0667d2l7x3d2q44j-cmake-minimal-3.16.5/= bin/cmake > 6.7M /gnu/store/rjplfbrlais3gs9p0667d2l7x3d2q44j-cmake-minimal-3.16.5/= bin/cpack > 7.7M /gnu/store/rjplfbrlais3gs9p0667d2l7x3d2q44j-cmake-minimal-3.16.5/= bin/ctest > 27M total > (ins)efraim@bayfront ~/workspace/guix$ du -sch /gnu/store/rjplfbrlais3gs9= p0667d2l7x3d2q44j-cmake-minimal-3.16.5/share/* > 8.0K /gnu/store/rjplfbrlais3gs9p0667d2l7x3d2q44j-cmake-minimal-3.16.5/= share/aclocal > 15M /gnu/store/rjplfbrlais3gs9p0667d2l7x3d2q44j-cmake-minimal-3.16.5/= share/cmake-3.16 > 68K /gnu/store/rjplfbrlais3gs9p0667d2l7x3d2q44j-cmake-minimal-3.16.5/= share/doc > 15M total >=20 > We could probably remove ccmake and the share/cmake- and drop > the size from 42M to about 21M. >=20 --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --L1c6L/cjZjI9d0Eq Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl+2gegACgkQQarn3Mo9 g1H8Zw/7B/b/zBDHONipUk31NAiwli7x3xf05MSvQXNwvNiIOxtyQ/EGjVg2EaNK KkZlA61DKzFfkEK1wKoZBvlcFLfb7wbjhmGjpv87c6I0nRngQZcW9c2NM/l2DIeS yAg3vMu0cpm4wcj/FgTSemaIvzsOasU4ls+PTmk+JyB2JgmbJFwl3yzXBp9ARncW uut5JmXmdKFIwSPVB7WMK11pCePxdQd3lMlHQp3LCofJG1id1OAeNYWJvHFi/5a8 aO+/AuIAS70K7zGUz02C+ydhCnOM9LT4uPjeT1yPytuZjGngnIN7cfKKweXqeFPg z2MHggdoUTCpnsg5iv66PAuUWwbTANCMqwbCeWqvyui1WtNb66WPyUC7Db0Gok+L OmDi8Q+WAhwdC1TOHX2hfHDxieyuRoKnh8mRTMdWt8G/NBIvt3c4p3hAG/TD0vJZ EsERCXKM0gLzRUeJu9zK1CejL8lP49gCzUWMda4qPF6BfowEPSqF53zF/MnT+KeO mU0ca+qnAYZ/v9ASBfbe7nHa3S6FyAb15KDFjlMvdWP0c8UjJdRGTFDpB5MpaV4F mCchcOyTgXHnW3P2s7omviNGy08jPs3TXNCpcnc+QziElb8Sg8woIwOIs6uof3JN qP4PHXu1pXQvwoDFyK4q/f6vDVwRXuPZvmwilCAmD10V09c9DXE= =ugLh -----END PGP SIGNATURE----- --L1c6L/cjZjI9d0Eq--