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

2015-01-18 Thread Milan Bouchet-Valat
Le dimanche 18 janvier 2015 à 05:43 -0800, 'Stéphane Laurent' via julia-users a écrit : > Oh nice, I have installed cmake and that works. > Wasn't cmake required before ? I'm surprised it was not installed. I think this requirement was added recently to build libgit2. Anyway it's quite weird it mad

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

2015-01-18 Thread 'Stéphane Laurent' via julia-users
Oh nice, I have installed cmake and that works. Wasn't cmake required before ? I'm surprised it was not installed. Le dimanche 18 janvier 2015 13:11:35 UTC+1, Stéphane Laurent a écrit : > > Hello, > Currently my pc always freezes, so I use the console mode and I don't know > how to copy-paste th

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

2015-01-18 Thread 'Stéphane Laurent' via julia-users
Hello, Currently my pc always freezes, so I use the console mode and I don't know how to copy-paste the output. I remember something like "cmake not found", but I'm not sure. Isn't it better to install the latest 0.3 version rather than 0.4 ? Le dimanche 18 janvier 2015 12:56:16 UTC+1, Milan B

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

2015-01-18 Thread Milan Bouchet-Valat
Le dimanche 18 janvier 2015 à 03:54 -0800, 'Stéphane Laurent' via julia-users a écrit : > Hello, > > > Since Julia version 0.4 this way does not work anymore : > git pull > make clean > make > > > There are some errors when doing make. Can I simply delete my julia > fo

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

2015-01-18 Thread 'Stéphane Laurent' via julia-users
Hello, Since Julia version 0.4 this way does not work anymore : *git pull* *make clean* *make* There are some errors when doing make. Can I simply delete my julia folder and reinstall ? Le mardi 20 mai 2014 12:46:41 UTC+2, Ivo Balbaert a écrit : > > Sorry, message was posted too quickly

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

2014-08-11 Thread sagar ram
make -id will ignore and proceeds further On Tuesday, 20 May 2014 18:31:38 UTC+1, Iain Dunning wrote: > > All those dependencies are in the READAME > > On Tuesday, May 20, 2014 6:46:41 AM UTC-4, Ivo Balbaert wrote: >> >> Sorry, message was posted too quickly: >> >> Here is my report of the build:

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

2014-05-22 Thread 'Stéphane Laurent' via julia-users
Excellent, I already had all the requited tools (gfortran, curl), and the installation has been successful. Thank you ! Le mardi 20 mai 2014 12:46:41 UTC+2, Ivo Balbaert a écrit : > > Sorry, message was posted too quickly: > > Here is my report of the build: > in /home/ivo/julia: > git clone g

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

2014-05-20 Thread Iain Dunning
All those dependencies are in the READAME On Tuesday, May 20, 2014 6:46:41 AM UTC-4, Ivo Balbaert wrote: > > Sorry, message was posted too quickly: > > Here is my report of the build: > in /home/ivo/julia: > git clone git://github.com/JuliaLang/julia.git > cd julia > in /home/ivo/julia/julia: >

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

2014-05-20 Thread Ivo Balbaert
I got a build of Julia 0.3 working on a fairly newly installed Ubuntu 14.04 LTS (in VMWare client) It didn't went smooth all by itself (but it wasn't too bad either), here is the report what I had to do after git clone sourcode: Op zaterdag 25 januari 2014 04:30:18 UTC+1 schreef Rajn: > > A

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

2014-05-20 Thread Ivo Balbaert
Sorry, message was posted too quickly: Here is my report of the build: in /home/ivo/julia: git clone git://github.com/JuliaLang/julia.git cd julia in /home/ivo/julia/julia: make /bin/sh: 2: g++: not found make[2]: *** [/home/ivo/julia/julia/usr/lib/libgrisu.so] Error 127 make[1]: *** [julia-rel

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

2014-01-30 Thread Isaiah Norton
you could try the suggestion in #5600 (although beware that mcjit is not the standard backend yet, so YMMV) On Thu, Jan 30, 2014 at 10:40 AM, Rajn wrote: > Ok bump anyone for this? > I found the link which exactly refers to the errors I am getting during > 'make' and is referred to as Haswell b

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

