Skip to content

Instantly share code, notes, and snippets.

@theos911
Created February 19, 2014 19:46
Show Gist options
  • Save theos911/9100064 to your computer and use it in GitHub Desktop.
Save theos911/9100064 to your computer and use it in GitHub Desktop.
Pianobar fails to build 10.4 G3
Makefile:18: Extraneous text after `else' directive
Makefile:20: *** only one `else' per conditional. Stop.
HOMEBREW_VERSION: 0.9.5
HEAD: dcd70872364553711e1df962c0493098efc52acb
CPU: single-core 32-bit g3
OS X: 10.4.11-Power Macintosh
Xcode: 2.5
X11: 1.1.3 => /usr/X11R6
theodore-waddells-powerbook:~ theodorewaddell$ brew --config
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/mistydemeo/tigerbrew.git
HEAD: dcd70872364553711e1df962c0493098efc52acb
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
CPU: single-core 32-bit g3
OS X: 10.4.11-Power Macintosh
Xcode: 2.5
GCC-4.0: build 5370
GCC-4.2: build 5553
Clang: N/A
X11: 1.1.3 => /usr/X11R6
System Ruby: 1.8.2
Perl: /usr/bin/perl
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/bin/python2.7
Ruby: /usr/bin/ruby
theodore-waddells-powerbook:~ theodorewaddell$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install pianobar
==> Downloading https://github.com/PromyLOPh/pianobar/archive/2013.09.15.tar.gz
Already downloaded: /Library/Caches/Homebrew/pianobar-2013.09.15.tar.gz
==> Verifying pianobar-2013.09.15.tar.gz checksum
/usr/bin/tar xzf /Library/Caches/Homebrew/pianobar-2013.09.15.tar.gz
==> make PREFIX=/usr/local/Cellar/pianobar/2013.09.15
Makefile:18: Extraneous text after `else' directive
Makefile:20: *** only one `else' per conditional. Stop.
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: dcd70872364553711e1df962c0493098efc52acb
CPU: single-core 32-bit g3
OS X: 10.4.11-Power Macintosh
Xcode: 2.5
X11: 1.1.3 => /usr/X11R6
==> ENV
CC: /usr/bin/gcc-4.0
CXX: /usr/bin/g++-4.0
OBJC: /usr/bin/gcc-4.0
OBJCXX: /usr/bin/g++-4.0
CFLAGS: -O2 -DNDEBUG -std=c99 -F/usr/local/Frameworks -L/usr/local/lib -F/usr/local/Frameworks -Wl,-headerpad_max_install_names
CXXFLAGS: -Os -w -pipe -mcpu=750 -faltivec -mmacosx-version-min=10.4
CPPFLAGS: -F/usr/local/Frameworks
LDFLAGS: -L/usr/local/lib -F/usr/local/Frameworks -Wl,-headerpad_max_install_names
MAKEFLAGS: -j1
CMAKE_FRAMEWORK_PATH: /usr/local/Frameworks
MACOSX_DEPLOYMENT_TARGET: 10.4
PKG_CONFIG_LIBDIR: /usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.4:/usr/lib/pkgconfig
HOMEBREW_MAKE_JOBS: 1
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/bin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/Library/Contributions/cmd
CPATH: /usr/local/include
Error: pianobar did not build
Logs:
/Users/theodorewaddell/Library/Logs/Homebrew/pianobar/01.make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment