From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Guix gc removing important packages? Date: Fri, 26 Sep 2014 13:26:20 +0200 Message-ID: <87fvfeei77.fsf@gnu.org> References: <20140926090036.GA22248@debian.eduroam.u-bordeaux.fr> 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]:54269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXTfT-0007m7-B7 for guix-devel@gnu.org; Fri, 26 Sep 2014 07:26:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXTfN-0004fF-BV for guix-devel@gnu.org; Fri, 26 Sep 2014 07:26:31 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:37501) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXTfN-0004dq-4D for guix-devel@gnu.org; Fri, 26 Sep 2014 07:26:25 -0400 In-Reply-To: <20140926090036.GA22248@debian.eduroam.u-bordeaux.fr> (Andreas Enge's message of "Fri, 26 Sep 2014 11:00:36 +0200") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > Then I wanted to delete one package: > guix package -r texlive > > This resulted in the following output: > The following package will be removed: > texlive 2013 /gnu/store/in5hhsj3335k1mkdq15y855mya430c6v-texli= ve-2013 > > The following derivations will be built: > /gnu/store/js1h46v2cmw94s22875jp1ijzagp99dw-profile.drv > /gnu/store/b4dp41cyfrfhamjfslj3n0x1lsnqqnl9-info-dir.drv > The following files will be downloaded: > /gnu/store/x61zrqq09c862d5d4r5xzdnr87k66ak7-module-import-compiled > /gnu/store/hm61la04aycc1pi9yx7r27wi1kyix9kp-module-import > /gnu/store/vpsp7ln93kq0512507vj98p7cs718fa6-gzip-1.6 > /gnu/store/c94ncj1zaf6n29j9j3rfli5yk5p3i33b-texinfo-5.2 > /gnu/store/5fkfy5ai2czwlin8qq9farsxa90ng4p9-guile-2.0.11 > /gnu/store/rrsnzvlpja5m332gsvlc44nxl0i9k297-module-import > /gnu/store/6kfg0draw5md187d3jasbqqj1q3x059q-module-import-compiled > /gnu/store/3fd4cw58xy7k7sg6hj08b06vgk4qfhdv-bash-4.3.25 > /gnu/store/3h38sfay2f02rk4i768ci8xabl706rf9-glibc-2.20 > /gnu/store/9rfwkz5byv2lc890nfgzwvjby9jjz61l-libunistring-0.9.4 > /gnu/store/dchak5bns782dpsa48kpkv2fc5js2ab6-pkg-config-0.27.1 > /gnu/store/grcdjq1kap9jrz50d0gil44r0i7pfynf-libgc-7.4.2 > /gnu/store/ly1x746q7n6m763j5h2ghgd1nblzc5c3-readline-6.3 > /gnu/store/mpm41icd0q7cr743l6k465ygci7gmcy5-libatomic-ops-7.4.2 > /gnu/store/ncp43gc65kvwpqgqgc14jxy24cvn9czm-gmp-6.0.0a > /gnu/store/px5ks6hyjszqp269l9b91354zjclv6c2-gcc-4.8.3-lib > /gnu/store/sbfg0w6l9w487cjgg3jxk51xnj8ws3gh-libffi-3.1 > /gnu/store/wy4zr20qjn7hdl0ndnlzq2p2l6x0810v-libtool-2.4.2 > /gnu/store/xkdsdx74l86pcnkpf4v5imqkf94l79n3-ncurses-5.9 > /gnu/store/914k3d6kg979scs8f466cm0nk246bmwa-ncurses-5.9 > /gnu/store/9mpph60a3g7jnnhvpwfhk5p9wzsk8i6i-perl-5.16.1 > /gnu/store/arvd1w0vywxdz8pir3cdagqg21lcrid0-coreutils-8.23 > /gnu/store/3hy722q3q4pd9mbk4jp2q3y1pb4mp4mv-grep-2.20 > > Is this normal? Yes it is! :-) The derivation that builds the profile uses Guile, like almost all the derivations. And since we just merged the bash-cve-2014-6271 branch, it depends on the new Guile build, which isn=E2=80=99t yet in your store. Hen= ce the long download list. Ludo=E2=80=99.