bug#39870: python-robotframework build fails

2020-10-30 Thread Maxim Cournoyer
Closing, as this was fixed by Ludovic in commit 634ce81e2a8. Thank you! Maxim

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

2020-10-30 Thread Maxim Cournoyer
Hello, Mathieu Othacehe writes: > Hello Chris, > >> I think Ricardo mentioned that the machine running Cuirass uses an SSD >> for the root filesystem, so moving the database there may help? > > Looks like the database was already on the SSD before my tmpfs > experiment. > > mathieu@berlin ~$ df

bug#43893: [PATCH v3] maint: update-guix-package: Prevent accidentally breaking guix pull.

2020-10-30 Thread Maxim Cournoyer
Hi Ludovic, Ludovic Courtès writes: > Hi again, > > How about this variant of the initial script? I think it addresses the > main issues we discussed here: > > 1. By default it doesn’t re-add the source in the store, so wrong > commit/hash issues are caught when running ‘guix build guix’

bug#44261: running a daemon with userns in relocateble pack breaks

2020-10-30 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: Hi! > As discussed on IRC, my initial advice about MS_PRIVATE was misguided. > The real issue is the “rm_rf (new_root);” call, which removes the root > directory and thus leaves child processes (the daemon) with nothing. Yes, I'm not entirely sure what I thought to see ye

bug#44196: [PATCH v6 3/4] system: Do not depend on locale folder generated by

2020-10-30 Thread Miguel Ángel Arruga Vivas
I hope this is the last one, at least for bug fixes. This version uses the right name for the autogenerated file e...@quot.mo when no image is provided. Miguel Ángel Arruga Vivas writes: > Changes w.r.t. previous version: > - Call normalize-file (the parameters were there but I lost the call).

bug#44196: [PATCH 1/3] system: Fix grub keymap with store in btrfs subvolume.

2020-10-30 Thread Miguel Ángel Arruga Vivas
Hi Danny, Thank you a lot for taking a look into this. :-) Danny Milosavljevic writes: > Is it possible for there to be no entries in all-entries at all? This is the idiom used in the rest of the file, and that would be a bug in the calling code. The entries are the operating system generation

bug#44196: [PATCH 4/3] system: Fix dependency for grub.cfg generation.

2020-10-30 Thread Miguel Ángel Arruga Vivas
Danny Milosavljevic writes: > This patch LGTM! Thanks for your review, pushed as 222a630e9e. Happy hacking! Miguel signature.asc Description: PGP signature

bug#44261: running a daemon with userns in relocateble pack breaks

2020-10-30 Thread Ludovic Courtès
Hello! As discussed on IRC, my initial advice about MS_PRIVATE was misguided. The real issue is the “rm_rf (new_root);” call, which removes the root directory and thus leaves child processes (the daemon) with nothing. The attached patch adds a test loosely based on yours and a fix for that. The

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

2020-10-30 Thread soheilkhanalipur--- via Bug reports for GNU Guix
I have some graphics issues like "https://issues.guix.gnu.org/44301"; with Guix; The source of the problem seems to be GDM.

bug#44196: [PATCH 1/3] system: Fix grub keymap with store in btrfs subvolume.

2020-10-30 Thread Danny Milosavljevic
Is it possible for there to be no entries in all-entries at all? If not, LGTM! pgpZDS5G1yPnu.pgp Description: OpenPGP digital signature

bug#44196: [PATCH 4/3] system: Fix dependency for grub.cfg generation.

2020-10-30 Thread Danny Milosavljevic
This patch LGTM! pgpaO0I7e8poI.pgp Description: OpenPGP digital signature

bug#44196: [PATCH v5 3/4] system: Do not depend on locale folder generated by

2020-10-30 Thread Miguel Ángel Arruga Vivas
Changes w.r.t. previous version: - Call normalize-file (the parameters were there but I lost the call). - Only call search when there is no image configured. >From 3eb494947ed863e60d3d49d4ac4a982b1f9237e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Arruga=20Vivas?= Date: Sa

bug#44327: `guix install` doesn't warn about collison in profile

2020-10-30 Thread zimoun
On Fri, 30 Oct 2020 at 17:20, Ludovic Courtès wrote: > Currently, ‘guix install’ errors out if you try to install two > same-named packages with a different version number or a different store > file name (typically via propagated inputs). > > Here, ‘emacs’ and ‘emacs-xwidgets’ have different nam

bug#44327: `guix install` doesn't warn about collison in profile

2020-10-30 Thread Ludovic Courtès
Hi, Zhu Zihao skribis: > In commit ba60bbd4370570ff03a16c63af051be06f22658e. Try command > > guix install emacs && guix install emacs-xwidgets > > These two packages are conflict with each other, but I can't see any > warning message emitted(It should emit some because profile-derivation > use

bug#44327: `guix install` doesn't warn about collison in profile

2020-10-30 Thread zimoun
Dear, Thank you for the report. On Fri, 30 Oct 2020 at 19:17, Zhu Zihao wrote: > In commit ba60bbd4370570ff03a16c63af051be06f22658e. Try command > > guix install emacs && guix install emacs-xwidgets I do not know if this is really a collision since it is sequential. Well, I agree that a warn

bug#44327: `guix install` doesn't warn about collison in profile

2020-10-30 Thread Zhu Zihao
In commit ba60bbd4370570ff03a16c63af051be06f22658e. Try command guix install emacs && guix install emacs-xwidgets These two packages are conflict with each other, but I can't see any warning message emitted(It should emit some because profile-derivation use union-build). I also suggest to rais

bug#44254: Performance of package input rewriting

2020-10-30 Thread Lars-Dominik Braun
Hi, > Yes, that’s a possible culprit. Try passing #:deep? #f if it works for > your use case. Yeah, that brings it down to ~8s, which is still alot. > Another thing to look at is the object graph (as show by ‘guix > graph’). Input rewriting can duplicate parts of the graph, which in > turn def