bug#43446: Qt Apps cant make use of qtwayland due to QT_PLUGIN_PATH '= wrapping

2020-10-04 Thread Brendan Tildesley
On 4/10/20 10:43 pm, Ricardo Wurmus wrote: Brendan Tildesley writes: qt-build-system wraps variables such as QT_PLUGIN_PATH with '= instead of prefix, so when qtwayland is installed in a profile or included in the environment, the application fails to see it. Programs run with export QT_QPA_

bug#39562: python-keras build fails: test_selu: Not equal to tolerance rtol=1e-07, atol=0

2020-10-04 Thread Maxim Cournoyer
Pierre Neidhardt writes: > Patch sent: 39...@debbugs.gnu.org. > Also see https://github.com/keras-team/keras/issues/13856. I fixed it with a substitute* instead, and also applied another upstream fix in commit 5f37d7e38e. Thanks for the report! Closing, Maxim

bug#31403: Font installed in non-default profile doesn't appear.

2020-10-04 Thread Maxim Cournoyer
merge 31403 22138 thanks Hello, George Clemmer writes: > George Clemmer writes: > >> Alex Kost writes: >> >>> Hello George, >>> >>> George Clemmer (2018-05-08 20:04 -0400) wrote: >>> In a "headless" vm-image (sysi29.scm, attached), "font-dejavu" installed by manifest (attached) into

bug#39511: github auth

2020-10-04 Thread Maxim Cournoyer
Ludovic Courtès writes: > Hi Matt, > > Matt Wette skribis: > >> I have not gotten into testing, but according to email and references >> provided previously the patch below might work. > > I’ve applied the patch on your behalf, thank you! > > Ludo’. Closing, thanks! Maxim

bug#39508: Guix cookbook: Broken hyperlink

2020-10-04 Thread Maxim Cournoyer
Hello, Ludovic Courtès writes: > Hi, > >> If you open https://guix.gnu.org/cookbook/, and choose a language except >> English, It will return 404 Not found. >> Seems someone just carelessly push the cookbook and without checking the >> translations. > > Yeah, this is a limitation in the curren

bug#43531: Hang after power suspend

2020-10-04 Thread Jeffrey Walton
On Wed, Sep 30, 2020 at 1:37 PM Ludovic Courtès wrote: > > Jeffrey Walton skribis: > > > I'm using Guix 1.1 x86_64 in a virtual box VM. I've noticed when the > > guest enters "power suspend" state I cannot wake it. The guest stops > > responding over SSH and stops accepting UI input. I have to cy

bug#43802: Knot: Linker runs very slowly and crashes during build

2020-10-04 Thread Simon South
Building Knot 3.0.0 using "guix build knot" consistently appears to hang for me when it gets to this point during the linking stage: CCLD knsec3hash ar: `u' modifier ignored since `D' is the default (see `U') CCLD kdig CCLD khost While it sits here the compiler is tying

bug#43797: astromenace does not work

2020-10-04 Thread Luis Felipe via Bug reports for GNU Guix
Hi, I'm using guix b61e057. Just installed AstroMenace and it does not start. Trying to launch it from a terminal prints the following error: AstroMenace 1.4.1 VFS version 190427 Compiled against SDL version 2.0.12 Linking against SDL version 2.0.12 vw_OpenVFS(): Can't find VFS file share/astrome

bug#43798: [IceDove/Daily]: Global preferences does not open

2020-10-04 Thread carriemathison--- via Bug reports for GNU Guix
Hola, I was setting up my email accounts in IceDove/Daily, but then the preferences menu did not open. XML Parsing Error: undefined entity Location: about:preferences Line Number 780, Column 17:   

bug#30093: Installing python-ipython breaks Gnome on Fedora.

2020-10-04 Thread Maxim Cournoyer
Hello, Fis Trivial writes: >> >> so I >> still think it might be best to deal with the problems on a case by case >> basis. >> > > I tried to find out what would Fedora set *GI_TYPELIB_PATH* if guix didn't. > It turns out, nothing. If I comment out the line containing *GI_TYPELIB_PATH* > in ~/.g

bug#43243: emacs-elfeed-org, mapc: Symbol’s function definition is void

2020-10-04 Thread Maxim Cournoyer
Hello Giovanni, Giovanni Biscuolo writes: > Hello, > > I resolved this issue: (obviously) It was my fault, please see below. > > zimoun writes: > > [...] > >> Hum? What is your ’~/.emacs.d/init.el’&co.? The issue seems the >> loading order. It could happen with lazy eval &co. Well, this ’al

bug#43243: emacs-elfeed-org, mapc: Symbol’s function definition is void

2020-10-04 Thread Giovanni Biscuolo
Hello, I resolved this issue: (obviously) It was my fault, please see below. zimoun writes: [...] > Hum? What is your ’~/.emacs.d/init.el’&co.? The issue seems the > loading order. It could happen with lazy eval &co. Well, this ’alist’ > is from ’org.el’, so it appears to me a bit weird.

bug#43778: closed (Re: bug#43778: protonvpn-cli does not work after update)

2020-10-04 Thread znavko
Sorry, it still does not work! Before update, it sometimes could not find network, but stopping and starting wpa-supplicant and networking solved problem, restat was effective solution too. But now protonvpn does not connect at all. # protonvpn c [!] There was an error connecting to the Proton

bug#43796: Privacy policy

2020-10-04 Thread Julien Lepiller
Looks nice, but: The GDPR is not the only legislation that applies to us. For services hosted in France for instance, there is a legal obligation to keep logs for at least one year (not sure exactly who that applies to). There could be something similar in Germany where berlin is located. I th

bug#43796: Privacy policy

2020-10-04 Thread pelzflorian (Florian Pelz)
IANAL but I think Guix needs a privacy policy for both its website and the Guix software in general. Attached is a patch for the website that also documents data use by Guix and Guix System. Maybe I’ve overdone some parts and probably something important is missing. In particular, the GDPR requi

bug#43446: Qt Apps cant make use of qtwayland due to QT_PLUGIN_PATH '= wrapping

2020-10-04 Thread Ricardo Wurmus
Brendan Tildesley writes: > qt-build-system wraps variables such as QT_PLUGIN_PATH with '= > instead of prefix, so when qtwayland is installed in a profile or > included in the environment, the application fails to see it. Programs > run with export QT_QPA_PLATFORM=wayland-egl will fail to la

bug#43518: Guix substitute crash in procedure raise-exception: wrong type agument in position 1: #f

2020-10-04 Thread Maxim Cournoyer
Hello again! Maxim Cournoyer writes: > Hello! > > Ludovic Courtès writes: > > [...] > >> The “@ download-progress” line is printed by (guix scripts substitute) >> and later consumed by (guix status) in the client, which is why I >> mentioned ‘progress-reporter/trace’ above. >> >> I think the pr

bug#43446: [PATCH] guix: qt-build-system: Fix search-path wrapping.

2020-10-04 Thread Brendan Tildesley
>From 9c1d5b76c70ebf9942f6bb891677d260fe16cb62 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Sun, 4 Oct 2020 21:58:08 +1100 Subject: [PATCH] guix: qt-build-system: Fix search-path wrapping. * guix/build/qt-build-system.scm: (variables-for-wrapping): Modify qt-build-system's wrap-all-pr

bug#43791: cuirass: Search queries are too slow.

2020-10-04 Thread Mathieu Othacehe
Hello, Search queries can take a long time to complete. This query took 658.67 seconds to complete: --8<---cut here---start->8--- SELECT * FROM ( SELECT Builds.rowid, Builds.timestamp, Builds.starttime, Builds.stoptime, Builds.log, Builds.status, Builds.job

bug#43564: cuirass: Contention while registering new builds.

2020-10-04 Thread Mathieu Othacehe
Hello, > I'm trying locally to spawn database workers dedicated to registration, > that execute the evaluation queries in a single batch. Let's see if it > helps. I added 4 registration dedicated database workers and removed from registration all accesses to the store. Now the evaluation return

bug#43446: EGL-Wayland

2020-10-04 Thread Raghav Gururajan
Hello Brendan! I think you are missing 'egl-wayland'. https://git.savannah.gnu.org/cgit/guix.git/commit/?id=8d82df1376f50bb1e32fa82e943b0f5c837658b6 Not sure if, Qt packages or Qt apps or both, requires rebuilding with egl-wayland as input. Regards, RG.

bug#43773: [PATCH] offload: Improve load normalization and configurability.

2020-10-04 Thread Andreas Enge
Hello Maxim, On Sat, Oct 03, 2020 at 11:21:12PM -0400, Maxim Cournoyer wrote: > Fixes . > > The computed normalized load was previously obtained by dividing the load > average as found in /proc/loadavg by the number of parallel builds defined for > a build machi