Skip to content

Instantly share code, notes, and snippets.

@timgilbert
Created March 8, 2011 00:19
Show Gist options
  • Save timgilbert/859581 to your computer and use it in GitHub Desktop.
Save timgilbert/859581 to your computer and use it in GitHub Desktop.
==> Build Environment
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 -w -pipe
CXXFLAGS: -O3 -w -pipe
CPPFLAGS: -I/usr/local/Cellar/neon/0.29.3/include
LDFLAGS: -L/usr/local/Cellar/neon/0.29.3/lib
MAKEFLAGS: -j4
PKG_CONFIG_PATH: /usr/local/Cellar/neon/0.29.3/lib/pkgconfig
==> Downloading http://subversion.tigris.org/downloads/subversion-1.6.15.tar.bz2
File already downloaded and cached to /Users/tgilbert/Library/Caches/Homebrew
/usr/bin/tar xf /Users/tgilbert/Library/Caches/Homebrew/subversion-1.6.15.tar.bz2
==> Downloading patches
/usr/bin/curl -f#LA Homebrew 0.7.1 (Ruby 1.8.7-174; Mac OS X 10.6.6) http://trac.macports.org/export/73004/trunk/dports/devel/subversion-javahlbindings/files/patch-configure.diff -o 001-homebrew.diff
######################################### 58.3%
######################################################################## 100.0%
######################################################################## 100.0%
######################################################################## 100.0%
==> Patching
/usr/bin/patch -f -p0 -i 001-homebrew.diff
patching file configure
==> ./configure --disable-debug --prefix=/usr/local/Cellar/subversion/1.6.15 --with-ssl --with-zlib=/usr --disable-neon-version-check --disable-mod-activation --without-apache-libexecdir --without-berkeley-db --enable-javahl --without-jikes
./configure --disable-debug --prefix=/usr/local/Cellar/subversion/1.6.15 --with-ssl --with-zlib=/usr --disable-neon-version-check --disable-mod-activation --without-apache-libexecdir --without-berkeley-db --enable-javahl --without-jikes
==> make
make
make: *** No targets specified and no makefile found. Stop.
/bin/sh: ./configure: No such file or directory
Exit status: 2
http://github.com/mxcl/homebrew/blob/master/Library/Formula/subversion.rb#L107
==> Environment
HOMEBREW_VERSION: 0.7.1
HEAD: 346c8c0662ee994ffa8cdeeb4b877c5b6cf774ed
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: quad-core 64-bit arrandale
OS X: 10.6.6
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.3
GCC-4.0: build 5494
GCC-4.2: build 5664
LLVM: build 2326
MacPorts or Fink? false
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 -w -pipe -arch i386 -arch x86_64
CXXFLAGS: -O3 -w -pipe -arch i386 -arch x86_64
CPPFLAGS: -I/usr/local/Cellar/neon/0.29.3/include
LDFLAGS: -L/usr/local/Cellar/neon/0.29.3/lib -arch i386 -arch x86_64
MAKEFLAGS: -j4
PKG_CONFIG_PATH: /usr/local/Cellar/neon/0.29.3/lib/pkgconfig
Error: Failure while executing: make
Please follow the instructions to report this bug at:
https://github.com/mxcl/homebrew/wiki/new-issue
Also try:
`brew doctor` to check your setup for common problems.
`brew missing` to check installed packages for missing deps.
-----------------------------------------
> brew doctor
Your OS X is ripe for brewing.
Any troubles you may be experiencing are likely purely psychosomatic.
>
-----------------------------------------
Running with -vd reveals this output:
checking for python... /usr/local/bin/python
checking for JDK... configure: WARNING: no JNI header files found.
configure: WARNING: You may need to install the latest Java Development package from http://connect.apple.com/. Apple no longer includes the JNI header files by default on Java updates.
no
checking for perl... /usr/bin/perl
checking for ruby... /usr/bin/ruby
checking for rb_hash_foreach()... yes
checking for rdoc... /usr/bin/rdoc
checking for Ruby major version... 1
checking for Ruby minor version... 8
checking for swig... /usr/bin/swig
checking swig version... 1.3.31
configure: Configuring python swig binding
checking for Python includes... -I/usr/local/Cellar/python/2.7.1/include/python2.7
checking for compiling Python extensions... /usr/bin/cc
checking for linking Python extensions... /usr/bin/cc -L/usr/local/Cellar/readline/6.1/lib -bundle -undefined dynamic_lookup -L/usr/local/Cellar/readline/6.1/lib -bundle_loader /usr/local/Cellar/python/2.7.1/bin/python
checking for linking Python libraries... -L/usr/local/Cellar/readline/6.1/lib -bundle -undefined dynamic_lookup -L/usr/local/Cellar/readline/6.1/lib -bundle_loader /usr/local/Cellar/python/2.7.1/bin/python
checking for apr_int64_t Python/C API format string... l
checking perl version... 5010000
configure: Configuring Ruby SWIG binding
checking for Ruby include path... -I. -I/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin10.0
checking how to compile Ruby extensions... gcc -O3 -w -pipe -arch i386 -arch x86_64 -DNDEBUG
checking how to link Ruby extensions... gcc -arch i386 -arch x86_64 -pipe -bundle -undefined dynamic_lookup -shrext .bundle
checking for linking Ruby libraries... -lruby
checking for rb_errinfo... no
checking where to install Ruby scripts... /Library/Ruby/Site/1.8
checking where to install Ruby extensions... /Library/Ruby/Site/1.8/universal-darwin10.0
checking how to use output level for Ruby bindings tests... normal
checking for ctypesgen.py... none
configure: error: Cannot compile JavaHL without a suitable JDK.
Please specify a suitable JDK using the --with-jdk option.
Exit status: 1
http://github.com/mxcl/homebrew/blob/master/Library/Formula/subversion.rb#L106
==> Environment
HOMEBREW_VERSION: 0.7.1
HEAD: 346c8c0662ee994ffa8cdeeb4b877c5b6cf774ed
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: quad-core 64-bit arrandale
OS X: 10.6.6
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.3
GCC-4.0: build 5494
GCC-4.2: build 5664
LLVM: build 2326
MacPorts or Fink? false
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 -w -pipe -arch i386 -arch x86_64
CXXFLAGS: -O3 -w -pipe -arch i386 -arch x86_64
CPPFLAGS: -I/usr/local/Cellar/neon/0.29.3/include
LDFLAGS: -L/usr/local/Cellar/neon/0.29.3/lib -arch i386 -arch x86_64
MAKEFLAGS: -j4
PKG_CONFIG_PATH: /usr/local/Cellar/neon/0.29.3/lib/pkgconfig
Error: Failure while executing: ./configure --disable-debug --prefix=/usr/local/Cellar/subversion/1.6.15 --with-ssl --with-zlib=/usr --disable-neon-version-check --disable-mod-activation --without-apache-libexecdir --without-berkeley-db --enable-javahl --without-jikes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment