bug#40062: nscd: Domain name resolution errors when travelling

2020-08-16 Thread Maxim Cournoyer
Hello Pierre! Pierre Neidhardt writes: > When I move with my Guix laptop, I frequently get domain name resolution > errors. > > To fix the issue, I need to run > > # herd invalidate nscd hosts > # herd restart nscd > > The issue is fixed as long as I don't move again. > > This is impractical and

bug#24139: gdbm is not bit-reproducible

2020-08-16 Thread Maxim Cournoyer
This non-reproducibility appears to have been resolved. I verified the current gdbm 1.18. Closing! Maxim

bug#22122: {python, python2}-statsmodels on i686: "SVD did not converge"

2020-08-16 Thread Maxim Cournoyer
Hi Mark, > Both python-statsmodels and python2-statsmodels sometimes fail on i686 > during the "statsmodels.tsa.tests.test_arima.test_start_params_bug" test > with the error "LinAlgError: SVD did not converge". Here's an excerpt > of one such error: As the test suite as been considered unreliabl

bug#23364: python-statsmodels build failures

2020-08-16 Thread Maxim Cournoyer
Leo Famulari writes: > I wonder if the test suite is really worth running in this case? Maybe > we should just report the failures upstream and skip the tests. I see that's been done. Closing! Maxim

bug#42740: Segfault in libssh during ‘guix copy’

2020-08-16 Thread Maxim Cournoyer
Hello Artyom and Ludovic, Artyom Poptsov writes: > Hello Ludovic, > > please check if this branch will work without segfaults in Guix: > https://github.com/artyom-poptsov/guile-ssh/tree/wip-fix-segfaults-on-gc I tested this branch and it indeed resolves the issue. I went ahead and updated th

bug#41174: [PATCH] gnu: webkitgtk: Add patch to share all fonts.

2020-08-16 Thread Maxim Cournoyer
Hi Leo, Leo Prikler writes: > * gnu/packages/patches/webkitgtk-bind-all-fonts.patch: New file. > * gnu/packages/webkit.scm (webkitgtk)[source]: Use it here. > * gnu/local.mk: Add it here. I've expounded a bit the commit message, > --- > gnu/local.mk | 1 + >

bug#42859: guix lint: permission denied for cve checker

2020-08-16 Thread Jonathan Brielmaier
On 14.08.20 20:27, Leo Famulari wrote: > On Fri, Aug 14, 2020 at 02:26:03PM +0200, Jonathan Brielmaier wrote: >> When running guix lint with the cve checker I get the following error: >> >> ``` >> guix lint icecat --checkers=cve >> fetching CVE database for 2020...view1 [cve]... > [...] >> In proce

bug#42856: match-error /sys/kernel/debug upon reconfiguring system

2020-08-16 Thread Maxim Cournoyer
Hello Mathieu, Mathieu Othacehe writes: > Hello Maxim, > >> I think it only occurs once (the following 'guix system reconfigure' on >> the same machine do not seem to suffer from that error). > > This has been covered here: https://issues.guix.gnu.org/42826. > > Thanks for reporting, > > Mathieu

bug#41948: Shepherd deadlocks

2020-08-16 Thread Mathieu Othacehe
Hey Ludo, > We should be able to reproduce it with much simpler tests then, right? > Like maybe “while : ; do herd restart guix-daemon ; done” or similar? Well I tried that without success. Then I had a closer look to the strace log. Turns out there are two concurrent "finalizer" threads: --8<