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 ms11 with LMTPS id +C/2BEf5H18SNwAA0tVLHw (envelope-from ) for ; Tue, 28 Jul 2020 10:09:11 +0000 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 iFzZAEf5H1+xPQAA1q6Kng (envelope-from ) for ; Tue, 28 Jul 2020 10:09:11 +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 68AF09403A9 for ; Tue, 28 Jul 2020 10:09:10 +0000 (UTC) Received: from localhost ([::1]:59478 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1k0MXk-0004We-Tx for larch@yhetil.org; Tue, 28 Jul 2020 06:09:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46016) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1k0MXe-0004WT-Mt for guix-patches@gnu.org; Tue, 28 Jul 2020 06:09:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:45804) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1k0MXe-0006p7-Dl for guix-patches@gnu.org; Tue, 28 Jul 2020 06:09:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1k0MXe-0005nL-8R for guix-patches@gnu.org; Tue, 28 Jul 2020 06:09:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42576] Acknowledgement ([PATCH 1/2] gnu: llvm: Move dynamic libraries to a separate "lib" output.) Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 28 Jul 2020 10:09: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: 42576@debbugs.gnu.org Received: via spool by 42576-submit@debbugs.gnu.org id=B42576.159593089022210 (code B ref 42576); Tue, 28 Jul 2020 10:09:02 +0000 Received: (at 42576) by debbugs.gnu.org; 28 Jul 2020 10:08:10 +0000 Received: from localhost ([127.0.0.1]:57350 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0MWn-0005m9-O0 for submit@debbugs.gnu.org; Tue, 28 Jul 2020 06:08:09 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:43583) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1k0MWk-0005lc-TF for 42576@debbugs.gnu.org; Tue, 28 Jul 2020 06:08:08 -0400 X-Originating-IP: 86.246.37.13 Received: from bababa (lfbn-idf2-1-572-13.w86-246.abo.wanadoo.fr [86.246.37.13]) (Authenticated sender: mail@ambrevar.xyz) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 856906000E for <42576@debbugs.gnu.org>; Tue, 28 Jul 2020 10:08:00 +0000 (UTC) From: Pierre Neidhardt In-Reply-To: References: <20200728095822.28375-1-mail@ambrevar.xyz> Date: Tue, 28 Jul 2020 12:07:59 +0200 Message-ID: <877duodkao.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.2 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -0.2 (/) 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: -0.61 X-TUID: 8XL5dS6ROr/m --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable This patch is meant for core-updates since it rebuilds every LLVm dependent, so more than 1000+ packages. I've only tested against master though. It's not ready yet. Since LLVM@10 takes a long time to compile, it's cumbersome to iterate against it. Instead, I found out that LLVM@3.5 builds much faster and the `pure' package is a great candidate for testing. I've added ("llvm" llvm-3.5 "lib") to the dependencies of pure. But ("llvm" llvm-3.5) must be included as a native input because that's where the C headers (include) files are. The end result still depends on llvm "out" because the .so files has references to the headers. We could move the headers to a separate output, but LLVM@10 headers are 17MiB big already, so I'd rather not include them in the closure of every package. Any idea how to remove them? =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl8f+P8ACgkQm9z0l6S7 zH98QAf8DC6LmFtVJ/ccpo9G3VQFhMG4TQmY8Ebud7L8qkQnjp2Pb6b7GZoSHVGL nQCoVGe7+qiqLZm+Ic9nZ8cw3Ooh4T9PXrVl460IVJQt/kjYOncUwqdZ4JmTBr9I PY8vZS5MpF0EZYtrzzxGwxbJq2rhUT4weihKNf9lJIGHfYtH9zfE2LKSOhfIPSjq RkqESBD5pnXO/fOjPeJnMiStc1SB2lmfFUo0/Ee70tLHblyf05XZw/hjY6d7K2g3 grXpcPyDmpf4mRbfyufwDfLywUJoH/KJGOq1a8iXztAt1Fn+Pg8KXr4LcHFFYnx7 AcXQ23BIL43dyVc5cHmI9+ggSM06lw== =8yjU -----END PGP SIGNATURE----- --=-=-=--