bug#38320: Cuirass: Allow to use authenticated Git repositories as inputs

2019-12-10 Thread Erik Edrosa
> > Speaking of which, we really need to push a release at some point. > Erik, would you be available to do that, or would you like to delegate? > > Thanks, > Ludo’. > Sure, I was planning on creating a release soon. So once this is in I can start testing on some different distros to make sur

bug#38524: 'dhcp-client-service' crash when non-libre networking interface is present

2019-12-10 Thread Brice Waegeneire
On 2019-12-10 18:11, Ludovic Courtès wrote: So here the problem is that Linux-libre fails to load the non-free firmware. Could you bring it up on the Linux-libre development mailing list? Doing some research on how linux-libre behave it seems normal that it doesn't allow the loading of non-free

bug#38562: the installer crash when pressing shift+f2 or f12

2019-12-10 Thread Brice Waegeneire
Using the installer guix-system-install-1.0.1.x86_64-linux.iso it crash at least on the first page, the language selection one, when pressing shift+f2 or f12. The dumps are attached.In ice-9/eval.scm: 619:8 19 (_ #(#(#(# #< name: newt init: # exit: # exit-error: # fi…> …)) …)) 626:

bug#38529: Make --pure the default for `guix environment'?

2019-12-10 Thread Ludovic Courtès
Hello! "Thompson, David" skribis: > I have long thought that --ad-hoc should be implied, as that is the > mode I use 99% of the time, but I disagree that --pure should be the > default. I very much agree with that. I don’t think ‘--pure’ should be the default, because there are valid use cases

bug#38528: Add test for `guix pull'

2019-12-10 Thread Ludovic Courtès
Hi, Pierre Neidhardt skribis: > The current way to do it is to run > > guix pull --url=/path/to/checkout --profile=/tmp/guix.master “make as-derivation” achieves more or less the same. Now, as you know, this can be CPU-intensive, so I’m afraid we cannot have “make check” do that systematical

bug#38498: Fontconfig does not find fonts in non-default profiles

2019-12-10 Thread Pierre Neidhardt
Hi! Ludovic Courtès writes: > We could fix that by adding a patch so that Fontconfig would honor > $FONTCONFIG_FONT_PATH or similar. Have we ever asked upstream? Maybe they would consider adding it. If they don't, I'm in favour of a patch! :) -- Pierre Neidhardt https://ambrevar.xyz/ signa

bug#38524: 'dhcp-client-service' crash when non-libre networking interface is present

2019-12-10 Thread Ludovic Courtès
Hi Brice, Brice Waegeneire skribis: > The 'dhcp-client-service' fail to start when a non-libre network > interface (here 148f:3070) is plugged-in even though there is an libre > networking interface (here 01:00.0) available. > Removing the non-libre networking interface from the system allow

bug#37309: [PATCH] services: openssh: Restrict to IPv4.

2019-12-10 Thread Ludovic Courtès
Hi Leo, Leo Famulari skribis: > On Tue, Dec 03, 2019 at 10:53:11PM +0100, Julien Lepiller wrote: >> Le 3 décembre 2019 21:12:51 GMT+01:00, Leo Famulari a >> écrit : >> >+@item @code{address-family} (default: @code{'inet}) >> >+This is a symbol specifying which type of internet addresses should

bug#38498: Fontconfig does not find fonts in non-default profiles

2019-12-10 Thread Ludovic Courtès
Hello! Pierre Neidhardt skribis: > We lose generality in making ~/.guix-profile special. I think we all agree on that. Fontconfig is one of the very few cases where we ended up resorting to that. The reason I think is simply that Fontconfig honors ~/.config/fontconfig/fonts.xml but does not h

bug#32022: bug#26608: channels.scm supporting substitutes

2019-12-10 Thread Ludovic Courtès
Hi, Nome Grey skribis: > Ludovic posted some channels.scm code in September 2018 supporting using > more substitutes. Unfortunately his code no longer functions due to an > upgrade of guile-json in guix. > > I've tried to learn enough guile to upgrade the code to the newer json > structures, an

bug#38471: meta: I don't receive follow-ups to bug reports I submitted

2019-12-10 Thread Ludovic Courtès
Hi, Robert Vollmert skribis: > I remarked on this before: > https://lists.gnu.org/archive/html/guix-devel/2019-06/msg00315.html > > It seems that I don’t get follow-up emails to bug reports I submitted unless > people explicitly put me in CC (presumably by reply to all in the original > email

bug#38469: guix gc should keep around recent intermediate build

2019-12-10 Thread Ludovic Courtès
Hi, Robert Vollmert skribis: >> Have you tried passing the options '--gc-keep-derivations=yes’ and >> '--gc-keep-outputs=yes' to guix-daemon? > > I had not. I added that right now, and first tests seem to indicate > that this helps. Thanks! Yes, I think these options are exactly what you want.

bug#38558: Gajim and GNOME

2019-12-10 Thread Ricardo Wurmus
Raghav Gururajan writes: > When I launch gajim via terminal, I get the following errors. > > *** START *** > > No translations found This is now fixed with commit 343f5efbc3. Thanks for the report! -- Ricardo

bug#38320: Cuirass: Allow to use authenticated Git repositories as inputs

2019-12-10 Thread Ludovic Courtès
Hi! Mathieu Othacehe skribis: > Here's a patch that add support for ssh authenticated repositories in > "clone" and "remote-fetch" methods of Guile-Git. Woow, awesome! > At first, I used Guile-SSH in the tests to start an SSH server, but as > "make-server" call of Guile-SSH is really low level

bug#38359: Guix 1.0.1-10.41b4b71 test fails on armhf

2019-12-10 Thread Ludovic Courtès
Bon dia! Mathieu Othacehe skribis: >> As for the detection, this appears to work: >> >> (define (binfmt-misc?) >> (let ((pid (getpid)) >> (cmdline (call-with-input-file "/proc/self/cmdline" >> get-string-all))) >> (match (primitive-fork) >> (0 (dynamic-wind >>

bug#38558: Gajim and GNOME

2019-12-10 Thread Raghav Gururajan
Hello Guix! After GNOME 3.32 update, the gajim stopped working. When I start/open gajim application, I do not see any window appearing. But I can see in system monitor, that process ".gajim" or ".gajim-real" running. When I launch gajim via terminal, I get the following errors. *** START ***

bug#38557: GNOME Desktop Stuttering

2019-12-10 Thread Raghav Gururajan
Hello Guix! NOTE: This email is posted to two different mail lists, due to their relevance. Please 'reply-all' so that members of both mail lists can follow up with the discussion. After GNOME 3.30 update (even after 3.32 update), I started facing desktop stuttering. 50% of the time, when I play

bug#38359: Guix 1.0.1-10.41b4b71 test fails on armhf

2019-12-10 Thread Mathieu Othacehe
Hola! > As for the detection, this appears to work: > > (define (binfmt-misc?) > (let ((pid (getpid)) > (cmdline (call-with-input-file "/proc/self/cmdline" > get-string-all))) > (match (primitive-fork) > (0 (dynamic-wind > (const #t) > (la