unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#39374: Failing channels and graph on 1.0.1.10297-c5bbcb
@ 2020-01-31 16:37 Ellen Papsch
  2020-02-05 13:49 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Ellen Papsch @ 2020-01-31 16:37 UTC (permalink / raw)
  To: 39374

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

Hello,

I have installed GuixSD today with the attached config.scm and followed
the "Contributing" chapter of the manual and executed the test suite,
which results in two lone errors. I assume the errors are not due
misconfiguration, although the messages don't tell me much, I could be
mistaken.

Best regards
Ellen

[-- Attachment #2: config.scm --]
[-- Type: text/x-scheme, Size: 1435 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 "de_DE.utf8")
  (timezone "Europe/Berlin")
  (keyboard-layout
    (keyboard-layout "de" "nodeadkeys"))
  (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 "b0ad2645-d28e-4109-94eb-72860c8edebf"
                     'ext4))
             (type "ext4"))
           %base-file-systems))
  (host-name "pluto")
  (users (cons* (user-account
                  (name "ep")
                  (comment "Ellen Papsch")
                  (group "users")
                  (home-directory "/home/ep")
                  (supplementary-groups
                    '("wheel" "netdev" "audio" "video")))
                %base-user-accounts))
  (packages
    (append
      (list (specification->package "evolution-data-server")
            (specification->package "nss-certs"))
      %base-packages))
  (services
    (append
      (list (service gnome-desktop-service-type)
            (set-xorg-configuration
              (xorg-configuration
                (keyboard-layout keyboard-layout))))
      %desktop-services)))

[-- Attachment #3: test-suite.log.gz --]
[-- Type: application/gzip, Size: 14350 bytes --]

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

end of thread, other threads:[~2022-10-19  9:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-31 16:37 bug#39374: Failing channels and graph on 1.0.1.10297-c5bbcb Ellen Papsch
2020-02-05 13:49 ` Ludovic Courtès
2022-10-18 16:07   ` zimoun
2022-10-19  9:07     ` Ludovic Courtès

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