Skip to content

Instantly share code, notes, and snippets.

@marknutter
Created October 28, 2010 16:28
Show Gist options
  • Save marknutter/651731 to your computer and use it in GitHub Desktop.
Save marknutter/651731 to your computer and use it in GitHub Desktop.
Mark-Nutters-MacBook-Pro:~ marknutter$ brew install librsvg
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://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
Also try:
`brew doctor` to check your setup for common problems.
`brew missing` to check installed packages for missing deps.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment