From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUqYb-0005ZY-Gl for guix-patches@gnu.org; Tue, 11 Jul 2017 04:30:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUqYV-0005QK-Lu for guix-patches@gnu.org; Tue, 11 Jul 2017 04:30:09 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58895) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dUqYV-0005Pz-I5 for guix-patches@gnu.org; Tue, 11 Jul 2017 04:30:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dUqYV-0000fp-As for guix-patches@gnu.org; Tue, 11 Jul 2017 04:30:03 -0400 Subject: [bug#27635] [PATCH] gnu: emacs: Build with imagemagick support. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87d199j5tm.fsf@gmail.com> <874luk60jr.fsf@gnu.org> <4065ab44.AEMAM2ovFI4AAAAAAAAAAAOzWv8AAAACwQwAAAAAAAW9WABZZGIV@mailjet.com> Date: Tue, 11 Jul 2017 10:29:44 +0200 In-Reply-To: <4065ab44.AEMAM2ovFI4AAAAAAAAAAAOzWv8AAAACwQwAAAAAAAW9WABZZGIV@mailjet.com> (Arun Isaac's message of "Tue, 11 Jul 2017 10:58:42 +0530") Message-ID: <87mv8bz893.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Arun Isaac Cc: Alex Vong , 27635@debbugs.gnu.org Arun Isaac skribis: > Ludovic Court=C3=A8s writes: > >> There a few big packages showing up in the profile; we should try to >> make them smaller, perhaps by introducing separate outputs: >> Thoughts? > > I have to go through the dependency tree carefully to figure out which > package to split. Do you have any suggestions off the bat? ImageMagick and Graphviz are pretty big. For the latter, ISTR there are a couple of executables that are surprisingly big; perhaps the solution would be to figure out why it is the case and strip them somehow, if possible. Ghostscript and icu4c are also rather big. Ludo=E2=80=99.