bug#31543: Building a clean guix master checkout is impossible

2018-05-23 Thread Ludovic Courtès
Danny Milosavljevic skribis: > My bad, I had one tiny local change. Sorry. Cool, better this way. :-) > This was caused by me changing gnu/packages/libreoffice.scm libreoffice to use > glib-or-gtk-build-system without adding #:use-module (guix build-system > glib-or-gtk). > > The error messa

bug#31268: 'guix system vm-image' hangs

2018-05-23 Thread Ludovic Courtès
Bah, it turns out virtio-rng was simply not enabled, so commit d282388789a21ae031035e9fd8e94a72463d0c96 fixes that. Done! Ludo'.

bug#31560: Commit 47a60325c broke tests/pack.scm

2018-05-23 Thread Ludovic Courtès
Hi Chris, Chris Marusich skribis: > It seems that tests/pack.scm began to fail at commit > 47a60325ca650e8fc1a291c8655b4297f4de8deb. This commit made the > following change in guix/scripts/pack.scm: > >(define symlink->directives > ;; Return "populate directives" to mak

bug#31268: 'guix system vm-image' hangs

2018-05-23 Thread Ludovic Courtès
Hi Mark, Mark H Weaver skribis: > l...@gnu.org (Ludovic Courtès) writes: > >> I was looking at the wrong code: we’re using libuuid from util-linux, >> which in turn uses getrandom(2). Since it doesn’t pass the >> GRND_NONBLOCK flag, it ends up blocking forever because too little >> entropy is a