bug#39204: r-rgdal: Reading of vector GIS data causes segfault

2020-02-20 Thread zimoun
Hi Arun, There is 2 issues in this bug report: 1. the `check' phase is failing but the build ends with "success". 2. a regression of r-rgdal introduced by your commit f9d328833fc1f5d0fb76b61b12d1a3cb013932e6 About the point 1., here is what happens: > --8<---cut here-

bug#39671: Something appears to disable linux kernel modules from loading.

2020-02-20 Thread pelzflorian (Florian Pelz)
On Thu, Feb 20, 2020 at 11:18:29AM +0100, pelzflorian (Florian Pelz) wrote: > Patching Shepherd to revert 501d62c4d235045e79e5aef684b5a9250c1cf8c4 > (service: Export 'default-environment-variables') leads to a kernel > panic. Doing that and reverting Guix commit > 8b9cad01e9619f53dc5a65892ca6a09ca

bug#39665: r-readr in a container has got no timezone data

2020-02-20 Thread zimoun
Dear, On Tue, 18 Feb 2020 at 16:21, Wiktor Żelazny wrote: > > Related to [1]. Reproducing: > >guix environment -C --pure --ad-hoc r r-readr >Rscript -e 'library(readr); default_locale()' The output is: --8<---cut here---start->8--- Error: Unknown TZ U

bug#39671: Something appears to disable linux kernel modules from loading.

2020-02-20 Thread Joshua Branson via Bug reports for GNU Guix
So I just ran guix pull & reconfigure. joshua@dobby /run/booted-system/kernel/lib/modules$ guix describe Generation 36 Feb 20 2020 10:11:40(current) jmacs 65b1737 repository URL: https://notabug.org/jbranso/guix-packages.git branch: master commit: 65b17377136095935ef6da3a8361

bug#39670: Cannot mount NFS share as user or root

2020-02-20 Thread maxim . cournoyer
Hello, Maxim Cournoyer writes: > > I encountered this too. Perhaps we should patch some references to > mount.nfs (from nfs-utils) in the util-linux package which provides > 'mount'. > > In the meantime, you should use "mount.nfs" directly. I've looked into patching util-linux to reference expl

bug#39696: linux-libre >= 5.4.20 network interfaces, gdm or Xorg and lvm stopped working

2020-02-20 Thread Sam P
Hi, I am using guix desktop for day to day usage for many months Everything are working fine till linux-libre <= 5.4.19 But after linux-libre >= 5.4.20 1. No ethernet interface is shown only lo: is shown 2. gdm, Xorg totally stopped working 3. lvm command vgchange -ay taken forever and not able

bug#39204: r-rgdal: Reading of vector GIS data causes segfault

2020-02-20 Thread Arun Isaac
> There is 2 issues in this bug report: > > 1. the `check' phase is failing but the build ends with "success". I haven't investigated why this is happening. > 2. a regression of r-rgdal introduced by your commit > f9d328833fc1f5d0fb76b61b12d1a3cb013932e6 Replacing proj.4 with proj in the r-rg

bug#39696: linux-libre >= 5.4.20 network interfaces, gdm or Xorg and lvm stopped working

2020-02-20 Thread Jack Hill
On Thu, 20 Feb 2020, Sam P wrote: 1. No ethernet interface is shown only lo: is shown 2. gdm, Xorg totally stopped working 3. lvm command vgchange -ay taken forever and not able to create device node in /dev/mapper Sam, Sorry to hear that you're experiencing this problem. This sounds to me

bug#39699: [core-updates] gash-boot0 fails on i686-linux

