bug#37421: [PATCH] gnu: node: Disable tests that fail with openssl@1.1.1d.

2019-09-16 Thread Ludovic Courtès
Hello, Tobias Geerinckx-Rice via Bug reports for GNU Guix skribis: > Work around . > > * gnu/packages/node.scm (node)[arguments]: Disable failing tests. [...] > + ;; FIXME: These tests fail with openssl@1.1.1d. > +

bug#37369: Getting network-manager-openconnect to work

2019-09-16 Thread pelzflorian (Florian Pelz)
On Mon, Sep 16, 2019 at 05:57:51PM +0200, Ludovic Courtès wrote: > So I guess we first need someone to tell us whether the patch “works”, > as you wrote, right? :-) > > Ludo’. Currently I have built the attached patch, but NetworkManager segfaults when connecting, and I try to debug why.

bug#37428: Keyboard layout setting fails when no keyboard is attached

2019-09-16 Thread dario
I have Guix system installed on a Laptop/Tablet hybrid that allows detaching the keyboard. In my system configuration, I set the keyboard layout to the German QWERTZ using (operating-system ... (keyboard-layout (keyboard-layout "de" "nodeadkeys")) (bootloader (bootloader-configuration

bug#36924: Mesa/GDM/XFCE

2019-09-16 Thread L p R n d n
Hello, Andreas Enge writes: > Hello, > > On Thu, Sep 12, 2019 at 01:40:09PM +0200, Ludovic Courtès wrote: >> Thanks for the report, Andreas! > > and thanks for the time spent putting me on the good track! > >> Andreas Enge skribis: >> > xfwm4:

bug#37384: Daemon does not honor “useSubstitutes” on armhf

2019-09-16 Thread Ludovic Courtès
Hello Timothy, Timothy Sample skribis: > The following patch fixes the problem: > > From 3c3eafac82e0a6e8a37363d6eb46f128e585705a Mon Sep 17 00:00:00 2001 > From: Timothy Sample > Date: Thu, 12 Sep 2019 00:50:54 -0400 > Subject: [PATCH] daemon: Include 'config.h' in 'nix-daemon.cc'. > > *

bug#37369: Getting network-manager-openconnect to work

2019-09-16 Thread Ludovic Courtès
Hi Florian, "pelzflorian (Florian Pelz)" skribis: > On Wed, Sep 11, 2019 at 10:46:56PM +0200, Ludovic Courtès wrote: >> Something I don’t get: why does NM itself know about openconnect? >> >> There’s a network-manager-openconnect plugin, so I would expect >> everything openconnect to happen

bug#37421: [PATCH] gnu: node: Disable tests that fail with openssl@1.1.1d.

2019-09-16 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Work around . * gnu/packages/node.scm (node)[arguments]: Disable failing tests. --- Jelle, Guix, So here's the obvious non-solution, ignoring test failures being the lesser evil compared to 4 potential CVEs anywhere in a Web browser's

bug#37347: 'guix environment' fails after trying to follow the steps from "Running Guix Before It Is Installed" page

2019-09-16 Thread Jan
Dnia 2019-09-16, o godz. 18:01:04 Ludovic Courtès napisał(a): > Hi Jan, > > Jan skribis: > > > guix/build/download.scm:313:6: In procedure tls-wrap: > > X.509 certificate of 'api.github.com' could not be verified: > > signer-not-found > > invalid > > It looks like X.509 certificates used

bug#37421: [PATCH] gnu: node: Disable tests that fail with openssl@1.1.1d.

2019-09-16 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Ludovic Courtès 写道: Could we take a look at what these failures are about to see how bad that might be? Jelle Licht 写道: Interestingly enough, https://github.com/nodejs/node/issues/3881 notes issues with exactly these two tests. Perhaps there is a regressions in our case? Thanks, and

bug#37425: Go 1.12.7 fails to build on i686-linux

2019-09-16 Thread Ludovic Courtès
Hello, Ludovic Courtès skribis: > I found these issues that suggest the test has been flaky: > > https://github.com/golang/go/issues/4155 > https://github.com/golang/go/issues/28574 > > Unless someone has a better idea, I’d suggest skipping this test on > i686. Commit

bug#37421: [PATCH] gnu: node: Disable tests that fail with openssl@1.1.1d.

2019-09-16 Thread Jelle Licht
Ludovic Courtès writes: > Hello, > > Tobias Geerinckx-Rice via Bug reports for GNU Guix > skribis: > >> Work around . >> >> * gnu/packages/node.scm (node)[arguments]: Disable failing tests. > > [...] > >> + ;; FIXME: These tests

bug#35519: librsvg broken on i686-linux

2019-09-16 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: > Yes, I've brought that up upstream and upstream is more than willing to work > on this and debug this problem if there is a system to debug it on. > > However, as far as I understand we decided not to give thepowersgang (authors > of mrustc) a login to a

bug#37433: python-scikit-learn has two failing tests

2019-09-16 Thread Ricardo Wurmus
The python-scikit-learn package fails to build due to two failing tests: --8<---cut here---start->8--- === FAILURES === ___ test_scale_and_stability

bug#37384: Daemon does not honor “useSubstitutes” on armhf

2019-09-16 Thread Timothy Sample
Hi, Ludovic Courtès writes: > LGTM. Great! I just pushed it. Thanks for the review. -- Tim

bug#36763: `guix search` does unexpected logical and

2019-09-16 Thread Ludovic Courtès
Hello! zimoun skribis: > On Thu, 25 Jul 2019 at 19:35, Ludovic Courtès wrote: > >> (fold p (make-list …) metrics) >> >> looks a lot like: >> >> (map (lambda (x) (fold p x metrics)) regexps) >> >> Well, something like that. :-) > > Second try attached with your advice. :-) Neat! > +

bug#36069: Menu-based installer unusable through noVNC

2019-09-16 Thread Ludovic Courtès
Hello Björn, Björn Höfling skribis: > On Mon, 22 Jul 2019 12:25:12 +0200 > Ludovic Courtès wrote: > >> Hello! >> >> Björn Höfling skribis: > >> > What I haven't done yet: >> > >> > 1. Use only "cirrus" >> > 2. Use only "cirrusfb" >> > 3. Try it out on my VPS. >> >> Please let us know when

bug#35519: librsvg broken on i686-linux

2019-09-16 Thread Ludovic Courtès
Hello Danny and all, Ricardo Wurmus skribis: >> Hydra failed to build librsvg on i686-linux, because it depends on Rust >> which is still broken on i686-linux in Guix. > > Danny opened a bug report with the mrustc upstream: > > https://github.com/thepowersgang/mrustc/issues/108 > > The last

bug#37425: Go 1.12.7 fails to build on i686-linux

2019-09-16 Thread Ludovic Courtès
Hello, Go 1.12.7 has test failures on i686-linux, on ‘core-updates’: --8<---cut here---start->8--- ok path/filepath 0.041s ok plugin 0.038s ok reflect 0.328s ok regexp 0.241s ok regexp/syntax 1.026s --- FAIL: TestGcSys (0.08s)

bug#37426: guix-1.0.1-5.cc98b00 fails tests on i686-linux

2019-09-16 Thread Mikhail Kryshen
http://ci.guix.gnu.org/log/jkgrd9sv605jj3l819wp1jba99axfl0g-guix-1.0.1-5.cc98b00 This breaks system configuration on i686 with current Guix. -- Mikhail signature.asc Description: PGP signature

bug#37424: guix pull fails with “no code for module (git object)”

2019-09-16 Thread Efraim Flashner
Fixed with 74e7465c9b3758c1509a3e0dbe575e2014e20f0a [14:37:08] so the problem is that this commit pulled in (git) indirectly [14:37:59] without tracking it down, i'd guess that (guix import cran) uses guile-git and (guix build-system r) doesn't [14:39:35] efraim: yes, exactly [14:40:15] so

bug#37422: Setting keyboard layout with SLiM login manager doesn't work

2019-09-16 Thread Jan Wielkiewicz
Hi everyone! I've tried using the default Polish keyboard layout with SLiM and it doesn't seem to work - the system reconfigures properly with no single error or warning, then after rebooting and logging in, the layout is unavailable - only the US layout. The Polish layout is aviable in tty's,

bug#37423: Changing the login service from GDM to SLiM and then back to GDM causes a really bad loop

2019-09-16 Thread Jan
Hi. Changing the login service from GDM to SLiM and then back to GDM makes GDM to loop like this: "New session c1 of user gdm." "Removed session c1." "New session c2 of user gdm." "Removed session c2." ... And it continues like this to relatively high numbers like c167. Didn't check how far it

bug#36896: [PATCH] added gsettings-desktop-schema to progragated inputs

2019-09-16 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Martin, Martin Becze 写道: ping :P Absolutely. The diff you sent here[0] is incomplete (it relies on your previous patch and doesn't have a header); please always send git-formatted patches that apply directly to current master. They are easier to merge and will be merged sooner. Yeah I

bug#36924: Mesa/GDM/XFCE

2019-09-16 Thread Andreas Enge
Hello, On Thu, Sep 12, 2019 at 01:40:09PM +0200, Ludovic Courtès wrote: > Thanks for the report, Andreas! and thanks for the time spent putting me on the good track! > Andreas Enge skribis: > > xfwm4: ../mesa-19.1.4/src/mesa/drivers/dri/i965/intel_mipmap_tree.c:1293: > >

bug#37424: guix pull fails with “no code for module (git object)”

2019-09-16 Thread Ricardo Wurmus
Hi Guix, on my i686 machine I get this error: --8<---cut here---start->8--- rekado@elephly ~$ ~/.config/guix/current/guix pull --no-build-hook bin/ etc/ lib/ share/ rekado@elephly ~$ ~/.config/guix/current/bin/guix pull --no-build-hook Updating channel