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

dsymutil warning #15594

Closed
vtjnash opened this issue Mar 23, 2016 · 3 comments
Closed

dsymutil warning #15594

vtjnash opened this issue Mar 23, 2016 · 3 comments
Labels
building Build system, or building Julia or its dependencies system:mac Affects only macOS

Comments

@vtjnash
Copy link
Member

vtjnash commented Mar 23, 2016

updating command line tools gains us a new build warning and probably failure mode:

~/julia/build-llvm37$ make -C deps
dsymutil: Not enough positional command line arguments specified!
Must specify at least 1 positional arguments: See: /Library/Developer/CommandLineTools/usr/bin/dsymutil -help
/bin/sh: line 0: test: -gt: unary operator expected
make: Nothing to be done for `default'.

indeed, it looks like apple is now bundling llvm's dsymutil (i think @Keno will like that), which wants a different invocation command:

~/julia$ dsymutil -v -
LLVM (http://llvm.org/):
  LLVM version 7.3.0
  Optimized build.
  Built Mar  8 2016 (10:26:42).
  Default target: x86_64-apple-darwin15.3.0
  Host CPU: broadwell
~/julia$ dsymutil --version
LLVM (http://llvm.org/):
  LLVM version 7.3.0
  Optimized build.
  Built Mar  8 2016 (10:26:42).
  Default target: x86_64-apple-darwin15.3.0
  Host CPU: broadwell
@vtjnash vtjnash added building Build system, or building Julia or its dependencies system:mac Affects only macOS labels Mar 23, 2016
@Keno
Copy link
Member

Keno commented Mar 23, 2016

Great, that means we can also switch over the DWARF version to 4 by default on all platforms.

@tkelman
Copy link
Contributor

tkelman commented Mar 23, 2016

Do they backport new command line tools releases to all old os x versions?

@slarew
Copy link
Contributor

slarew commented Mar 24, 2016

@tkelman Looking at the Apple Developer downloads page, the trend appears to be to supply the most recent command line tools for the current and (sometimes) previous OS X releases. If the previous OS is supported, install packages for both OS releases are released nearly simultaneously. By late Spring, the previous OS is no longer supported.

That said, the newest command line tools (for Xcode 7.3) has only been released for 10.11. Based on the observed trend, I'm skeptical that a 10.10 backport will be released.

vtjnash added a commit that referenced this issue Mar 24, 2016
vtjnash added a commit that referenced this issue Mar 26, 2016
StefanKarpinski pushed a commit that referenced this issue Mar 28, 2016
StefanKarpinski pushed a commit that referenced this issue Mar 28, 2016
vtjnash added a commit that referenced this issue Mar 29, 2016
StefanKarpinski pushed a commit that referenced this issue Mar 30, 2016
fix #15594

(cherry picked from commit 168445d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies system:mac Affects only macOS
Projects
None yet
Development

No branches or pull requests

4 participants