From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: Why does installing icedtea-1.13.12 install the docs and jdk, too? Date: Fri, 16 Sep 2016 14:05:46 +0000 Message-ID: <87d1k4kkhx.fsf@we.make.ritual.n0.is> References: <57DBDAAF.1000009@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bktma-0002OK-BC for help-guix@gnu.org; Fri, 16 Sep 2016 10:06:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bktmV-0007dU-4c for help-guix@gnu.org; Fri, 16 Sep 2016 10:06:24 -0400 Received: from aibo.runbox.com ([91.220.196.211]:47820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bktmU-0007XP-Tv for help-guix@gnu.org; Fri, 16 Sep 2016 10:06:19 -0400 In-Reply-To: <57DBDAAF.1000009@crazy-compilers.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Hartmut Goebel , help-guix Hi, Hartmut Goebel writes: > Hi, > > I just installed icedtea-1.13.12, and for no reason, icedtea-1.13.12-doc > get installed, too, I think you are confusing installation with downloading. if (I have not checked it) icedtea is just one package with multiple outputs, all outputs will be downloaded but only the selected one will be installed. The same will happen for git afaik, all outputs will be downloaded but only selected ones end up in your profile. > IMHO, only icedtea-1.13.12 should be installed. What is going wrong here? > > $ ./pre-inst-env guix package -i icedtea-1.13.12 > guix package: warning: deprecated NAME-VERSION syntax; use NAME@VERSION > instead > substitute: updating list of substitutes from > 'https://mirror.hydra.gnu.org'... 100.0% > The following package will be installed: > icedtea 1.13.12 > /gnu/store/ms8bgmxhsy8nxdp78lj3pwsz0yr72jva-icedtea-1.13.12 > > substitute: updating list of substitutes from > 'https://mirror.hydra.gnu.org'... 100.0% > The following derivations will be built: > … > /gnu/store/mp4hmmbz2sci2m2m114msc7qnyc3skbj-icedtea-1.13.12.drv > The following files will be downloaded: > /gnu/store/n3gqnkjlk0ssd9i509f7pgszf14v4adh-icedtea-1.13.12-doc > /gnu/store/kc6gbjaiby4bfh1id76yyaj2zxm73gfg-icedtea-1.13.12-jdk > /gnu/store/1005jvxaqdrrk684f91d7268r05ys426-icedtea-1.13.12 > > … > Downloading n3gqnk...-icedtea-1.13.12-doc (219.0MiB installed)... > icedtea-1.13.12-doc 1.2MiB/s 00:09 | > 10.6MiB transferred > … > Downloading 1005jv...-icedtea-1.13.12 (52.4MiB installed)... > icedtea-1.13.12 1.3MiB/s 00:28 | > 36.6MiB transferred > … > Downloading kc6gbj...-icedtea-1.13.12-jdk (385.9MiB installed)... > icedtea-1.13.12-jdk 1.5MiB/s 02:16 | > 198.8MiB transferred > > > -- > Regards > Hartmut Goebel > > | Hartmut Goebel | h.goebel@crazy-compilers.com | > | www.crazy-compilers.com | compilers which you thought are impossible | > > > -- ng0