From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28445: match-error in 'device-sexp->device' while building system Date: Sat, 07 Oct 2017 00:22:48 +0200 Message-ID: <87lgknkjbb.fsf@gnu.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> <87zi9624o4.fsf@netris.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]:50764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0b2K-0005V7-Iq for bug-guix@gnu.org; Fri, 06 Oct 2017 18:24:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0b2J-0004TY-NA for bug-guix@gnu.org; Fri, 06 Oct 2017 18:24:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:44975) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e0b2J-0004TL-Jx for bug-guix@gnu.org; Fri, 06 Oct 2017 18:24:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e0b2J-0008S0-E1 for bug-guix@gnu.org; Fri, 06 Oct 2017 18:24:03 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87zi9624o4.fsf@netris.org> (Mark H. Weaver's message of "Wed, 04 Oct 2017 13:39:39 -0400") 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: Mark H Weaver Cc: 28445-done@debbugs.gnu.org Hi Mark, Mark H Weaver skribis: > 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 I tested with the config you had posted, and commit 90d23ed9df33e35e157fecd8ab60f55e716ca42f fixes the problem. Let me know if anything else pops up in this area! Thank you, Ludo=E2=80=99.