Created
January 14, 2013 06:11
-
-
Save sp3c73r2038/4528047 to your computer and use it in GitHub Desktop.
gnu-smalltalk 3.2.4 failed to build on 10.8.2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install gnu-smalltalk | |
==> Downloading http://ftpmirror.gnu.org/smalltalk/smalltalk-3.2.4.tar.xz | |
Already downloaded: /Library/Caches/Homebrew/gnu-smalltalk-3.2.4.tar.xz | |
xz -dc "/Library/Caches/Homebrew/gnu-smalltalk-3.2.4.tar.xz" | /usr/bin/tar xf - | |
==> Patching | |
/usr/bin/patch -f -p1 -i 000-homebrew.diff | |
patching file Makefile.am | |
patching file configure.ac | |
==> autoreconf -ivf | |
autoreconf -ivf | |
autoreconf: Entering directory `.' | |
autoreconf: configure.ac: not using Gettext | |
autoreconf: running: aclocal --force -I build-aux | |
configure.ac:22: error: 'AM_CONFIG_HEADER': this macro is obsolete. | |
You should use the 'AC_CONFIG_HEADERS' macro instead. | |
/usr/local/Cellar/automake/1.13.1/share/aclocal-1.13/obsolete-err.m4:14: AM_CONFIG_HEADER is expanded from... | |
configure.ac:22: the top level | |
autom4te: /usr/bin/m4 failed with exit status: 1 | |
aclocal: error: echo failed with exit status: 1 | |
autoreconf: aclocal failed with exit status: 1 | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.3 | |
HEAD: 724cfbe01eab2b3fdb9de697c4883bf991db7969 | |
CPU: 8-core 64-bit sandybridge | |
OS X: 10.8.2-x86_64 | |
Xcode: 4.5.2 | |
CLT: 1.0.0.9000000000.1.1249367152 | |
X11: 2.7.4 => /opt/X11 | |
==> ENV | |
CC: cc | |
CXX: c++ | |
MAKEFLAGS: -j1 | |
CMAKE_PREFIX_PATH: /usr/local/opt/autoconf:/usr/local/opt/automake:/usr/local/opt/libtool:/usr/local/opt/readline:/usr/local/opt/libffi:/usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/ | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /usr/local/opt/libffi/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/mountain_lion | |
HOMEBREW_MAKE_JOBS: 1 | |
ACLOCAL_PATH: /usr/local/opt/automake/share/aclocal:/usr/local/opt/libtool/share/aclocal:/usr/local/share/aclocal | |
OBJC: cc | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/autoconf/bin:/usr/local/opt/automake/bin:/usr/local/opt/libtool/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/xz/bin:/usr/local/opt/gawk/bin:/usr/local/opt/glew/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: gnu-smalltalk did not build |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment