bug#33343: Error bind mounting `/dev/full' to /gnu/store/... on reconfigure.

2018-11-11 Thread Brendan Tildesley
I'm trying to reconfigure with the latest guix after 2 months. I'm able to build my system with guix system vm, but when I try to reconfigure I get the following error. I tried removing ecryptfs-utils from my configuration, but then I just get the same error with a different store item. i have   8

bug#33310: Cuirass: Evaluations adding no new builds are displayed as "failing"

2018-11-11 Thread Ludovic Courtès
Hello, Clément Lassieur skribis: > Evaluations adding no new builds are displayed as "failing". I know > this was done on purpose, but I think the check should be done on the > number of jobs returned by the evaluator, rather than on the number of > builds registered in the database. Indeed, t

bug#33312: Guix: many tests fail when building on 0.15

2018-11-11 Thread Ludovic Courtès
Hello, swedebugia skribis: > running make check I got a lot of failed tests and no testlog: Could you send ‘test-suite.log’ as noted in ? TIA, Ludo’.

bug#33326: gnupg: error: .config/guix/upstream/trustedkeys.kbx': No such file or directory

2018-11-11 Thread Ludovic Courtès
Hello, swedebugia skribis: > Starting download of /tmp/guix-file.7s85Nf > From https://ftpmirror.gnu.org/gnu/artanis/artanis-0.2.5.tar.gz.sig... > following redirection to > `https://mirrors.tripadvisor.com/gnu/artanis/artanis-0.2.5.tar.gz.sig'... >  …5.tar.gz.sig  833B  395KiB/s

bug#33330: Hurd failing to build

2018-11-11 Thread Ludovic Courtès
Hello Brett, Brett Gilio skribis: > checking host system type... x86_64-unknown-linux-gnu > configure: error: this is the gnu os, host cannot be linux-gnu > *** Host configuration must be `MACHINE-gnu' or `MACHINE-VENDOR-gnu'. > *** To cross-compile, you must specify both --host and --build; > *

bug#33330: Hurd failing to build

2018-11-11 Thread Manolis Ragkousis
Hello Ludo, On 11/11/18 6:44 PM, Ludovic Courtès wrote: > Hello Brett, > > Brett Gilio skribis: > >> checking host system type... x86_64-unknown-linux-gnu >> configure: error: this is the gnu os, host cannot be linux-gnu >> *** Host configuration must be `MACHINE-gnu' or `MACHINE-VENDOR-gnu'. >

bug#33343: Error bind mounting `/dev/full' to /gnu/store/... on reconfigure.

2018-11-11 Thread Ludovic Courtès
Hi, Brendan Tildesley skribis: > I'm trying to reconfigure with the latest guix after 2 months. I'm able > > to build my system with guix system vm, but when I try to reconfigure I > get the following error. I tried removing ecryptfs-utils from my > configuration, but then I just get the same er

bug#33300: Automatically detecting binaries in source tarballs

2018-11-11 Thread Ludovic Courtès
Hi, Efraim Flashner skribis: > On Fri, Nov 09, 2018 at 12:11:34AM +0100, Björn Höfling wrote: [...] >> One of my review-tasks is this: >> >> [] Binaries included? If yes, created a snipped? >>find . -name "*.rar" -or -name "*.pdf" -or -name "*.bin" -or -name >> "*.pdf" -or -name "*.dsy"

bug#33300: hplip 3.18.9 contains non-free binary blobs

2018-11-11 Thread Ludovic Courtès
Closing this bug, which Efraim addressed in commit b44b1f08f6945ea8370746cfdadb44c7dea9ea3e. Thanks! Ludo’.

bug#33346: spice-vdagent.desktop exec failure

2018-11-11 Thread Taegil Bae
Hi, Spice-vdagent is not run by Gnome session because spice-vdagent.desktop is patched incorrectly. spice-vdagent.desktop is shown as: [Desktop Entry] Name=Spice vdagent Comment=Agent for Spice guests Exec=/gnu/store/5wk50f4zhhmg0s599z3d6v5zraxp72jp-spice-vdagent-0.17.0/bin/spice-vdagentTerminal=f

bug#33312: Guix: many tests fail when building on 0.15

2018-11-11 Thread swedebugia
On 2018-11-11 17:03, Ludovic Courtès wrote: Hello, swedebugia skribis: running make check I got a lot of failed tests and no testlog: Could you send ‘test-suite.log’ as noted in ? TIA, Ludo’. It is not found.

bug#33330: Hurd failing to build

2018-11-11 Thread Brett Gilio
Manolis Ragkousis writes: > Hello Ludo, > > On 11/11/18 6:44 PM, Ludovic Courtès wrote: >> Hello Brett, >> >> Brett Gilio skribis: >> >>> checking host system type... x86_64-unknown-linux-gnu >>> configure: error: this is the gnu os, host cannot be linux-gnu >>> *** Host configuration must be

bug#33030: Crash in progress-bar

2018-11-11 Thread Ricardo Wurmus
I’ve just got the very same error: --8<---cut here---start->8--- downloading from https://berlin.guixsd.org/nar/gzip/iql35g1g5q9dkap5splc7f9ggskr31vl-NamesList.txt... Backtrace: In guix/scripts/package.scm: 913:10 19 (_) In guix/status.scm: 600:4 18 (cal

bug#33323: guix package (--show & --search) missing error when package is not found

2018-11-11 Thread Ludovic Courtès
Hello, swedebugia skribis: > $ guix package --show=test > (no output) > > Expected: error package test not found Done in commit 652163154c06b47936a453f44ea35938789718de. Note that --search is different: it’s expected to return zero or more results, and returning zero results is not an error.