bug#40386: F2FS support Was: bug#40386: guix system init can't find file system by UUID, workaround results in broken boot

2020-04-05 Thread raingloom
On Thu, 02 Apr 2020 13:00:39 +0200 Ludovic Courtès wrote: > Hi, > > raingloom skribis: > > > Trying to install Guix System onto an SSD using an UltraBay dock. > > Config is the attached file (with slight variations in the obvious > > places) > > > > `readlink /dev/disk/by-uuid/643a215d-a30e-47

bug#40405: System log files are world readable

2020-04-05 Thread Ludovic Courtès
Hi, Diego Nicola Barbato skribis: > On Guix System the log files (in /var/log) generated by syslogd are > currently (commit 151f3d4) world readable. They should probably only be > readable by root (for the same reason that dmesg can only be run by > root). > > It isn't possible to set the umask

bug#40450: system tests fail

2020-04-05 Thread Danny Milosavljevic
$ make check-system pgpWn3mRNkI6d.pgp Description: OpenPGP digital signature

bug#40424: weak hash table corruption (in grafting?)

2020-04-05 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: > grafting '/gnu/store/hapjyhi98x6lxi0kssv4v57j0ajdxhkv-mate-1.24.0' -> > '/gnu/store/x32r32iz59yhkq8l06flcacpya8433hl-mate-1.24.0'... > guile: warning: weak hash table corruption (https://bugs.gnu.org/19180)guile: > warning: weak hash table corruption (h

bug#40450: system tests fail

2020-04-05 Thread Ludovic Courtès
Hi, Danny Milosavljevic skribis: > [...] > successfully built > /gnu/store/zlb8b35c3yd1bicfhlbsnr2nr3kimaln-guix-data-service-0.0.1-19.d1c243f.drv > [...] > ;;; ./guix/ui.scm:1327:23: warning: possibly unbound variable `*line-width*' > successfully built > /gnu/store/2yswvdj97wn47qiigyiri3h4qm

bug#40459: Non-reproducible behaviour in libtool < 2.2.7b bootstrapped ltmain.sh

2020-04-05 Thread Carl Dong
Hi Guix! While investigating a libstdc++.a reproducibility issue, I found that libtool prior to 74c8993c (first included in version 2.2.7b, link: https://git.savannah.gnu.org/cgit/libtool.git/commit/?id=74c8993c178a1386ea5e2363a01d919738402f30) did not sort find output. It seems that many packa

bug#40273: installer: No way to input Latin characters with non-Latin keyboard layouts

2020-04-05 Thread Ludovic Courtès
Hi, "pelzflorian (Florian Pelz)" skribis: > On Sun, Apr 05, 2020 at 04:03:54PM +0200, Ludovic Courtès wrote: >> Can you confirm you see this problem? > > In my actual system configuration I have French layout in GDM and > console with today’s git master. No problem. I changed: Nevermind, I fo

bug#40456: Invalid keyboard layouts pass through

2020-04-05 Thread Ludovic Courtès
Hello, After a painful debugging session where I was blaming GDM for not using the right keyboard layout, I found that I had specified an invalid keyboard layout variant, as in: (keyboard-layout "fr" "does-not-exist") ‘ckbcomp’ would build a layout for the console just fine, only with a warnin

bug#40273: installer: No way to input Latin characters with non-Latin keyboard layouts

2020-04-05 Thread pelzflorian (Florian Pelz)
On Sun, Apr 05, 2020 at 04:03:54PM +0200, Ludovic Courtès wrote: > Can you confirm you see this problem? In my actual system configuration I have French layout in GDM and console with today’s git master. No problem. I changed: diff --git a/config.scm b/config.scm index 4db5560..1cf1578 100644 -

bug#40450: system tests fail

2020-04-05 Thread Danny Milosavljevic
[...] successfully built /gnu/store/zlb8b35c3yd1bicfhlbsnr2nr3kimaln-guix-data-service-0.0.1-19.d1c243f.drv [...] ;;; ./guix/ui.scm:1327:23: warning: possibly unbound variable `*line-width*' successfully built /gnu/store/2yswvdj97wn47qiigyiri3h4qmgsy3gl-module-import-compiled.drv building /gnu/st

bug#40447:

2020-04-05 Thread Danny Milosavljevic
Hi Brendan, On Mon, 6 Apr 2020 00:46:48 +1000 Brendan Tildesley wrote: > Closing since it seems to unrelated. Sorry for wasting your time. No, if in doubt, please always report. >I > think it may have been my ext4 having too many files. i deleted all my > system generations and gc'd a lot o

bug#40447:

2020-04-05 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Brendan, Brendan Tildesley 写道: Closing since it seems to unrelated. Sorry for wasting your time. I think it may have been my ext4 having too many files. i deleted all my system generations and gc'd a lot of stuff, and it seems to be miss behaving. perhaps it is a different kind of guix bug tha

bug#40447:

2020-04-05 Thread Brendan Tildesley
Closing since it seems to unrelated. Sorry for wasting your time. I think it may have been my ext4 having too many files. i deleted all my system generations and gc'd a lot of stuff, and it seems to be miss behaving. perhaps it is a different kind of guix bug that it doesnt cope with this issue

bug#40447: Acknowledgement (guix pull failure on master.)

2020-04-05 Thread Brendan Tildesley
Ok I may have jumped the gun a little. the first error I had looked like it was related to it but my battery died before i could post it, so i reran it and got another error, which didnt seem so related. It was odd that 8c88e2422 succeeded but later commits failed twice, and another irc user fo

bug#40447: Acknowledgement (guix pull failure on master.)

2020-04-05 Thread Danny Milosavljevic
make check-system TESTS="loadable-kernel-modules-0 loadable-kernel-modules-1 loadable-kernel-modules-2" does work fine. So I'm guessing it's another system test. I'm running them all now. >guix/ui.scm:1936:12: In procedure run-guix-command: >In procedure struct-vtable: Wrong type argument in po

bug#40273: installer: No way to input Latin characters with non-Latin keyboard layouts

2020-04-05 Thread Ludovic Courtès
Hi, "pelzflorian (Florian Pelz)" skribis: > On Fri, Apr 03, 2020 at 05:20:23PM +0200, Ludovic Courtès wrote: >> > GDM retains my U.S. English layout even after herd stop xorg-server >> >> That’s a regression. Localed was added exactly one year ago to fix this >> problem in commit 607fcc75404e2

bug#40447: Acknowledgement (guix pull failure on master.)

2020-04-05 Thread Brendan Tildesley
8c88e2422 builds successfull. This is the error message with --debug=3 downloading from https://ci.guix.gnu.org/nar/lzip/cranhffh2ym9bdcr05xzpcqi9rf4mjsg-guix-4391fefc5...  guix-4391fefc5 12KiB 2.3MiB/s 00:00 [##] 100.0% linking ‘/gnu/store/cranhffh2ym9bdcr05xzpcqi9rf4mjsg-g

bug#39324: GNOME Weather doesn't start

2020-04-05 Thread Pierre Neidhardt
The error is --8<---cut here---start->8--- > gapplication launch org.gnome.Weather error sending Activate message to application: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.gnome.Weather exited with status 1 --8<---cut he

bug#40447: guix pull failure on master.

2020-04-05 Thread Brendan Tildesley
I'm getting this error running guix pull. build of /gnu/store/yfy990mq3ikmkhawgc35z2f2ryqdxn09-guix-system-tests.drv failed it appears to be caused by the latest commit. using --commit to switch to the previous commit work. I've CC'd the author and commiter. 044d1478c9 master origin/mas