bug#30644: Cuirass runs out of build users

2018-03-10 Thread Danny Milosavljevic
Hi Ludo, On Thu, 08 Mar 2018 13:01:01 +0100 l...@gnu.org (Ludovic Courtès) wrote: > So what’s your take on this? sqlite has a sqlite-unlock-notify. We should wrap it and use it when we get the "locked" error code. We should also enable extended error codes https://sqlite.org/c3ref/extended_re

bug#30760: guix system init broken on non GuixSD

2018-03-10 Thread Tomáš Čech
On Sat, Mar 10, 2018 at 12:19:52AM +0100, Ludovic Courtès wrote: Danny Milosavljevic skribis: [huge build] The current tradeoff is to make that diagnostic based on the running kernel, even if it’s an approximation. Ah, good point. If that’s fine with you I’d like to fix this bug with the

bug#30710: guix graph gives duplicate nodes

2018-03-10 Thread Hartmut Goebel
On Fri, 09 Mar 2018 23:59:26 +0100 l...@gnu.org (Ludovic Courtès) wrote: > >> Good catch! I implemented what you suggest above in commit >> 464f5447396fcec9b43f7eab71d5d42b522a157f. Thanks, this solved the issue only partially: On my "kde-plasma" branch: $ ./pre-inst-env guix graph plasma-worksp

bug#30706: Nginx service fails

2018-03-10 Thread Ludovic Courtès
Heya, Danny Milosavljevic skribis: >> If you run this on an “old” GuixSD, ‘find-long-options’ is undefined. > > How can it be that (gnu services base) with find-long-options call is present > but the (gnu build linux-boot)'s find-long options isn't present? The service-upgrade code loads new se

bug#30667: 'guix system vm' must keep mount_tag-length limited below 32 bytes for --expose and --share

2018-03-10 Thread Björn Höfling
On Thu, 08 Mar 2018 11:56:57 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Hi Björn, > > Björn Höfling skribis: > > > I prepared a QEMU VM with: > > > > ./pre-inst-env guix system vm \ > > --expose=/home/bjoern/digikam-testpool/=/image-pool \ > > ../guix-systems/digikam-test.scm > > > > Starti

bug#30524: [PATCH] gnu: java-jeromq: Fix tests.

2018-03-10 Thread Gábor Boskovits
* gnu/packages/patches/java-jeromq-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/java.scm (java-jeromq)[source](patches): Add it. [arguments](#test-exclude): Disable more failing tests. --- gnu/local.mk | 1 + gnu/packages