2020-02-20 Thread Marius Bakke
Hello, Bootstrap fails early on i686-linux when trying to build gash-boot0, which fails thusly: starting phase `unpack' Backtrace: In ice-9/eval.scm: 432: 19 [eval # #] In ice-9/boot-9.scm: 2320: 18 [save-module-excursion #] 3966: 17 [#] 1645: 16 [%start-stack load-stack ...] 1650: 15 [#] In unk

bug#39505: Adding filesystem utilities based on file-systems

2020-02-20 Thread Leo Famulari
On Wed, Feb 19, 2020 at 10:31:07PM -0500, Maxim Cournoyer wrote: > What is the use case? Just having btrfs utilities to manage Btrfs file > systems, or is there some problems to avoid? I know that for NFS you > must add nfs-utils so that the util-linux provided 'mount' is able to > mount NFS shar

bug#39700: Outdated installation video

2020-02-20 Thread Julien Lepiller
Hi guix! This email is motivated by https://social.tchncs.de/@mray/103492792270770063 who complained that the instructions didn't work (not in a very nice way :/). In fact, the video is slightly outdated, showing a different command for importing the gpg key. There was also a confusion as the

bug#39685: Guix pull fails on qemu image

2020-02-20 Thread Gábor Boskovits
Not a bug.

bug#39671: Something appears to disable linux kernel modules from loading.

2020-02-20 Thread pelzflorian (Florian Pelz)
The attached patch fixes the issue for me. Can someone confirm? It replaces or copies setenv calls for the udev service. There are more service definitions that call setenv; I do not know if they need to be moved too. I will try if a smaller patch would suffice as well now. Regards, Florian >F

bug#39505: Adding filesystem utilities based on file-systems

2020-02-20 Thread Maxim Cournoyer
Leo Famulari writes: > On Wed, Feb 19, 2020 at 10:31:07PM -0500, Maxim Cournoyer wrote: >> What is the use case? Just having btrfs utilities to manage Btrfs file >> systems, or is there some problems to avoid? I know that for NFS you >> must add nfs-utils so that the util-linux provided 'mount'

bug#39671: Something appears to disable linux kernel modules from loading.

2020-02-20 Thread Leo Famulari
On Thu, Feb 20, 2020 at 08:59:25PM +0100, pelzflorian (Florian Pelz) wrote: > The attached patch fixes the issue for me. Can someone confirm? > > It replaces or copies setenv calls for the udev service. > > There are more service definitions that call setenv; I do not know if > they need to be m

bug#39671: Something appears to disable linux kernel modules from loading.

2020-02-20 Thread pelzflorian (Florian Pelz)
On Thu, Feb 20, 2020 at 03:34:02PM -0500, Leo Famulari wrote: > Thanks! :) >Which commmit is this based on? I can't apply it with `git > am`... commit bfb6c393b91dc4a236678a0682348d5b7bd77193 (origin/master, origin/HEAD) Author: Ricardo Wurmus Date: Wed Feb 19 15:44:50 2020 +0100 gnu: gw

bug#39671: Something appears to disable linux kernel modules from loading.

2020-02-20 Thread pelzflorian (Florian Pelz)
On Thu, Feb 20, 2020 at 09:43:45PM +0100, pelzflorian (Florian Pelz) wrote: > (I wonder why it does not apply; there were no changes to > gnu/services/base.scm in a long time. Strange.) > It did not apply for me either. Here it is in compressed form so its encoding is not changed. Thank you Le

bug#39671: Something appears to disable linux kernel modules from loading.

2020-02-20 Thread Leo Famulari
On Thu, Feb 20, 2020 at 09:43:45PM +0100, pelzflorian (Florian Pelz) wrote: > (I wonder why it does not apply; there were no changes to > gnu/services/base.scm in a long time. Strange.) Oh well, I applied it "by hand" and everything seems to be working again :) Thank you!

bug#39671: Something appears to disable linux kernel modules from loading.

2020-02-20 Thread Jan Nieuwenhuizen
pelzflorian (Florian Pelz) writes: Hi Florian, > On Thu, Feb 20, 2020 at 09:43:45PM +0100, pelzflorian (Florian Pelz) wrote: >> (I wonder why it does not apply; there were no changes to >> gnu/services/base.scm in a long time. Strange.) >> > > It did not apply for me either. Here it is in comp

bug#39669: libreoffice: documentation not installed

2020-02-20 Thread Leo Famulari
On Tue, Feb 18, 2020 at 11:33:45AM -0900, Christopher Howard wrote: > Hi, when I try to use libreoffice Help >> Libreoffice Help menu, I get > error "The LibreOffice built-in help for current UI language (English > (USA)) is not installed on your computer". Presumably some package > definition adju

bug#39699: [core-updates] gash-boot0 fails on i686-linux

2020-02-20 Thread Ludovic Courtès
Hi, Marius Bakke skribis: > Bootstrap fails early on i686-linux when trying to build gash-boot0, > which fails thusly: [...] >?: 1 [primitive-load-path "compression/bzip2" ...] > In compression/bzip2.scm: > 45: 0 [#] > > compression/bzip2.scm:45:18: In procedure #: > compression/bzip2.sc

bug#39671: Something appears to disable linux kernel modules from loading.

2020-02-20 Thread Ludovic Courtès
Hi Florian, "pelzflorian (Florian Pelz)" skribis: >>From 11509370049355680c815e06250afc09325c589c Mon Sep 17 00:00:00 2001 > From: Florian Pelz > Date: Thu, 20 Feb 2020 14:05:06 +0100 > Subject: [PATCH] services: udev: Do not rely on shepherd inheriting > environment variables. > > Fixes

bug#39703: MPV chooses the slow AV1 decoder

2020-02-20 Thread Leo Famulari
I noticed that our MPV cannot play back AV1 videos in real-time on my Thinkpad x230 laptop. MPV gets AV1 playback support from FFmpeg. Our FFmpeg package includes both the libaom and dav1d AV1 decoders. I think that MPV is using libaom, and that is too slow. I rebuilt FFmpeg without libaom, and M

bug#39671: Something appears to disable linux kernel modules from loading.

2020-02-20 Thread pelzflorian (Florian Pelz)
Thank you Jan and Leo for testing and Ludo for confirming it makes sense, and of course to all bug reporters. Closing this bug. I guess I will switch e-mail programs so maybe the encoding of patches I send is not broken. And thank you to Ludo for making important (though breaking) changes to She

bug#39696: linux-libre >= 5.4.20 network interfaces, gdm or Xorg and lvm stopped working

2020-02-20 Thread pelzflorian (Florian Pelz)
On Thu, Feb 20, 2020 at 12:19:48PM -0500, Jack Hill wrote: > Sam, > > Sorry to hear that you're experiencing this problem. This sounds to me like > it is actually the problem with the shepherd upgrade as describe in > , not with linux-libre. Thank you Sam

bug#39708: nfs-service-type broken: rpc.mountd respawns too quickly

2020-02-20 Thread Maxim Cournoyer
The rpc.mountd service, one of the required services for nfs-service-type, respawns the process quickly until disabled. Opening the service file, /ssh:hurd:/gnu/store/qq1dd9rqa2svxhbkpiq6bkpg6dyxwzqb-shepherd-rpc.mountd.scm: --8<---cut here---start->8--- (eval-