Skip to content

Instantly share code, notes, and snippets.

@ericmerrill
Created June 17, 2014 18:07
Show Gist options
  • Select an option

  • Save ericmerrill/8de6b9a924261158329d to your computer and use it in GitHub Desktop.

Select an option

Save ericmerrill/8de6b9a924261158329d to your computer and use it in GitHub Desktop.
Brew 21617 Report
merrill ~$ brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: 5f0040f3ee4093bf03dc47cd307e8227d82b87ca
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: 8-core 64-bit ivybridge
OS X: 10.9.2-x86_64
Xcode: 5.1.1
CLT: 5.1.0.0.1.1396320587
Clang: 5.1 build 503
X11: 2.7.5_rc2 => /opt/X11
System Ruby: 2.0.0-451
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/2.1.0/bin/ruby
merrill ~$ brew doctor
Warning: Your XQuartz (2.7.5_rc2) is outdated
Please install XQuartz 2.7.6:
https://xquartz.macosforge.org
merrill ~$ brew upgrade php55
==> Upgrading 1 outdated package, with result:
php55 5.5.13
==> Upgrading php55
==> Downloading http://www.php.net/get/php-5.5.13.tar.bz2/from/this/mirror
Already downloaded: /Library/Caches/Homebrew/php55-5.5.13
Warning: Backing up all known pear.conf and .pearrc files
Warning: If you have a pre-existing pear install outside
of homebrew-php, or you are using a non-standard
pear.conf location, installation may fail.
==> ./configure --prefix=/usr/local/Cellar/php55/5.5.13 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc/php/5.5 --with-config-file-path=/usr/local/etc/php/5.5 --with-co
==> make
rc = ldap_sasl_interactive_bind_s(ld->link, binddn, ctx->mech, NULL, NULL, LDAP_SASL_QUIET, _php_sasl_interact, ctx);
^
11 errors generated.
make: *** [ext/ldap/ldap.lo] Error 1
make: *** Waiting for unfinished jobs....
READ THIS: https://github.com/Homebrew/homebrew/wiki/troubleshooting
If reporting this issue please do so at (not Homebrew/homebrew):
https://github.com/josegonzalez/homebrew-php/issues
Error: uninitialized constant GitHub::OpenSSL
Please report this bug:
https://github.com/Homebrew/homebrew/wiki/troubleshooting
/usr/local/Library/Homebrew/utils.rb:319:in `rescue in open'
/usr/local/Library/Homebrew/utils.rb:304:in `open'
/usr/local/Library/Homebrew/utils.rb:345:in `issues_matching'
/usr/local/Library/Homebrew/utils.rb:373:in `issues_for_formula'
/usr/local/Library/Homebrew/exceptions.rb:171:in `fetch_issues'
/usr/local/Library/Homebrew/exceptions.rb:167:in `issues'
/usr/local/Library/Homebrew/exceptions.rb:208:in `dump'
/usr/local/Library/Homebrew/cmd/upgrade.rb:84:in `rescue in upgrade_formula'
/usr/local/Library/Homebrew/cmd/upgrade.rb:92:in `upgrade_formula'
/usr/local/Library/Homebrew/cmd/upgrade.rb:43:in `block in upgrade'
/usr/local/Library/Homebrew/cmd/upgrade.rb:43:in `each'
/usr/local/Library/Homebrew/cmd/upgrade.rb:43:in `upgrade'
/usr/local/Library/brew.rb:106:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment