From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id cE3kF3hLJV9TeAAA0tVLHw (envelope-from ) for ; Sat, 01 Aug 2020 11:01:12 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id uG3LE3hLJV89IgAAB5/wlQ (envelope-from ) for ; Sat, 01 Aug 2020 11:01:12 +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 C48A29401AE for ; Sat, 1 Aug 2020 11:01:11 +0000 (UTC) Received: from localhost ([::1]:42644 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k1pGH-0002iZ-IQ for larch@yhetil.org; Sat, 01 Aug 2020 07:01:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45396) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k1pGA-0002i3-Oj for guix-patches@gnu.org; Sat, 01 Aug 2020 07:01:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55957) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k1pGA-0006O3-Fg for guix-patches@gnu.org; Sat, 01 Aug 2020 07:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k1pGA-000440-CI for guix-patches@gnu.org; Sat, 01 Aug 2020 07:01:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42576] [PATCH 1/2] gnu: llvm: Move dynamic libraries to a separate "lib" output. Resent-From: Danny Milosavljevic Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 01 Aug 2020 11:01:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42576 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Pierre Neidhardt Cc: 42576@debbugs.gnu.org Received: via spool by 42576-submit@debbugs.gnu.org id=B42576.159627960415478 (code B ref 42576); Sat, 01 Aug 2020 11:01:02 +0000 Received: (at 42576) by debbugs.gnu.org; 1 Aug 2020 11:00:04 +0000 Received: from localhost ([127.0.0.1]:39268 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1pFE-00041a-84 for submit@debbugs.gnu.org; Sat, 01 Aug 2020 07:00:04 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:47074) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k1pFA-00040c-Np for 42576@debbugs.gnu.org; Sat, 01 Aug 2020 07:00:02 -0400 Received: from localhost (80-110-127-146.cgn.dynamic.surfer.at [80.110.127.146]) by dd26836.kasserver.com (Postfix) with ESMTPSA id B5B453367B2C; Sat, 1 Aug 2020 12:59:58 +0200 (CEST) Date: Sat, 1 Aug 2020 12:59:53 +0200 From: Danny Milosavljevic Message-ID: <20200801125953.2e898f63@scratchpost.org> In-Reply-To: <20200728095822.28375-1-mail@ambrevar.xyz> References: <20200728095822.28375-1-mail@ambrevar.xyz> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/an82V0efDxicDpih2ComZuZ"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.7 (-) 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-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -1.11 X-TUID: EQ+J/EvWtlII --Sig_/an82V0efDxicDpih2ComZuZ Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hmm, glib for example moves the binaries to a "bin" output while retaining = the libraries in "out". Any reason this patch moves the libraries and not the binaries? Especially since there are no end-user facing programs in llvm anyway (programmer-faci= ng maybe). I mean we can... Also, I would have thought that those llvm programs reference the llvm libraries anyway, and thus in the end no space could be saved. Is this not the case? --Sig_/an82V0efDxicDpih2ComZuZ Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl8lSykACgkQ5xo1VCww uqX76QgAqCR8KGBc1m2VWuH7SNr+d1XlIAf+dVBIBgicYVPKwGJnJObHRnxtOYiX P6euUmxjgkp2NUuAP6ldPcUGs43qcX9o8glln1mlZOeauvYScFbKg4qW3iG5tbMS kzoQ4Mb+7Z+c6mcAvkSEg8c9qxEECwKSOjs4tx0N0XMk+Z0ebEOkYmLjECrvKtkT PZMcPb+0xrLrM4rtoeRB1IOn3WYvrtXtvJ7KehDowfQULp+7SLpoAlkJMqCdTy2X k5hFtU3ZiKLqP9XWrJ/0e9JgZOi2Xubj2Km1t8Q+4gCcoKSJIRMNcMcGYUs96/wA 4QwP9MziuB/U1STZF3fexf83pxqGlw== =IXaz -----END PGP SIGNATURE----- --Sig_/an82V0efDxicDpih2ComZuZ--