Is the Brew upgrade of curl leading to segmentation fault in Julia package install/update? #2749
Replies: 7 comments 10 replies
-
The error message isn't in your post. Can you try rebuilding Julia to see if that fixes things? You can do this with
Note that this will take a little bit of time (~20 minutes or so). |
Beta Was this translation helpful? Give feedback.
-
Same here. Tried to install Julia package (CSV) after upgrading brew libcurl
|
Beta Was this translation helpful? Give feedback.
-
Thanks; I've opened Homebrew/homebrew-core#92799 as a temporary fix for these issues until I'm able to dig into what's happening here. |
Beta Was this translation helpful? Give feedback.
-
FYI, I've also updated the test so that regressions to |
Beta Was this translation helpful? Give feedback.
-
Not sure if much help but I have a similar issue:
I followed Julia tutorial and installed Julia by downloading it. I did brew upgrade too but because there was already some issues with installation.. Error from the Atom editor with uber-juno. atm I followed the suggested command.. it asked to reinstall xcode as it was out of date.. |
Beta Was this translation helpful? Give feedback.
-
I've merged the fix. If you're still using the formula:
Let me know if you still have issues with it. |
Beta Was this translation helpful? Give feedback.
-
Hello - I am one of the Julia maintainers. Thank you for the quick fix and for maintaining the Julia package. We noticed that homebrew ships a formula as well as a cask. In general, we request all distributions to ship the official binaries the Julia project provides. If it were possible, we would recommend shipping only the cask going forward. We take a lot of care to build the official binaries, and distributing those reduces the likelihood of users running into issues, as well as package maintainer burden. |
Beta Was this translation helpful? Give feedback.
-
Hello,
I installed Julia via Homebrew about a month ago. After successfully updating packages in Julia this morning, I upgraded the packages in Homebrew. Three Homebrew packages were upgraded, gnuplot, curl, and p11-kit. After that upgrade, I can no longer update or install packages in Julia due to a segmentation fault.
Is it possible that the error is occurring due to the upgrade of curl from 7.80.0_1 to 7.81.0 on Homebrew? Julia requires curl as a dependency. Uninstalling and reinstalling Julia and curl did not resolve the problem. I have copied the error message below.
Thank you, in advance, for your help.
Sincerely,
Sharani Roy
ERROR DETAILS START BELOW:
Beta Was this translation helpful? Give feedback.
All reactions