Skip to content
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

Non-existent OS X version reported during 0.5 build #15580

Closed
rprechelt opened this issue Mar 21, 2016 · 2 comments
Closed

Non-existent OS X version reported during 0.5 build #15580

rprechelt opened this issue Mar 21, 2016 · 2 comments
Labels
upstream The issue is with an upstream dependency, e.g. LLVM

Comments

@rprechelt
Copy link
Contributor

I did a fresh checkout of the v0.5 master, and ran make -j 4 on OSX 10.10.5. The build process completed but cmake weirdly reports that Julia was built for OSX 14.5, and is being linked to 10.7 (when I am in fact running 10.10.5)

LINK usr/lib/julia/sys.dylib
ld: warning: object file (/Users/rprechelt/julia/usr/lib/julia/sys.o) was built for 
newer OSX version (14.5) than being linked (10.7)

make testall reports that all tests passed successfully, but thought this might be worth a look.

@vtjnash vtjnash added the upstream The issue is with an upstream dependency, e.g. LLVM label Mar 21, 2016
@vtjnash
Copy link
Member

vtjnash commented Mar 21, 2016

@Keno do we know the status of this bug upstream in llvm?

@yuyichao
Copy link
Contributor

Dup of #14182

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream The issue is with an upstream dependency, e.g. LLVM
Projects
None yet
Development

No branches or pull requests

3 participants