Created
May 25, 2012 02:04
-
-
Save harmstyler/2785370 to your computer and use it in GitHub Desktop.
brew install subversion fails
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 0.9 | |
HEAD: 6a0630ba933dade543cf9ab9ce561c4a2dd7c787 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit sandybridge | |
OS X: 10.7.4 | |
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-357 | |
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
Which Perl: /Applications/XAMPP/xamppfiles/bin/perl | |
Which Python: /usr/bin/python | |
Which Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Error: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/Applications/XAMPP/xamppfiles/bin/apr-1-config | |
/Applications/XAMPP/xamppfiles/bin/apu-1-config | |
/Applications/XAMPP/xamppfiles/bin/freetype-config | |
/Applications/XAMPP/xamppfiles/bin/gdlib-config | |
/Applications/XAMPP/xamppfiles/bin/libmcrypt-config | |
/Applications/XAMPP/xamppfiles/bin/libpng-config | |
/Applications/XAMPP/xamppfiles/bin/libpng12-config | |
/Applications/XAMPP/xamppfiles/bin/ming-config | |
/Applications/XAMPP/xamppfiles/bin/ncurses5-config | |
/Applications/XAMPP/xamppfiles/bin/php-config | |
/Applications/XAMPP/xamppfiles/bin/xml2-config | |
/Applications/XAMPP/xamppfiles/bin/xslt-config | |
Error: Suspicious Git newline settings found. | |
The detected Git newline settings can cause checkout problems: | |
core.autocrlf = input | |
core.safecrlf = true | |
If you are not routinely dealing with Windows-based projects, | |
consider removing these settings. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> Downloading http://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.7.4.tar.bz2 | |
Already downloaded: /Library/Caches/Homebrew/subversion-1.7.4.tar.bz2 | |
/usr/bin/tar xf /Library/Caches/Homebrew/subversion-1.7.4.tar.bz2 | |
==> ./configure --disable-debug --prefix=/usr/local/Cellar/subversion/1.7.4 --with-ssl --with-zlib=/usr --with-sqlite=/usr/local --disable-neon-version-check --disable-mod-activation --without-apache-libexecdir --without-berkeley-db | |
./configure --disable-debug --prefix=/usr/local/Cellar/subversion/1.7.4 --with-ssl --with-zlib=/usr --with-sqlite=/usr/local --disable-neon-version-check --disable-mod-activation --without-apache-libexecdir --without-berkeley-db | |
configure: Configuring Subversion 1.7.4 | |
configure: creating config.nice | |
checking for gcc... /usr/bin/clang | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/bin/clang accepts -g... yes | |
checking for /usr/bin/clang option to accept ISO C89... none needed | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/bin/clang++ accepts -g... yes | |
checking how to run the C preprocessor... /usr/bin/clang -E | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking build system type... x86_64-apple-darwin11.4.0 | |
checking host system type... x86_64-apple-darwin11.4.0 | |
checking target system type... x86_64-apple-darwin11.4.0 | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking whether ln -s works... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
configure: Apache Portable Runtime (APR) library configuration | |
checking for APR... yes | |
checking APR version... 1.3.9 | |
configure: Apache Portable Runtime Utility (APRUTIL) library configuration | |
checking for APR-util... yes | |
checking APR-UTIL version... 1.3.9 | |
checking for pkg-config... /usr/local/bin/pkg-config | |
configure: checking neon library | |
checking for neon-config... /usr/local/Cellar/neon/0.29.6/bin/neon-config | |
checking neon library version... 0.29.6 | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking whether to look for GSSAPI (Kerberos)... no | |
configure: looking for apr_memcache as part of apr-util | |
checking apr_memcache.h usability... no | |
checking apr_memcache.h presence... no | |
checking for apr_memcache.h... no | |
checking for Apache module support via DSO through APXS... found at /usr/sbin/apxs | |
checking httpd version... recent enough | |
checking whether Apache version is compatible with APR version... no | |
configure: error: Apache version incompatible with APR version | |
==> Exit Status: 1 | |
https://github.com/mxcl/master/blob/master/Library/Formula/subversion.rb#L96 | |
==> Build Environment | |
CPU: 8-core 64-bit sandybridge | |
MacOS: 10.7.4-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 | |
CPPFLAGS: -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include | |
LDFLAGS: -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/neon/0.29.6/lib | |
MAKEFLAGS: -j8 | |
PKG_CONFIG_PATH: /usr/local/Cellar/neon/0.29.6/lib/pkgconfig | |
Error: Failed executing: ./configure --disable-debug --prefix=/usr/local/Cellar/subversion/1.7.4 --with-ssl --with-zlib=/usr --with-sqlite=/usr/local --disable-neon-version-check --disable-mod-activation --without-apache-libexecdir --without-berkeley-db (subversion.rb:96) | |
If `brew doctor' does not help diagnose the issue, please report the bug: | |
https://github.com/mxcl/homebrew/wiki/reporting-bugs | |
We saved the configure log, please gist it if you report the issue: | |
~/Library/Logs/Homebrew/config.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by subversion configure 1.7.4, which was | |
generated by GNU Autoconf 2.68. Invocation command line was | |
$ ./configure --disable-debug --prefix=/usr/local/Cellar/subversion/1.7.4 --with-ssl --with-zlib=/usr --with-sqlite=/usr/local --disable-neon-version-check --disable-mod-activation --without-apache-libexecdir --without-berkeley-db | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = Tyler-Harmss-MacBook-Pro.local | |
uname -m = x86_64 | |
uname -r = 11.4.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
/usr/bin/hostinfo = Mach kernel version: | |
Darwin Kernel Version 11.4.0: Mon Apr 9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64 | |
Kernel configured for up to 8 processors. | |
4 processors are physically available. | |
8 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 2 3 4 5 6 7 | |
Primary memory available: 8.00 gigabytes | |
Default processor set: 150 tasks, 853 threads, 8 processors | |
Load average: 1.55, Mach factor: 6.44 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Cellar/readline/6.2.2/bin | |
PATH: /usr/local/Cellar/neon/0.29.6/bin | |
PATH: /usr/local/bin | |
PATH: /usr/local/sbin | |
PATH: /Applications/XAMPP/xamppfiles/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
PATH: /usr/local/bin | |
PATH: /usr/X11/bin | |
PATH: /usr/local/git/bin | |
PATH: /Users/tyler/.rvm/bin | |
PATH: /usr/local/Library/Contributions/cmds | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2663: Configuring Subversion 1.7.4 | |
configure:2682: creating config.nice | |
configure:2752: checking for gcc | |
configure:2779: result: /usr/bin/clang | |
configure:3008: checking for C compiler version | |
configure:3017: /usr/bin/clang --version >&5 | |
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin11.4.0 | |
Thread model: posix | |
configure:3028: $? = 0 | |
configure:3017: /usr/bin/clang -v >&5 | |
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin11.4.0 | |
Thread model: posix | |
configure:3028: $? = 0 | |
configure:3017: /usr/bin/clang -V >&5 | |
clang: error: argument to '-V' is missing (expected 1 value) | |
clang: error: no input files | |
configure:3028: $? = 1 | |
configure:3017: /usr/bin/clang -qversion >&5 | |
clang: error: no input files | |
configure:3028: $? = 1 | |
configure:3048: checking whether the C compiler works | |
configure:3070: /usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/neon/0.29.6/lib conftest.c >&5 | |
configure:3074: $? = 0 | |
configure:3122: result: yes | |
configure:3125: checking for C compiler default output file name | |
configure:3127: result: a.out | |
configure:3133: checking for suffix of executables | |
configure:3140: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/neon/0.29.6/lib conftest.c >&5 | |
configure:3144: $? = 0 | |
configure:3166: result: | |
configure:3188: checking whether we are cross compiling | |
configure:3196: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/neon/0.29.6/lib conftest.c >&5 | |
configure:3200: $? = 0 | |
configure:3207: ./conftest | |
configure:3211: $? = 0 | |
configure:3226: result: no | |
configure:3231: checking for suffix of object files | |
configure:3253: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include conftest.c >&5 | |
configure:3257: $? = 0 | |
configure:3278: result: o | |
configure:3282: checking whether we are using the GNU C compiler | |
configure:3301: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include conftest.c >&5 | |
configure:3301: $? = 0 | |
configure:3310: result: yes | |
configure:3319: checking whether /usr/bin/clang accepts -g | |
configure:3339: /usr/bin/clang -c -g -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include conftest.c >&5 | |
configure:3339: $? = 0 | |
configure:3380: result: yes | |
configure:3397: checking for /usr/bin/clang option to accept ISO C89 | |
configure:3461: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include conftest.c >&5 | |
configure:3461: $? = 0 | |
configure:3474: result: none needed | |
configure:3608: checking for C++ compiler version | |
configure:3617: /usr/bin/clang++ --version >&5 | |
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin11.4.0 | |
Thread model: posix | |
configure:3628: $? = 0 | |
configure:3617: /usr/bin/clang++ -v >&5 | |
Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn) | |
Target: x86_64-apple-darwin11.4.0 | |
Thread model: posix | |
configure:3628: $? = 0 | |
configure:3617: /usr/bin/clang++ -V >&5 | |
clang: error: argument to '-V' is missing (expected 1 value) | |
clang: error: no input files | |
configure:3628: $? = 1 | |
configure:3617: /usr/bin/clang++ -qversion >&5 | |
clang: error: no input files | |
configure:3628: $? = 1 | |
configure:3632: checking whether we are using the GNU C++ compiler | |
configure:3651: /usr/bin/clang++ -c -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include conftest.cpp >&5 | |
configure:3651: $? = 0 | |
configure:3660: result: yes | |
configure:3669: checking whether /usr/bin/clang++ accepts -g | |
configure:3689: /usr/bin/clang++ -c -g -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include conftest.cpp >&5 | |
configure:3689: $? = 0 | |
configure:3730: result: yes | |
configure:3760: checking how to run the C preprocessor | |
configure:3791: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include conftest.c | |
configure:3791: $? = 0 | |
configure:3805: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:3805: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "subversion" | |
| #define PACKAGE_TARNAME "subversion" | |
| #define PACKAGE_VERSION "1.7.4" | |
| #define PACKAGE_STRING "subversion 1.7.4" | |
| #define PACKAGE_BUGREPORT "http://subversion.apache.org/" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:3830: result: /usr/bin/clang -E | |
configure:3850: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include conftest.c | |
configure:3850: $? = 0 | |
configure:3864: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include conftest.c | |
conftest.c:9:10: fatal error: 'ac_nonexistent.h' file not found | |
#include <ac_nonexistent.h> | |
^ | |
1 error generated. | |
configure:3864: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "subversion" | |
| #define PACKAGE_TARNAME "subversion" | |
| #define PACKAGE_VERSION "1.7.4" | |
| #define PACKAGE_STRING "subversion 1.7.4" | |
| #define PACKAGE_BUGREPORT "http://subversion.apache.org/" | |
| #define PACKAGE_URL "" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:3895: checking for a sed that does not truncate output | |
configure:3959: result: /usr/bin/sed | |
configure:3970: checking build system type | |
configure:3984: result: x86_64-apple-darwin11.4.0 | |
configure:4004: checking host system type | |
configure:4017: result: x86_64-apple-darwin11.4.0 | |
configure:4037: checking target system type | |
configure:4050: result: x86_64-apple-darwin11.4.0 | |
configure:4078: checking for grep that handles long lines and -e | |
configure:4136: result: /usr/bin/grep | |
configure:4141: checking for egrep | |
configure:4203: result: /usr/bin/grep -E | |
configure:4209: checking whether ln -s works | |
configure:4213: result: yes | |
configure:4235: checking for a BSD-compatible install | |
configure:4303: result: /usr/bin/install -c | |
configure:4344: Apache Portable Runtime (APR) library configuration | |
configure:4372: checking for APR | |
configure:4448: result: yes | |
configure:4631: checking APR version | |
configure:4637: result: 1.3.9 | |
configure:4758: Apache Portable Runtime Utility (APRUTIL) library configuration | |
configure:4786: checking for APR-util | |
configure:4862: result: yes | |
configure:5036: checking APR-UTIL version | |
configure:5050: result: 1.3.9 | |
configure:5152: checking for pkg-config | |
configure:5170: found /usr/local/bin/pkg-config | |
configure:5182: result: /usr/local/bin/pkg-config | |
configure:5211: checking neon library | |
configure:5410: checking for neon-config | |
configure:5428: found /usr/local/Cellar/neon/0.29.6/bin/neon-config | |
configure:5440: result: /usr/local/Cellar/neon/0.29.6/bin/neon-config | |
configure:5451: checking neon library version | |
configure:5458: result: 0.29.6 | |
configure:5601: checking for ANSI C header files | |
configure:5621: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5 | |
configure:5621: $? = 0 | |
clang: warning: argument unused during compilation: '-no-cpp-precomp' | |
clang: warning: argument unused during compilation: '-no-cpp-precomp' | |
configure:5694: /usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/neon/0.29.6/lib -L/Applications/XAMPP/xamppfiles/lib conftest.c >&5 | |
configure:5694: $? = 0 | |
configure:5694: ./conftest | |
configure:5694: $? = 0 | |
configure:5705: result: yes | |
configure:5718: checking for sys/types.h | |
configure:5718: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5 | |
configure:5718: $? = 0 | |
configure:5718: result: yes | |
configure:5718: checking for sys/stat.h | |
configure:5718: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5 | |
configure:5718: $? = 0 | |
configure:5718: result: yes | |
configure:5718: checking for stdlib.h | |
configure:5718: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5 | |
configure:5718: $? = 0 | |
configure:5718: result: yes | |
configure:5718: checking for string.h | |
configure:5718: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5 | |
configure:5718: $? = 0 | |
configure:5718: result: yes | |
configure:5718: checking for memory.h | |
configure:5718: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5 | |
configure:5718: $? = 0 | |
configure:5718: result: yes | |
configure:5718: checking for strings.h | |
configure:5718: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5 | |
configure:5718: $? = 0 | |
configure:5718: result: yes | |
configure:5718: checking for inttypes.h | |
configure:5718: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5 | |
configure:5718: $? = 0 | |
configure:5718: result: yes | |
configure:5718: checking for stdint.h | |
configure:5718: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5 | |
configure:5718: $? = 0 | |
configure:5718: result: yes | |
configure:5718: checking for unistd.h | |
configure:5718: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp conftest.c >&5 | |
configure:5718: $? = 0 | |
configure:5718: result: yes | |
configure:6035: checking whether to look for GSSAPI (Kerberos) | |
configure:6154: result: no | |
configure:6239: looking for apr_memcache as part of apr-util | |
configure:6243: checking apr_memcache.h usability | |
configure:6243: /usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/Applications/XAMPP/xamppfiles/include -I/Applications/XAMPP/xamppfiles/include -I/Applications/XAMPP/xamppfiles/include conftest.c >&5 | |
conftest.c:56:10: fatal error: 'apr_memcache.h' file not found | |
#include <apr_memcache.h> | |
^ | |
1 error generated. | |
configure:6243: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "subversion" | |
| #define PACKAGE_TARNAME "subversion" | |
| #define PACKAGE_VERSION "1.7.4" | |
| #define PACKAGE_STRING "subversion 1.7.4" | |
| #define PACKAGE_BUGREPORT "http://subversion.apache.org/" | |
| #define PACKAGE_URL "" | |
| #define SVN_NEON_0_26 1 | |
| #define SVN_NEON_0_27 1 | |
| #define SVN_NEON_0_28 1 | |
| #define SVN_HAVE_NEON 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| #include <apr_memcache.h> | |
configure:6243: result: no | |
configure:6243: checking apr_memcache.h presence | |
configure:6243: /usr/bin/clang -E -I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/Applications/XAMPP/xamppfiles/include -I/Applications/XAMPP/xamppfiles/include -I/Applications/XAMPP/xamppfiles/include conftest.c | |
clang: warning: argument unused during compilation: '-no-cpp-precomp' | |
conftest.c:23:10: fatal error: 'apr_memcache.h' file not found | |
#include <apr_memcache.h> | |
^ | |
1 error generated. | |
configure:6243: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "subversion" | |
| #define PACKAGE_TARNAME "subversion" | |
| #define PACKAGE_VERSION "1.7.4" | |
| #define PACKAGE_STRING "subversion 1.7.4" | |
| #define PACKAGE_BUGREPORT "http://subversion.apache.org/" | |
| #define PACKAGE_URL "" | |
| #define SVN_NEON_0_26 1 | |
| #define SVN_NEON_0_27 1 | |
| #define SVN_NEON_0_28 1 | |
| #define SVN_HAVE_NEON 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <apr_memcache.h> | |
configure:6243: result: no | |
configure:6243: checking for apr_memcache.h | |
configure:6243: result: no | |
configure:6482: checking for Apache module support via DSO through APXS | |
configure:6514: result: found at /usr/sbin/apxs | |
configure:6517: checking httpd version | |
clang: warning: argument unused during compilation: '-no-cpp-precomp' | |
configure:6529: result: recent enough | |
configure:6557: checking whether Apache version is compatible with APR version | |
clang: warning: argument unused during compilation: '-no-cpp-precomp' | |
In file included from conftest.c:24: | |
/usr/include/apache2/ap_release.h:25:10: fatal error: 'apr_general.h' file not found | |
#include "apr_general.h" /* stringify */ | |
^ | |
1 error generated. | |
configure:6587: result: no | |
configure:6589: error: Apache version incompatible with APR version | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin11.4.0 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=/usr/bin/clang | |
ac_cv_env_CFLAGS_set=set | |
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=native -Qunused-arguments' | |
ac_cv_env_CPPFLAGS_set=set | |
ac_cv_env_CPPFLAGS_value='-I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include' | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CXXCPP_set= | |
ac_cv_env_CXXCPP_value= | |
ac_cv_env_CXXFLAGS_set=set | |
ac_cv_env_CXXFLAGS_value='-Os -w -pipe -march=native -Qunused-arguments' | |
ac_cv_env_CXX_set=set | |
ac_cv_env_CXX_value=/usr/bin/clang++ | |
ac_cv_env_LDFLAGS_set=set | |
ac_cv_env_LDFLAGS_value='-L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/neon/0.29.6/lib' | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_header_apr_memcache_h=no | |
ac_cv_header_inttypes_h=yes | |
ac_cv_header_memory_h=yes | |
ac_cv_header_stdc=yes | |
ac_cv_header_stdint_h=yes | |
ac_cv_header_stdlib_h=yes | |
ac_cv_header_string_h=yes | |
ac_cv_header_strings_h=yes | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_host=x86_64-apple-darwin11.4.0 | |
ac_cv_objext=o | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config | |
ac_cv_path_SED=/usr/bin/sed | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_path_neon_config=/usr/local/Cellar/neon/0.29.6/bin/neon-config | |
ac_cv_prog_CPP='/usr/bin/clang -E' | |
ac_cv_prog_ac_ct_CC=/usr/bin/clang | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_cxx_g=yes | |
ac_cv_python_compile=/usr/bin/clang | |
ac_cv_target=x86_64-apple-darwin11.4.0 | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
APACHE_INCLUDES='' | |
APACHE_LDFLAGS='' | |
APACHE_LIBEXECDIR='' | |
APXS='/usr/sbin/apxs' | |
AR='' | |
AWK='' | |
BDB_TEST_DEPS='' | |
BDB_TEST_PROGRAMS='' | |
BUILD_RULES='' | |
CC='/usr/bin/clang' | |
CFLAGS='-Os -w -pipe -march=native -Qunused-arguments ' | |
CPP='/usr/bin/clang -E' | |
CPPFLAGS='-I/usr/local/Cellar/readline/6.2.2/include -I/usr/local/Cellar/neon/0.29.6/include -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/Applications/XAMPP/xamppfiles/include ' | |
CTYPESGEN='' | |
CXX='/usr/bin/clang++' | |
CXXCPP='' | |
CXXFLAGS='-Os -w -pipe -march=native -Qunused-arguments' | |
DEFS='' | |
DLLTOOL='' | |
DOXYGEN='' | |
DSYMUTIL='' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
FGREP='' | |
FIX_JAVAHL_LIB='' | |
GETTEXT_CODESET='' | |
GREP='/usr/bin/grep' | |
INCLUDE_OUTPUTS='' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_EXTRA_JAVAHL_LIB='' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_RULES='' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STATIC_RULES='' | |
JAR='' | |
JAVA='' | |
JAVAC='' | |
JAVAC_FLAGS='' | |
JAVADOC='' | |
JAVAH='' | |
JAVAHL_COMPAT_TESTS_TARGET='' | |
JAVAHL_OBJDIR='' | |
JAVAHL_TESTS_TARGET='' | |
JAVA_CLASSPATH='' | |
JDK='' | |
JNI_INCLUDES='' | |
KDE4_CONFIG='' | |
KRB5_CONFIG='' | |
LD='/usr/bin/clang' | |
LDFLAGS='-L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/neon/0.29.6/lib -L/Applications/XAMPP/xamppfiles/lib' | |
LIBOBJS='' | |
LIBS='' | |
LIBTOOL='' | |
LIPO='' | |
LN_S='ln -s' | |
LTLIBOBJS='' | |
LT_CFLAGS='' | |
LT_CXX_LIBADD='' | |
LT_LDFLAGS='' | |
LT_NO_UNDEFINED='' | |
MANIFEST_TOOL='' | |
MKDIR='/usr/bin/install -c -d' | |
MOD_ACTIVATION='' | |
MSGFMT='' | |
MSGFMTFLAGS='' | |
MSGMERGE='' | |
NEON_LIBS='-L/usr/local/Cellar/neon/0.29.6/lib -lneon -lz -lssl -lcrypto -lz -dynamic -Wl,-search_paths_first -lkrb5 -lexpat' | |
NM='' | |
NMEDIT='' | |
NO_GETTEXT_CODESET='' | |
OBJDUMP='' | |
OBJEXT='o' | |
OTOOL64='' | |
OTOOL='' | |
PACKAGE_BUGREPORT='http://subversion.apache.org/' | |
PACKAGE_NAME='subversion' | |
PACKAGE_STRING='subversion 1.7.4' | |
PACKAGE_TARNAME='subversion' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='1.7.4' | |
PATH_SEPARATOR=':' | |
PERL='' | |
PKG_CONFIG='/usr/local/bin/pkg-config' | |
PYTHON='' | |
RANLIB='' | |
RDOC='' | |
RUBY='' | |
RUBY_MAJOR='' | |
RUBY_MINOR='' | |
SED='/usr/bin/sed' | |
SHELL='/bin/sh' | |
STRIP='' | |
SVN_APRUTIL_CONFIG='apu-1-config' | |
SVN_APRUTIL_INCLUDES=' -I/Applications/XAMPP/xamppfiles/include -I/Applications/XAMPP/xamppfiles/include' | |
SVN_APRUTIL_LIBS='-L/Applications/XAMPP/xamppfiles/lib -laprutil-1' | |
SVN_APRUTIL_PREFIX='/Applications/XAMPP/xamppfiles' | |
SVN_APR_CONFIG='apr-1-config' | |
SVN_APR_INCLUDES=' -I/Applications/XAMPP/xamppfiles/include ' | |
SVN_APR_LIBS='-L/Applications/XAMPP/xamppfiles/lib -lapr-1' | |
SVN_APR_MEMCACHE_INCLUDES='' | |
SVN_APR_MEMCACHE_LIBS='' | |
SVN_APR_MEMCACHE_PREFIX='' | |
SVN_APR_PREFIX='/Applications/XAMPP/xamppfiles' | |
SVN_APR_SHLIB_PATH_VAR='DYLD_LIBRARY_PATH' | |
SVN_BINDIR='' | |
SVN_CONFIG_SCRIPT_FILES='' | |
SVN_DB_INCLUDES='' | |
SVN_DB_LIBS='' | |
SVN_EXTERNAL_PROJECT_SUBDIRS='' | |
SVN_FS_LIB_DEPS='' | |
SVN_FS_LIB_INSTALL_DEPS='' | |
SVN_FS_LIB_LINK='' | |
SVN_GNOME_KEYRING_INCLUDES='' | |
SVN_GNOME_KEYRING_LIBS='' | |
SVN_GSSAPI_INCLUDES='' | |
SVN_GSSAPI_LIBS='' | |
SVN_KWALLET_INCLUDES='' | |
SVN_KWALLET_LIBS='' | |
SVN_LIBTOOL='' | |
SVN_LT_SOVERSION='-version-info 0' | |
SVN_MAGIC_INCLUDES='' | |
SVN_MAGIC_LIBS='' | |
SVN_NEON_INCLUDES='-I/usr/local/Cellar/neon/0.29.6/include/neon' | |
SVN_RA_LIB_DEPS='' | |
SVN_RA_LIB_INSTALL_DEPS='' | |
SVN_RA_LIB_LINK='' | |
SVN_SASL_INCLUDES='' | |
SVN_SASL_LIBS='' | |
SVN_SERF_INCLUDES='' | |
SVN_SERF_LIBS='' | |
SVN_SERF_PREFIX='' | |
SVN_SQLITE_INCLUDES='' | |
SVN_SQLITE_LIBS='' | |
SVN_XML_INCLUDES='' | |
SVN_XML_LIBS='' | |
SVN_ZLIB_INCLUDES='' | |
SVN_ZLIB_LIBS='' | |
SVN_ZLIB_PREFIX='' | |
SWIG='' | |
SWIG_LDFLAGS='-L/usr/local/Cellar/readline/6.2.2/lib -L/usr/local/Cellar/neon/0.29.6/lib' | |
SWIG_PL_INCLUDES='' | |
SWIG_PY_COMPILE='' | |
SWIG_PY_INCLUDES='' | |
SWIG_PY_LIBS='' | |
SWIG_PY_LINK='' | |
SWIG_RB_COMPILE='' | |
SWIG_RB_INCLUDES='' | |
SWIG_RB_LIBS='' | |
SWIG_RB_LINK='' | |
SWIG_RB_SITE_ARCH_DIR='' | |
SWIG_RB_SITE_LIB_DIR='' | |
SWIG_RB_TEST_VERBOSE='' | |
TRANG='' | |
TRANSFORM_LIBTOOL_SCRIPTS='' | |
XGETTEXT='' | |
abs_builddir='/private/tmp/homebrew-subversion-1.7.4-J5IB/subversion-1.7.4' | |
abs_srcdir='/private/tmp/homebrew-subversion-1.7.4-J5IB/subversion-1.7.4' | |
ac_ct_AR='' | |
ac_ct_CC='/usr/bin/clang' | |
ac_ct_CXX='' | |
ac_ct_DUMPBIN='' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin11.4.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin11.4.0' | |
build_vendor='apple' | |
canonicalized_srcdir='' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='NONE' | |
host='x86_64-apple-darwin11.4.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin11.4.0' | |
host_vendor='apple' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
libsvn_auth_gnome_keyring_LDFLAGS='' | |
libsvn_auth_kwallet_LDFLAGS='' | |
libsvn_client_LDFLAGS='' | |
libsvn_delta_LDFLAGS='' | |
libsvn_diff_LDFLAGS='' | |
libsvn_fs_LDFLAGS='' | |
libsvn_fs_base_LDFLAGS='' | |
libsvn_fs_fs_LDFLAGS='' | |
libsvn_fs_util_LDFLAGS='' | |
libsvn_ra_LDFLAGS='' | |
libsvn_ra_local_LDFLAGS='' | |
libsvn_ra_neon_LDFLAGS='' | |
libsvn_ra_serf_LDFLAGS='' | |
libsvn_ra_svn_LDFLAGS='' | |
libsvn_repos_LDFLAGS='' | |
libsvn_subr_LDFLAGS='' | |
libsvn_wc_LDFLAGS='' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
neon_config='/usr/local/Cellar/neon/0.29.6/bin/neon-config' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local/Cellar/subversion/1.7.4' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target='x86_64-apple-darwin11.4.0' | |
target_alias='' | |
target_cpu='x86_64' | |
target_os='darwin11.4.0' | |
target_vendor='apple' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "subversion" | |
#define PACKAGE_TARNAME "subversion" | |
#define PACKAGE_VERSION "1.7.4" | |
#define PACKAGE_STRING "subversion 1.7.4" | |
#define PACKAGE_BUGREPORT "http://subversion.apache.org/" | |
#define PACKAGE_URL "" | |
#define SVN_NEON_0_26 1 | |
#define SVN_NEON_0_27 1 | |
#define SVN_NEON_0_28 1 | |
#define SVN_HAVE_NEON 1 | |
#define STDC_HEADERS 1 | |
#define HAVE_SYS_TYPES_H 1 | |
#define HAVE_SYS_STAT_H 1 | |
#define HAVE_STDLIB_H 1 | |
#define HAVE_STRING_H 1 | |
#define HAVE_MEMORY_H 1 | |
#define HAVE_STRINGS_H 1 | |
#define HAVE_INTTYPES_H 1 | |
#define HAVE_STDINT_H 1 | |
#define HAVE_UNISTD_H 1 | |
configure: exit 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment