bug#34255: wishlist: Add guix-y way to create swapfile

2019-01-29 Thread swedebugia
Hi I specified a swapfile in my config without creating it on disk manually. (swap-devices '("/swapfile")) Then I predictably got this error: guix system: error: exception caught while executing 'start' on service 'swap-/swapfile': In procedure swapon: "/swapfile": No such file or directory

bug#34229: tests/upstream.scm fails on master

2019-01-29 Thread Ricardo Wurmus
Chris Marusich writes: > At v0.16.0-1516-g86228e569 (current master branch head), the > upstream.scm test fails with the following log: This is due to the changes in #34040 because one of the fields is now a procedure. We’re discussing at #34040 how to change this. -- Ricardo

bug#33470: [bug#34249] [PATCH] guix package: Avoid spinner at end of output.

2019-01-29 Thread Ludovic Courtès
Danny Milosavljevic skribis: > Hi Christopher, >> diff --git a/guix/scripts/package.scm b/guix/scripts/package.scm >> index a633d2ee6d..4db0e72e9b 100644 >> --- a/guix/scripts/package.scm >> +++ b/guix/scripts/package.scm >> @@ -159,6 +159,7 @@ hooks\" run when building the profile." >>

bug#28144: info-dir ERROR: no code for module (guix build utils)

2019-01-29 Thread swedebugia
On 2019-01-29 22:14, swedebugia wrote: Hi Brant I moved your reply below. Please avoid top posting. On 2019-01-28 23:04, Brant Gardner wrote: On Mon, Jan 28, 2019, at 12:57, Ricardo Wurmus wrote: snip Could you please tell us what “guix describe” and/or “guix --version” say?  This would

bug#28144: info-dir ERROR: no code for module (guix build utils)

2019-01-29 Thread swedebugia
Hi Brant I moved your reply below. Please avoid top posting. On 2019-01-28 23:04, Brant Gardner wrote: On Mon, Jan 28, 2019, at 12:57, Ricardo Wurmus wrote: snip Could you please tell us what “guix describe” and/or “guix --version” say? This would help us figure out if we can do

bug#34236: scons does not run

2019-01-29 Thread Luther Thompson
On Tue, 29 Jan 2019 09:35:19 +0100 Ricardo Wurmus wrote: > I guess we’ll also need to patch > “lib/scons/SCons/Platform/__init__.py” in the same manner then. > > Could you tell me how I should run scons to reproduce this issue? (I > don’t know anything about scons.) Sure. I'll post the

bug#34236: scons does not run

2019-01-29 Thread Ricardo Wurmus
Hi Luther, > On Mon, 28 Jan 2019 20:11:37 +0100 > Ricardo Wurmus wrote: > >> Luther Thompson writes: >> >> > scons refuses to run on my system. When I run it with or without a >> > SConscript file, I get this error message:[…] >> >> This should now be fixed with commit ad34338d1. > > I'm

bug#31773: Duplicit fails to build: ERROR: test_sigchain_fileobj (testing.unit.test_collections.CollectionTest)

2019-01-29 Thread Christopher Baines
I ended up pushing a patch [1] for this as part of [2]. This has now been released by upstream, so the change doesn't exist in the Guix codebase any longer (the package was updated in [3]). 1: e61f092c877da5a9dc5dcdd82690bd3c191769e1

bug#34243: update cmake to latest release (3.13.3)

2019-01-29 Thread Clément Lassieur
This is a wish. :-) Clément

bug#34176: X200 kernel panic on S3 resume (linux-libre > 4.18.9)

2019-01-29 Thread Mike Gerwitz
reopen 34176 thanks On Sun, Jan 27, 2019 at 10:34:11 -0500, Mike Gerwitz wrote: > Sorry, I take that back. I could have sworn it did resolve the issue, > but that does not seem to be the case. > > This seems unrelated to powertop; `auto' seems to be the default setting > of

bug#27476: guix pull fails on powerful server

2019-01-29 Thread Ricardo Wurmus
Ludovic Courtès writes: > l...@gnu.org (Ludovic Courtès) skribis: > >> I can’t reproduce this with current Guile ‘stable-2.2’, following Andy’s >> weak-table rewrite¹, so this might have been a weak-table bug showing up >> under memory pressure. > > With Guile 2.2.3 a similar program triggers