Created
October 8, 2013 18:57
-
-
Save cygri/6889715 to your computer and use it in GitHub Desktop.
Ticket for "brew install virtuoso" troubles
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
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... binsrc/config/install-sh -c -d | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking how to create a ustar tar archive... gnutar | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking build system type... x86_64-apple-darwin12.5.0 | |
checking host system type... x86_64-apple-darwin12.5.0 | |
creating config.nice | |
checking for Virtuoso installation layout... default | |
checking for cpp... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp | |
checking for gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang accepts -g... yes | |
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang... none | |
checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang and cc understand -c and -o together... yes | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking how to run the C preprocessor... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp | |
configure: error: in `/private/tmp/virtuoso-XWuC/virtuoso-opensource-7.0.0': | |
configure: error: C preprocessor "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp" fails sanity check | |
See `config.log' for more details. | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: c2c9e297fb6e471e0fae2919d30549c6c47cfe71 | |
CPU: dual-core 64-bit penryn | |
OS X: 10.8.5-x86_64 | |
Xcode: 5.0 | |
X11: N/A |
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.5 | |
ORIGIN: https://github.com/mxcl/homebrew | |
HEAD: c2c9e297fb6e471e0fae2919d30549c6c47cfe71 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: dual-core 64-bit penryn | |
OS X: 10.8.5-x86_64 | |
Xcode: 5.0 | |
LLVM-GCC: N/A | |
Clang: 5.0 build 500 | |
X11: N/A | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /Library/Frameworks/Python.framework/Versions/2.7/bin/python => /Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
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
Warning: "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: | |
/Library/Frameworks/Python.framework/Versions/2.7/bin/python-config | |
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2-config | |
/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7-config | |
/Library/Frameworks/Python.framework/Versions/3.2/bin/python3-config | |
/Library/Frameworks/Python.framework/Versions/3.2/bin/python3.2-config | |
/Library/Frameworks/Python.framework/Versions/3.2/bin/python3.2m-config |
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://downloads.sourceforge.net/project/virtuoso/virtuoso/7.0.0/virtuoso-opensource-7.0.0.tar.gz | |
Already downloaded: /Library/Caches/Homebrew/virtuoso-7.0.0.tar.gz | |
tar xf /Library/Caches/Homebrew/virtuoso-7.0.0.tar.gz | |
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/virtuoso/7.0.0 | |
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/virtuoso/7.0.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... binsrc/config/install-sh -c -d | |
checking for gawk... gawk | |
checking whether make sets $(MAKE)... yes | |
checking how to create a ustar tar archive... gnutar | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking build system type... x86_64-apple-darwin12.5.0 | |
checking host system type... x86_64-apple-darwin12.5.0 | |
creating config.nice | |
checking for Virtuoso installation layout... default | |
checking for cpp... /usr/local/Library/ENV/4.3/cpp | |
checking for gcc... cc | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether cc accepts -g... yes | |
checking for cc option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of cc... none | |
checking whether cc understands -c and -o together... yes | |
checking for a sed that does not truncate output... /usr/local/Library/ENV/4.3/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by cc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking how to run the C preprocessor... /usr/local/Library/ENV/4.3/cpp | |
configure: error: in `/private/tmp/virtuoso-TSBA/virtuoso-opensource-7.0.0': | |
configure: error: C preprocessor "/usr/local/Library/ENV/4.3/cpp" fails sanity check | |
See `config.log' for more details. | |
==> Configuration | |
HOMEBREW_VERSION: 0.9.5 | |
HEAD: c2c9e297fb6e471e0fae2919d30549c6c47cfe71 | |
CPU: dual-core 64-bit penryn | |
OS X: 10.8.5-x86_64 | |
Xcode: 5.0 | |
X11: N/A | |
==> ENV | |
HOMEBREW_CC: clang | |
MAKEFLAGS: -j2 | |
CMAKE_PREFIX_PATH: /usr/local:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr | |
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/libxml2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/apache2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
CMAKE_FRAMEWORK_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/System/Library/Frameworks | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8 | |
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
OBJC: cc | |
PATH: /usr/local/Library/ENV/4.3:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/usr/local/opt/gawk/bin:/usr/bin:/bin:/usr/sbin:/sbin | |
Error: virtuoso did not build | |
Logs: /Users/RichardCyganiak/Library/Logs/Homebrew/virtuoso/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 Virtuoso Open Source Edition (Column Store) configure 7.0.0, which was | |
generated by GNU Autoconf 2.63. Invocation command line was | |
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/virtuoso/7.0.0 | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = cygri.ie.deri.local | |
uname -m = x86_64 | |
uname -r = 12.5.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 12.5.0: Mon Jul 29 16:33:49 PDT 2013; root:xnu-2050.48.11~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 12.5.0: Mon Jul 29 16:33:49 PDT 2013; root:xnu-2050.48.11~1/RELEASE_X86_64 | |
Kernel configured for up to 2 processors. | |
2 processors are physically available. | |
2 processors are logically available. | |
Processor type: i486 (Intel 80486) | |
Processors active: 0 1 | |
Primary memory available: 4.00 gigabytes | |
Default processor set: 131 tasks, 706 threads, 2 processors | |
Load average: 1.07, Mach factor: 1.06 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /Library/Frameworks/Python.framework/Versions/2.7/bin | |
PATH: /Library/Frameworks/Python.framework/Versions/3.2/bin | |
PATH: /usr/local/share/npm/bin | |
PATH: /usr/local/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
PATH: /usr/local/git/bin | |
PATH: /Applications/Jena/bin | |
PATH: /Users/RichardCyganiak/bin | |
PATH: /usr/local/mysql/bin | |
PATH: /usr/local/drush | |
PATH: /Applications/any23-0.4.1/any23-core/bin | |
PATH: /Users/RichardCyganiak/Tarql/tarql/target/appassembler/bin | |
PATH: /usr/local/Library/Contributions/cmd | |
PATH: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin | |
PATH: /Applications/Xcode.app/Contents/Developer/usr/bin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2373: checking for a BSD-compatible install | |
configure:2441: result: /usr/bin/install -c | |
configure:2452: checking whether build environment is sane | |
configure:2512: result: yes | |
configure:2653: checking for a thread-safe mkdir -p | |
configure:2692: result: binsrc/config/install-sh -c -d | |
configure:2705: checking for gawk | |
configure:2721: found /usr/local/bin/gawk | |
configure:2732: result: gawk | |
configure:2743: checking whether make sets $(MAKE) | |
configure:2765: result: yes | |
configure:2842: checking how to create a ustar tar archive | |
configure:2855: tar --version | |
bsdtar 2.8.3 - libarchive 2.8.3 | |
configure:2858: $? = 0 | |
configure:2898: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar | |
configure:2901: $? = 0 | |
configure:2905: tar -xf - <conftest.tar | |
configure:2908: $? = 0 | |
configure:2921: result: gnutar | |
configure:2930: checking whether to enable maintainer-specific portions of Makefiles | |
configure:2939: result: no | |
configure:2965: checking build system type | |
configure:2983: result: x86_64-apple-darwin12.5.0 | |
configure:3005: checking host system type | |
configure:3020: result: x86_64-apple-darwin12.5.0 | |
configure:3092: checking for Virtuoso installation layout | |
configure:3260: result: default | |
configure:3299: checking for cpp | |
configure:3318: found /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp | |
configure:3331: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp | |
configure:3388: checking for gcc | |
configure:3415: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang | |
configure:3647: checking for C compiler version | |
configure:3655: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --version >&5 | |
Apple LLVM version 5.0 (clang-500.2.76) (based on LLVM 3.3svn) | |
Target: x86_64-apple-darwin12.5.0 | |
Thread model: posix | |
configure:3659: $? = 0 | |
configure:3666: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v >&5 | |
Apple LLVM version 5.0 (clang-500.2.76) (based on LLVM 3.3svn) | |
Target: x86_64-apple-darwin12.5.0 | |
Thread model: posix | |
configure:3670: $? = 0 | |
configure:3677: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -V >&5 | |
clang: error: argument to '-V' is missing (expected 1 value) | |
clang: error: no input files | |
configure:3681: $? = 1 | |
configure:3704: checking for C compiler default output file name | |
configure:3726: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -m64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -L/usr/local/lib -Wl,-headerpad_max_install_names -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -arch x86_64 conftest.c >&5 | |
configure:3730: $? = 0 | |
configure:3768: result: a.out | |
configure:3787: checking whether the C compiler works | |
configure:3797: ./a.out | |
configure:3801: $? = 0 | |
configure:3820: result: yes | |
configure:3827: checking whether we are cross compiling | |
configure:3829: result: no | |
configure:3832: checking for suffix of executables | |
configure:3839: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -o conftest -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -m64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -L/usr/local/lib -Wl,-headerpad_max_install_names -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -arch x86_64 conftest.c >&5 | |
configure:3843: $? = 0 | |
configure:3869: result: | |
configure:3875: checking for suffix of object files | |
configure:3901: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -m64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk conftest.c >&5 | |
configure:3905: $? = 0 | |
configure:3930: result: o | |
configure:3934: checking whether we are using the GNU C compiler | |
configure:3963: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -m64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk conftest.c >&5 | |
configure:3970: $? = 0 | |
configure:3987: result: yes | |
configure:3996: checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang accepts -g | |
configure:4026: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -g -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk conftest.c >&5 | |
configure:4033: $? = 0 | |
configure:4134: result: yes | |
configure:4151: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang option to accept ISO C89 | |
configure:4225: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -m64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk conftest.c >&5 | |
configure:4232: $? = 0 | |
configure:4255: result: none needed | |
configure:4284: checking for style of include used by make | |
configure:4312: result: GNU | |
configure:4337: checking dependency style of /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang | |
configure:4447: result: none | |
configure:4463: checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang and cc understand -c and -o together | |
configure:4498: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c conftest.c -o conftest2.o >&5 | |
configure:4502: $? = 0 | |
configure:4508: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c conftest.c -o conftest2.o >&5 | |
configure:4512: $? = 0 | |
configure:4523: cc -c conftest.c >&5 | |
configure:4527: $? = 0 | |
configure:4535: cc -c conftest.c -o conftest2.o >&5 | |
configure:4539: $? = 0 | |
configure:4545: cc -c conftest.c -o conftest2.o >&5 | |
configure:4549: $? = 0 | |
configure:4567: result: yes | |
configure:4584: checking for a sed that does not truncate output | |
configure:4650: result: /usr/bin/sed | |
configure:4668: checking for grep that handles long lines and -e | |
configure:4728: result: /usr/bin/grep | |
configure:4733: checking for egrep | |
configure:4797: result: /usr/bin/grep -E | |
configure:4802: checking for fgrep | |
configure:4866: result: /usr/bin/grep -F | |
configure:4901: checking for ld used by /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang | |
configure:4968: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
configure:4977: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld | |
configure:4992: result: no | |
configure:5019: checking how to run the C preprocessor | |
configure:5137: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp | |
configure:5166: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk conftest.c | |
clang: error: no such file or directory: 'c' | |
clang: warning: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk: 'linker' input unused | |
configure:5173: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "Virtuoso Open Source Edition (Column Store)" | |
| #define PACKAGE_TARNAME "virtuoso-opensource" | |
| #define PACKAGE_VERSION "7.0.0" | |
| #define PACKAGE_STRING "Virtuoso Open Source Edition (Column Store) 7.0.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "virtuoso-opensource" | |
| #define VERSION "7.0.0" | |
| /* end confdefs.h. */ | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| Syntax error | |
configure:5166: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk conftest.c | |
clang: error: no such file or directory: 'c' | |
clang: warning: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk: 'linker' input unused | |
configure:5173: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| #define PACKAGE_NAME "Virtuoso Open Source Edition (Column Store)" | |
| #define PACKAGE_TARNAME "virtuoso-opensource" | |
| #define PACKAGE_VERSION "7.0.0" | |
| #define PACKAGE_STRING "Virtuoso Open Source Edition (Column Store) 7.0.0" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "virtuoso-opensource" | |
| #define VERSION "7.0.0" | |
| /* end confdefs.h. */ | |
| #ifdef __STDC__ | |
| # include <limits.h> | |
| #else | |
| # include <assert.h> | |
| #endif | |
| Syntax error | |
configure:5235: error: in `/private/tmp/virtuoso-XWuC/virtuoso-opensource-7.0.0': | |
configure:5238: error: C preprocessor "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp" fails sanity check | |
See `config.log' for more details. | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=x86_64-apple-darwin12.5.0 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang | |
ac_cv_env_CFLAGS_set=set | |
ac_cv_env_CFLAGS_value='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -m64' | |
ac_cv_env_CPPFLAGS_set=set | |
ac_cv_env_CPPFLAGS_value='-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk' | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_LDFLAGS_set=set | |
ac_cv_env_LDFLAGS_value='-L/usr/local/lib -Wl,-headerpad_max_install_names -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -arch x86_64' | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_YACC_set= | |
ac_cv_env_YACC_value= | |
ac_cv_env_YFLAGS_set= | |
ac_cv_env_YFLAGS_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_host=x86_64-apple-darwin12.5.0 | |
ac_cv_objext=o | |
ac_cv_path_CPP=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp | |
ac_cv_path_EGREP='/usr/bin/grep -E' | |
ac_cv_path_FGREP='/usr/bin/grep -F' | |
ac_cv_path_GREP=/usr/bin/grep | |
ac_cv_path_SED=/usr/bin/sed | |
ac_cv_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=gawk | |
ac_cv_prog_CPP=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp | |
ac_cv_prog_ac_ct_CC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang | |
ac_cv_prog_cc__Applications_Xcode_app_Contents_Developer_Toolchains_XcodeDefault_xctoolchain_usr_bin_clang_c_o=yes | |
ac_cv_prog_cc_c89= | |
ac_cv_prog_cc_g=yes | |
ac_cv_prog_make_make_set=yes | |
am_cv_CC_dependencies_compiler_type=none | |
am_cv_prog_tar_ustar=gnutar | |
lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
lt_cv_prog_gnu_ld=no | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/virtuoso-XWuC/virtuoso-opensource-7.0.0/binsrc/config/missing --run aclocal-1.11' | |
AMDEPBACKSLASH='' | |
AMDEP_FALSE='' | |
AMDEP_TRUE='#' | |
AMTAR='${SHELL} /private/tmp/virtuoso-XWuC/virtuoso-opensource-7.0.0/binsrc/config/missing --run tar' | |
AM_LDFLAGS='' | |
AR='' | |
AUTOCONF='${SHELL} /private/tmp/virtuoso-XWuC/virtuoso-opensource-7.0.0/binsrc/config/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/virtuoso-XWuC/virtuoso-opensource-7.0.0/binsrc/config/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/virtuoso-XWuC/virtuoso-opensource-7.0.0/binsrc/config/missing --run automake-1.11' | |
AWK='gawk' | |
BINDIR='/private/tmp/virtuoso-XWuC/virtuoso-opensource-7.0.0/bin' | |
BUILD_GLIB_CFLAGS='' | |
BUILD_GLIB_LIBS='' | |
BUILD_OPTS='' | |
CC='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang' | |
CCDEBUG='' | |
CCDEFS='' | |
CCDEPMODE='depmode=none' | |
CCLIBS='' | |
CCOPT='' | |
CCPLATFORMDEFS='' | |
CCWARN='' | |
CFLAGS='-Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -m64' | |
CPP='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cpp' | |
CPPFLAGS='-isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk' | |
CYGPATH_W='echo' | |
DEFS='' | |
DEPDIR='.deps' | |
DSYMUTIL='' | |
DUMPBIN='' | |
ECHO_C='\c' | |
ECHO_N='' | |
ECHO_T='' | |
EGREP='/usr/bin/grep -E' | |
EXEEXT='' | |
FGREP='/usr/bin/grep -F' | |
FLEX='' | |
GAWK='' | |
GLIB_CFLAGS='' | |
GLIB_LIBS='' | |
GMODULE_CFLAGS='' | |
GMODULE_LIBS='' | |
GPERF='' | |
GREP='/usr/bin/grep' | |
HAVE_MONO_FALSE='' | |
HAVE_MONO_TRUE='' | |
HAVE_PHP5_FALSE='' | |
HAVE_PHP5_TRUE='' | |
HSL_CPPFLAGS='' | |
HSL_LDFLAGS='' | |
HSL_LIBS='' | |
HS_LOOKUP='' | |
HTMLDOC='' | |
IM_CONFIG='' | |
IM_CPPFLAGS='' | |
IM_LDFLAGS='' | |
IM_LIBS='' | |
INCDIR='/private/tmp/virtuoso-XWuC/virtuoso-opensource-7.0.0/include' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
INTEG_JDK_FALSE='' | |
INTEG_JDK_TRUE='' | |
LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' | |
LDFLAGS='-L/usr/local/lib -Wl,-headerpad_max_install_names -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk -arch x86_64' | |
LEX='' | |
LEXLIB='' | |
LEX_OUTPUT_ROOT='' | |
LIBDIR='/private/tmp/virtuoso-XWuC/virtuoso-opensource-7.0.0/lib' | |
LIBDL='' | |
LIBOBJS='' | |
LIBRDL='' | |
LIBS='' | |
LIBTHR='' | |
LIBTOOL='' | |
LIPO='' | |
LN_S='' | |
LTLIBOBJS='' | |
MAINT='#' | |
MAINTAINER_MODE_FALSE='' | |
MAINTAINER_MODE_TRUE='#' | |
MAKEINFO='${SHELL} /private/tmp/virtuoso-XWuC/virtuoso-opensource-7.0.0/binsrc/config/missing --run makeinfo' | |
MKDIR_P='binsrc/config/install-sh -c -d' | |
NM='' | |
NMEDIT='' | |
OBJDUMP='' | |
OBJEXT='o' | |
OPSYS='' | |
OTOOL64='' | |
OTOOL='' | |
PACKAGE='virtuoso-opensource' | |
PACKAGE_BUGREPORT='[email protected]' | |
PACKAGE_NAME='Virtuoso Open Source Edition (Column Store)' | |
PACKAGE_STRING='Virtuoso Open Source Edition (Column Store) 7.0.0' | |
PACKAGE_TARNAME='virtuoso-opensource' | |
PACKAGE_VERSION='7.0.0' | |
PATH_SEPARATOR=':' | |
PERL='' | |
PERL_CFLAGS='' | |
PERL_LDFLAGS='' | |
PKG_CONFIG='' | |
PLSTATS='' | |
PORT='' | |
PYTHON='' | |
PYTHON_CFLAGS='' | |
PYTHON_LDFLAGS='' | |
RANLIB='' | |
RUBY='' | |
RUBY_CFLAGS='' | |
RUBY_LDFLAGS='' | |
SED='/usr/bin/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STRIP='' | |
SYSLIBS='' | |
TOP='/private/tmp/virtuoso-XWuC/virtuoso-opensource-7.0.0' | |
VERSION='7.0.0' | |
VIRT_AM_CFLAGS='' | |
WBXML2_CFLAGS='' | |
WBXML2_LDFLAGS='' | |
WGET='' | |
WITH_BPEL_VAD_FALSE='' | |
WITH_BPEL_VAD_TRUE='' | |
WITH_CONDUCTOR_VAD_FALSE='' | |
WITH_CONDUCTOR_VAD_TRUE='' | |
WITH_DBPEDIA_VAD_FALSE='' | |
WITH_DBPEDIA_VAD_TRUE='' | |
WITH_DEMO_VAD_FALSE='' | |
WITH_DEMO_VAD_TRUE='' | |
WITH_FCT_VAD_FALSE='' | |
WITH_FCT_VAD_TRUE='' | |
WITH_HSL_FALSE='' | |
WITH_HSL_TRUE='' | |
WITH_HTMLDOC_FALSE='' | |
WITH_HTMLDOC_TRUE='' | |
WITH_IMSG_FALSE='' | |
WITH_IMSG_TRUE='' | |
WITH_IM_FALSE='' | |
WITH_IM_TRUE='' | |
WITH_IODBC_FALSE='' | |
WITH_IODBC_TRUE='' | |
WITH_ISPARQL_VAD_FALSE='' | |
WITH_ISPARQL_VAD_TRUE='' | |
WITH_JDK2_FALSE='' | |
WITH_JDK2_TRUE='' | |
WITH_JDK3_FALSE='' | |
WITH_JDK3_TRUE='' | |
WITH_JDK4_1_FALSE='' | |
WITH_JDK4_1_TRUE='' | |
WITH_JDK4_FALSE='' | |
WITH_JDK4_TRUE='' | |
WITH_KERBEROS_FALSE='' | |
WITH_KERBEROS_TRUE='' | |
WITH_LDAP_FALSE='' | |
WITH_LDAP_TRUE='' | |
WITH_ODS_VAD_FALSE='' | |
WITH_ODS_VAD_TRUE='' | |
WITH_PERL_FALSE='' | |
WITH_PERL_TRUE='' | |
WITH_PLDEBUG_FALSE='' | |
WITH_PLDEBUG_TRUE='' | |
WITH_PTHREADS_FALSE='' | |
WITH_PTHREADS_TRUE='' | |
WITH_PYTHON_FALSE='' | |
WITH_PYTHON_TRUE='' | |
WITH_RDB2RDF_VAD_FALSE='' | |
WITH_RDB2RDF_VAD_TRUE='' | |
WITH_RDFMAPPERS_VAD_FALSE='' | |
WITH_RDFMAPPERS_VAD_TRUE='' | |
WITH_RUBY_FALSE='' | |
WITH_RUBY_TRUE='' | |
WITH_SPARQLDEMO_VAD_FALSE='' | |
WITH_SPARQLDEMO_VAD_TRUE='' | |
WITH_SYNCML_VAD_FALSE='' | |
WITH_SYNCML_VAD_TRUE='' | |
WITH_TUTORIAL_VAD_FALSE='' | |
WITH_TUTORIAL_VAD_TRUE='' | |
WITH_WBXML2_FALSE='' | |
WITH_WBXML2_TRUE='' | |
WITH_ZLIB_FALSE='' | |
WITH_ZLIB_TRUE='' | |
XML2_CONFIG='' | |
XML_CPPFLAGS='' | |
XML_LIBS='' | |
YACC='' | |
YFLAGS='' | |
ZLIB_INC='' | |
ZLIB_LIB='' | |
ac_ct_CC='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang' | |
ac_ct_DUMPBIN='' | |
ac_jdk2_path='' | |
ac_jdk3_path='' | |
ac_jdk4_1_path='' | |
ac_jdk4_path='' | |
am__EXEEXT_FALSE='' | |
am__EXEEXT_TRUE='' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='#' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__quote='' | |
am__tar='tar --format=ustar -chf - "$$tardir"' | |
am__untar='tar -xf -' | |
bindir='${exec_prefix}/bin' | |
build='x86_64-apple-darwin12.5.0' | |
build_alias='' | |
build_cpu='x86_64' | |
build_os='darwin12.5.0' | |
build_vendor='apple' | |
ccincl='' | |
clntlibs='' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
dbdir='${prefix}/var/lib/virtuoso/db' | |
demodir='${prefix}/var/lib/virtuoso/demo' | |
docdir='${datarootdir}/virtuoso/doc' | |
dvidir='${docdir}' | |
exec_prefix='NONE' | |
host='x86_64-apple-darwin12.5.0' | |
host_alias='' | |
host_cpu='x86_64' | |
host_os='darwin12.5.0' | |
host_vendor='apple' | |
hostingdir='${exec_prefix}/lib/virtuoso/hosting' | |
htmldir='${docdir}' | |
htmldocdir='${datarootdir}/virtuoso/doc/html' | |
httprootdir='${prefix}/var/lib/virtuoso/vsp' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /private/tmp/virtuoso-XWuC/virtuoso-opensource-7.0.0/binsrc/config/install-sh' | |
iodbc_LDFLAGS='' | |
java_CPPFLAGS='' | |
java_LDFLAGS='' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
libxml_file='' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
lt_ECHO='/bin/echo' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(top_builddir)/binsrc/config/install-sh -c -d' | |
oldincludedir='/usr/include' | |
openldap_CFLAGS='' | |
openldap_LDFLAGS='' | |
openssl_CFLAGS='' | |
openssl_LDFLAGS='' | |
pdfdir='${docdir}' | |
pdfdocdir='${datarootdir}/virtuoso/doc/pdf' | |
php5_CFLAGS='' | |
php5_LDFLAGS='' | |
prefix='/usr/local/Cellar/virtuoso/7.0.0' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
srvrlibs='' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
vaddir='${datarootdir}/virtuoso/vad' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
#define PACKAGE_NAME "Virtuoso Open Source Edition (Column Store)" | |
#define PACKAGE_TARNAME "virtuoso-opensource" | |
#define PACKAGE_VERSION "7.0.0" | |
#define PACKAGE_STRING "Virtuoso Open Source Edition (Column Store) 7.0.0" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PACKAGE "virtuoso-opensource" | |
#define VERSION "7.0.0" | |
configure: exit 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment