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 suggested I
should build Julia from source.
Looks like I am truly in a hole. I got exactly the right set of software
and operating system that Julia just cannot work with - be it Windows or
Linux. Currently I have two posts running and I have tried almost all
suggestions at least for Linux system.




On Sat, Jan 25, 2014 at 9:01 PM, bp2012 <[email protected]> wrote:

> 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 Saturday, January 25, 2014 5:49:43 PM UTC-5, Rajn wrote:
>
>> 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 file "/home/rajan/julia/usr/bin/../lib/julia/sys.ji" not
>> found
>>
>> I am so settled with Xubuntu that I do not feel like changing over to
>> Ubuntu and trying the same procedure.
>> I wonder if the issue is with Xubuntu or Julia? I will wait till someone
>> figures this out.
>>
>>
>>
>>
>>
>>
>>
>> On Sat, Jan 25, 2014 at 3:58 PM, Ivar Nesje <[email protected]> wrote:
>>
>>> 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. januar 2014 skrev Rajn følgende:
>>>>
>>>> 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 are suggesting. I cannot even install
>>>> Julia so how can I yet install packages? Or is that your suggestion once i
>>>> install Julia and add packages?
>>>>
>>>> Thanks
>>>>
>>>>
>>>> On Sat, Jan 25, 2014 at 2:37 PM, Stefan Karpinski <[email protected]
>>>> > wrote:
>>>>
>>>>>  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 the julia directory and everything it built will be gone too.
>>>>>
>>>>>
>>>>> On Sat, Jan 25, 2014 at 12:25 AM, Rajn <[email protected]> wrote:
>>>>>
>>>>>> 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 copy the files from Github and extract it and then do
>>>>>> makefile?
>>>>>> Are there somewhere good instructions on how to do that?
>>>>>> Thanks Joao
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Saturday, January 25, 2014 12:13:23 AM UTC-5, João Felipe Santos
>>>>>> wrote:
>>>>>>
>>>>>>> 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 directory. You can clone the repository from Github and 
>>>>>>> then
>>>>>>> switch to 0.2.0. It takes a while but if your PC is not that old you'll 
>>>>>>> be
>>>>>>> done in less than an hour.
>>>>>>>
>>>>>>> --
>>>>>>> João Felipe Santos
>>>>>>>
>>>>>>>
>>>>>>> On Fri, Jan 24, 2014 at 10:30 PM, Rajn <[email protected]> wrote:
>>>>>>>
>>>>>>>> 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 librmath-dev (from 
>>>>>>>> .../librmath-dev_2.15.2-juliadeps2~raring_amd64.deb)
>>>>>>>> ...
>>>>>>>> dpkg: error processing /var/cache/apt/archives/librmath-dev_2.15.2-
>>>>>>>> juliadeps2~raring_amd64.deb (--unpack):
>>>>>>>>  trying to overwrite '/usr/include/Rmath.h', which is also in
>>>>>>>> package r-mathlib 3.0.1-3ubuntu1
>>>>>>>> No apport report written because MaxReports is reached already
>>>>>>>>
>>>>>>>> Selecting previously unselected package julia.
>>>>>>>> Unpacking julia (from .../julia_0.2.0~saucyfinal1_amd64.deb) ...
>>>>>>>> Processing triggers for man-db ...
>>>>>>>> Errors were encountered while processing:
>>>>>>>>  /var/cache/apt/archives/librmath-dev_2.15.2-juliadeps2~rari
>>>>>>>> ng_amd64.deb
>>>>>>>> E: Sub-process /usr/bin/dpkg returned an error code (1)
>>>>>>>>
>>>>>>>> Have no clue absolutely how to proceed. The same issue occurs when
>>>>>>>> I try nightly builds.
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>
>>>>
>>

Reply via email to