From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#31142: guix package --upgrade reverses the order of packages Date: Wed, 18 Apr 2018 23:15:45 +0200 Message-ID: <87604otdvi.fsf@gnu.org> References: <87r2njwsuy.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]:45604) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8uQv-00033b-52 for bug-guix@gnu.org; Wed, 18 Apr 2018 17:16:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f8uQs-0006s3-0g for bug-guix@gnu.org; Wed, 18 Apr 2018 17:16:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51849) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f8uQr-0006rx-TK for bug-guix@gnu.org; Wed, 18 Apr 2018 17:16:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f8uQr-00057D-MZ for bug-guix@gnu.org; Wed, 18 Apr 2018 17:16:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87r2njwsuy.fsf@gmail.com> (Chris Marusich's message of "Thu, 12 Apr 2018 22:57:57 -0700") 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@debbugs.gnu.org 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. :-) Could you take a closer look at that commit? Ludo=E2=80=99.