Re: [julia-users] PPA for Ubuntu 14.04 (Trusty Tahr)

2014-10-19 Thread Milan Bouchet-Valat
Le samedi 18 octobre 2014 à 14:58 -0700, Elliot Saba a écrit : > He already posted /proc/cpuinfo above; that's what inspired me to try > i686. Ah, sorry, I thought the logs were over after the end of the gdb output. Family 6 Model 8 Stepping 1 seems to correspond to an AMD Athlon XP 2400 +, or to

Re: [julia-users] PPA for Ubuntu 14.04 (Trusty Tahr)

2014-10-18 Thread Elliot Saba
He already posted /proc/cpuinfo above; that's what inspired me to try i686. On Sat, Oct 18, 2014 at 2:42 PM, Milan Bouchet-Valat wrote: > Le samedi 18 octobre 2014 à 23:04 +0200, Helios De Rosario a écrit : > > Hi Tony, > > > > > > This is the output of versioninfo(), although I'm afraid it is n

Re: [julia-users] PPA for Ubuntu 14.04 (Trusty Tahr)

2014-10-18 Thread Milan Bouchet-Valat
Le samedi 18 octobre 2014 à 23:04 +0200, Helios De Rosario a écrit : > Hi Tony, > > > This is the output of versioninfo(), although I'm afraid it is not > very informative about the CPU: Indeed! Could you copy the output of cat /proc/cpuinfo Thanks! > Commit c03f413* (2014-09-21 21:30 UTC) > Pl

Re: [julia-users] PPA for Ubuntu 14.04 (Trusty Tahr)

2014-10-18 Thread Helios De Rosario
Hi Tony, This is the output of versioninfo(), although I'm afraid it is not very informative about the CPU: Commit c03f413* (2014-09-21 21:30 UTC) Platform Info: System: Linux (i386-redhat-linux) CPU: Unknown CPU Type WORD_SIZE: 32 BLAS: libopenblas (DYNAMIC_ARCH NO_AFFINITY Athlon) LAP

Re: [julia-users] PPA for Ubuntu 14.04 (Trusty Tahr)

2014-10-16 Thread Tony Kelman
For future reference and trivia purposes, Helios could you post the output from versioninfo() ? I'm curious what generation your CPU is that caused the problem. On Wednesday, October 15, 2014 2:19:10 PM UTC-7, Elliot Saba wrote: > > Peter, the "stable" downloads there, are the same as what you

Re: [julia-users] PPA for Ubuntu 14.04 (Trusty Tahr)

2014-10-15 Thread Elliot Saba
Peter, the "stable" downloads there, are the same as what you get from the http://julialang.org/downloads page. We just haven't put these "generic tarball" downloads there yet as we're still ensuring we have all the kinks worked out in the build process. Helios, glad it's working for you now! I'm

Re: [julia-users] PPA for Ubuntu 14.04 (Trusty Tahr)

2014-10-15 Thread Helios De Rosario
helios@ubuntu-pc:~/julia-c03f413bbd/bin$ ~/julia-c03f413bbd/bin/julia _ _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_)| Documentation: http://docs.julialang.org _ _ _| |_ __ _ | Type "help()" for help. | | | | | | |/ _` | | |

Re: [julia-users] PPA for Ubuntu 14.04 (Trusty Tahr)

2014-10-15 Thread Peter Simon
When I browse to http://status.julialang.org/ I don't see any links to the stable binary versions. Is there a place to look for these? Thanks, --Peter On Wednesday, October 15, 2014 1:00:57 PM UTC-7, Elliot Saba wrote: > > H. Could you try downloading this binary distribution >

Re: [julia-users] PPA for Ubuntu 14.04 (Trusty Tahr)

2014-10-15 Thread Elliot Saba
H. Could you try downloading this binary distribution , unpacking it, and seeing if it works? It's just a `.tar.gz`, so you can just download it, extract it, and run the julia that's inside the `bin` directory. -E On Sat, Oct 11, 2014 at 5:21 PM

Re: [julia-users] PPA for Ubuntu 14.04 (Trusty Tahr)

