Skip to content

Instantly share code, notes, and snippets.

@mchaver
Created August 7, 2014 08:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mchaver/eff0aa118eac02f06754 to your computer and use it in GitHub Desktop.
Save mchaver/eff0aa118eac02f06754 to your computer and use it in GitHub Desktop.
Error reports from building php55 via homebrew
brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew.git
HEAD: a68804192aff87c130df0820592f7b393193bd6c
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: quad-core 64-bit arrandale
OS X: 10.9.4-x86_64
Xcode: 5.1.1
CLT: 5.1.0.0.1.1396320587
Clang: 5.1 build 503
X11: N/A
System Ruby: 2.0.0-451
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/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: Unbrewed dylibs were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected dylibs:
/usr/local/lib/libsqlcipher.0.dylib
Warning: Unbrewed .la files were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .la files:
/usr/local/lib/libsqlcipher.la
Warning: Unbrewed .pc files were found in /usr/local/lib/pkgconfig.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected .pc files:
/usr/local/lib/pkgconfig/sqlcipher.pc
Warning: Unbrewed static libraries were found in /usr/local/lib.
If you didn't put them there on purpose they could cause problems when
building Homebrew formulae, and may need to be deleted.
Unexpected static libraries:
/usr/local/lib/libsqlcipher.a
brew install -v php55 2>&1
==> Downloading http://www.php.net/get/php-5.5.15.tar.bz2/from/this/mirror
Already downloaded: /Library/Caches/Homebrew/php55-5.5.15
==> Verifying php55-5.5.15 checksum
tar xf /Library/Caches/Homebrew/php55-5.5.15
Error: undefined method `include' for #<BuildOptions:0x007fa85228a148>
Please report this bug:
https://github.com/Homebrew/homebrew/wiki/troubleshooting
/usr/local/Library/Taps/homebrew/homebrew-php/Formula/php55.rb:35:in `install_args'
/usr/local/Library/Taps/homebrew/homebrew-php/Formula/abstract-php.rb:358:in `_install'
/usr/local/Library/Taps/homebrew/homebrew-php/Formula/php55.rb:51:in `_install'
/usr/local/Library/Taps/homebrew/homebrew-php/Formula/abstract-php.rb:148:in `install'
/usr/local/Library/Homebrew/build.rb:165:in `block in install'
/usr/local/Library/Homebrew/formula.rb:262:in `block in brew'
/usr/local/Library/Homebrew/formula.rb:570:in `block in stage'
/usr/local/Library/Homebrew/resource.rb:59:in `block in unpack'
/usr/local/Library/Homebrew/extend/fileutils.rb:21:in `mktemp'
/usr/local/Library/Homebrew/resource.rb:56:in `unpack'
/usr/local/Library/Homebrew/resource.rb:49:in `stage'
/usr/local/Library/Homebrew/formula.rb:568:in `stage'
/usr/local/Library/Homebrew/formula.rb:257:in `brew'
/usr/local/Library/Homebrew/build.rb:142:in `install'
/usr/local/Library/Homebrew/build.rb:38:in `main'
/usr/local/Library/Homebrew/build.rb:6:in `block in <top (required)>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment