Skip to content

Instantly share code, notes, and snippets.

@jaspertandy
Created February 27, 2012 19:53
Show Gist options
  • Select an option

  • Save jaspertandy/1926613 to your computer and use it in GitHub Desktop.

Select an option

Save jaspertandy/1926613 to your computer and use it in GitHub Desktop.
fuse4x still failing
☁ ~ brew install fuse4x
==> Cloning https://github.com/fuse4x/fuse.git
Updating /Volumes/Swap/JT/Library/Caches/Homebrew/fuse4x--git
==> Checking out tag fuse4x_0_8_14
==> autoreconf --force --install
configure.in:7: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/local/Cellar/autoconf/2.68/bin/autoconf failed with exit status: 1
==> Exit Status: 1
http://github.com/mxcl/homebrew/blob/master/Library/Formula/fuse4x.rb#L16
==> Environment
HOMEBREW_VERSION: 0.8.1
HEAD: 7ec5e5b5b15c0df38459fef0d3a56ad712ebf176
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
Hardware: 8-core 64-bit sandybridge
OS X: 10.7.3
Kernel Architecture: x86_64
Xcode: 4.3
GCC-4.0: N/A
GCC-4.2: N/A
LLVM: build 2336
Clang: 3.1 build 318
MacPorts or Fink? false
X11 installed? true
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/bin/python
Which Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
==> Build Flags
CC: /usr/bin/clang
CXX: /usr/bin/clang++ => /usr/bin/clang
LD: /usr/bin/clang
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments -arch i386 -arch x86_64
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments -arch i386 -arch x86_64
CPPFLAGS: -I/usr/local/Cellar/gettext/0.18.1.1/include
LDFLAGS: -L/usr/local/Cellar/gettext/0.18.1.1/lib -arch i386 -arch x86_64
MAKEFLAGS: -j8
Error: Failed executing: autoreconf --force --install
If `brew doctor' does not help diagnose the issue, please report the bug:
https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue
☁ ~ brew doctor
Your system is raring to brew.
☁ ~ brew install libtool
==> Downloading http://ftpmirror.gnu.org/libtool/libtool-2.4.tar.gz
File already downloaded in /Volumes/Swap/JT/Library/Caches/Homebrew
==> ./configure --disable-debug --prefix=/usr/local/Cellar/libtool/2.4 --program-prefix=g --enable-ltdl-install
==> make install
==> Caveats
In order to prevent conflicts with Apple's own libtool we have prepended a "g"
so, you have instead: glibtool and glibtoolize.
==> Summary
/usr/local/Cellar/libtool/2.4: 64 files, 2.2M, built in 6 seconds
☁ ~ brew install fuse4x
==> Cloning https://github.com/fuse4x/fuse.git
Updating /Volumes/Swap/JT/Library/Caches/Homebrew/fuse4x--git
==> Checking out tag fuse4x_0_8_14
==> autoreconf --force --install
Can't exec "libtoolize": No such file or directory at /usr/local/Cellar/autoconf/2.68/share/autoconf/Autom4te/FileUtils.pm line 345, <GEN2> line 5.
autoreconf: failed to run libtoolize: No such file or directory
autoreconf: libtoolize is needed because this package uses Libtool
==> Exit Status: 1
http://github.com/mxcl/homebrew/blob/master/Library/Formula/fuse4x.rb#L16
==> Environment
HOMEBREW_VERSION: 0.8.1
HEAD: 7ec5e5b5b15c0df38459fef0d3a56ad712ebf176
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
Hardware: 8-core 64-bit sandybridge
OS X: 10.7.3
Kernel Architecture: x86_64
Xcode: 4.3
GCC-4.0: N/A
GCC-4.2: N/A
LLVM: build 2336
Clang: 3.1 build 318
MacPorts or Fink? false
X11 installed? true
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/bin/python
Which Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
==> Build Flags
CC: /usr/bin/clang
CXX: /usr/bin/clang++ => /usr/bin/clang
LD: /usr/bin/clang
CFLAGS: -Os -w -pipe -march=native -Qunused-arguments -arch i386 -arch x86_64
CXXFLAGS: -Os -w -pipe -march=native -Qunused-arguments -arch i386 -arch x86_64
CPPFLAGS: -I/usr/local/Cellar/gettext/0.18.1.1/include
LDFLAGS: -L/usr/local/Cellar/gettext/0.18.1.1/lib -arch i386 -arch x86_64
MAKEFLAGS: -j8
Error: Failed executing: autoreconf --force --install
If `brew doctor' does not help diagnose the issue, please report the bug:
https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue
☁ ~ 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