When updating homebrew my installations of Rsvg and Cairo were updated with build errors. I have tried Pkg.checkout and building again but receive the same errors:
julia> Pkg.build("Rsvg")
INFO: Building Homebrew
Already up-to-date.
Uninstalling git... (1,488 files, 35.2MB)
==> Installing git from staticfloat/juliatranslated
==> Downloading https://homebrew.bintray.com/bottles/git-2.20.1.high_sierra.bott
######################################################################## 100.0%
==> Pouring git-2.20.1.high_sierra.bottle.1.tar.gz
==> Caveats
Bash completion has been installed to:
/Users/George/.julia/test/v0.6/Homebrew/deps/usr/etc/bash_completion.d
zsh completions and functions have been installed to:
/Users/George/.julia/test/v0.6/Homebrew/deps/usr/share/zsh/site-functions
Emacs Lisp files have been installed to:
/Users/George/.julia/test/v0.6/Homebrew/deps/usr/share/emacs/site-lisp/git
==> Summary
🍺 /Users/George/.julia/test/v0.6/Homebrew/deps/usr/Cellar/git/2.20.1: 1,526 files, 41.3MB
Warning: Already linked: /Users/George/.julia/test/v0.6/Homebrew/deps/usr/Cellar/git/2.20.1
INFO: Building Cairo
Error: Calling keg_only :provided_pre_mountain_lion is disabled! There is no replacement.
==============================================================[ ERROR: Cairo ]===============================================================
LoadError: ArgumentError: brew info failed for String["staticfloat/juliadeps/fontconfig"]!
while loading /Users/George/.julia/test/v0.6/Cairo/deps/build.jl, in expression starting on line 165
=============================================================================================================================================
INFO: Building Rsvg
Error: Calling keg_only :provided_pre_mountain_lion is disabled! There is no replacement.
===============================================================[ ERROR: Rsvg ]===============================================================
LoadError: ArgumentError: brew info failed for String["staticfloat/juliadeps/fontconfig"]!
while loading /Users/George/.julia/test/v0.6/Rsvg/deps/build.jl, in expression starting on line 33
=============================================================================================================================================
==============================================================[ BUILD ERRORS ]===============================================================
WARNING: Rsvg and Cairo had build errors.
- packages with build errors remain installed in /Users/George/.julia/test/v0.6
- build the package(s) and all dependencies with
Pkg.build("Rsvg", "Cairo")
- build a single package by running its
deps/build.jl script
=========================================================================================================
@staticfloat
When updating homebrew my installations of Rsvg and Cairo were updated with build errors. I have tried Pkg.checkout and building again but receive the same errors:
julia> Pkg.build("Rsvg")
INFO: Building Homebrew
Already up-to-date.
Uninstalling git... (1,488 files, 35.2MB)
==> Installing git from staticfloat/juliatranslated
==> Downloading https://homebrew.bintray.com/bottles/git-2.20.1.high_sierra.bott
######################################################################## 100.0%
==> Pouring git-2.20.1.high_sierra.bottle.1.tar.gz
==> Caveats
Bash completion has been installed to:
/Users/George/.julia/test/v0.6/Homebrew/deps/usr/etc/bash_completion.d
zsh completions and functions have been installed to:
/Users/George/.julia/test/v0.6/Homebrew/deps/usr/share/zsh/site-functions
Emacs Lisp files have been installed to:
/Users/George/.julia/test/v0.6/Homebrew/deps/usr/share/emacs/site-lisp/git
==> Summary
🍺 /Users/George/.julia/test/v0.6/Homebrew/deps/usr/Cellar/git/2.20.1: 1,526 files, 41.3MB
Warning: Already linked: /Users/George/.julia/test/v0.6/Homebrew/deps/usr/Cellar/git/2.20.1
INFO: Building Cairo
Error: Calling keg_only :provided_pre_mountain_lion is disabled! There is no replacement.
==============================================================[ ERROR: Cairo ]===============================================================
LoadError: ArgumentError:
brew infofailed for String["staticfloat/juliadeps/fontconfig"]!while loading /Users/George/.julia/test/v0.6/Cairo/deps/build.jl, in expression starting on line 165
=============================================================================================================================================
INFO: Building Rsvg
Error: Calling keg_only :provided_pre_mountain_lion is disabled! There is no replacement.
===============================================================[ ERROR: Rsvg ]===============================================================
LoadError: ArgumentError:
brew infofailed for String["staticfloat/juliadeps/fontconfig"]!while loading /Users/George/.julia/test/v0.6/Rsvg/deps/build.jl, in expression starting on line 33
=============================================================================================================================================
==============================================================[ BUILD ERRORS ]===============================================================
WARNING: Rsvg and Cairo had build errors.
Pkg.build("Rsvg", "Cairo")deps/build.jlscript=========================================================================================================
@staticfloat