bug#34102: [staging] Guix fails to download from TLSv1.3-enabled servers

2020-03-27 Thread Ludovic Courtès
Ludovic Courtès skribis: > I’ve submitted a bunch of changes upstream to better support > post-handshake re-authentication: > > https://gitlab.com/gnutls/gnutls/merge_requests/1026 > > In particular, this adds ‘connection-flag/post-handshake-auth’ and > ‘connection-flag/auto-reauth’, which can

bug#38958: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999

2020-03-27 Thread Roel Janssen
On Wed, 2020-01-08 at 22:58 +0100, Ludovic Courtès wrote: > Hi Roel, > > Roel Janssen skribis: > > > When inside a container produced with: > > $ guix environment -CN --ad-hoc ... > > > > I encounter a problem when running "make" for some code base: > > make[3]: /gnu/store/5hkc9q38w6afhrf7xyz5y

bug#38958: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999

2020-03-27 Thread Ludovic Courtès
Roel Janssen skribis: > On Wed, 2020-01-08 at 22:58 +0100, Ludovic Courtès wrote: >> Hi Roel, >> >> Roel Janssen skribis: >> >> > When inside a container produced with: >> > $ guix environment -CN --ad-hoc ... >> > >> > I encounter a problem when running "make" for some code base: >> > make[3

bug#24076: gnupg [-agent]: when signing [commits], it claims that there is no pinentry - but there is

2020-03-27 Thread Leo Famulari
On Thu, Mar 26, 2020 at 01:09:40PM +0100, Ludovic Courtès wrote: > I (finally!) implemented this second option in commit > c7af9d0b5ebaa1fdb08ff5d8a56004998bcd8103. It still doesn't work for me :/ > I confirmed that it has the indented effect like this: [...] > where the strace log shows: > >

bug#40262: R: server certificate verification failed.

2020-03-27 Thread Jonathan Brielmaier
Hi, while trying to run a simple R script on my guix server, I stumbled upon a problem with HTTPS and R. It's nothing urgent... reproducer.R library(jsonlite) library(tidyverse) library(lubridate) api_parking <- "https://guix.gnu.org/packages.json"; parking.raw <- fromJSON(api_parking, simplifyDa

bug#40262: R: server certificate verification failed.

2020-03-27 Thread Ricardo Wurmus
Jonathan Brielmaier writes: > Error in open.connection(con, "rb") : > server certificate verification failed. CAfile: none CRLfile: none This is due to a change in r-curl. We patched it to respect the CURL_CA_BUNDLE environment variable, not just when it’s used on Windows. The code has chan

bug#24076: [PATCH] gnu: GnuPG: Really use ~/.guix-profile/bin/pinentry by default.

2020-03-27 Thread Leo Famulari
This is a followup to commit c7af9d0b5ebaa1fdb08ff5d8a56004998bcd8103. This patch does as expected for me! But it's been some years since I wrote C code, so I copy existing functions and fought through compiler errors to write this — please give a close review. * gnu/packages/patches/gnupg-defaul