Closed yuzeh closed 10 years ago
Can you upload the whole build log? You can gist it if it's super long.
I ran it again, and captured the logs: https://gist.github.com/yuzeh/d45413f508fca3d65d47
This time it seems like it's hanging on a few things:
Can you add the -v
flag so we get verbose output?
That is, brew install -v --64bit julia
Also, you are installing the 0.2.1 version of Julia which is many months
old at this point. I highly suggest installing the 0.3 release candidate,
which you can get through brew install -v --HEAD julia
. --64bit
is
optional. You likely don't need it, (Julia is always a 64-bit process on
OSX, that --64bit
flag is for something else) but it shouldn't hurt
either.
-E
On Wed, Aug 6, 2014 at 11:01 PM, Dan Huang notifications@github.com wrote:
I ran it again, and captured the logs: https://gist.github.com/yuzeh/d45413f508fca3d65d47
This time it seems like it's hanging on a few things:
[image: screen shot 2014-08-06 at 8 01 04 pm] https://cloud.githubusercontent.com/assets/351023/3836885/1cee3712-1ddf-11e4-94df-657b4409abe0.png
— Reply to this email directly or view it on GitHub https://github.com/staticfloat/homebrew-julia/issues/97#issuecomment-51425443 .
Installed from head; that worked. thanks!
I've followed the instructions on the README page for the project, but I am seeing issues similar to #87 . There is one difference though: Instead of a hanging
rm
command, I see a hangingmake
command:This is what top looks like for that command:
Any idea what's going on?