Re: [julia-users] help compiling julia on new MacBookPro

2014-03-31 Thread Elliot Saba
Glad you found it! On Sun, Mar 30, 2014 at 8:08 PM, Guillermo Garza wrote: > I found the problem. In my ~/.zshrc file I have > export CDPATH=${HOME} > which is causing "cd" operations to fail. > > > On Mar 28, 2014, at 9:01 PM, Guillermo Garza wrote: > > > Isaiah, I'm using zsh. Actually,

Re: [julia-users] help compiling julia on new MacBookPro

2014-03-30 Thread Guillermo Garza
I found the problem. In my ~/.zshrc file I have export CDPATH=${HOME} which is causing “cd” operations to fail. On Mar 28, 2014, at 9:01 PM, Guillermo Garza wrote: > Isaiah, I’m using zsh. Actually, switching to bash causes compilation to go > further.

Re: [julia-users] help compiling julia on new MacBookPro

2014-03-28 Thread Guillermo Garza
Isaiah, I’m using zsh. Actually, switching to bash causes compilation to go further. It still hasn’t finished yet. I think we’ve narrowed the problem down. On Mar 28, 2014, at 8:47 PM, Isaiah Norton wrote: > What shell are you using?

Re: [julia-users] help compiling julia on new MacBookPro

2014-03-28 Thread Isaiah Norton
Try removing both random/dsFMT-* and run again, maybe you will get a more isolated error. What shell are you using? On Fri, Mar 28, 2014 at 9:35 PM, Guillermo Garza wrote: > Tony, I do have `install_name_toll` in my path. > > On Mar 28, 2014, at 8:32 PM, Tony Kelman wrote: > > > Do you have `

Re: [julia-users] help compiling julia on new MacBookPro

2014-03-28 Thread Guillermo Garza
Elliot, this is the output I get from `make VERBOSE=1` % make VERBOSE=1 cd random && \ mkdir -p dsfmt-2.2 && \ `which gtar 2>/dev/null || which tar 2>/dev/null` -C dsfmt-2.2 --strip-components 1 -xf dsfmt-2.2.tar.gz && \ cd dsfmt-2.2 && patch < ../dSFMT.h.patch && patch <

Re: [julia-users] help compiling julia on new MacBookPro

2014-03-28 Thread Elliot Saba
Can you post the output of `make VERBOSE=1`? That might give us a slightly better look at what's going on. On Fri, Mar 28, 2014 at 6:35 PM, Guillermo Garza wrote: > Tony, I do have `install_name_toll` in my path. > > On Mar 28, 2014, at 8:32 PM, Tony Kelman wrote: > > > Do you have `install_

Re: [julia-users] help compiling julia on new MacBookPro

2014-03-28 Thread Guillermo Garza
Tony, I do have `install_name_toll` in my path. On Mar 28, 2014, at 8:32 PM, Tony Kelman wrote: > Do you have `install_name_tool` on your path?

Re: [julia-users] help compiling julia on new MacBookPro

