From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: bug#30569: Packages count as installed twice Date: Wed, 21 Feb 2018 20:05:53 +0100 Message-ID: <20180221190553.GA5485@jurong> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eoZjO-0003Ax-GI for bug-guix@gnu.org; Wed, 21 Feb 2018 14:07:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eoZjK-0000gv-BX for bug-guix@gnu.org; Wed, 21 Feb 2018 14:07:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:46866) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eoZjK-0000gf-4i for bug-guix@gnu.org; Wed, 21 Feb 2018 14:07:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eoZjJ-0007bl-QM for bug-guix@gnu.org; Wed, 21 Feb 2018 14:07:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eoZiM-0002Wh-2m for bug-guix@gnu.org; Wed, 21 Feb 2018 14:06:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eoZiI-00088K-3X for bug-guix@gnu.org; Wed, 21 Feb 2018 14:06:01 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:36810) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eoZiH-000861-Ms for bug-guix@gnu.org; Wed, 21 Feb 2018 14:05:57 -0500 Content-Disposition: inline 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: 30569@debbugs.gnu.org Hello, trying to upgrade my packages, I notice something curious: $ ./pre-inst-env guix package -n -u The following packages would be upgraded: ... gnutls 3.5.13 -> 3.5.13 /gnu/store/1ah3fd12w6v66q6yjdmd39xbisqi0gpw-gnutls-3.5.13 gnutls 3.5.13 -> 3.5.13 /gnu/store/1ah3fd12w6v66q6yjdmd39xbisqi0gpw-gnutls-3.5.13 ... There is twice the exactly same package! $ ./pre-inst-env guix package -I gnutls gnutls 3.5.13 out /gnu/store/g09is0bw144d8zrd059fiarqmjq7vr8a-gnutls-3.5.13 gnutls 3.5.13 out /gnu/store/g09is0bw144d8zrd059fiarqmjq7vr8a-gnutls-3.5.13 This looks like a bug to me... Andreas