From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Problems with downloading from https Date: Thu, 30 Oct 2014 14:20:07 +0100 Message-ID: <87bnotu22g.fsf@gnu.org> References: <87fveboseq.fsf@gnu.org> <87k33m4ob9.fsf@gmail.com> <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> 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]:50414) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkEQD-0005LG-7X for guix-devel@gnu.org; Fri, 31 Oct 2014 11:48:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xjpdk-0007oF-1w for guix-devel@gnu.org; Thu, 30 Oct 2014 09:19:57 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:40897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xjpdj-0007o9-S3 for guix-devel@gnu.org; Thu, 30 Oct 2014 09:19:48 -0400 In-Reply-To: <87bnouf24g.fsf@gmail.com> (Alex Kost's message of "Thu, 30 Oct 2014 10:27:59 +0300") 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: Alex Kost Cc: guix-devel@gnu.org Alex Kost skribis: > 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 same= 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. Oh, really? This must be a bug in =E2=80=98manifest-transaction-effects=E2= =80=99 then, no? Ludo=E2=80=99.