Re: [julia-users] julia unable to install on Ubuntu 13.10

2014-05-20 Thread 'Stéphane Laurent' via julia-users
Is it supposed to work with Ubuntu 14 too ? Le samedi 25 janvier 2014 20:37:03 UTC+1, Stefan Karpinski a écrit : > > Just do this: > > git clone https://github.com/JuliaLang/julia.git > cd julia > make > > > It will take a while, but it will download all the things you need under > the deps dire

Re: [julia-users] julia unable to install on Ubuntu 13.10

2014-01-31 Thread Rajan Gurjar
SOLVED! or rather I am up and running. Phew! I should have heeded to what Joao was suggesting carefully. I assumed that git version would be 0.2.0 when I download the software. I am not familiar with Git at all and read up a bit on it yesterday. Looks like version 0.2.0 runs well on my machine but

Re: [julia-users] julia unable to install on Ubuntu 13.10

2014-01-30 Thread Elliot Saba
Use `git checkout release-0.2`. -E On Thu, Jan 30, 2014 at 8:07 PM, Rajan Gurjar wrote: > Hi, > Joao mentioned that I could switch to 0.2.0 after cloning the repository. > I am always getting version 0.3.0 from the git download and despite > everything I am always getting same error "illegal in

Re: [julia-users] julia unable to install on Ubuntu 13.10

2014-01-30 Thread Rajan Gurjar
Hi, Joao mentioned that I could switch to 0.2.0 after cloning the repository. I am always getting version 0.3.0 from the git download and despite everything I am always getting same error "illegal instruction core dump". So my question is how do I switch to 0.2.0? I would like to see if that works.

Re: [julia-users] julia unable to install on Ubuntu 13.10

2014-01-25 Thread Rajan Gurjar
Hi Bert, Not sure how this post is organized and that if you can read all the responses. My first message on this post lists the problem with regular and even nightly builds. They do not work. And according to Joao this happens due to a conflicting math library because I have R installed. He sugges

Re: [julia-users] julia unable to install on Ubuntu 13.10

2014-01-25 Thread bp2012
Is there a specific reason that you must build julia from source? I use the nightly builds and haven't had many issues. I've built a project that makes use of matplotlib and calls out to 3rd party apis and haven't found any instances where using the nightly builds has been an obstacle. On Satu

Re: [julia-users] julia unable to install on Ubuntu 13.10

2014-01-25 Thread Rajan Gurjar
This is what I get when I do what Stefan suggested. LINK usr/bin/julia-readline CC ui/repl-basic.o LINK usr/bin/julia-basic osutils.jl Illegal instruction (core dumped) make[1]: *** [/home/rajan/julia/usr/lib/julia/sys0.bc] Error 132 make: *** [release] Error 2 and ./julia System image fi

Re: [julia-users] julia unable to install on Ubuntu 13.10

2014-01-25 Thread Ivar Nesje
Sorry, I see that it might be unclear what I talked about. Stefan said that you would just have to delete the directory you compiled julia in to get rid of everything. I just listed the folder (and files) that julia might leave behind if you want to get rid of it. kl. 21:38:49 UTC+1 lørdag 25.

Re: [julia-users] julia unable to install on Ubuntu 13.10

2014-01-25 Thread Rajan Gurjar
Sorry, I cannot figure how to edit my messages once I post them and then find a mistake... Anyway, Stefan, I am sorry - I has used git:\ instead of https. I am right now trying your suggestion Will post the results. On Sat, Jan 25, 2014 at 3:38 PM, Rajan Gurjar wrote: > Hi Stefan, > This is wha

Re: [julia-users] julia unable to install on Ubuntu 13.10

2014-01-25 Thread Rajan Gurjar
Hi Stefan, This is what I tried when I printed out the error in my last post to which you have probably responded. I am sorry I was not precise. Or may be not - I actually cloned from http and not https. Would that make a difference? Is that what you are suggesting? And Ivar I am not sure what you

Re: [julia-users] julia unable to install on Ubuntu 13.10

2014-01-25 Thread Ivar Nesje
If you install packages with Pkg.add() you will also need to delete the ~/.julia folder and The .julia_history and .julia_history2 files I think is obvious. kl. 20:37:03 UTC+1 lørdag 25. januar 2014 skrev Stefan Karpinski følgende: > > Just do this: > > git clone https://github.com/JuliaLang/ju

Re: [julia-users] julia unable to install on Ubuntu 13.10

2014-01-25 Thread Stefan Karpinski
Just do this: git clone https://github.com/JuliaLang/julia.git cd julia make It will take a while, but it will download all the things you need under the deps directory, configure them, compile them, and then compile julia using those versions. Later, if you don't want it anymore, just delete th

Re: [julia-users] julia unable to install on Ubuntu 13.10

2014-01-25 Thread Elliot Saba
Actually, we already have an issue, it's just something I haven't gotten around to building a workaround for yet. https://github.com/JuliaLang/julia/issues/4341 On Sat, Jan 25, 2014 at 12:26 AM, Viral Shah wrote: > We expect to fix this in the upcoming 0.3 release. Until then, it would be > gre

Re: [julia-users] julia unable to install on Ubuntu 13.10

2014-01-25 Thread Viral Shah
We expect to fix this in the upcoming 0.3 release. Until then, it would be great if you can file an issue and we can rename the files we distribute. -viral On Saturday, January 25, 2014 11:18:59 AM UTC+5:30, Rajn wrote: > > I got the instructions from julia github page. What I do not get is -wha

Re: [julia-users] julia unable to install on Ubuntu 13.10

2014-01-24 Thread Rajn
I got the instructions from julia github page. What I do not get is -what do I do with Rmath.h - why is that not any more an issue now when I install from Github. On Saturday, January 25, 2014 12:25:11 AM UTC-5, Rajn wrote: > > I use R quite often. Would it be affected if I uninstall Rmath? > >

Re: [julia-users] julia unable to install on Ubuntu 13.10

2014-01-24 Thread Rajn
I use R quite often. Would it be affected if I uninstall Rmath? I kind of understand what you are suggesting in your second step but never worked with Github so don't know about cloning and not sure what do you mean by switching to 0.2.0- switching from what? And how do I do that? Should I just

Re: [julia-users] julia unable to install on Ubuntu 13.10

2014-01-24 Thread João Felipe Santos
There is a conflict between Ubuntu's r-mathlib package and Julia's RMath package: they both want to install Rmath.h to the same path. If you can live without r-libmath, you can uninstall it and then install Julia. Having said that, I usually compile my own distribution and install it to my home di

[julia-users] julia unable to install on Ubuntu 13.10

2014-01-24 Thread Rajn
After my several failed attempts to run PyPlot through Julia in Windows, I decided to give up and try Linux. Guess it was even worse. First I added to regular repository (not the nightlybuild) then added the dep-repository then updated and then installed julia Here's the latest: Unpacking librma