-
-
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
Failure of building Julia 0.4 (latest master) on Mac OS X 10.10 #8842
Comments
So either I did something wrong with the makefile dependencies in #8734, or might be a Yosemite only issue? Can anyone else with different OSX versions reproduce this? gisting the output of |
If I manually do Doesn't seem like Yosemite-specific. Instead, it seems like the make procedure forgets to install |
Odd. I have the line |
@tkelman looks like my buildbot on 10.9 ran into this as well. |
I think you need to change your line to:
Otherwise, you are assuring that objconv will be downloaded, but not built. |
Can you try that locally and see? Do |
|
@tkelman @staticfloat's proposed change works for me. |
@jakebolewski thanks, I'll commit that then |
I am having some difficulty compiling v0.4.0 from source on OSX 10.9 as well. Then I tried the following and got
I also tried twice building with make but got the same error again and again
Finally, I also tried adding the patch for #8734 and although it was added, it did not eliminate the Error1 above. Can anyone please help with this error? Thank you. |
I'd need to see a few more lines of the error to be sure, but you're probably hitting the same thing, sorry for the trouble (the release-0.3 branch should be more stable to work from btw). If you did If you haven't done |
I can confirm it's not fixed yet. I will push a fix once I figure out On Wed, Oct 29, 2014 at 1:09 PM, Tony Kelman [email protected]
|
Hm, strange, thanks. Did Apple upgrade the version of |
I need to work with v0.4.0 because of the |
Did you do |
I did |
@maxruby Please pull and try again. I fixed the @tkelman Now I'm getting different errors. It looks like it's a problem with LAPACK. Here's the gist of |
@staticfloat what do you get from |
Here's a gist. |
I get nearly 8500 on Ubuntu https://gist.github.com/f8b1b50a93260d2e8ebf, why do you get fewer than 500? @xianyi any ideas? |
Before you get too into this, I'm clearing out |
I pulled and it was the same as before (nothing to update).
|
@maxruby when you post error messages, please copy as much of the screen as possible. If it gets really long, use http://gist.github.com and post a link here |
Sorry, I just thought it would be an overkill in this case as it sounds almost identical to @tkelman. . . |
Uhm, I'm not having any errors, this is a mac-specific problem and I don't own a Mac so I think you mean someone else? |
@staticfloat. Here is my gist. |
Ah, okay, you have a completely unrelated problem. Let's open a new issue so we don't sidetrack this one. |
Tried all of the above. Still fails. |
@dbrowne I'm pretty sure you need to (re?)install the command line tools for xcode |
Spot on. Earlier successful builds were on Mavericks. Though command line tools were part of the upgrade. |
(backport of 95b3134) Conflicts: deps/Makefile Hopefully fix JuliaLang/julia#8842, objconv dependency not right (backport of dbcd50328314d2f632f4927466952868f581751d) We needed to move the objconv rules to above the openblas rules Fixes JuliaLang/julia#8842 (backport of 2579a649fe8a6d0ee8b7d925e343527a4c8b622b) Conflicts: deps/Makefile
I tried to build Julia 0.4 (on latest master) on Mac OS X 10.10 (Yosemite), and run into the following error:
This is a completely fresh clone and I did nothing except typing the make command.
Relevant discussion: https://groups.google.com/forum/#!topic/julia-users/qajfpEtiBPU
The text was updated successfully, but these errors were encountered: