From: Mark H Weaver <mhw@netris.org>
To: 28445@debbugs.gnu.org
Subject: bug#28445: match-error in 'device-sexp->device' while building system
Date: Wed, 13 Sep 2017 14:32:26 -0400 [thread overview]
Message-ID: <87mv5ycuv9.fsf@netris.org> (raw)
In-Reply-To: <87y3pid5jw.fsf@netris.org> (Mark H. Weaver's message of "Wed, 13 Sep 2017 10:41:39 -0400")
Mark H Weaver <mhw@netris.org> writes:
> I just started getting this error while trying to build my x86_64 GuixSD
> system:
>
> mhw@jojen ~$ guix system build -K /etc/config-new.scm
[...]
> gnu/system.scm:238:4: In procedure device-sexp->device:
> gnu/system.scm:238:4: Throw to key `match-error' with args `("match" "no matching pattern" #f)'.
This is ultimately caused by the fact that
/var/guix/profiles/system-*-link/parameters, for every system I have,
includes:
(store (device #f) (mount-point "/"))
It's worth noting that my root device is unusual: it is a btrfs
filesystem within a LUKS-encrypted partition. See below for the
relevant excerpts of my OS configuration:
> (operating-system
[...]
> ;; Specify a mapped device for the encrypted root partition.
> ;; The UUID is that returned by 'cryptsetup luksUUID'.
> (mapped-devices
> (list (mapped-device
> (source (uuid "a56c53e7-b345-4e24-a17b-6cf158dbc7d3"))
> (target "jojen-root")
> (type luks-device-mapping))))
>
> (file-systems (cons* (file-system
> ;; XXX This doesn't seem to work
> ;; (device "jojen-root")
> ;; (title 'label)
> (device "/dev/mapper/jojen-root")
> (title 'device)
> (mount-point "/")
> (type "btrfs")
> (dependencies mapped-devices))
> %base-file-systems))
Mark
prev parent reply other threads:[~2017-09-13 18:33 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-13 14:41 bug#28445: match-error in 'device-sexp->device' while building system Mark H Weaver
2017-09-13 15:37 ` Marius Bakke
2017-09-13 21:24 ` Mark H Weaver
2017-09-13 23:53 ` Mark H Weaver
2017-09-14 6:03 ` Mark H Weaver
2017-09-17 19:51 ` Ludovic Courtès
2017-09-18 17:29 ` Mark H Weaver
2017-09-18 21:34 ` Ludovic Courtès
2017-09-20 21:27 ` Ludovic Courtès
2017-10-04 17:39 ` Mark H Weaver
2017-10-06 22:22 ` Ludovic Courtès
2017-09-13 18:32 ` Mark H Weaver [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87mv5ycuv9.fsf@netris.org \
--to=mhw@netris.org \
--cc=28445@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.