2014-10-11 Thread Helios De Rosario
Hi Elliot. This is what I have done, with detailed output. I hope it helps to understand what is happening. (My Ubuntu is in Spanish, but I hope that the Spanish output lines are understandable anyway.) 1. Install Julia from the PPA repo helios@ubuntu-pc:~$ sudo apt-get install julia Leyendo list

Re: [julia-users] PPA for Ubuntu 14.04 (Trusty Tahr)

2014-10-11 Thread Elliot Saba
Yep. We want this to be as compatible as possible. The output of /proc/cpuinfo would also be useful. Thanks! -E On Sat, Oct 11, 2014 at 2:46 PM, Helios De Rosario < helios.derosa...@gmail.com> wrote: > Hi, it is an old 32-bit machine. I had already uninstalled Julia 0.3.1 and > downgraded to t

Re: [julia-users] PPA for Ubuntu 14.04 (Trusty Tahr)

2014-10-11 Thread Helios De Rosario
Hi, it is an old 32-bit machine. I had already uninstalled Julia 0.3.1 and downgraded to the 0.2.1 version from the Ubuntu repo, which does run smoothly. But I will give it another try and let you know. Thanks for the support. Helios On Fri, Oct 10, 2014 at 10:11 PM, Elliot Saba wrote: > What k

Re: [julia-users] PPA for Ubuntu 14.04 (Trusty Tahr)

2014-10-10 Thread Elliot Saba
What kind of computer do you have? Is it a 32-bit machine or 64-bit? Can you try running julia inside of gdb and giving any information on what gdb says such as a backtrace showing where it crashed? To run julia inside of gdb, just run "gdb julia", then when gdb is loaded press "r" to run julia,

Re: [julia-users] PPA for Ubuntu 14.04 (Trusty Tahr)

2014-10-10 Thread Helios De Rosario
It is 0.3.1~trusty2. The crash message in the terminal only says "core generated" (in Spanish). I suppose it means that there is a dump file somewhere with the details, but I cannot find it. If somebody knows where should I look for it, I would be happy to post those details. Thanks Helios On

Re: [julia-users] PPA for Ubuntu 14.04 (Trusty Tahr)

2014-10-08 Thread Elliot Saba
Hello Helios, can you tell me what version of the package you have installed? You can get this via dpkg -l julia. I'm looking for a version number like 0.3.1~trusty1 or similar. Also, can you copy the message given at the crash here? Thanks, -E On Wed, Oct 8, 2014 at 5:56 PM, K Leo wrote: >

Re: [julia-users] PPA for Ubuntu 14.04 (Trusty Tahr)

2014-10-08 Thread K Leo
On Xubuntu 14.04 64, it seems to work fine: _ _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_)| Documentation: http://docs.julialang.org _ _ _| |_ __ _ | Type "help()" for help. | | | | | | |/ _` | | | | |_| | | | (_| | | Ve

Re: [julia-users] PPA for Ubuntu 14.04 (Trusty Tahr)

2014-10-08 Thread Helios De Rosario
Hi again, I saw that the 0.3.1 version of Julia was already available to install from the juliareleases repository, and tried to install it. But when I start Julia now it crashes. It generates a core file and suggests sending a report (I accepted). Somebody else has experienced this? I am using L

Re: [julia-users] PPA for Ubuntu 14.04 (Trusty Tahr)

2014-04-19 Thread Helios De Rosario
Great. Thanks! El sábado, 19 de abril de 2014 23:09:39 UTC+2, Elliot Saba escribió: > > Hello Helios. I am currently working on updating the PPA for trusty. I > will post here when the packages are available for download. > > The main repository you linked has a Julia 0.2.1 package which will be

Re: [julia-users] PPA for Ubuntu 14.04 (Trusty Tahr)

2014-04-19 Thread Elliot Saba
Hello Helios. I am currently working on updating the PPA for trusty. I will post here when the packages are available for download. The main repository you linked has a Julia 0.2.1 package which will be the same as what you get from the juliareleases repo, so go ahead and install that if you wish.

[julia-users] PPA for Ubuntu 14.04 (Trusty Tahr)

2014-04-19 Thread Helios De Rosario
Hi, I have just changed the OS of my computer to Ubuntu 14.04 (actually Lubuntu... too old a computer for other options). I am looking forward to installing Julia, but the official documentation has not still any pointer that seems appropriate for this version. https://launchpad.net/~staticfloa