unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#37911: Cannot build a system with colord-service.
@ 2019-10-24 20:45 Pierre Langlois
  2019-10-24 20:50 ` Pierre Langlois
  2019-10-24 20:51 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 2 replies; 10+ messages in thread
From: Pierre Langlois @ 2019-10-24 20:45 UTC (permalink / raw)
  To: 37911

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

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:

```
$ guix system build colord-system.scm
(snip)
27692 entries processed in 10.3 s
successfully built /gnu/store/76v9hszcal0llfs7q8yapp6v0rnjwmkr-manual-database.drv
building /gnu/store/xs3khl253kzrf14cn2jz5hpabd69j88v-dbus-system-services.drv...
find-files: /gnu/store/nqr4xi6yyxzlyxmpvq668ckiksf0k96a-wpa-supplicant-2.9/share/dbus-1/: No such file or directory
find-files: /gnu/store/hpgsfyn3qn0lxp1p9nwcg6fbvslwpf59-gdm-3.30.3/share/dbus-1/: No such file or directory
Backtrace:
           3 (primitive-load "/gnu/store/r5qblihnlj5ysy47k94a6s316mf?")
In ice-9/eval.scm:
    619:8  2 (_ #f)
In srfi/srfi-1.scm:
    640:9  1 (for-each #<procedure 7ffff3cb97e0 at ice-9/eval.scm:3?> ?)
In unknown file:
           0 (symlink "/gnu/store/9641z2pcm85gx0xqi51i78m6k229nryr-?" ?)

ERROR: In procedure symlink:
In procedure symlink: File exists
builder for `/gnu/store/xs3khl253kzrf14cn2jz5hpabd69j88v-dbus-system-services.drv' failed with exit code 1
build of /gnu/store/xs3khl253kzrf14cn2jz5hpabd69j88v-dbus-system-services.drv failed
View build log at '/var/log/guix/drvs/xs/3khl253kzrf14cn2jz5hpabd69j88v-dbus-system-services.drv.bz2'.
cannot build derivation `/gnu/store/sla70asv0sf2c7gn4a5v50qkmy019703-dbus-configuration.drv': 1 dependencies couldn't be built
building /gnu/store/wq1naiygmpa01hn201l2i6ihd1bz44l1-etc-polkit-1.drv...
cannot build derivation `/gnu/store/vmnby0bcy575pylvbw5lva4k7zyrxrgd-etc.drv': 1 dependencies couldn't be built
building /gnu/store/4zr21fl9wsyy591rglgw47yzw9nnia2g-gdm-custom.conf.drv...
cannot build derivation `/gnu/store/yc1mdlzqqwd24x7gkxa9n6qfmjzx83zg-system.drv': 1 dependencies couldn't be built
guix system: error: build of `/gnu/store/yc1mdlzqqwd24x7gkxa9n6qfmjzx83zg-system.drv' failed
```

Do you know what's going on?

Thanks!
Pierre


[-- Attachment #2: colord-system.scm --]
[-- Type: application/octet-stream, 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)))

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-11-04 17:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-24 20:45 bug#37911: Cannot build a system with colord-service Pierre Langlois
2019-10-24 20:50 ` Pierre Langlois
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

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).