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 22:34:53 +0100 Message-ID: <20180221213453.GA5024@jurong> References: <20180221190553.GA5485@jurong> <87d10yqfwj.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40071) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eoc3d-0003EZ-3l for bug-guix@gnu.org; Wed, 21 Feb 2018 16:41:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eoc2Z-0004hF-1d for bug-guix@gnu.org; Wed, 21 Feb 2018 16:36:09 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:47076) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eoc2Y-0004gQ-JN for bug-guix@gnu.org; Wed, 21 Feb 2018 16:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eoc2X-0004sg-Pn for bug-guix@gnu.org; Wed, 21 Feb 2018 16:35:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87d10yqfwj.fsf@elephly.net> 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: Ricardo Wurmus Cc: 30569@debbugs.gnu.org Hello, On Wed, Feb 21, 2018 at 08:52:28PM +0100, Ricardo Wurmus wrote: > Does the package appear twice in the profile’s “manifest” file > (e.g. ~/.guix-profile/manifest)? no, I am not using a manifest and do things by hand all the time. > I’m not sure how it could have ended up there, but one possibility might > be that you had two different versions of gnutls and they have both been > upgraded to the latest version. This is a plausible explanation. I ended up running this command: $ ./pre-inst-env guix package -r gnutls -i gnutls guile: warning: failed to install locale warning: failed to install locale: Invalid argument guix package: warning: Consider running 'guix pull' followed by 'guix package -u' to get up-to-date packages and security updates. The following packages will be removed: gnutls 3.5.13 /gnu/store/g09is0bw144d8zrd059fiarqmjq7vr8a-gnutls-3.5.13 gnutls 3.5.13 /gnu/store/g09is0bw144d8zrd059fiarqmjq7vr8a-gnutls-3.5.13 The following package will be upgraded: gnutls 3.5.13 -> 3.5.13 /gnu/store/g09is0bw144d8zrd059fiarqmjq7vr8a-gnutls-3.5.13 Then I ended up with only one listed. Anyway, I do not think it did any harm, but it could indicate a bug somewhere in the code. Andreas