Skip to content

Instantly share code, notes, and snippets.

@armadsen
Last active December 26, 2016 17:49
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 armadsen/a27559c2259ef402351dc7b7c871ac22 to your computer and use it in GitHub Desktop.
Save armadsen/a27559c2259ef402351dc7b7c871ac22 to your computer and use it in GitHub Desktop.
$ brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: (none)
HEAD: (none)
Last commit: never
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://ia902307.us.archive.org/31/items/tigerbrew
CPU: single-core 32-bit g4e
OS X: 10.5.8-Power Macintosh
Xcode: 3.1.4
CLT: N/A
GCC-4.0: build 5493
GCC-4.2: build 5577
LLVM-GCC: build 2064
Clang: N/A
X11: 2.1.6 => /usr/X11
System Ruby: 1.8.6-369
Perl: /usr/bin/perl
Python: /usr/bin/python => /System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Java: 1.5.0_30-b03
$ brew doctor
Please note that these warnings are just used to help the Tigerbrew maintainers
with debugging if you file an issue. If everything you use Tigerbrew for is
working fine: please don't worry and just ignore them. Thanks!
Warning: The system curl on 10.6 and below is often incapable of supporting
modern secure connections & will fail on fetching formulae.
We recommend you:
brew install curl
Warning: Git could not be found in your PATH.
Tigerbrew uses Git for several internal functions, and some formulae use Git
checkouts instead of stable tarballs. You may want to install Git:
brew install git
$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install openssl
==> Downloading https://www.openssl.org/source/openssl-1.0.2j.tar.gz
Already downloaded: /Library/Caches/Homebrew/openssl-1.0.2j.tar.gz
==> Verifying openssl-1.0.2j.tar.gz checksum
/usr/bin/tar xzf /Library/Caches/Homebrew/openssl-1.0.2j.tar.gz
==> Downloading https://trac.macports.org/export/144472/trunk/dports/devel/openssl/files/x86_64-asm-on-i386.patch
Already downloaded: /Library/Caches/Homebrew/openssl--patch-98ffb308aa04c14db9c21769f1c5ff09d63eb85ce9afdf002598823c45edef6d.patch
==> Verifying openssl--patch-98ffb308aa04c14db9c21769f1c5ff09d63eb85ce9afdf002598823c45edef6d.patch checksum
==> Patching
==> Applying x86_64-asm-on-i386.patch
/usr/bin/patch -g 0 -f -p0 -i /private/tmp/openssl--patch20161226-23262-104vp29/x86_64-asm-on-i386.patch
patching file crypto/perlasm/x86_64-xlate.pl
Hunk #1 succeeded at 261 with fuzz 2 (offset 66 lines).
Error: undefined method `+' for nil:NilClass
Please report this bug:
https://github.com/mistydemeo/tigerbrew/wiki/troubleshooting
/usr/local/Library/Formula/openssl.rb:75:in `install'
/usr/local/Library/Formula/openssl.rb:65:in `each'
/usr/local/Library/Formula/openssl.rb:65:in `install'
/usr/local/Library/Homebrew/build.rb:128:in `install'
/usr/local/Library/Homebrew/formula.rb:863:in `brew'
/usr/local/Library/Homebrew/formula.rb:1413:in `stage'
/usr/local/Library/Homebrew/resource.rb:91:in `unpack'
/usr/local/Library/Homebrew/extend/fileutils.rb:17:in `mktemp'
/usr/local/Library/Homebrew/resource.rb:88:in `unpack'
/usr/local/Library/Homebrew/resource.rb:81:in `stage'
/usr/local/Library/Homebrew/formula.rb:1405:in `stage'
/usr/local/Library/Homebrew/formula.rb:859:in `brew'
/usr/local/Library/Homebrew/build.rb:106:in `install'
/usr/local/Library/Homebrew/build.rb:175
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment