Skip to content

Instantly share code, notes, and snippets.

@marknutter
Created October 28, 2010 14:46
Show Gist options
  • Save marknutter/651480 to your computer and use it in GitHub Desktop.
Save marknutter/651480 to your computer and use it in GitHub Desktop.
Warning: It appears you have Macports or Fink installed
Although, unlikely, this can break builds or cause obscure runtime issues.
If you experience problems try uninstalling these tools.
==> Downloading http://ftp.gnu.org/pub/gnu/gettext/gettext-0.17.tar.gz
######################################################################## 100.0%
==> Downloading patches
######################################################################## 100.0%
==> Patching
patching file gettext-runtime/gnulib-lib/setenv.c
patching file gettext-tools/gnulib-lib/execute.c
patching file gettext-tools/gnulib-lib/pipe.c
patching file gettext-tools/gnulib-lib/setenv.c
patching file gettext-tools/gnulib-lib/unsetenv.c
==> ./configure --disable-dependency-tracking --disable-debug --prefix=/usr/local/Cellar/gettext/0.17 --withou
==> make
==> make install
==> Caveats
gettext is keg-only. This means it is not symlinked into Homebrew's
prefix. The formula provides the following rationale:
OS X provides the BSD gettext library and some software gets confused if both are in the library path.
Generally there are no consequences of this for you, however if you build your
own software and it requires this formula, you may want to run this command to
link it into the Homebrew prefix:
brew link gettext
==> Summary
/usr/local/Cellar/gettext/0.17: 353 files, 9.6M, built in 5.8 minutes
==> Downloading http://ftp.gnome.org/pub/gnome/sources/glib/2.24/glib-2.24.2.tar.bz2
######################################################################## 100.0%
==> Downloading patches
######################################################################## 100.0%
######################################################################## 100.0%
==> Patching
patching file configure.in
patching file tests/child-test.c
==> Downloading http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz
######################################################################## 100.0%
==> ./configure --disable-debug --disable-dependency-tracking --prefix=/private/tmp/homebrew-glib-2.24.2-IfCd/
==> make install
==> ./configure --disable-dependency-tracking --disable-rebuilds --prefix=/usr/local/Cellar/glib/2.24.2 --with
######################################################################## 100.0%
==> ed - config.h < config.h.ed
==> make
==> make install
/usr/local/Cellar/glib/2.24.2: 296 files, 7.6M, built in 3.9 minutes
==> Downloading http://edge.launchpad.net/intltool/trunk/0.41.0/+download/intltool-0.41.0.tar.gz
######################################################################## 100.0%
==> ./configure --prefix=/usr/local/Cellar/intltool/0.41.0
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for perl... /opt/local/bin/perl
checking for perl >= 5.8.1... 5.8.9
checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
Exit status: 1
http://github.com/mxcl/homebrew/blob/master/Library/Formula/intltool.rb#L9
==> Environment
HOMEBREW_VERSION: 0.7
HEAD: 2bb19cb1a5429729f771e7b528bc696cdf0152b0
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: dual-core 64-bit penryn
OS X: 10.6.4
Kernel Architecture: i386
Ruby: 1.8.7-174
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Xcode: 3.2.4
GCC-4.0: build 5494
GCC-4.2: build 5664
LLVM: build 2326
MacPorts or Fink? /opt/local/bin/port
X11 installed? true
==> Build Flags
CC: /usr/bin/cc => /usr/bin/gcc-4.2
CXX: /usr/bin/c++ => /usr/bin/c++-4.2
LD: /usr/bin/cc => /usr/bin/gcc-4.2
CFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
CXXFLAGS: -O3 -march=core2 -msse4.1 -w -pipe
MAKEFLAGS: -j2
Error: Failure while executing: ./configure --prefix=/usr/local/Cellar/intltool/0.41.0
Please report this bug at http://github.com/mxcl/homebrew/issues
It looks like an autotools configure failed.
Consider re-running the install with '-vd' to keep 'config.log' around:
brew install -vd intltool
Gist 'config.log' and any error output when reporting an issue.
Remember to include your config information: brew --config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment