bug#43985: Error logging in with non-Latin language

2020-10-14 Thread soheilkhanalipur--- via Bug reports for GNU Guix
After installing Guix system in non-Latin language, it is not possible to log in. When installing the system, the Guix system user login password was a "Persian" password; Once installed, the login page with my password will not open. (This is not a password error) To install on another system,

bug#31302: `guix import json` doesn't handle inputs with the form 'package:output'

2020-10-14 Thread Lulu
I just checked this and failed to replicate it. It happily generates config from `glib:doc', `glib:bin' and `glib:out' in input fields and complains if there's a nonexistent `glib:foo' input, as of v1.1.0. -- Lulu

bug#39434: [PATCH] gnu: Fix typo in symbol exported from (gnu services web)

2020-10-14 Thread Lulu
diff --git a/gnu/services/web.scm b/gnu/services/web.scm index c8ffc19d83..b2d1dcf0ee 100644 --- a/gnu/services/web.scm +++ b/gnu/services/web.scm @@ -90,7 +90,7 @@ nginx-configuration nginx-configuration? -nginx-configuartion-nginx +nginx-configu

bug#43986: core-updates' grep and coreutils fail strerror_r and perror2 tests in gnulib-tests on armhf-on-aarch64

2020-10-14 Thread Danny Milosavljevic
Hi, core-updates' grep and coreutils fail strerror_r and perror2 tests in gnulib-tests on armhf-on-aarch64: guix-build-coreutils-8.32.drv-0: test-perror2.c:84: assertion 'msg3 == msg4 || STREQ (msg3, str3)' failed test-strerror_r.c:170: assertion 'msg3 == msg4 || STREQ (msg3, str3)' failed (on

bug#39434: [PATCH] gnu: Fix typo in symbol exported from (gnu services web)

2020-10-14 Thread Julien Lepiller
Le Wed, 14 Oct 2020 09:37:30 +0300 (TRT), Lulu a écrit : > diff --git a/gnu/services/web.scm b/gnu/services/web.scm > index c8ffc19d83..b2d1dcf0ee 100644 > --- a/gnu/services/web.scm > +++ b/gnu/services/web.scm > @@ -90,7 +90,7 @@ > > nginx-configuration > nginx-confi

bug#43486: guix pull raised a bug in 679d5e6b3d

2020-10-14 Thread Leo Famulari
On Tue, Oct 13, 2020 at 01:11:40AM +0800, Nala Ginrut wrote: > > Leo Famulari writes: > > > If that's the case, it would be useful to know how much RAM was > > available to the system. > > This bug has gone from my system, I've run `guix pull` each day since > then, they're all ok. But I'd like

bug#43985: Error logging in with non-Latin language

2020-10-14 Thread raingloom
On Wed, 14 Oct 2020 06:37:32 +0200 (CEST) soheilkhanalipur--- via Bug reports for GNU Guix wrote: > After installing Guix system in non-Latin language, it is not > possible to log in. When installing the system, the Guix system user > login password was a "Persian" password; Once installed, the l

bug#43850: cuirass: inconsistent SQL queries execution time.

2020-10-14 Thread Mathieu Othacehe
Hello, I pushed and deployed several patches that: - update metrics in a single transaction - register builds in a single transaction - use a single write database worker, queuing queries and submitting them by batches (in a single transaction). - optimize some SQLite parameters (decrease WAL s

bug#43985: comment

2020-10-14 Thread soheilkhanalipur--- via Bug reports for GNU Guix
>From the beginning of the operating system installation process, I chose >Persian; Just to write the host name, I changed the language to English using >Alt + Shift.

bug#43985: Error logging in with non-Latin language

2020-10-14 Thread soheilkhanalipur--- via Bug reports for GNU Guix
>From the beginning of the operating system installation process, I chose >Persian; Just to write the host name, I changed the language to English using >Alt + Shift.

bug#44000: Guile-Git cross-compiled to i586-pc-gnu gets bytestructures wrong

2020-10-14 Thread Ludovic Courtès
Hello! You might have seen that ‘guix pull’ doesn’t work in your childhurd: --8<---cut here---start->8--- Updating channel 'guix' from Git repository at 'https://git.savannah.gnu.org/git/guix.git'... guix pull: error: Git error: invalid version 0 on git_proxy_

bug#41058: GNOME Maps fails to start in GNOME

2020-10-14 Thread Leo Prikler
Bumping this, as it has been months since I've posted my fix. For the record, it might also be worth looking into #39324, which uses a different workaround, and seeing whether the dbus service can be patched in a similar manner. Regards, Leo