2014-01-30 Thread Rajn
Ok bump anyone for this? I found the link which exactly refers to the errors I am getting during 'make' and is referred to as Haswell bug! However, from the link I am unable to understand what is the resolution to this problem. Can someone please point out to me the right direction? Thanks The l

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

2014-01-29 Thread Rajn
The error I am getting is osutils.jl Illegal instruction (core dumped) make[1]: *** [/home/rajan/julia/usr/lib/julia/sys0.bc] Error 132 make: *** [debug] Error 2 now I wonder if osutils.jl is corrupted on the git? Can some one please take a look at this and let me know if this is fine? osutils

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

2014-01-28 Thread bp2012
Hi Rajn, I found that trying to use pre-packaged versions of python gave me a lot of trouble. You might be able to figure out, but I wasn't able to get enthought or anaconda to work well. So I use the standard 2.7.3 version of python already pre-installed. Then I run the following to get numpy,

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

2014-01-28 Thread Rajan Gurjar
Bert, Do I need to download ipython, scipy, numpy on the vm? Or how about downloading Anaconda python? On Tue, Jan 28, 2014 at 8:59 PM, Rajan Gurjar wrote: > Fresh build after download from GIT. Error messages no different. > osutils.jl core dumped. Even playing around with BLAS did not work. >

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

2014-01-28 Thread Rajan Gurjar
Fresh build after download from GIT. Error messages no different. osutils.jl core dumped. Even playing around with BLAS did not work. On Tue, Jan 28, 2014 at 8:57 PM, Rajan Gurjar wrote: > Bert, should I try Xubuntu vm instead? I already have it. I got the same > errors again and really cannot

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

2014-01-28 Thread Rajan Gurjar
Bert, should I try Xubuntu vm instead? I already have it. I got the same errors again and really cannot make head or tails of messages. First of all there are not many error messages than those already listed above. I am now playing with changing BLAS libraries. If that does not work - I will just

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

2014-01-28 Thread Rajan Gurjar
Ok, I am trying it again. The output though is always the same as posted earlier. Maybe I should look into osutil.jl because that is what is causing illegal dump. My machine also does not show VXA, neither am I using VM. And I have LLVM3 version. So it cannot be that. Wonder if it is BLAS problem.

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

2014-01-28 Thread bp2012
Also, I just got around installing an ubuntu vm from scratch on my work laptop. This process takes about an hour in total (mostly due to downloading the .iso and updates). I just finished with it and julia started right up. (this assumes you are installing on a 64 bit windows platform.) It's u

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

2014-01-28 Thread Edward Garson
Sorry, forgot to mention that I just installed R using "sudo aptitude install r-base r-base-dev" to see if this created some conflict, but it does not. HTH On Tuesday, January 28, 2014 1:33:52 PM UTC-5, Edward Garson wrote: > > Hi > > I run Julia on Xubuntu 13.10. A fresh git pull and make wor

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

2014-01-28 Thread Edward Garson
Hi I run Julia on Xubuntu 13.10. A fresh git pull and make works for me (I just rebuilt to check, to Version 0.3.0-prerelease+1281, commit f384033*). The section, "Required Build Tools and External Libraries" on https://github.com/JuliaLang/julia lists everything required to compile Julia on

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

2014-01-27 Thread Rob Speer
I use Julia on Ubuntu 13.10. Using ppa:staticfloat/juliareleases, as described at http://julialang.org/downloads/, got me running just fine. On Mon, Jan 27, 2014 at 10:41 PM, Rajn wrote: > Hi, > I am having good time coding in Julia on my Windows at work. However, at > home Linux is not still a

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

2014-01-27 Thread Rajn
Hi, I am having good time coding in Julia on my Windows at work. However, at home Linux is not still able to work with Julia. Hope it gets resolved at some point - otherwise I am thinking of a fresh install of Ubuntu 13.10 (not Xubuntu which is my current system). Are there folks who are running

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

2014-01-27 Thread Stefan Karpinski
Looks like something in the build process is trying to seek on a pipe. I'm not sure what could possibly be causing that while loading the osutils.jl file though. On Sun, Jan 26, 2014 at 8:46 PM, Rajan Gurjar wrote: > strace crashed with SIGILL in __GI_raise() is what the crash report shows. > N

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

