From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: bug#37732: mps-youtube propagates util-linux Date: Wed, 15 Jan 2020 00:39:21 +0100 Message-ID: <87o8v5vc9i.fsf@devup.no> References: <875zks27rf.fsf@GlaDOS.home> <878spo3en3.fsf@devup.no> <87eeyrbqw5.fsf@gnu.org> <875zk0q53t.fsf@devup.no> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35007) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1irVn4-00047Z-FI for bug-guix@gnu.org; Tue, 14 Jan 2020 18:40:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1irVn0-0004Cx-RW for bug-guix@gnu.org; Tue, 14 Jan 2020 18:40:06 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:56172) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1irVn0-0004Cg-OP for bug-guix@gnu.org; Tue, 14 Jan 2020 18:40:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1irVn0-0005xC-N3 for bug-guix@gnu.org; Tue, 14 Jan 2020 18:40:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <875zk0q53t.fsf@devup.no> List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 37732-done@debbugs.gnu.org, Diego Nicola Barbato --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Marius Bakke writes: >>> --- a/gnu/packages/linux.scm >>> +++ b/gnu/packages/linux.scm >>> @@ -1089,19 +1089,40 @@ providing the system administrator with some he= lp in common tasks.") >>> (("build_kill=3Dyes") "build_kill=3Dno")) >>> #t)))) >>> (build-system gnu-build-system) >>> - (outputs '("out" >>> - "static")) ; >2 MiB of static .a libraries >>> + (outputs '("out" ;6.4 MiB executables and docume= ntation >>> + "dev" ;8.8 MiB shared libraries, head= ers and locales >>> + "static")) ;2.9 MiB static .a libraries >> >> Shared libraries are not just for development, so I=E2=80=99d say it sho= uld be >> =E2=80=9Clib=E2=80=9D instead, no? > > Agreed. Will adjust this patch accordingly once I get around to start > working on 'core-updates'. :-) I opted for a more conventional "lib" output and pushed the patch to the 'core-updates' branch in bb93042c8beb881ab907fa802eefb3c4091039a2. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl4eUSkACgkQoqBt8qM6 VPrDgQf+Le+dXvRfJznouqC0341vcda6s5lHp7B6zGF1Khdmdhk4rEH7TwLdh4/T 08iaql3Yb/iXwrU5aFaVyy3/WoH9uveu86zNYczmcg7vJeUQVAc03Y1gxV/hLCwj PiVWIlJImv1J9eeW1qmYt6lvjCZNFEaiFB7W7K51Vsb0fMfT4MDXlCCJWrc2gTbh GQLyTYwG/WjWscftxB+FPztI9zUeAz1APaIhAnOde/sfYLnG2KptxR7g6GXhfJ+q mQkhAf70KieOB+YVQ8VRy37uwvCNZvuhmqj5qCOY2vde/DH8qciSnb62HMXoCefA v4ev/5sRuHKj6A5TJBhlQ0Y/iUnGzA== =Y2AJ -----END PGP SIGNATURE----- --=-=-=--