unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#57302: Builder for python-afdko failed for development build
@ 2022-08-19 12:31 Pim Kunis
  2022-08-19 20:15 ` Maxim Cournoyer
  2022-08-20  8:50 ` Pim Kunis
  0 siblings, 2 replies; 3+ messages in thread
From: Pim Kunis @ 2022-08-19 12:31 UTC (permalink / raw)
  To: 57302


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

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

* bug#57302: Builder for python-afdko failed for development build
  2022-08-19 12:31 bug#57302: Builder for python-afdko failed for development build Pim Kunis
@ 2022-08-19 20:15 ` Maxim Cournoyer
  2022-08-20  8:50 ` Pim Kunis
  1 sibling, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2022-08-19 20:15 UTC (permalink / raw)
  To: Pim Kunis; +Cc: 57302

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:

--8<---------------cut here---------------start------------->8---
guix describe

guix build python-afdko
--8<---------------cut here---------------end--------------->8---

Thank you,

Maxim




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

* bug#57302: Builder for python-afdko failed for development build
  2022-08-19 12:31 bug#57302: Builder for python-afdko failed for development build Pim Kunis
  2022-08-19 20:15 ` Maxim Cournoyer
@ 2022-08-20  8:50 ` Pim Kunis
  1 sibling, 0 replies; 3+ messages in thread
From: Pim Kunis @ 2022-08-20  8:50 UTC (permalink / raw)
  To: 57302

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

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!

[-- Attachment #2: Screenshot from 2022-08-20 10-25-41.png --]
[-- Type: image/png, Size: 31270 bytes --]

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

end of thread, other threads:[~2022-08-20 12:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-19 12:31 bug#57302: Builder for python-afdko failed for development build Pim Kunis
2022-08-19 20:15 ` Maxim Cournoyer
2022-08-20  8:50 ` Pim Kunis

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