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
This non-reproducibility appears to have been resolved. I verified the
current gdbm 1.18.
Closing!
Maxim
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
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
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
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 +
>
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
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
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<