From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: 01/01: hydra: Increase image sizes for USB image and Flash image. Date: Sat, 15 Dec 2018 19:18:36 +0100 Message-ID: <87va3uwt4z.fsf@gnu.org> References: <20181208235341.20110.3064@vcs0.savannah.gnu.org> <20181208235342.94B112113E@vcs0.savannah.gnu.org> <87va423k0n.fsf@gnu.org> <87zhteekud.fsf@elephly.net> <87woofgnvw.fsf@roquette.mug.biscuolo.net> <20181213203249.GE22790@jasmine.lan> <87k1kc79wd.fsf@gnu.org> <054B5B9C-7806-4F17-8A33-63AAD1BAA9B0@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gYEWT-0001cs-Gb for guix-devel@gnu.org; Sat, 15 Dec 2018 13:18:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gYEWS-0003lY-Po for guix-devel@gnu.org; Sat, 15 Dec 2018 13:18:45 -0500 In-Reply-To: <054B5B9C-7806-4F17-8A33-63AAD1BAA9B0@gmail.com> (Maxim Cournoyer's message of "Sat, 15 Dec 2018 10:19:07 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Maxim Cournoyer Cc: guix-devel@gnu.org Hi, Maxim Cournoyer skribis: > On December 14, 2018 9:08:50 AM UTC, "Ludovic Court=C3=A8s" wrote: > > [...] > >>The good news is that there are other optimization opportunities. :-) >> >>--8<---------------cut here---------------start------------->8--- >>$ guix size $(guix system build gnu/system/install.scm) | head -10 >>store item total=20 >> self >>/gnu/store/0zajbn9q39yva4l0zzrcshlll8qikzba-linux-libre-4.19.6=20=20=20=20 >>236.5 236.5 21.2% >>/gnu/store/mdw00a2sq0qqyzqygmp9035g8r2rlslj-guix-0.15.0-8.71a78ba=20=20 >>345.7 182.3 16.3% >>/gnu/store/1lcniyxkxkh8g73zvh2gpbccvl6ggna7-locale-2.28=20=20=20=20=20=20= =20=20=20=20=20=20 >>91.8 91.8 8.2% >>/gnu/store/dna8kpb00kq176rz8x69yy4j33my2q55-perl-5.28.0=20=20=20=20=20=20= =20=20=20=20=20 >>146.3 58.2 5.2% >>/gnu/store/ybglr7nfs8v9kpnm8vf4drg3gafnvd15-guile-static-stripped-2.2.4 >> 45.9 45.9 4.1% >>/gnu/store/r658y3cgpnf99nxjxqgjiaizx20ac4k0-guile-2.2.4=20=20=20=20=20=20= =20=20=20=20=20 >>121.9 44.4 4.0% >>/gnu/store/9alic3caqhay3h8mx4iihpmyj6ymqpcx-guile-2.2.4=20=20=20=20=20=20= =20=20=20=20=20 >>121.9 44.4 4.0% >>/gnu/store/h90vnqw0nwd0hhm1l5dgxsdrigddfmq4-glibc-2.28=20=20=20=20=20=20= =20=20=20=20=20=20=20 >>37.8 36.3 3.2% >>/gnu/store/4sqps8dczv3g7rwbdibfz6rf5jlk7w90-gcc-5.5.0-lib=20=20=20=20=20= =20=20=20=20=20 >>68.0 30.2 2.7% >>--8<---------------cut here---------------end--------------->8 > > Why does Guile 2.2.4 appear twice but with a different hash? That=E2=80=99s a good question! It=E2=80=99s the kind of thing that we nee= d to investigate=E2=80=A6 Ludo=E2=80=99.