Skip to content

Instantly share code, notes, and snippets.

@q
Created May 16, 2012 18:11
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 q/2712719 to your computer and use it in GitHub Desktop.
Save q/2712719 to your computer and use it in GitHub Desktop.
libdnet still fails...
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
==> autoreconf -ivf
autoreconf -ivf
autoreconf: Entering directory `.'
autoreconf: configure.in: not using Gettext
autoreconf: running: aclocal -I config --force
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
autoreconf: configure.in: tracing
autoreconf: configure.in: not using Libtool
autoreconf: running: /usr/local/Cellar/autoconf/2.69/bin/autoconf --force
configure.in:36: error: possibly undefined macro: AC_LIBTOOL_DLOPEN
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:37: error: possibly undefined macro: AM_PROG_LIBTOOL
autoreconf: /usr/local/Cellar/autoconf/2.69/bin/autoconf failed with exit status: 1
==> 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: autoreconf -ivf (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: 1e7b63da4bfd3fc406107adcea41e4c656e990e5
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