From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#28445: match-error in 'device-sexp->device' while building system Date: Wed, 04 Oct 2017 13:39:39 -0400 Message-ID: <87zi9624o4.fsf@netris.org> References: <87y3pid5jw.fsf@netris.org> <871snafw35.fsf@fastmail.com> <87ingmcmwm.fsf@netris.org> <874ls1gl3d.fsf@gnu.org> <877ewvj4ph.fsf@netris.org> <87shfjelnh.fsf@gnu.org> <87mv5pqcwa.fsf@gnu.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]:49205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dznfP-0004hN-6a for bug-guix@gnu.org; Wed, 04 Oct 2017 13:41:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dznfK-0003CV-9F for bug-guix@gnu.org; Wed, 04 Oct 2017 13:41:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:40490) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dznfK-0003CM-6o for bug-guix@gnu.org; Wed, 04 Oct 2017 13:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dznfJ-0008HG-Vx for bug-guix@gnu.org; Wed, 04 Oct 2017 13:41:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87mv5pqcwa.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 20 Sep 2017 23:27:17 +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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 28445@debbugs.gnu.org Hi, Sorry for the delayed response. ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Andy pushed the first half of the fix as > 96bc6518002c3b2ad9f15cf36991b20bebcbbe8a. Could you check whether the > =E2=80=98ensure-not-/dev=E2=80=99 part below solves the rest? I see that you've pushed the 'ensure-not-/dev' part, and I have that now in my tree, but FYI it didn't solve the problem for me. My system 'parameters' file contains: (store (device "/dev/mapper/jojen-root") (mount-point "/")) and my grub.cfg still uses: search --label --set /dev/mapper/jojen-root both in the top section (just before loading the font) and within the default menu entry. As before, an error is issued twice, each time this command is run: just after entering my disk encryption password and after selecting the default menu item. Within the "old configurations" menu, all of the menu entries use: search --file --set /gnu/store/=E2=80=A6-linux-libre-4.13.4/bzImage I don't remember if this was the case before. Mark