Skip to content

Instantly share code, notes, and snippets.

@theos911
Created April 16, 2013 22:49
Show Gist options
  • Save theos911/5400327 to your computer and use it in GitHub Desktop.
Save theos911/5400327 to your computer and use it in GitHub Desktop.
htop fails to build 10.4 G3
theodore-waddells-powermacg3series:~ theodorewaddell$ HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install htop ==> Downloading https://github.com/max-horvath/htop-osx/archive/0.8.2.1-2013-03-31.tar.gz
Already downloaded: /Library/Caches/Homebrew/htop-osx-0.8.2.1.tar.gz
/usr/bin/tar xzf /Library/Caches/Homebrew/htop-osx-0.8.2.1.tar.gz
==> ./autogen.sh
./autogen.sh
/usr/bin/glibtoolize: line 1: cd: /usr/share/libtool: No such file or directory
glibtoolize: cannot list files in `/usr/share/libtool'
configure.ac:8: `automake requires `AM_CONFIG_HEADER', not `AC_CONFIG_HEADER'
configure.ac: installing `./install-sh'
configure.ac: installing `./mkinstalldirs'
configure.ac: installing `./missing'
Use of uninitialized value in concatenation (.) or string at /usr/bin/automake line 8449.
: installing `./config.guess'
Use of uninitialized value in concatenation (.) or string at /usr/bin/automake line 8449.
: installing `./config.sub'
Makefile.am: installing `./compile'
Makefile.am: installing `./depcomp'
aclocal.m4:866: required file `./ltmain.sh' not found
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: 66627673a4f1b74e2ea85d6b58a5cb143c2aec4a
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/local/bin/gcc-4.2 => /usr/local/Cellar/apple-gcc42/4.2.1-5553/bin/gcc-4.2
CXX: /usr/local/bin/g++-4.2 => /usr/local/Cellar/apple-gcc42/4.2.1-5553/bin/g++-4.2
CFLAGS: -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4
CXXFLAGS: -Os -w -pipe -mcpu=750 -faltivec -isystem /usr/X11R6/include -mmacosx-version-min=10.4
CPPFLAGS: -F/usr/local/Frameworks -isystem /usr/X11R6/include
LDFLAGS: -L/usr/local/lib -F/usr/local/Frameworks -L/usr/X11R6/lib
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
OBJC: /usr/local/bin/gcc-4.2
PATH: /usr/local/bin:/usr/local/sbin:/usr/local/Cellar/ruby/1.9.3-p362:~/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/Library/Contributions/cmd
Error: htop-osx did not build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment