brew fails to install libdnet
box:~ q$ brew install -v libdnet | |
==> Downloading http://libdnet.googlecode.com/files/libdnet-1.12.tgz | |
Already downloaded: /Library/Caches/Homebrew/libdnet-1.12.tgz | |
/usr/bin/tar xf /Library/Caches/Homebrew/libdnet-1.12.tgz | |
==> aclocal --force -I config | |
aclocal --force -I config | |
config/acinclude.m4:7: warning: underquoted definition of AC_DNET_SOCKADDR_SA_LEN | |
config/acinclude.m4:7: run info Automake 'Extending aclocal' | |
config/acinclude.m4:7: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal | |
configure.in:37: warning: macro 'AM_PROG_LIBTOOL' not found in library | |
==> glibtoolize --copy --force | |
glibtoolize --copy --force | |
==> Exit Status: 1 | |
https://github.com/mxcl/master/blob/master/Library/Formula/libdnet.rb#L20 | |
==> Build Environment | |
CPU: 8-core 64-bit sandybridge | |
MacOS: 10.7.3-x86_64 | |
Xcode: 4.3.2 | |
CC: /usr/bin/clang | |
CXX: /usr/bin/clang++ => /usr/bin/clang | |
LD: /usr/bin/clang | |
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments | |
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments | |
MAKEFLAGS: -j8 | |
Error: Failed executing: glibtoolize --copy --force (libdnet.rb:20) | |
If `brew doctor' does not help diagnose the issue, please report the bug: | |
https://github.com/mxcl/homebrew/wiki/reporting-bugs | |
-------- | |
box:~ q$ brew --config | |
HOMEBREW_VERSION: 0.9 | |
HEAD: 0235e587da10cd97ad60bf1b5f25904667b5189c | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit sandybridge | |
OS X: 10.7.3 | |
Kernel Architecture: x86_64 | |
Xcode: 4.3.2 | |
GCC-4.0: N/A | |
GCC-4.2: N/A | |
LLVM: build 2336 | |
Clang: 3.1 build 318 | |
MacPorts or Fink? false | |
X11: /usr/X11 | |
System Ruby: 1.8.7-249 | |
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
Which Perl: /usr/bin/perl | |
Which Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Which Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
------ | |
box:~ q$ brew doctor | |
Your system is raring to brew. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment