bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Does --no-substitutes save bandwidth?


From: Ludovic Courtès
Subject: Re: Does --no-substitutes save bandwidth?
Date: Thu, 16 May 2013 23:32:10 +0200
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.3 (gnu/linux)

Luther <address@hidden> skribis:

> I've installed Guix 0.2 on my Ubuntu system. As I type this, I'm using
> it to install gcc. If all goes well, I hope to soon install Trisquel as
> my base system with Guix as a package manager.

Nice.  Welcome!  :-)

> I'm trying to save as much bandwidth as possible, so I started the
> daemon with --no-substitutes. But it occurred to me that binaries might
> not be much bigger than source tarballs, even with documentation. What
> do you guys think? Would --no-substitutes be generally useful for saving
> bandwidth?

Good question.

For GCC 4.8.0, the bzip2’d “Nix archive” (which is the format under
which binaries from hydra.gnu.org are served[*]) takes 25 MiB on x86_64,
whereas gcc-4.8.0.tar.bz2 takes 83 MiB.

Then one should also look at the size of the closure of the package of
interest.  Often, packages have a lot of build-time dependencies, and
their run-time dependencies are just a small subset thereof.

So if all you want is to install GNU Hello, you’ll have the choice
between downloading binaries of Hello and libc, and downloading the
source tarballs of GCC, Binutils, glibc, GMP, MPFR, MPC, etc. etc., just
to build all the chain leading to GNU Hello.

Hmm, the most accurate answer may well be “it depends”.  :-)

Thanks,
Ludo’.

[*] Can be obtained with ‘nix-store --export
    /nix/store/53fv51m204zhkyfrkkacjyhm2h1k4xad-gcc-4.8.0 | bzip2’ or
    the API in (guix nar).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]