Skip to content
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

Error while installing on ubuntu 12.04 #3799

Closed
abhijithch opened this issue Jul 23, 2013 · 10 comments
Closed

Error while installing on ubuntu 12.04 #3799

abhijithch opened this issue Jul 23, 2013 · 10 comments

Comments

@abhijithch
Copy link

Hi,
I got an error while installing on ubuntu 12.04 in the following method:
1. git clone git://github.com/JuliaLang/julia.git
2. julia
abhijith@abhijith-K55A:~/julia$ julia
fatal: error thrown and no exception handler available.
exec: error -5

However, upon installing through the source, i.e sudo add-apt-repository ppa:staticfloat/julianightlies .., there was no problem.

@nolta
Copy link
Member

nolta commented Jul 23, 2013

Could you elaborate on what you did between steps (1) and (2)? Does make cleanall fix the problem?

@staticfloat
Copy link
Sponsor Member

Had you already installed julia through apt-get? You need to run ./julia to launch the julia in the current directory, otherwise your shell will try to launch a julia stored in your $PATH, which probably doesn't exist unless you've tried to install julia through apt-get.

This problem has shown up once before, someone emailed me about it, and they said that after installing julia through the PPA and restarting their computer, everything worked fine. I'm not sure why you would ever need to restart, but it's at least something to keep in mind.

@vtjnash
Copy link
Sponsor Member

vtjnash commented Jul 23, 2013

exec: error -5
I think this error occurs only when there was a problem loading libpcre.

@ViralBShah
Copy link
Member

This was using the nightly ppa.

@ViralBShah
Copy link
Member

Just to clarify, we were trying this out together. The ppa failed but building from source worked.

@staticfloat
Copy link
Sponsor Member

Intriguing. Could I get an strace log from trying to start up the PPA-built julia executable? That is, could you post the output of strace julia?

@ViralBShah
Copy link
Member

@abhi123link Can you please try doing an apt-get upgrade followed by a reboot as mentioned in the above issue?

@nokome
Copy link

nokome commented Aug 8, 2013

Hello. I had same error (exec: error -5) when using ppa:staticfloat/julianightlies with Ubuntu 12.04 32-bit. Doing a sudo apt-get upgrade as @ViralBShah suggested fixed it. Thanks. Now I can play!

@sharpobject
Copy link

Could sudo apt-get upgrade be added to the instructions at http://julialang.org/downloads/? As written they will produce this issue.

@ViralBShah
Copy link
Member

Updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants