bug#22004: guix-environment-container.sh test fails when building guix on tmpfs

2016-07-31 Thread Ting-Wei Lan
I ran the test on core-updates branch, but it still failed. Output in tests/guix-environment-container.log: + cat t-guix-environment-31068/mounts /path/to/a/tmpfs/mountpoint/guix-build ++ wc -l + test 1 -eq 4

bug#24120: ERROR: In procedure struct-ref: Argument 1 out of range: 10

2016-07-31 Thread myglc2
building guix from git checkout on GuixSD using guix pull. Please see details below. Commentary: In bug#23973 'make clean-go' fixed this error. Am I missing something? PS: posted similar bugs twice over the last 2 days via gmane, which is swallowing my bug-guix posts, but not other ones. If gma

bug#24087: recovery from suspend is broken with recent libreboot + linux-libre 4.7

2016-07-31 Thread Ricardo Wurmus
Clément Lassieur writes: > Hi, > >> We include older kernel versions: linux-libre-4.4 and linux-libre-4.1, >> which you can select via the 'kernel' field of the OS configuration, >> e.g.: (kernel linux-libre-4.4) >> >> Can you try these and see if the problem persists? > > I tried these kernels

bug#24087: recovery from suspend is broken with recent libreboot + linux-libre 4.7

2016-07-31 Thread Vincent Legoll
> What's the standard way to recover just the oops text? I didn't see any text Can you setup a serial console or a netconsole ? That should help you get the logs. -- Vincent Legoll

bug#22004: guix-environment-container.sh test fails when building guix on tmpfs

2016-07-31 Thread Ludovic Courtès
Hello, Ting-Wei Lan skribis: > This problem happens on both guix 0.9.0 and master branch. > > $tmpdir/mounts can be empty when running tests on tmpfs because > $mount_test_code ignores tmpfs. (`wc -l $tmpdir/mounts` is 0) Indeed; I believe commit 1250034d5aff14fe236aad9900233a2b6f8563bb fixes i

bug#23475: no code for module (guix ui)

2016-07-31 Thread Ludovic Courtès
Leo Famulari skribis: > On Sun, May 22, 2016 at 11:36:38PM +0200, Ludovic Courtès wrote: >> >>?: 4 [primitive-load >> >> "/gnu/store/9p7mf2a21c6a5k06jgbb9yg9abx7ilh9-guix-0.10.0-0.8062/bin/.guix-real"] >> > >> > Why is this file being loaded, instead of scripts/guix? Could it be >> > that s

bug#23807: guix build not respecting --keep-going

2016-07-31 Thread Ludovic Courtès
Hi Ethan, Any update on this? (See .) Ludo’. l...@gnu.org (Ludovic Courtès) skribis: > Hello, > > Ethan J skribis: > >> I've been attempting to use the "build all packages" one liner listed >> on >> https://www.gnu.org/software/guix/manual/html_node/Invoking-guix-bui

bug#22774: Bootstrapping issue with HTTPS downloads

2016-07-31 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Fixed-output derivations for HTTPS downloads depend on GnuTLS. However, > pkg-config, one of GnuTLS’s dependencies, is now available exclusively > over HTTPS, which creates a bootstrapping issue, as reported by > Christopher W Carpenter and others: > >

bug#24108: guix make tests failure

2016-07-31 Thread Ludovic Courtès
Hello, Dylan Jeffers skribis: [...] > > > These tests are skipped when user namespaces are not supported, as > > > per this condition: > > > > > > (define perform-container-tests? > > > (and (user-namespace-supported?) > > > (unprivileged-user-namespace-supported?))) > > > > >