-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Julia build fails on OS X with latest master #5
Comments
From @vtjnash on February 26, 2016 18:17 iirc, this indicates an issue with your path, such as having a space in it |
The path is: BTW, I built from the master again, and still got the error about the circular dependency, but it didn't crash: patching file TESTS/bug_1315_double.c so, since it's crashed twice and made it through once, perhaps there is a problem with the -j4 switch? |
From @ViralBShah on February 27, 2016 3:24 Yes, the -j 4 switch is problematic. You can use it, but there will be a dependency problem at some stage, which can be cleaned up with a simple make (without -j). |
From @ViralBShah on February 27, 2016 3:25 If make (without -j) works, this issue should be retitled. |
From @tkelman on February 27, 2016 3:46 And potentially moved to https://github.com/JuliaLang/libosxunwind, if that's the only place where parallel make can be repeatably demonstrated to cause problems right now. |
@yuyichao Given that we have our own libunwind now, does it make sense to merge the osx stuff in there as well? |
It's still unclear what the plan is but I think it makes sense to merge the two and try to upstream the patches, whoever the upstream end up being.... |
and as I understand it, apple's libunwind (where this code came from originally) is now a part of llvm proper |
What's going on with this bug? A slightly different question would be: what are the current plans for switching to cmake - which understands complex dependencies and parallel builds... |
fixed by #14 |
From @protogeezer on February 26, 2016 16:55
build with fresh git clone fails while building libosxunwind...
Copied from original issue: JuliaLang/julia#15255
The text was updated successfully, but these errors were encountered: