GNU bug report logs -
#48325
update of julia to 1.6.1
Previous Next
Reported by: Jean-Baptiste Volatier <jbv <at> pm.me>
Date: Mon, 10 May 2021 00:43:02 UTC
Severity: normal
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #65 received at 48325 <at> debbugs.gnu.org (full text, mbox):
On Thursday, May 13th, 2021 at 4:08 PM, zimoun <zimon.toutoune <at> 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
This bug report was last modified 3 years and 349 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.