julia 1.6.7 Pkg.add fails with curl_multisocket error

  • Done
  • quality assurance status badge
Details
3 participants
  • Efraim Flashner
  • John Biechele-Speziale
  • zimoun
Owner
unassigned
Submitted by
John Biechele-Speziale
Severity
normal

Debbugs page

John Biechele-Speziale wrote 2 years ago
(address . bug-guix@gnu.org)
87ilk74nse.fsf@mailbox.org
After installing GuixSD and julia on the fairly minimal installation,
running julia and entering the following command ’] add DrWatson’
fails with the following error: “ curl_multi_socket_action: 8”.
Oddly enough, some packages work, such as LibCURL, but most fail.

The failure seems to occurs at the “resolving pkg versions” stage.

I’m a bit new to guix and mailing lists in general, so if there’s
anything else I need to provide to help reproduce the bug, please
let me know and I’ll send it ASAP.
Attachment: file
zimoun wrote 2 years ago
(name . John Biechele-Speziale)(address . johnabs@mailbox.org)(address . 58789@debbugs.gnu.org)
86bkpm4rbk.fsf@gmail.com
Hi,

Thanks for the report.

On Tue, 25 Oct 2022 at 16:52, John Biechele-Speziale via Bug reports for GNU Guix <bug-guix@gnu.org> wrote:

Toggle quote (2 lines)
> After installing GuixSD

The name is “Guix System” (GuixSD is an old name and not use anymore). :-)


Toggle quote (5 lines)
> julia on the fairly minimal installation,
> running julia and entering the following command ’] add DrWatson’
> fails with the following error: “ curl_multi_socket_action: 8”.
> Oddly enough, some packages work, such as LibCURL, but most fail.

I can reproduce this on foreign distro too.


Cheers,
simon
Efraim Flashner wrote 2 years ago
(name . John Biechele-Speziale)(address . johnabs@mailbox.org)(address . 58789-done@debbugs.gnu.org)
Y5cpERamkSzWDCyl@3900XT
On Tue, Oct 25, 2022 at 04:52:57PM -0400, John Biechele-Speziale via Bug reports for GNU Guix wrote:
Toggle quote (11 lines)
> After installing GuixSD and julia on the fairly minimal installation,
> running julia and entering the following command ’] add DrWatson’
> fails with the following error: “ curl_multi_socket_action: 8”.
> Oddly enough, some packages work, such as LibCURL, but most fail.
>
> The failure seems to occurs at the “resolving pkg versions” stage.
>
> I’m a bit new to guix and mailing lists in general, so if there’s
> anything else I need to provide to help reproduce the bug, please
> let me know and I’ll send it ASAP.

With the update of Julia to 1.8.3 I have tested installing DrWatson
using the Julia REPL and it now works.

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmOXKREACgkQQarn3Mo9
g1EfDRAAg5CpVQDVSA2+kPN8mryIK2mLdpGfo+OZR4R49bvr7fcf4lCCR/BcQOJ5
6TFT2EgCfpfRYjjaAFEWMLrnYBiWoUfixHBWjWPcp2G9pgkzgJYAlDdb91QHrmdk
QVuY5Wx7wSdzwutR/41PcqzvBY2xaYTJyXQGIlCBNZlYwPtLKAoIU1ubfKefPYUW
dCDfMz8AWmtpySNX2XeOsoFFCKYMynoa77wfen91SV9E3hQooKSYE4fs3Ih90Vjc
qv1OsEhz47pPjWcIgo8znnRfKJQx8DAQmK/1/OsLF5eqY0XYR0XrsuGQe2di3TiF
QhIBVGxC1HU2l4AUqpq4Atl7Fg8Atx38YsIRuk3eN2N2nedTa3oX1JIA+5SYrXz8
2OqBy4zbEWt1/8QEEQP1YPAcSLbM/07zbDzZkMohRtm5v4lz5ouSZW7YqqRtL974
tV9sIKFxTWkgz7fdDZDluJztXDOgkBUCOv/pjNm8/4g5sqT5f3dKPwFqSLOO3DEn
4c3K1A+tJ57TgMrGdXBvHFWq2kGfDgi3z+UjLEVEifBmessd9i8y/kU6s07FYvLX
XqAShr+lqVG7oIprSgCBIiX0IDf1rbYa9P/dB7wjR7JIju9cJu+nnIW4HdoJelTV
xRhLbGhhwQBb7pVexOvns3QhHy5iyU1KAVRRkA1dNql1Bd+ajlc=
=FYW3
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 58789@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 58789
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help