2014-03-28 Thread Guillermo Garza
The directory created by ‘tar`is not named 'deps/random/dsfmt-2.2/‘ but rather `deps/random/dSFMT-src-2.2` The output of `tar`, `ls deps/random` and `ls deps/random/dSFMT-src-2.2` is below % tar xzf deps/random/dsfmt-2.2.tar.gz -C deps/random % ls deps/random dSFMT-src-2.2/dSFMT.c.patch

Re: [julia-users] help compiling julia on new MacBookPro

2014-03-28 Thread Tony Kelman
The error message could maybe be misleading, since it's running a multi-line rule? Do you have `install_name_tool` on your path? On Friday, March 28, 2014 6:21:56 PM UTC-7, Guillermo Garza wrote: > > Isaiah, the file is decompressed, but nothing changes. I get the same > error. > > /bin/sh: li

Re: [julia-users] help compiling julia on new MacBookPro

2014-03-28 Thread Elliot Saba
Is there a "random" directory inside of "deps" in the root julia folder? -E On Fri, Mar 28, 2014 at 6:21 PM, Guillermo Garza wrote: > Isaiah, the file is decompressed, but nothing changes. I get the same > error. > > /bin/sh: line 0: cd: random: No such file or directory > make[2]: *** [random/

Re: [julia-users] help compiling julia on new MacBookPro

2014-03-28 Thread Isaiah Norton
Please send the output of `ls deps/random/dsfmt-2.2/`. (I'm on IRC if you want to discuss w/ higher bandwidth). On Fri, Mar 28, 2014 at 9:21 PM, Guillermo Garza wrote: > Isaiah, the file is decompressed, but nothing changes. I get the same > error. > > /bin/sh: line 0: cd: random: No such file

Re: [julia-users] help compiling julia on new MacBookPro

2014-03-28 Thread Guillermo Garza
Isaiah, the file is decompressed, but nothing changes. I get the same error. /bin/sh: line 0: cd: random: No such file or directory make[2]: *** [random/dsfmt-2.2/config.status] Error 1 make[1]: *** [julia-release] Error 2 make: *** [release] Error 2 On Mar 28, 2014, at 8:16 PM, Isaiah Norton wr

Re: [julia-users] help compiling julia on new MacBookPro

2014-03-28 Thread Isaiah Norton
The Makefile error occurs because that file has not been decompressed. The question is why. What happens if you run `tar xzf deps/random/dsfmt-2.2.tar.gz -C deps/random` to decompress it? On Fri, Mar 28, 2014 at 9:02 PM, Guillermo Garza wrote: > Isaiah, that doesn't fix the problem. The output

Re: [julia-users] help compiling julia on new MacBookPro

2014-03-28 Thread Guillermo Garza
Isaiah, that doesn’t fix the problem. The output is still the same. I’ve have the latest Xcode and command-line tools. It must be a makefile error. But I don’t know why the error occurs, so it’s hard to find. On Mar 28, 2014, at 7:52 PM, Isaiah Norton wrote: > The specific problem is that

Re: [julia-users] help compiling julia on new MacBookPro

2014-03-28 Thread Isaiah Norton
The specific problem is that dsfmt-2.2.tar.gz needs to be decompressed - from your file listing above, it has not been. I don't use OS X and don't see any hint in the outputs you sent. Surely tar and gz are available? You should also make sure to follow the instructions in the README about upgradin

Re: [julia-users] help compiling julia on new MacBookPro

2014-03-28 Thread Guillermo Garza
The output from make -d is here https://gist.github.com/ggarza/9846012 Thanks for the effort. I appreciate it. On Mar 28, 2014, at 7:35 PM, Ivar Nesje wrote: > Can you try > > make -d > > and post the output? > > PS. I'm out of my knowledge area, but try to see if I can get a hint on the >

Re: [julia-users] help compiling julia on new MacBookPro

2014-03-28 Thread Ivar Nesje
Can you try make -d and post the output? PS. I'm out of my knowledge area, but try to see if I can get a hint on the problem. kl. 01:16:02 UTC+1 lørdag 29. mars 2014 skrev Guillermo Garza følgende: > > Ivar, I get the same output as before (with updated hashes for > doc/juliadoc.) > > > > O

Re: [julia-users] help compiling julia on new MacBookPro

2014-03-28 Thread Guillermo Garza
Ivar, I get the same output as before (with updated hashes for doc/juliadoc.) On Mar 28, 2014, at 6:11 PM, Ivar Nesje wrote: > Strange. Just for clarity, can you post the full output of the following > commands in a gist (or somewhere similar so that we don't clutter the thread > with severa

Re: [julia-users] help compiling julia on new MacBookPro

2014-03-28 Thread Ivar Nesje
Strange. Just for clarity, can you post the full output of the following commands in a gist (or somewhere similar so that we don't clutter the thread with several hundred lines of mostly irrelevant text)? cd ~ git clone https://github.com/JuliaLang/julia.git julia-test

Re: [julia-users] help compiling julia on new MacBookPro

2014-03-28 Thread Guillermo Garza
The directory is there and `ls deps/random` has the following output dSFMT.c.patch dsfmt-2.2.tar.gz randmtzig.c dSFMT.h.patch jl_random.c I didn’t have any customizations. I just issued a standard `make` command. On Mar 28, 2014, at 4:43 PM, Ivar Nesje wrote: > That is really strang

[julia-users] help compiling julia on new MacBookPro

2014-03-28 Thread Ethan Anderes
Anyone have problems compiling julia from source on new MacBookPros? I did everything the same as on my previous computers and I can't get it to compile. Unfortunately, I don't know how to interpret the errors I'm getting. Here is some of it: Makefile:129: *** OpenBLAS: Detecting CPU failed. P