From: Jan Synacek <jsynacek@redhat.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: Guix Devel <guix-devel@gnu.org>
Subject: Re: backtrace when building os
Date: Mon, 22 Jun 2020 12:25:27 +0200 [thread overview]
Message-ID: <m6fr1u7jt2g.fsf@jsynacek-ntb.brq.redhat.com> (raw)
In-Reply-To: <87pn9uda3g.fsf@gnu.org>
Ludovic Courtès <ludo@gnu.org> writes:
> Hi,
>
> Jan Synacek <jsynacek@redhat.com> skribis:
>
>> $ cat guix-os.scm
>> (use-modules (gnu bootloader)
>> (gnu bootloader grub)
>> (gnu system file-systems))
>>
>> (operating-system
>> (host-name "jsynacek-guix-os")
>> (timezone "Europe/Prague")
>> (locale "en_US.utf8")
>> (bootloader
>> (bootloader-configuration
>> (bootloader grub-efi-bootloader)
>> (target "/dev/sdx")))
>> (file-systems
>> (list (file-system (mount-point "/home")
>> (device "/dev/sda33")
>> (type "ext4")))))
>
> This OS lacks a root file system (which is no excuse for throwing a
> backtrace, though!).
Thank you for the explanation. And I agree about the backtrace part.
I have already filed a bug report, although I accidentaly filed it
against guile, instead of guix. Sorry for the mess.
Regards,
--
Jan Synacek
Software Engineer, Red Hat
prev parent reply other threads:[~2020-06-22 10:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-17 18:10 backtrace when building os Jan Synacek
2020-06-19 21:22 ` Ludovic Courtès
2020-06-22 10:25 ` Jan Synacek [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=m6fr1u7jt2g.fsf@jsynacek-ntb.brq.redhat.com \
--to=jsynacek@redhat.com \
--cc=guix-devel@gnu.org \
--cc=ludo@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.