From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#31142: guix package --upgrade reverses the order of packages Date: Tue, 15 Jan 2019 12:07:29 +0100 Message-ID: <87muo22n7y.fsf@gnu.org> References: <87r2njwsuy.fsf@gmail.com> <87604otdvi.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:55571) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gjMZj-00025i-OE for bug-guix@gnu.org; Tue, 15 Jan 2019 06:08:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gjMZe-0000eT-AW for bug-guix@gnu.org; Tue, 15 Jan 2019 06:08:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:60271) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gjMZe-0000eH-76 for bug-guix@gnu.org; Tue, 15 Jan 2019 06:08:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gjMZe-0005aN-0y for bug-guix@gnu.org; Tue, 15 Jan 2019 06:08:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87604otdvi.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 18 Apr 2018 23:15:45 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Chris Marusich Cc: 31142-done@debbugs.gnu.org Hi, ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Hello, > > Chris Marusich skribis: > >> It seems that running "guix package --upgrade ." reverses the order of >> packages installed in a profile. Apparently as a result, repeatedly >> running the command on a profile will create multiple generations, even >> though the packages are not actually being upgraded. > > Commit eca16a3d1d9e6b2c064e0105c1015258bf2755f2 was supposed to fix it=E2= =80=A6 > but it lacked a test case=E2=80=A6 I plaid guilty. :-) This is fixed in 35225dc57996ebc7a5a55462e0e52d85239195d9, which pretty much reverts eca16a3d1d9e6b2c064e0105c1015258bf2755f2=E2=80=A6 But this time there=E2=80=99s a test case that gives me some confidence. := -) Thanks, Ludo=E2=80=99.