From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: Problems with downloading from https Date: Thu, 30 Oct 2014 15:31:15 +0300 Message-ID: <877fzhg2ng.fsf@gmail.com> References: <87vbn6h7f4.fsf@gnu.org> <87oasxj2z1.fsf@netris.org> <87ioj566pv.fsf@gnu.org> <8761f5zlph.fsf@gmail.com> <87fve9po7v.fsf@yeeloong.lan> <87y4s1zdjl.fsf@gnu.org> <871tptzclb.fsf@gmail.com> <87mw8glixr.fsf@gnu.org> <20141029222212.GD29707@debian> <87bnouf24g.fsf@gmail.com> <20141030074926.GA27584@debian> 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]:50944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkESF-0005w3-GL for guix-devel@gnu.org; Fri, 31 Oct 2014 11:50:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xjoso-0006fg-Re for guix-devel@gnu.org; Thu, 30 Oct 2014 08:31:27 -0400 In-Reply-To: <20141030074926.GA27584@debian> (Andreas Enge's message of "Thu, 30 Oct 2014 08:49:26 +0100") 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 (2014-10-30 10:49 +0300) wrote: > On Thu, Oct 30, 2014 at 10:27:59AM +0300, Alex Kost wrote: >> I think such an "evil" case is just not handled currently. If you have >> python-3=E2=80=A6 installed and you install python-2=E2=80=A6 in the sam= e profile, then >> python-3=E2=80=A6 would be replaced, but if you install both packages in= the >> same command, then both would be installed. > > Interesting, I did not know this, but you are right: > > $ guix package -i python > $ guix package -i python-2.7.6 > The following package will be upgraded: > python 3.3.5 =E2=86=92 2.7.6 /gnu/store/iz5shg4py68mbccv2kkd0s= iv6ryfl3y1-python-2.7.6 > > If you do instead > $ guix package -i python python-2.7.6 > > both packages are installed. > > I think the former behaviour is a bug. If I use "-i" and not "-u", a pack= age > should not be "upgraded", but added in every case, independently of its n= ame. I think the latter is a bug. IMHO it shouldn't be possible to install several packages with the same name in one profile. --=20 Alex