unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Ellen Papsch <ellen.papsch@wine-logistix.de>
To: 39374@debbugs.gnu.org
Subject: bug#39374: Failing channels and graph on 1.0.1.10297-c5bbcb
Date: Fri, 31 Jan 2020 17:37:29 +0100	[thread overview]
Message-ID: <e5aa4c02a3b04ead28e60adc76a2ed48c5f2c21a.camel@wine-logistix.de> (raw)

[-- 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 --]

             reply	other threads:[~2020-01-31 17:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-31 16:37 Ellen Papsch [this message]
2020-02-05 13:49 ` bug#39374: Failing channels and graph on 1.0.1.10297-c5bbcb Ludovic Courtès
2022-10-18 16:07   ` zimoun
2022-10-19  9:07     ` Ludovic Courtès

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=e5aa4c02a3b04ead28e60adc76a2ed48c5f2c21a.camel@wine-logistix.de \
    --to=ellen.papsch@wine-logistix.de \
    --cc=39374@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).