bug#62986: Guix System cannot shutdown when there are NFS mounts

2023-04-20 Thread Maxim Cournoyer
Hello, This has been reported by others in #guix as well, although we're currently short on details. When an NFS mount is active at the time a shutdown is requested, the system hangs, and doesn't shut down. The power button must be long-pressed to power off the machine. -- Thanks, Maxim

bug#62985: [GNOME] MTP mounts in Nautilus doesn't work out of the box

2023-04-20 Thread Maxim Cournoyer
Hi, Connecting an Android phone via USB to a Guix System that has GNOME installed, and selecting the transfer mode to be USB/media, I'd expect it to appear in Nautilus, the same it does in other mainstream distributions. Instead, nothing happens. In Fedora, for example, the device appears in

bug#62984: Nautilus/File Roller cannot password encrypt for zip compression

2023-04-20 Thread Maxim Cournoyer
Hello, When selecting a file in Nautilus and clicking right-click -> Compress... and selected zip with password, attempting to proceed fails with the message "encryption not supported". The code path this supposedly uses is gnome-autoar, which itself uses libarchive. -- Thanks, Maxim

bug#62954: Valgrind blocks R on powerpc64le

2023-04-20 Thread Andreas Enge
Am Thu, Apr 20, 2023 at 03:25:17PM +0200 schrieb Simon Tournier: > See #62967 [1] for an attempt. I am rebuilding to detect the potential > problem. Not sure why we need a second issue... All this should work, let us wait till after the core-updates merge. Andreas

bug#62972: rseqc installs __pycache__ directory to $out/bin

2023-04-20 Thread Ricardo Wurmus
The rseqc package installs a __pycache__ directory to the bin directory. -- Ricardo

bug#62946: recoll package does not provide recollq which Emacs needs

2023-04-20 Thread kiasoc5 via Bug reports for GNU Guix
I updated recoll to the latest version and added the recollq binary in #62971. Can you see if that works?

bug#62954: Valgrind blocks R on powerpc64le

2023-04-20 Thread Simon Tournier
Hi Andreas, On Thu, 20 Apr 2023 at 13:50, Andreas Enge wrote: > I think the solution is to indeed remove valgrind from the native inputs > of lz4. See #62967 [1] for an attempt. I am rebuilding to detect the potential problem. 1: https://issues.guix.gnu.org/62967 Cheers, simon

bug#62954: Valgrind blocks R on powerpc64le

2023-04-20 Thread Simon Tournier
Hi, On jeu., 20 avril 2023 at 13:50, Andreas Enge wrote: > So subversion depends on valgrind! And all new simplex-texlive-packages > are concerned. Good catch! :-) > I think the solution is to indeed remove valgrind from the native inputs > of lz4. Yeah, and I think it’s safe. :-)

bug#62954: Valgrind blocks R on powerpc64le

2023-04-20 Thread Andreas Enge
Am Thu, Apr 20, 2023 at 01:26:37PM +0200 schrieb Simon Tournier: > shows that most of the paths do not involve texlive-ms. Instead, it > seems related to lz4 or openmpi or jq. So I start to understand. lz4 depends on valgrind. I do not know why. It is given as a native input, so probably the

bug#62954: Valgrind blocks R on powerpc64le

2023-04-20 Thread Simon Tournier
Hi, On mer., 19 avril 2023 at 22:08, Andreas Enge wrote: > Currently r-minimal depends on texlive-latex-xkeyval, which depends on > texlive-ms, which for a reason I do not see pulls in the valgrind variable. --8<---cut here---start->8--- $ ./pre-inst-env

bug#62711: Suspend-to-disk with LUKS-encrypted root doesn’t work

2023-04-20 Thread Ludovic Courtès
Hi, Mekeor Melire skribis: > (kernel-arguments > (cons* > "resume=/dev/mapper/cryptroot" Ooh, got it, that’s the part I got wrong. Thanks to the two of your for explaining! How about this change: diff --git a/doc/guix.texi b/doc/guix.texi index adb1975935..817b336654 100644 ---