-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem bootstrapping the sys0.ji file #1052
Comments
Mac people, assemble! cc @ViralBShah @StefanKarpinski (Do we need a "mac" tag?) |
I think a mac tag is a good idea, and might as well add linux while we are at it. We already have windows. -viral On 14-Jul-2012, at 6:17 AM, pao wrote:
|
Mac tag done (in brushed metal!) |
Last time I had a problem like this, it was actually @JeffBezanson who knew what was going on, presumably due to his expertise in the whole |
@spott, can you try building julia without using homebrew, and see if you run into the same problem. |
@nolta, I had done this before, and it worked, however, when I just did it, it failed. I'm not sure what changed in my environment since it worked before (well, a lot of things probably changed, it went from a brand new computer, to having a bunch of custom homebrew install stuff, but I don't know specifically what might have caused a problem.):
I'm not sure how to get more verbose information out of the compilation, so I can't give you any more than that. |
I can build julia fine with the same homebrew version as @spott. |
Is this a fresh clone + build? If not, can you try And if that doesn't fix it, what's the output of:
I gather you're trying this on a new retina macbook pro? |
This was a brand new
Let me know if you need anything else. (these are short code snippets, if I should start putting them in gists instead of pasting them here, let me know.) [pao: avoid autolinking issues 1-6] |
What's the output of And is this an ivy bridge mac? Can you try the following:
|
He has an ivy bridge mac. Retina MBP. Lucky one :-) |
Yes, I am running an IvyBridge retina MacBook Pro. :)
|
On your laptop:
but on my laptop:
What's the output of |
I don't have a |
And just to be sure, what's the output of |
|
I have the same
This one comes with Xcode. |
@samueljohn: do you also not have a separate gcc-4.2? Also, does your |
Lion and current Xcode do not ship gcc. Only the llvm-gcc symlink. I can try the build (tomorrow) on a core 2 duo Mac with only the |
My (working)
|
My (working)
|
Right now my only suspect is ivybridge. |
Aren't the different platforms supposed to be backward compatible? On Jul 17, 2012, at 11:56 PM, Samuel John wrote:
|
They should be. But on the other hand it would not be the first time for such an error to be cpu dependent. |
@spott |
@samueljohn brew doctor only has one error, an unlinked keg that I manually installed (and doesn't need to be linked), brew update and brew outdated don't do anything, everything is up to date. I unlinked all homebrew software not in the dependencies for julia, and I still get this error. |
SOLVED!!: I had an old bashrc thing that appended to DYLD_FALLBACK_LIBRARY_PATH, and that was causing the problems. |
Wow, cool! |
That seems like a decent idea, though no-one in their right mind should have it set... It was a weird case with an old library I was attempting to use. I never actually got it working, but forgot it was in my bashrc. |
I'm running into an issue with compiling julia:
https://gist.github.com/3107999
I'm compiling julia through homebrew, however it appears to be a julia problem that I'm having:
staticfloat/homebrew-julia#1
Let me know if I need to reproduce the problem somewhere else.
-Andrew
The text was updated successfully, but these errors were encountered: