From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#31162: "guix pull" broke itself Date: Thu, 19 Apr 2018 14:22:30 +0200 Message-ID: <878t9jl721.fsf@gnu.org> References: <20180415125942.72181370@scratchpost.org> <871sfctdph.fsf@gnu.org> <20180418233958.504dc025@scratchpost.org> 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]:44966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f98ah-0007j4-Nl for bug-guix@gnu.org; Thu, 19 Apr 2018 08:23:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f98ac-0000Bv-Rq for bug-guix@gnu.org; Thu, 19 Apr 2018 08:23:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52295) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f98ac-0000Be-O5 for bug-guix@gnu.org; Thu, 19 Apr 2018 08:23:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f98ac-0005Ef-I3 for bug-guix@gnu.org; Thu, 19 Apr 2018 08:23:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180418233958.504dc025@scratchpost.org> (Danny Milosavljevic's message of "Wed, 18 Apr 2018 23:39:58 +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: Danny Milosavljevic Cc: 31162@debbugs.gnu.org Hello, Danny Milosavljevic skribis: >> You should grep in ~/.config/guix/latest as well. > > ~/.config/guix/latest$ grep -r util-linux-2.31 . > ./gnu/packages/linux.scm:(define-public util-linux-2.31.1 > ./gnu/system.scm: util-linux-2.31.1 > Binary file ./gnu/system.go matches > >> I can=E2=80=99t seem to reproduce the issue though. Is it just running = =E2=80=98guix >> pull=E2=80=99 that breaks, or do =E2=80=98guix package=E2=80=99 or =E2= =80=98guix system=E2=80=99 fail similarly? > > 'guix package' and 'guix system' fail as well, with the same message. OK, so it sounds like it=E2=80=99s the *previous* =E2=80=98guix pull=E2=80= =99 that left you with miscompiled or otherwise broken modules. Could you: =E2=80=98guix gc -R $(readlink -f ~/.config/guix/latest)=E2=80= =99, run =E2=80=98guix build --log-file=E2=80=99 for the relevant guix-*.drv, an= d see if the build logs contain hints? Besides, to work around the issue, you can always do: mv ~/.config/guix/latest{,.broken} guix pull Thanks, Ludo=E2=80=99.