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

Unable to update Cairo after updating to MacOS 10.12 #162

Closed
protogeezer opened this issue Sep 29, 2016 · 4 comments · Fixed by #292
Closed

Unable to update Cairo after updating to MacOS 10.12 #162

protogeezer opened this issue Sep 29, 2016 · 4 comments · Fixed by #292

Comments

@protogeezer
Copy link

julia> Pkg.add("Cairo")
INFO: Installing Cairo v0.2.35
INFO: Installing Graphics v0.1.3
INFO: Building Homebrew
Already up-to-date.

INFO: Building Cairo
xcodebuild: error: SDK "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk" cannot be located.
clang: error: unable to find utility "clang", not a developer tool or in PATH
==> Installing gettext from staticfloat/juliatranslated
xcodebuild: error: SDK "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk" cannot be located.
git: error: unable to find utility "git", not a developer tool or in PATH
Error: Failure while executing: git config --local --replace-all homebrew.private true
=====================================================================================================[ ERROR: Cairo ]=====================================================================================================

LoadError: failed process: Process(`/Users/sjbespa/.julia/v0.5/Homebrew/deps/usr/bin/brew install staticfloat/juliatranslated/gettext`, ProcessExited(1)) [1]
while loading /Users/sjbespa/.julia/v0.5/Cairo/deps/build.jl, in expression starting on line 154

==========================================================================================================================================================================================================================

=====================================================================================================[ BUILD ERRORS ]=====================================================================================================

WARNING: Cairo had build errors.

 - packages with build errors remain installed in /Users/sjbespa/.julia/v0.5
 - build the package(s) and all dependencies with `Pkg.build("Cairo")`
 - build a single package by running its `deps/build.jl` script

==========================================================================================================================================================================================================================
INFO: Package database updated
@lobingera
Copy link
Contributor

looks rather like a Homebrew problem

LoadError: failed process: Process(/Users/sjbespa/.julia/v0.5/Homebrew/deps/usr/bin/brew install staticfloat/juliatranslated/gettext, ProcessExited(1)) [1]
while loading /Users/sjbespa/.julia/v0.5/Cairo/deps/build.jl, in expression starting on line 154

@protogeezer
Copy link
Author

There is a bottle for sierra in Cairo.rb, so one might suspect that there is a dependency problem somewhere on the julia side of the equation?

Are there any diagnostics that might help narrow it down?

Stephen

On Sep 29, 2016, at 10:29 AM, Andreas Lobinger notifications@github.com wrote:

looks rather like a Homebrew problem

LoadError: failed process: Process(/Users/sjbespa/.julia/v0.5/Homebrew/deps/usr/bin/brew install staticfloat/juliatranslated/gettext, ProcessExited(1)) [1]
while loading /Users/sjbespa/.julia/v0.5/Cairo/deps/build.jl, in expression starting on line 154


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

@cormullion
Copy link
Member

You might want to look into Xcode too. Apparently Sierra doesn't like old copies of Xcode. I didn't have installation problems, but I did see worse performance from Cairo after upgrading the OS.

@protogeezer
Copy link
Author

Yup that did it. Thanks.

What is the point of xcode-select if you can’t have more than one version of Xcode around? Do you have any idea how to properly do it?

Stephen

On Sep 29, 2016, at 11:29 AM, cormullion notifications@github.com wrote:

You might want to look into Xcode too. Apparently Sierra doesn't like old copies of Xcode. I didn't have installation problems, but I did see worse performance from Cairo after upgrading the OS.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants