Skip to content

Instantly share code, notes, and snippets.

@wjlroe
Last active August 29, 2015 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wjlroe/af96b9acc0857b4133d9 to your computer and use it in GitHub Desktop.
Save wjlroe/af96b9acc0857b4133d9 to your computer and use it in GitHub Desktop.
Dependency error installing pango without X11
% brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 8ef06725cf0b1dfa504515f4f7405798e7da846b
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit haswell
OS X: 10.9.3-x86_64
Xcode: 6.0 => /Applications/Xcode6-Beta2.app/Contents/Developer
CLT: 6.0.0.0.1.1402814953
Clang: 6.0 build 600
X11: N/A
System Ruby: 2.0.0-451
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /Users/will/.rbenv/shims/ruby
% brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/Users/will/.nix-profile/bin/byobu-config
% brew install -v --without-x pango 2>&1
cairo: Unsatisfied dependency: XQuartz
Homebrew does not package XQuartz. Installers may be found at:
https://xquartz.macosforge.org
Error: An unsatisfied requirement failed this build.
% brew install -v --without-x --without-x11 pango 2>&1
Error: undefined method `/' for nil:NilClass
Please report this bug:
https://github.com/Homebrew/homebrew/wiki/troubleshooting
/usr/local/Library/Homebrew/os/mac/xquartz.rb:117:in `bin'
/usr/local/Library/Homebrew/extend/ENV/super.rb:121:in `determine_path'
/usr/local/Library/Homebrew/extend/ENV/super.rb:43:in `setup_build_environment'
/usr/local/Library/Homebrew/build.rb:129:in `install'
/usr/local/Library/Homebrew/build.rb:44:in `main'
/usr/local/Library/Homebrew/build.rb:10:in `block in <top (required)>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment