-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"exec: error -5" with julia from ubuntu PPA #4256
Comments
cc @staticfloat |
@Heliosmaster since the PPA builds are frequent, can you give the output of |
Or maybe better, all of |
I experience the same problem, even after having just updated from the ppa. Output of Partial output of |
I can't comment on the ppa issues, but it might be worth a try building from source (https://github.com/JuliaLang/julia#source-download-and-compilation). |
My nightly version is
|
I get the same message. I am running Windows 7. When I run
Oddly, the same installation worked fine on my other Windows 7 machine. |
Looks similar to #1732. |
@mlubin compiling from source works fine (it takes longer than I expected, though) |
Can you try |
Compiled from source and used |
Glad to hear it. |
Should the ppa be fixed to have an explicit dependency on the libpcre3 version? |
Pcre had caused far too many issues. We should probably depend on the exact version we need. |
I would also like to replace PCRE altogether, but that's a very non-trivial project. |
Indeed. RE2 doesn't do as much, but there's a crashy and outdated attempt at a Julia wrapper at https://github.com/pao/Re2.jl that anyone is welcome to pick up and run with. |
Thanks @mlubin, fixed in staticfloat/julia-debian@a10df70 |
Hello,
I am using Ubuntu 12.04 and I installed Julia using the ppa repositories as suggested in the website.
Unfortunately, I am unable to even try it.
The text was updated successfully, but these errors were encountered: