unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: wensheng xie <xiewensheng@hotmail.com>
To: Marius Bakke <mbakke@fastmail.com>,
	"41051@debbugs.gnu.org" <41051@debbugs.gnu.org>
Subject: bug#41051: [guix-1.1.0] guix system failed
Date: Mon, 4 May 2020 10:03:15 +0000	[thread overview]
Message-ID: <HE1P190MB02816E3F61AAAC0BB359FE62B0A60@HE1P190MB0281.EURP190.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <HE1P190MB0281B520A7D815AA2256324EB0A90@HE1P190MB0281.EURP190.PROD.OUTLOOK.COM>


[-- Attachment #1.1: Type: text/plain, Size: 1725 bytes --]

Hi, Marius:

The problem is not reproduced after I did another 'guix pull'. I attached the information:

1.
root@guix ~# guix describe
Generation 4 May 04 2020 06:21:35 (current)
  guix c563f88
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: c563f8887db23241922fabf62a4da5d1526a644f

2. config.scm is attached.


________________________________
From: Marius Bakke
Sent: Sunday, May 3, 2020 11:16 PM
To: wensheng xie; 41051@debbugs.gnu.org
Subject: Re: bug#41051: [guix-1.1.0] guix system failed

Thanks for the report!

wensheng xie <xiewensheng@hotmail.com> writes:

> The error:
>
> root@guix ~# guix system reconfigure /etc/config.scm
> The following derivation will be built:
>    /gnu/store/g26kkrfd49y5wcz57x0xgkh97w997kmb-grub.cfg.drv
> building /gnu/store/g26kkrfd49y5wcz57x0xgkh97w997kmb-grub.cfg.drv...
> /gnu/store/2lnjrv5388727sw45jhrrsyf0140nrd2-system
> /gnu/store/gsxap47dgsjs6zvdim42j5lal5rfj10w-grub.cfg
>
> activating system...
> making '/gnu/store/2lnjrv5388727sw45jhrrsyf0140nrd2-system' the current system...
> setting up setuid programs in '/run/setuid-programs'...
> populating /etc from /gnu/store/hzhhbayyfxjqghxklawy8r8a1i8ws7pg-etc...
> The following derivation will be built:
>    /gnu/store/6wy32ybajjrdn1nydvp1i0iai6x77jqc-install-bootloader.scm.drv
> building /gnu/store/6wy32ybajjrdn1nydvp1i0iai6x77jqc-install-bootloader.scm.drv...
> guix system: bootloader successfully installed on '/dev/sda'
> guix system: error: exception caught while executing 'eval' on service 'root':
> Unrecognized keyword: #:file-creation-mask

Can you post the output of 'guix describe' and the config.scm you are
using?

[-- Attachment #1.2: Type: text/html, Size: 3396 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: config.scm --]
[-- Type: text/x-scheme; name="config.scm", Size: 1640 bytes --]

;; This is an operating system configuration generated
;; by the graphical installer.

(use-modules (gnu))
(use-service-modules desktop networking ssh xorg)

(operating-system
  (locale "zh_CN.utf8")
  (timezone "Asia/Shanghai")
  (keyboard-layout (keyboard-layout "cn"))
  (host-name "guix")
  (users (cons* (user-account
                  (name "wxie")
                  (comment "Wensheng XIE")
                  (group "users")
                  (home-directory "/home/wxie")
                  (supplementary-groups
                    '("wheel" "netdev" "audio" "video")))
                %base-user-accounts))
  (packages
    (append
      (list (specification->package "i3-wm")
            (specification->package "i3status")
            (specification->package "dmenu")
            (specification->package "st")
            (specification->package "nss-certs"))
      %base-packages))
  (services
    (append
      (list (service gnome-desktop-service-type)
            (service enlightenment-desktop-service-type)
            (service openssh-service-type)
            (set-xorg-configuration
              (xorg-configuration
                (keyboard-layout keyboard-layout))))
      %desktop-services))
  (bootloader
    (bootloader-configuration
      (bootloader grub-bootloader)
      (target "/dev/sda")
      (keyboard-layout keyboard-layout)))
  (swap-devices (list "/dev/sda1"))
  (file-systems
    (cons* (file-system
             (mount-point "/")
             (device
               (uuid "ac551a60-308c-4a49-b44c-cb28a99393da"
                     'ext4))
             (type "ext4"))
           %base-file-systems)))

  parent reply	other threads:[~2020-05-04 10:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-03 15:02 bug#41051: [guix-1.1.0] guix system failed wensheng xie
2020-05-03 23:16 ` Marius Bakke
2020-05-04 10:03 ` wensheng xie [this message]
2020-05-04 16:14   ` Marius Bakke
2020-05-04 16:29   ` Diego Nicola Barbato

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=HE1P190MB02816E3F61AAAC0BB359FE62B0A60@HE1P190MB0281.EURP190.PROD.OUTLOOK.COM \
    --to=xiewensheng@hotmail.com \
    --cc=41051@debbugs.gnu.org \
    --cc=mbakke@fastmail.com \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).