all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pim Kunis <pim@kunis.nl>
To: 57302@debbugs.gnu.org
Subject: bug#57302: Builder for python-afdko failed for development build
Date: Fri, 19 Aug 2022 14:31:05 +0200	[thread overview]
Message-ID: <fbfe4b06-e396-aff8-bfed-e50385cb7b78@kunis.nl> (raw)


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

Hi,


I wanted to install the development build of Guix to check out Guix 
Home, but I couldn't install it (in a VM). It seems some python packages 
cannot be built. The error can be seen here:

Install erorrs

I have also attached the scm file generated by the installer (typed over 
by me so it might have some typos).


Greetings

[-- Attachment #1.2.1: Type: text/html, Size: 711 bytes --]

[-- Attachment #1.2.2: Screenshot%20from%202022-08-19%2014-15-05.png --]
[-- Type: image/png, Size: 74750 bytes --]

[-- Attachment #2: vm.scm --]
[-- Type: text/x-scheme, Size: 1494 bytes --]

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

(operating-system
    (locale "en_US.utf8")
    (timezone "Europe/Amsterdam")
    (keyboard-layout (keyboard-layout "us" "intl"))
    (host-name "guix")
    (users (cons* (user-account
                    (name "user")
                    (comment "User")
                    (group "users")
                    (home-directory "/home/user")
                    (supplementary-groups '("wheel" "netdev" "video")))
                  %base-user-accounts))
    (packages (append (list (specification->package "awesome")
                            (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))
    (bootloader (bootloader-configuration
                  (bootloader grub-bootloader)
                  (targets (list "/dev/sda"))
                  (keyboard-layout keyboard-layout)))
    (swap-devices (list (swap-space
                          (target (uuid "fbf21ebb-67b4-4166-93f7-ee1ff9085ba9")))))
    (file-systems (cons* (file-system
                           (mount-point "/")
                           (device (uuid "84d66ae0-c1f0-478d-afd9-c0d5eb9d0489" 'ext4))
                           (type "ext4"))
                         %base-file-systems)))

             reply	other threads:[~2022-08-19 18:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-19 12:31 Pim Kunis [this message]
2022-08-19 20:15 ` bug#57302: Builder for python-afdko failed for development build Maxim Cournoyer
2022-08-20  8:50 ` Pim Kunis

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

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

  git send-email \
    --in-reply-to=fbfe4b06-e396-aff8-bfed-e50385cb7b78@kunis.nl \
    --to=pim@kunis.nl \
    --cc=57302@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.