From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 22 17:07:26 2020 Received: (at 40769) by debbugs.gnu.org; 22 Apr 2020 21:07:26 +0000 Received: from localhost ([127.0.0.1]:53450 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jRMac-00005V-F5 for submit@debbugs.gnu.org; Wed, 22 Apr 2020 17:07:26 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48464) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jRMab-00005I-F4 for 40769@debbugs.gnu.org; Wed, 22 Apr 2020 17:07:25 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36560) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRMaV-0003L2-Ro; Wed, 22 Apr 2020 17:07:19 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=53308 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jRMaV-0005Zq-Aw; Wed, 22 Apr 2020 17:07:19 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Mayeul Cantan Subject: Re: bug#40769: Git error: object not found when running guix pull References: <089adaa4-3bce-a353-adb4-5eb6862489cb@cantan.eu> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 4 =?utf-8?Q?Flor=C3=A9al?= an 228 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 22 Apr 2020 23:07:16 +0200 In-Reply-To: <089adaa4-3bce-a353-adb4-5eb6862489cb@cantan.eu> (Mayeul Cantan's message of "Wed, 22 Apr 2020 15:21:38 +0200") Message-ID: <87ftcvqlff.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 40769 Cc: 40769@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi Mayeul, Mayeul Cantan skribis: > I was running guix pull, when a short-cirguit in my power supply cable > turned my old laptop off. > > Having fixed the hardware issue, I am left with the following software > problem when running `guix pull` on my user session: > >> guix pull: error: Git error: object not found - no match for id (aa78c59= 6c9eaae946f779d8fa3c4125d08187648) =E2=80=98guix pull=E2=80=99 maintains Git clones under ~/.cache/guix/checko= uts. Probably the hardware issue led to a corrupt checkout there, hence the error above. You fix that by running: rm -rf ~/.cache/guix/checkouts before running =E2=80=98guix pull=E2=80=99 again. HTH! Ludo=E2=80=99.