Builder for python-afdko failed for development build

  • Open
  • quality assurance status badge
Details
2 participants
  • Maxim Cournoyer
  • Pim Kunis
Owner
unassigned
Submitted by
Pim Kunis
Severity
normal
P
P
Pim Kunis wrote on 19 Aug 2022 14:31
(address . bug-guix@gnu.org)
fbfe4b06-e396-aff8-bfed-e50385cb7b78@kunis.nl
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: file
(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)))
M
M
Maxim Cournoyer wrote on 19 Aug 2022 22:15
(name . Pim Kunis)(address . pim@kunis.nl)(address . 57302@debbugs.gnu.org)
87r11chtwl.fsf@gmail.com
tags 57302 moreinfo
thanks

Hi,

It seems python-afdko failed to build, but we don't have the logs
showing what failed. Could you please run in your VM:

Toggle snippet (5 lines)
guix describe

guix build python-afdko

Thank you,

Maxim
P
P
Pim Kunis wrote on 20 Aug 2022 10:50
Builder for python-afdko failed for development build
(address . 57302@debbugs.gnu.org)
1e5897e3-e27b-3d78-c58a-18a4c0d7d249@kunis.nl
It seems pytest quits with exit code 1 because several tests failed. I
don't see a similar bug report on the afdko repository, so I assume it's
a Guix problem. I have attached a screenshot of the log.

I have very limited experience with Guix but I would like to investigate
further. I should be able to exactly reproduce the environment on a
normal machine right (so not in a VM)? Could you give a pointer how to
do that?

Thanks!
?