unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Pierre Langlois <pierre.langlois@gmx.com>
To: 37911@debbugs.gnu.org
Subject: bug#37911: Cannot build a system with colord-service.
Date: Thu, 24 Oct 2019 21:50:43 +0100	[thread overview]
Message-ID: <87h83xyijg.fsf@gmx.com> (raw)
In-Reply-To: <87imodyisc.fsf@gmx.com>

[-- Attachment #1: Type: text/plain, Size: 327 bytes --]


Pierre Langlois writes:

> Hello Guix!
>
> I tried to add (service colord-service) to my config and I got a
> error back :-(. I reduced my system to the minimum but the problem is
> persist.
>
> Here's the backtrace I get with the colord-system.scm config attached:

And now attached with the correct mime type... sorry! :-)


[-- Attachment #2: colord-system.scm --]
[-- Type: text/plain, Size: 1172 bytes --]

(use-modules
  (gnu bootloader grub)
  (gnu bootloader)
  (gnu services desktop)
  (gnu system file-systems))

(operating-system
  (host-name "hello")
  (bootloader (bootloader-configuration
                (bootloader grub-efi-bootloader)
                (target "/boot/efi")))
  (file-systems (cons*
                  (file-system
                    (device (file-system-label "guix"))
                    (mount-point "/")
                    (type "ext4"))
                  (file-system
                    (device "/dev/nvme0n1p1")
                    (mount-point "/boot/efi")
                    (type "vfat"))
                  (file-system
                    (device (file-system-label "data"))
                    (mount-point "/home")
                    (type "ext4"))
                  %fuse-control-file-system
                  %base-file-systems))
  (timezone "Europe/London")
  (locale "en_GB.UTF-8")
  (users (cons* (user-account
                  (name "pierre")
                  (uid 1000)
                  (group "users"))
                %base-user-accounts))
  (services (cons*
              (colord-service)
              %desktop-services)))

  reply	other threads:[~2019-10-24 20:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-24 20:45 bug#37911: Cannot build a system with colord-service Pierre Langlois
2019-10-24 20:50 ` Pierre Langlois [this message]
2019-10-24 20:59   ` Pierre Langlois
2019-10-24 21:19     ` Jack Hill
2019-10-25 21:05       ` Ludovic Courtès
2019-11-01 23:17         ` bug#37843: " Ludovic Courtès
2019-11-02 14:11           ` Pierre Langlois
2019-11-04 17:20             ` Ludovic Courtès
2019-11-02 14:14           ` Jack Hill
2019-10-24 20:51 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix

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=87h83xyijg.fsf@gmx.com \
    --to=pierre.langlois@gmx.com \
    --cc=37911@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 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).