guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#48325] [PATCH v3 0/5] DRAFT: Update julia to 1.6.1.


From: Jean-Baptiste Volatier
Subject: [bug#48325] [PATCH v3 0/5] DRAFT: Update julia to 1.6.1.
Date: Sun, 23 May 2021 20:30:48 +0000

On Thursday, May 13th, 2021 at 4:08 PM, zimoun <zimon.toutoune@gmail.com> wrote:
> 1.  an error at runtime about curl
> 2.  several julia packages are broken because of julia-staticarrays
>     About #1, it looks like:
>     --8<---------------cut here---------------start------------->8---
> ┌ Error: curl_easy_setopt: 48
> └ @ Downloads.Curl 
> /tmp/guix-build-julia-1.6.1.drv-0/julia-1.6.1/usr/share/julia/stdlib/v1.6/Downloads/src/Curl/utils.jl:36
> --8<---------------cut here---------------end--------------->8---
>

This bug is due to Downloads.jl trying to set the following
options for libcurl:

CURLOPT_SSH_PRIVATE_KEYFILE
CURLOPT_SSH_PUBLIC_KEYFILE
CURLOPT_SSH_KNOWNHOSTS

error code 48 means that the option is unknown, this is fixed
if curl is compiled with "--with-libssh2" configure flag.
Cheers,
JB






reply via email to

[Prev in Thread] Current Thread [Next in Thread]