From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Guix gc removing important packages? Date: Fri, 26 Sep 2014 11:00:36 +0200 Message-ID: <20140926090036.GA22248@debian.eduroam.u-bordeaux.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXROX-00086g-KW for guix-devel@gnu.org; Fri, 26 Sep 2014 05:01:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXROQ-0000ah-5H for guix-devel@gnu.org; Fri, 26 Sep 2014 05:00:53 -0400 Received: from mout.kundenserver.de ([212.227.126.130]:61186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXROP-0000aL-IR for guix-devel@gnu.org; Fri, 26 Sep 2014 05:00:45 -0400 Content-Disposition: inline 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: guix-devel@gnu.org I just did the following: guix package -d guix gc to have only the current profile and its packages on my disk. 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-texlive-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? Should removing packages not be possible without an internet connection? Does "guix gc" need to be modified to keep essential packages registered? Andreas