bug#27244: Should not $GUIX_LOCPATH belong to ‘glibc-locales’ rather than ‘glibc’?

2017-06-07 Thread Dmitry Alexandrov
As of now [0] a search path ‘GUIX_LOCPATH’ is exported when ‘glibc’ package, which does not comprise any locales, is installed. I guess, it should belong to ‘glibc-locales’ and ‘glibc-utf8-locales’ instead. >>> >>> The idea of search path specifications like ‘GUIX_LOCPATH’ is that t

bug#27244: Should not $GUIX_LOCPATH belong to ‘glibc-locales’ rather than ‘glibc’?

2017-06-07 Thread Ludovic Courtès
Hi Dmitry, Dmitry Alexandrov <321...@gmail.com> skribis: However, every locale-providing package would need to define it, which is not great. >>> >>> But would not thorough following “search paths are exported by the >>> active side” convention implies that every single package that shi

bug#27222: [PATCH] Fix ert-runner regression

2017-06-07 Thread Arun Isaac
> Sorry I haven’t closely followed this discussion. Arun: Could you merge > it if that looks good to you? I trust your judgment, comrades. :-) The patches are fine by me. Alex Kost is reviewing this patch. So, I think he should push. Thanks!

bug#27264: gnome-shell-3.24.2 consistently dies during initialization

2017-06-07 Thread Ludovic Courtès
Hi, Mark H Weaver skribis: > (.gnome-shell-real:11698): Gjs-WARNING **: JS ERROR: Error: Requiring Rsvg, > version none: Typelib file for namespace 'Rsvg' (any version) not found Looks like the librsvg JS bindings are missing. Would it help to add librsvg as an input to ‘gnome-shell’? Ludo’.

bug#27264: gnome-shell-3.24.2 consistently dies during initialization

2017-06-07 Thread Roel Janssen
Ludovic Courtès writes: > Hi, > > Mark H Weaver skribis: > >> (.gnome-shell-real:11698): Gjs-WARNING **: JS ERROR: Error: Requiring Rsvg, >> version none: Typelib file for namespace 'Rsvg' (any version) not found > > Looks like the librsvg JS bindings are missing. Would it help to add > librsv

bug#27222: [PATCH] Fix ert-runner regression

2017-06-07 Thread Alex Kost
Arun Isaac (2017-06-07 15:58 +0530) wrote: >> Sorry I haven’t closely followed this discussion. Arun: Could you merge >> it if that looks good to you? I trust your judgment, comrades. :-) > > The patches are fine by me. Alex Kost is reviewing this patch. So, I > think he should push. Thanks! W

bug#27264: gnome-shell-3.24.2 consistently dies during initialization

2017-06-07 Thread Mark H Weaver
Roel Janssen writes: > Ludovic Courtès writes: > >> Hi, >> >> Mark H Weaver skribis: >> >>> (.gnome-shell-real:11698): Gjs-WARNING **: JS ERROR: Error: Requiring Rsvg, >>> version none: Typelib file for namespace 'Rsvg' (any version) not found >> >> Looks like the librsvg JS bindings are missin

bug#27282: Perl 5.26.0 "dotless @INC" [was Re: bug#27227: [PATCH] gnu: perl: Update to 5.26.0.]

2017-06-07 Thread Leo Famulari
On Sun, Jun 04, 2017 at 03:19:39PM -0400, Leo Famulari wrote: > > >> Leo Famulari writes: > > >> > > >> > * gnu/packages/perl.scm (perl): Update to 5.26.0. > > >> > * gnu/packages/patches/perl-no-sys-dirs.patch: Update patch context for > > >> > 'hints/linux.sh'. > > I merged master into core-up

bug#27242: Fail to load LUKS encrypted rootfs, attempts to open luks device before it's ready.

2017-06-07 Thread Mark H Weaver
Adam Van Ymeren writes: > Mark H Weaver writes: >> >> I ran into the same problem at one point, and have applied the following >> patch to my private branch of Guix. Perhaps it should be applied to >> master. > > Thanks, this patch works for me. Something like this upstream would be > nice :)

bug#27157: Building Guile 2.2 "times out"

2017-06-07 Thread Mark H Weaver
Ricardo Wurmus writes: > Mark H Weaver writes: > >> I think we should further increase the 'max-silent-time' value for >> Guile-2.2. I've had to restart that build several times on ARM. 3 >> hours might be enough on a machine that's not doing anything else, but >> our build slaves are often bu

bug#27157: Building Guile 2.2 "times out"

2017-06-07 Thread Maxim Cournoyer
Hi Mark, > I pushed this as commit 1577a65809f8ef1883d18cf81095f632b65c042a. > I'm not sure whether to close this bug or not. Can someone else do so > if appropriate? > > Mark > I wanted to give another shot at removing the the default max-silent-time options in our scripts, so that every

bug#27282: Perl 5.26.0 "dotless @INC"

2017-06-07 Thread Leo Famulari
On Wed, Jun 07, 2017 at 06:37:30PM -0400, Leo Famulari wrote: > We should set this PERL_USE_UNSAFE_INC variable in the SWIG package > definition, right? Probably we will need to set it in several other > packages as well. I'm testing this patch locally: diff --git a/gnu/packages/swig.scm b/gnu/pa

bug#27264: gnome-shell-3.24.2 consistently dies during initialization

2017-06-07 Thread Marius Bakke
Mark H Weaver writes: > Roel Janssen writes: > >> Ludovic Courtès writes: >> >>> Hi, >>> >>> Mark H Weaver skribis: >>> (.gnome-shell-real:11698): Gjs-WARNING **: JS ERROR: Error: Requiring Rsvg, version none: Typelib file for namespace 'Rsvg' (any version) not found >>> >>> Lo

bug#27264: gnome-shell-3.24.2 consistently dies during initialization

2017-06-07 Thread Mark H Weaver
Marius Bakke writes: > Mark H Weaver writes: > >> I have a question: Does GNOME 3 work for *anyone* in Guix now? If so, >> that would be useful information. If not, I wonder why this got merged >> into master. > > I'm sorry, I don't actually use GNOME and should have tested it before > pushing

bug#27264: gnome-shell-3.24.2 consistently dies during initialization

2017-06-07 Thread pelzflorian (Florian Pelz)
On Wed, Jun 07, 2017 at 05:58:07PM -0400, Mark H Weaver wrote: > I have a question: Does GNOME 3 work for *anyone* in Guix now? If so, > that would be useful information. If not, I wonder why this got merged > into master. > > Mark > It does not work for me. I get the same error. I'm usi