2014-01-26 Thread Rajan Gurjar
strace crashed with SIGILL in __GI_raise() is what the crash report shows. Not sure how to get this crash report. It is sending an error report and it must be going to Ubuntu developer site. lseek(2, 0, SEEK_CUR) = -1 ESPIPE (Illegal seek) rt_sigreturn()

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

2014-01-26 Thread Rajan Gurjar
I did usr/bin/julia-debug-basic instead. It ran for a while and then closed after giving a system error warning. And the terminal screen rolls down with lots of data. Is it supposed to create an image that I should post? Not clear. I also see julia-debug-readline but no julia. Thanks On Sun, Jan

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

2014-01-26 Thread Rajan Gurjar
rajan@rajan-Aspire-5742Z:~/julia/base$ strace /usr/bin/julia --build output sysimg.jl strace: Can't stat '/usr/bin/julia': No such file or directory On Sun, Jan 26, 2014 at 7:41 PM, Elliot Saba wrote: > Nope, sometimes VMs can cause an illegal instruction error. > > What is the output of `stra

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

2014-01-26 Thread Elliot Saba
Nope, sometimes VMs can cause an illegal instruction error. What is the output of `strace ../usr/bin/julia --build output sysimg.jl`? Execute that inside of the `base` folder. -E On Sun, Jan 26, 2014 at 4:19 PM, Rajan Gurjar wrote: > No, but I do have a VM installed. Not using it though for J

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

2014-01-26 Thread Rajan Gurjar
No, but I do have a VM installed. Not using it though for Julia. Do you think I should try it instead? On Sun, Jan 26, 2014 at 6:18 PM, Elliot Saba wrote: > Rajan, are you running inside of a VM? > > > On Sun, Jan 26, 2014 at 1:46 PM, Rajan Gurjar wrote: > >> Just tried "make debug" after "make

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

2014-01-26 Thread Elliot Saba
Rajan, are you running inside of a VM? On Sun, Jan 26, 2014 at 1:46 PM, Rajan Gurjar wrote: > Just tried "make debug" after "make clean" > but exactly the same output as before > LINK usr/bin/julia-debug-readline > CC ui/repl-basic.do > LINK usr/bin/julia-debug-basic > > osutils.jl > Il

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

2014-01-26 Thread Rajan Gurjar
Just tried "make debug" after "make clean" but exactly the same output as before LINK usr/bin/julia-debug-readline CC ui/repl-basic.do LINK usr/bin/julia-debug-basic osutils.jl Illegal instruction (core dumped) make[1]: *** [/home/rajan/julia/usr/lib/julia/sys0.bc] Error 132 make: *** [debu

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

2014-01-26 Thread Rajan Gurjar
processor: 0 vendor_id: GenuineIntel cpu family: 6 model: 37 model name: Intel(R) Pentium(R) CPUP6100 @ 2.00GHz stepping: 5 microcode: 0x2 cpu MHz: 933.000 cache size: 3072 KB physical id: 0 siblings: 2 core id: 0 cpu cores: 2

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

2014-01-26 Thread Jameson Nash
I think he mentioned this was a clean build, from scratch. Rajan, what's your processor? also try `make debug` and see if that prints anything more when in crashes On Sun, Jan 26, 2014 at 2:21 PM, Tim Holy wrote: > On Sunday, January 26, 2014 11:16:24 AM Rajn wrote: >> Bump anyone? What does thi

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

2014-01-26 Thread Tim Holy
On Sunday, January 26, 2014 11:16:24 AM Rajn wrote: > Bump anyone? What does this mean? Next steps please? Have you tried "make clean; make"? --Tim > > osutils.jl > Illegal instruction (core dumped) > make[1]: *** [/home/rajan/julia/usr/lib/ > julia/sys0.bc] Error 132 > make: *** [release] Error

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

2014-01-26 Thread Rajn
Bump anyone? What does this mean? Next steps please? osutils.jl Illegal instruction (core dumped) make[1]: *** [/home/rajan/julia/usr/lib/ julia/sys0.bc] Error 132 make: *** [release] Error 2 On Friday, January 24, 2014 10:30:18 PM UTC-5, Rajn wrote: > > After my several failed attempts to run P