Giter Club home page Giter Club logo

Comments (7)

rescrv avatar rescrv commented on July 19, 2024

Can you help me debug this by providing some more information? Please send me your config.log as well as the output you received when running make install.

Also, if you could run:

ldd /usr/local/lib/python?.?/dist-packages/hyperclient.so
ldd /usr/local/lib/libhyper*so

it would help as well.

from hyperdex.

billisonline avatar billisonline commented on July 19, 2024

Output of ldd /usr/local/lib/python?.?/dist-packages/hyperclient.so:

    linux-vdso.so.1 =>  (0x00007fff0d9f1000)
    libhyperclient.so.0 => not found
    libpython2.7.so.1.0 => /usr/lib/libpython2.7.so.1.0 (0x00007ff12537e000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ff124fc0000)
    libssl.so.1.0.0 => /lib/x86_64-linux-gnu/libssl.so.1.0.0 (0x00007ff124d64000)
    libcrypto.so.1.0.0 => /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007ff12499c000)
    libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007ff124784000)
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007ff124567000)
    libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007ff124363000)
    libutil.so.1 => /lib/x86_64-linux-gnu/libutil.so.1 (0x00007ff12415f000)
    libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007ff123e65000)
    libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007ff123c4f000)
    /lib64/ld-linux-x86-64.so.2 (0x00007ff125ad9000)

Output of ldd /usr/local/lib/libhyper*so:

/usr/local/lib/libhyperclient.so:
    linux-vdso.so.1 =>  (0x00007fffa356a000)
    libhyperspacehashing.so.0 => not found
    libe.so.0 => /usr/local/lib/libe.so.0 (0x00007f4c2c9db000)
    libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f4c2c6da000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f4c2c31d000)
    libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f4c2c107000)
    libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f4c2be0c000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f4c2ce33000)
/usr/local/lib/libhyperdisk.so:
    linux-vdso.so.1 =>  (0x00007fff7c5ff000)
    libhyperspacehashing.so.0 => not found
    libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f828ee75000)
    libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f828eb74000)
    libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f828e87a000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f828e4bd000)
    libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f828e2a6000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f828f2c8000)
/usr/local/lib/libhyperspacehashing.so:
    linux-vdso.so.1 =>  (0x00007fff72dff000)
    libe.so.0 => /usr/local/lib/libe.so.0 (0x00007ffd018cf000)
    libcityhash.so.0 => /usr/local/lib/libcityhash.so.0 (0x00007ffd016cc000)
    libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007ffd013cb000)
    libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007ffd0100e000)
    libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007ffd00df8000)
    libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007ffd00afd000)
    /lib64/ld-linux-x86-64.so.2 (0x00007ffd01cf6000)

Output of sudo make install:

make[1]: Entering directory `/home/bill/hyperdex-0.2b9'
test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   libhyperspacehashing.la libhyperdisk.la libhyperclient.la '/usr/local/lib'
libtool: install: /usr/bin/install -c .libs/libhyperspacehashing.so.0.0.0 /usr/local/lib/libhyperspacehashing.so.0.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libhyperspacehashing.so.0.0.0 libhyperspacehashing.so.0 || { rm -f libhyperspacehashing.so.0 && ln -s libhyperspacehashing.so.0.0.0 libhyperspacehashing.so.0; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libhyperspacehashing.so.0.0.0 libhyperspacehashing.so || { rm -f libhyperspacehashing.so && ln -s libhyperspacehashing.so.0.0.0 libhyperspacehashing.so; }; })
libtool: install: /usr/bin/install -c .libs/libhyperspacehashing.lai /usr/local/lib/libhyperspacehashing.la
libtool: install: (cd /home/bill/hyperdex-0.2b9; /bin/bash /home/bill/hyperdex-0.2b9/libtool  --silent --tag CXX --mode=relink g++ -g -O2 -o libhyperdisk.la -rpath /usr/local/lib hyperdisk/libhyperdisk_la-disk.lo hyperdisk/libhyperdisk_la-reference.lo hyperdisk/libhyperdisk_la-shard.lo hyperdisk/libhyperdisk_la-shard_snapshot.lo hyperdisk/libhyperdisk_la-shard_vector.lo hyperdisk/libhyperdisk_la-snapshot.lo libhyperspacehashing.la -lpthread -lpopt )
libtool: install: /usr/bin/install -c .libs/libhyperdisk.so.0.0.0T /usr/local/lib/libhyperdisk.so.0.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libhyperdisk.so.0.0.0 libhyperdisk.so.0 || { rm -f libhyperdisk.so.0 && ln -s libhyperdisk.so.0.0.0 libhyperdisk.so.0; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libhyperdisk.so.0.0.0 libhyperdisk.so || { rm -f libhyperdisk.so && ln -s libhyperdisk.so.0.0.0 libhyperdisk.so; }; })
libtool: install: /usr/bin/install -c .libs/libhyperdisk.lai /usr/local/lib/libhyperdisk.la
libtool: install: (cd /home/bill/hyperdex-0.2b9; /bin/bash /home/bill/hyperdex-0.2b9/libtool  --silent --tag CXX --mode=relink g++ -g -O2 -o libhyperclient.la -rpath /usr/local/lib hyperclient/libhyperclient_la-hyperclient.lo libhyperspacehashing.la libhyperdex.la -L/usr/local/lib -le -lpopt )
libtool: install: /usr/bin/install -c .libs/libhyperclient.so.0.0.0T /usr/local/lib/libhyperclient.so.0.0.0
libtool: install: (cd /usr/local/lib && { ln -s -f libhyperclient.so.0.0.0 libhyperclient.so.0 || { rm -f libhyperclient.so.0 && ln -s libhyperclient.so.0.0.0 libhyperclient.so.0; }; })
libtool: install: (cd /usr/local/lib && { ln -s -f libhyperclient.so.0.0.0 libhyperclient.so || { rm -f libhyperclient.so && ln -s libhyperclient.so.0.0.0 libhyperclient.so; }; })
libtool: install: /usr/bin/install -c .libs/libhyperclient.lai /usr/local/lib/libhyperclient.la
libtool: install: /usr/bin/install -c .libs/libhyperspacehashing.a /usr/local/lib/libhyperspacehashing.a
libtool: install: chmod 644 /usr/local/lib/libhyperspacehashing.a
libtool: install: ranlib /usr/local/lib/libhyperspacehashing.a
libtool: install: /usr/bin/install -c .libs/libhyperdisk.a /usr/local/lib/libhyperdisk.a
libtool: install: chmod 644 /usr/local/lib/libhyperdisk.a
libtool: install: ranlib /usr/local/lib/libhyperdisk.a
libtool: install: /usr/bin/install -c .libs/libhyperclient.a /usr/local/lib/libhyperclient.a
libtool: install: chmod 644 /usr/local/lib/libhyperclient.a
libtool: install: ranlib /usr/local/lib/libhyperclient.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
  /bin/bash ./libtool   --mode=install /usr/bin/install -c hyperdex-binary-test hyperdex-daemon hyperdex-replication-stress-test hyperdex-simple-consistency-stress-test '/usr/local/bin'
libtool: install: /usr/bin/install -c hyperdex-binary-test /usr/local/bin/hyperdex-binary-test
libtool: install: /usr/bin/install -c .libs/hyperdex-daemon /usr/local/bin/hyperdex-daemon
libtool: install: /usr/bin/install -c hyperdex-replication-stress-test /usr/local/bin/hyperdex-replication-stress-test
libtool: install: /usr/bin/install -c hyperdex-simple-consistency-stress-test /usr/local/bin/hyperdex-simple-consistency-stress-test
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
 /usr/bin/install -c hyperdex-coordinator hyperdex-coordinator-control '/usr/local/bin'
test -z "/usr/local/lib/python2.7/dist-packages" || /bin/mkdir -p "/usr/local/lib/python2.7/dist-packages"
 /bin/bash ./libtool   --mode=install /usr/bin/install -c   hyperclient/python/hyperclient.la '/usr/local/lib/python2.7/dist-packages'
libtool: install: (cd /home/bill/hyperdex-0.2b9; /bin/bash /home/bill/hyperdex-0.2b9/libtool  --silent --tag CC --mode=relink gcc -g -O2 -module -avoid-version -export-symbols-regex inithyperclient -o hyperclient/python/hyperclient.la -rpath /usr/local/lib/python2.7/dist-packages hyperclient/python/hyperclient_python_hyperclient_la-hyperclient.lo libhyperspacehashing.la libhyperclient.la -L/usr/lib -lpython2.7 )
libtool: install: /usr/bin/install -c hyperclient/python/.libs/hyperclient.soT /usr/local/lib/python2.7/dist-packages/hyperclient.so
libtool: install: /usr/bin/install -c hyperclient/python/.libs/hyperclient.lai /usr/local/lib/python2.7/dist-packages/hyperclient.la
libtool: install: /usr/bin/install -c hyperclient/python/.libs/hyperclient.a /usr/local/lib/python2.7/dist-packages/hyperclient.a
libtool: install: chmod 644 /usr/local/lib/python2.7/dist-packages/hyperclient.a
libtool: install: ranlib /usr/local/lib/python2.7/dist-packages/hyperclient.a
libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /usr/local/lib/python2.7/dist-packages
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/local/lib/python2.7/dist-packages

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "" || /bin/mkdir -p ""
test -z "/usr/local/include" || /bin/mkdir -p "/usr/local/include"
 /usr/bin/install -c -m 644 hyperdex.h '/usr/local/include'
test -z "/usr/local/include" || /bin/mkdir -p "/usr/local/include"
 /usr/bin/install -c -m 644 hyperclient/hyperclient.h '/usr/local/include'
test -z "/usr/local/include/hyperdisk" || /bin/mkdir -p "/usr/local/include/hyperdisk"
 /usr/bin/install -c -m 644 hyperdisk/hyperdisk/disk.h hyperdisk/hyperdisk/reference.h hyperdisk/hyperdisk/returncode.h hyperdisk/hyperdisk/snapshot.h '/usr/local/include/hyperdisk'
test -z "/usr/local/include/hyperspacehashing" || /bin/mkdir -p "/usr/local/include/hyperspacehashing"
 /usr/bin/install -c -m 644 hyperspacehashing/hyperspacehashing/hashes.h hyperspacehashing/hyperspacehashing/mask.h hyperspacehashing/hyperspacehashing/prefix.h hyperspacehashing/hyperspacehashing/search.h '/usr/local/include/hyperspacehashing'
test -z "/usr/local/lib/python2.7/dist-packages" || /bin/mkdir -p "/usr/local/lib/python2.7/dist-packages"
/bin/mkdir -p '/usr/local/lib/python2.7/dist-packages/hypercoordinator'
 /usr/bin/install -c -m 644  hypercoordinator/__init__.py hypercoordinator/client.py hypercoordinator/coordinator.py hypercoordinator/hdtypes.py hypercoordinator/hdjson.py hypercoordinator/parser.py '/usr/local/lib/python2.7/dist-packages/hypercoordinator'
Byte-compiling python modules...
hypercoordinator/__init__.pyhypercoordinator/client.pyhypercoordinator/coordinator.pyhypercoordinator/hdtypes.pyhypercoordinator/hdjson.pyhypercoordinator/parser.py
Byte-compiling python modules (optimized versions) ...
hypercoordinator/__init__.pyhypercoordinator/client.pyhypercoordinator/coordinator.pyhypercoordinator/hdtypes.pyhypercoordinator/hdjson.pyhypercoordinator/parser.py
Byte-compiling python modules...
hypercoordinator/__init__.pyhypercoordinator/client.pyhypercoordinator/coordinator.pyhypercoordinator/hdtypes.pyhypercoordinator/hdjson.pyhypercoordinator/parser.py
Byte-compiling python modules (optimized versions) ...
hypercoordinator/__init__.pyhypercoordinator/client.pyhypercoordinator/coordinator.pyhypercoordinator/hdtypes.pyhypercoordinator/hdjson.pyhypercoordinator/parser.py
test -z "" || /bin/mkdir -p ""
make[1]: Leaving directory `/home/bill/hyperdex-0.2b9'

Contents of config.log:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by HyperDex configure 0.2b9, which was
generated by GNU Autoconf 2.67.  Invocation command line was

  $ ./configure --enable-python-bindings

## --------- ##
## Platform. ##
## --------- ##

hostname = bill-HP-Pavilion-dm1-Notebook-PC
uname -m = x86_64
uname -r = 3.2.0-24-generic
uname -s = Linux
uname -v = #37-Ubuntu SMP Wed Apr 25 08:43:22 UTC 2012

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2918: checking for a BSD-compatible install
configure:2986: result: /usr/bin/install -c
configure:2997: checking whether build environment is sane
configure:3047: result: yes
configure:3188: checking for a thread-safe mkdir -p
configure:3227: result: /bin/mkdir -p
configure:3240: checking for gawk
configure:3270: result: no
configure:3240: checking for mawk
configure:3256: found /usr/bin/mawk
configure:3267: result: mawk
configure:3278: checking whether make sets $(MAKE)
configure:3300: result: yes
configure:3423: checking for a Python interpreter with version >= 2.6
configure:3440: python -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.6'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:3443: $? = 0
configure:3449: result: python
configure:3457: checking for python
configure:3475: found /usr/bin/python
configure:3487: result: /usr/bin/python
configure:3505: checking for python version
configure:3512: result: 2.7
configure:3524: checking for python platform
configure:3531: result: linux2
configure:3538: checking for python script directory
configure:3567: result: ${prefix}/lib/python2.7/dist-packages
configure:3576: checking for python extension module directory
configure:3605: result: ${exec_prefix}/lib/python2.7/dist-packages
configure:3648: checking build system type
configure:3662: result: x86_64-unknown-linux-gnu
configure:3682: checking host system type
configure:3695: result: x86_64-unknown-linux-gnu
configure:3727: checking for style of include used by make
configure:3755: result: GNU
configure:3825: checking for gcc
configure:3841: found /usr/bin/gcc
configure:3852: result: gcc
configure:4081: checking for C compiler version
configure:4090: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4101: $? = 0
configure:4090: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
configure:4101: $? = 0
configure:4090: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4101: $? = 4
configure:4090: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:4101: $? = 4
configure:4121: checking whether the C compiler works
configure:4143: gcc    conftest.c  >&5
configure:4147: $? = 0
configure:4195: result: yes
configure:4198: checking for C compiler default output file name
configure:4200: result: a.out
configure:4206: checking for suffix of executables
configure:4213: gcc -o conftest    conftest.c  >&5
configure:4217: $? = 0
configure:4239: result: 
configure:4261: checking whether we are cross compiling
configure:4269: gcc -o conftest    conftest.c  >&5
configure:4273: $? = 0
configure:4280: ./conftest
configure:4284: $? = 0
configure:4299: result: no
configure:4304: checking for suffix of object files
configure:4326: gcc -c   conftest.c >&5
configure:4330: $? = 0
configure:4351: result: o
configure:4355: checking whether we are using the GNU C compiler
configure:4374: gcc -c   conftest.c >&5
configure:4374: $? = 0
configure:4383: result: yes
configure:4392: checking whether gcc accepts -g
configure:4412: gcc -c -g  conftest.c >&5
configure:4412: $? = 0
configure:4453: result: yes
configure:4470: checking for gcc option to accept ISO C89
configure:4534: gcc  -c -g -O2  conftest.c >&5
configure:4534: $? = 0
configure:4547: result: none needed
configure:4569: checking dependency style of gcc
configure:4679: result: gcc3
configure:4694: checking for a sed that does not truncate output
configure:4758: result: /bin/sed
configure:4776: checking for grep that handles long lines and -e
configure:4834: result: /bin/grep
configure:4839: checking for egrep
configure:4901: result: /bin/grep -E
configure:4906: checking for fgrep
configure:4968: result: /bin/grep -F
configure:5003: checking for ld used by gcc
configure:5070: result: /usr/bin/ld
configure:5077: checking if the linker (/usr/bin/ld) is GNU ld
configure:5092: result: yes
configure:5104: checking for BSD- or MS-compatible name lister (nm)
configure:5153: result: /usr/bin/nm -B
configure:5271: checking the name lister (/usr/bin/nm -B) interface
configure:5278: gcc -c -g -O2  conftest.c >&5
configure:5281: /usr/bin/nm -B "conftest.o"
configure:5284: output
0000000000000000 B some_variable
configure:5291: result: BSD nm
configure:5294: checking whether ln -s works
configure:5298: result: yes
configure:5306: checking the maximum length of command line arguments
configure:5426: result: 1572864
configure:5443: checking whether the shell understands some XSI constructs
configure:5453: result: yes
configure:5457: checking whether the shell understands "+="
configure:5463: result: yes
configure:5498: checking for /usr/bin/ld option to reload object files
configure:5505: result: -r
configure:5574: checking for objdump
configure:5590: found /usr/bin/objdump
configure:5601: result: objdump
configure:5633: checking how to recognize dependent libraries
configure:5829: result: pass_all
configure:5889: checking for ar
configure:5905: found /usr/bin/ar
configure:5916: result: ar
configure:5994: checking for strip
configure:6010: found /usr/bin/strip
configure:6021: result: strip
configure:6093: checking for ranlib
configure:6109: found /usr/bin/ranlib
configure:6120: result: ranlib
configure:6210: checking command to parse /usr/bin/nm -B output from gcc object
configure:6328: gcc -c -g -O2  conftest.c >&5
configure:6331: $? = 0
configure:6335: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[   ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][  ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6338: $? = 0
configure:6392: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6395: $? = 0
configure:6433: result: ok
configure:6529: gcc -c -g -O2  conftest.c >&5
configure:6532: $? = 0
configure:7242: checking how to run the C preprocessor
configure:7273: gcc -E  conftest.c
configure:7273: $? = 0
configure:7287: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:7287: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HyperDex"
| #define PACKAGE_TARNAME "hyperdex"
| #define PACKAGE_VERSION "0.2b9"
| #define PACKAGE_STRING "HyperDex 0.2b9"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "hyperdex"
| #define VERSION "0.2b9"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7312: result: gcc -E
configure:7332: gcc -E  conftest.c
configure:7332: $? = 0
configure:7346: gcc -E  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:7346: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HyperDex"
| #define PACKAGE_TARNAME "hyperdex"
| #define PACKAGE_VERSION "0.2b9"
| #define PACKAGE_STRING "HyperDex 0.2b9"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "hyperdex"
| #define VERSION "0.2b9"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7375: checking for ANSI C header files
configure:7395: gcc -c -g -O2  conftest.c >&5
configure:7395: $? = 0
configure:7468: gcc -o conftest -g -O2   conftest.c  >&5
configure:7468: $? = 0
configure:7468: ./conftest
configure:7468: $? = 0
configure:7479: result: yes
configure:7492: checking for sys/types.h
configure:7492: gcc -c -g -O2  conftest.c >&5
configure:7492: $? = 0
configure:7492: result: yes
configure:7492: checking for sys/stat.h
configure:7492: gcc -c -g -O2  conftest.c >&5
configure:7492: $? = 0
configure:7492: result: yes
configure:7492: checking for stdlib.h
configure:7492: gcc -c -g -O2  conftest.c >&5
configure:7492: $? = 0
configure:7492: result: yes
configure:7492: checking for string.h
configure:7492: gcc -c -g -O2  conftest.c >&5
configure:7492: $? = 0
configure:7492: result: yes
configure:7492: checking for memory.h
configure:7492: gcc -c -g -O2  conftest.c >&5
configure:7492: $? = 0
configure:7492: result: yes
configure:7492: checking for strings.h
configure:7492: gcc -c -g -O2  conftest.c >&5
configure:7492: $? = 0
configure:7492: result: yes
configure:7492: checking for inttypes.h
configure:7492: gcc -c -g -O2  conftest.c >&5
configure:7492: $? = 0
configure:7492: result: yes
configure:7492: checking for stdint.h
configure:7492: gcc -c -g -O2  conftest.c >&5
configure:7492: $? = 0
configure:7492: result: yes
configure:7492: checking for unistd.h
configure:7492: gcc -c -g -O2  conftest.c >&5
configure:7492: $? = 0
configure:7492: result: yes
configure:7506: checking for dlfcn.h
configure:7506: gcc -c -g -O2  conftest.c >&5
configure:7506: $? = 0
configure:7506: result: yes
configure:7690: checking for objdir
configure:7705: result: .libs
configure:8001: checking if gcc supports -fno-rtti -fno-exceptions
configure:8019: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default]
configure:8023: $? = 0
configure:8036: result: no
configure:8056: checking for gcc option to produce PIC
configure:8328: result: -fPIC -DPIC
configure:8340: checking if gcc PIC flag -fPIC -DPIC works
configure:8358: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
configure:8362: $? = 0
configure:8375: result: yes
configure:8399: checking if gcc static flag -static works
configure:8427: result: yes
configure:8442: checking if gcc supports -c -o file.o
configure:8463: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:8467: $? = 0
configure:8489: result: yes
configure:8497: checking if gcc supports -c -o file.o
configure:8544: result: yes
configure:8577: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:9568: result: yes
configure:9605: checking whether -lc should be explicitly linked in
configure:9610: gcc -c -g -O2  conftest.c >&5
configure:9613: $? = 0
configure:9628: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
configure:9631: $? = 0
configure:9643: result: no
configure:9807: checking dynamic linker characteristics
configure:10240: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:10240: $? = 0
configure:10470: result: GNU/Linux ld.so
configure:10572: checking how to hardcode library paths into programs
configure:10597: result: immediate
configure:11117: checking whether stripping libraries is possible
configure:11122: result: yes
configure:11157: checking if libtool supports shared libraries
configure:11159: result: yes
configure:11162: checking whether to build shared libraries
configure:11183: result: yes
configure:11186: checking whether to build static libraries
configure:11190: result: yes
configure:11289: checking for g++
configure:11305: found /usr/bin/g++
configure:11316: result: g++
configure:11343: checking for C++ compiler version
configure:11352: g++ --version >&5
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:11363: $? = 0
configure:11352: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
configure:11363: $? = 0
configure:11352: g++ -V >&5
g++: error: unrecognized option '-V'
g++: fatal error: no input files
compilation terminated.
configure:11363: $? = 4
configure:11352: g++ -qversion >&5
g++: error: unrecognized option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:11363: $? = 4
configure:11367: checking whether we are using the GNU C++ compiler
configure:11386: g++ -c   conftest.cpp >&5
configure:11386: $? = 0
configure:11395: result: yes
configure:11404: checking whether g++ accepts -g
configure:11424: g++ -c -g  conftest.cpp >&5
configure:11424: $? = 0
configure:11465: result: yes
configure:11490: checking dependency style of g++
configure:11600: result: gcc3
configure:11728: checking for C++ compiler version
configure:11737: g++ --version >&5
g++ (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:11748: $? = 0
configure:11737: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
configure:11748: $? = 0
configure:11737: g++ -V >&5
g++: error: unrecognized option '-V'
g++: fatal error: no input files
compilation terminated.
configure:11748: $? = 4
configure:11737: g++ -qversion >&5
g++: error: unrecognized option '-qversion'
g++: fatal error: no input files
compilation terminated.
configure:11748: $? = 4
configure:11752: checking whether we are using the GNU C++ compiler
configure:11780: result: yes
configure:11789: checking whether g++ accepts -g
configure:11850: result: yes
configure:11875: checking dependency style of g++
configure:11985: result: gcc3
configure:12008: checking how to run the C++ preprocessor
configure:12035: g++ -E  conftest.cpp
configure:12035: $? = 0
configure:12049: g++ -E  conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:12049: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HyperDex"
| #define PACKAGE_TARNAME "hyperdex"
| #define PACKAGE_VERSION "0.2b9"
| #define PACKAGE_STRING "HyperDex 0.2b9"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "hyperdex"
| #define VERSION "0.2b9"
| #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
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12074: result: g++ -E
configure:12094: g++ -E  conftest.cpp
configure:12094: $? = 0
configure:12108: g++ -E  conftest.cpp
conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
compilation terminated.
configure:12108: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HyperDex"
| #define PACKAGE_TARNAME "hyperdex"
| #define PACKAGE_VERSION "0.2b9"
| #define PACKAGE_STRING "HyperDex 0.2b9"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "hyperdex"
| #define VERSION "0.2b9"
| #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
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12276: checking for ld used by g++
configure:12343: result: /usr/bin/ld -m elf_x86_64
configure:12350: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:12365: result: yes
configure:12420: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:13333: result: yes
configure:13361: g++ -c -g -O2  conftest.cpp >&5
configure:13364: $? = 0
configure:13546: checking for g++ option to produce PIC
configure:13863: result: -fPIC -DPIC
configure:13872: checking if g++ PIC flag -fPIC -DPIC works
configure:13890: g++ -c -g -O2  -fPIC -DPIC -DPIC conftest.cpp >&5
configure:13894: $? = 0
configure:13907: result: yes
configure:13928: checking if g++ static flag -static works
configure:13956: result: yes
configure:13968: checking if g++ supports -c -o file.o
configure:13989: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:13993: $? = 0
configure:14015: result: yes
configure:14020: checking if g++ supports -c -o file.o
configure:14067: result: yes
configure:14097: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:14126: result: yes
configure:14263: checking dynamic linker characteristics
configure:14644: g++ -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.cpp  >&5
configure:14644: $? = 0
configure:14874: result: GNU/Linux ld.so
configure:14925: checking how to hardcode library paths into programs
configure:14950: result: immediate
configure:15037: checking for gcc
configure:15064: result: gcc
configure:15293: checking for C compiler version
configure:15302: gcc --version >&5
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:15313: $? = 0
configure:15302: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ubuntu5' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) 
configure:15313: $? = 0
configure:15302: gcc -V >&5
gcc: error: unrecognized option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:15313: $? = 4
configure:15302: gcc -qversion >&5
gcc: error: unrecognized option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:15313: $? = 4
configure:15317: checking whether we are using the GNU C compiler
configure:15345: result: yes
configure:15354: checking whether gcc accepts -g
configure:15415: result: yes
configure:15432: checking for gcc option to accept ISO C89
configure:15509: result: none needed
configure:15531: checking dependency style of gcc
configure:15641: result: gcc3
configure:16321: checking for 'gtest-config'
configure:16342: checking for gtest-config
configure:16375: result: no
configure:16396: result: no
configure:16424: checking for poptGetContext in -lpopt
configure:16449: g++ -o conftest -g -O2   conftest.cpp -lpopt   >&5
configure:16449: $? = 0
configure:16458: result: yes
configure:16528: checking for pkg-config
configure:16546: found /usr/bin/pkg-config
configure:16558: result: /usr/bin/pkg-config
configure:16583: checking pkg-config is at least version 0.9.0
configure:16586: result: yes
configure:16596: checking for PO6
configure:16603: $PKG_CONFIG --exists --print-errors "libpo6 >= 0.2"
configure:16606: $? = 0
configure:16619: $PKG_CONFIG --exists --print-errors "libpo6 >= 0.2"
configure:16622: $? = 0
configure:16679: result: yes
configure:16685: checking for E
configure:16692: $PKG_CONFIG --exists --print-errors "libe >= 0.2"
configure:16695: $? = 0
configure:16708: $PKG_CONFIG --exists --print-errors "libe >= 0.2"
configure:16711: $? = 0
configure:16768: result: yes
configure:16778: checking netinet/in.h usability
configure:16778: g++ -c -g -O2  conftest.cpp >&5
configure:16778: $? = 0
configure:16778: result: yes
configure:16778: checking netinet/in.h presence
configure:16778: g++ -E  conftest.cpp
configure:16778: $? = 0
configure:16778: result: yes
configure:16778: checking for netinet/in.h
configure:16778: result: yes
configure:16778: checking for stdint.h
configure:16778: result: yes
configure:16778: checking for stdlib.h
configure:16778: result: yes
configure:16778: checking sys/socket.h usability
configure:16778: g++ -c -g -O2  conftest.cpp >&5
configure:16778: $? = 0
configure:16778: result: yes
configure:16778: checking sys/socket.h presence
configure:16778: g++ -E  conftest.cpp
configure:16778: $? = 0
configure:16778: result: yes
configure:16778: checking for sys/socket.h
configure:16778: result: yes
configure:16778: checking for unistd.h
configure:16778: result: yes
configure:16788: checking city.h usability
configure:16788: g++ -c -g -O2  conftest.cpp >&5
configure:16788: $? = 0
configure:16788: result: yes
configure:16788: checking city.h presence
configure:16788: g++ -E  conftest.cpp
configure:16788: $? = 0
configure:16788: result: yes
configure:16788: checking for city.h
configure:16788: result: yes
configure:16800: checking glog/logging.h usability
configure:16800: g++ -c -g -O2  conftest.cpp >&5
configure:16800: $? = 0
configure:16800: result: yes
configure:16800: checking glog/logging.h presence
configure:16800: g++ -E  conftest.cpp
configure:16800: $? = 0
configure:16800: result: yes
configure:16800: checking for glog/logging.h
configure:16800: result: yes
configure:16812: checking popt.h usability
configure:16812: g++ -c -g -O2  conftest.cpp >&5
configure:16812: $? = 0
configure:16812: result: yes
configure:16812: checking popt.h presence
configure:16812: g++ -E  conftest.cpp
configure:16812: $? = 0
configure:16812: result: yes
configure:16812: checking for popt.h
configure:16812: result: yes
configure:16826: checking for stdbool.h that conforms to C99
configure:16911: g++ -c -g -O2  conftest.cpp >&5
configure:16911: $? = 0
configure:16918: result: yes
configure:16920: checking for _Bool
configure:16920: g++ -c -g -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:65:13: error: '_Bool' was not declared in this scope
configure:16920: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HyperDex"
| #define PACKAGE_TARNAME "hyperdex"
| #define PACKAGE_VERSION "0.2b9"
| #define PACKAGE_STRING "HyperDex 0.2b9"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "hyperdex"
| #define VERSION "0.2b9"
| #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
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBPOPT 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_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
| int
| main ()
| {
| if (sizeof (_Bool))
|    return 0;
|   ;
|   return 0;
| }
configure:16920: result: no
configure:16936: checking for inline
configure:16952: g++ -c -g -O2  conftest.cpp >&5
configure:16952: $? = 0
configure:16960: result: inline
configure:16978: checking for int64_t
configure:16978: g++ -c -g -O2  conftest.cpp >&5
configure:16978: $? = 0
configure:16978: g++ -c -g -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:68:55: warning: integer overflow in expression [-Woverflow]
conftest.cpp:68:58: error: size of array 'test_array' is negative
configure:16978: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HyperDex"
| #define PACKAGE_TARNAME "hyperdex"
| #define PACKAGE_VERSION "0.2b9"
| #define PACKAGE_STRING "HyperDex 0.2b9"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "hyperdex"
| #define VERSION "0.2b9"
| #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
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBPOPT 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_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
|           enum { N = 64 / 2 - 1 };
| int
| main ()
| {
| static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1)
|        < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))];
| test_array [0] = 0
| 
|   ;
|   return 0;
| }
configure:16978: result: yes
configure:16989: checking for size_t
configure:16989: g++ -c -g -O2  conftest.cpp >&5
configure:16989: $? = 0
configure:16989: g++ -c -g -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:66:20: error: expected primary-expression before ')' token
configure:16989: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HyperDex"
| #define PACKAGE_TARNAME "hyperdex"
| #define PACKAGE_VERSION "0.2b9"
| #define PACKAGE_STRING "HyperDex 0.2b9"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "hyperdex"
| #define VERSION "0.2b9"
| #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
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBPOPT 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_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
| int
| main ()
| {
| if (sizeof ((size_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:16989: result: yes
configure:17000: checking for ssize_t
configure:17000: g++ -c -g -O2  conftest.cpp >&5
configure:17000: $? = 0
configure:17000: g++ -c -g -O2  conftest.cpp >&5
conftest.cpp: In function 'int main()':
conftest.cpp:66:21: error: expected primary-expression before ')' token
configure:17000: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HyperDex"
| #define PACKAGE_TARNAME "hyperdex"
| #define PACKAGE_VERSION "0.2b9"
| #define PACKAGE_STRING "HyperDex 0.2b9"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "hyperdex"
| #define VERSION "0.2b9"
| #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
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBPOPT 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_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
| int
| main ()
| {
| if (sizeof ((ssize_t)))
|       return 0;
|   ;
|   return 0;
| }
configure:17000: result: yes
configure:17011: checking for uint16_t
configure:17011: g++ -c -g -O2  conftest.cpp >&5
configure:17011: $? = 0
configure:17011: result: yes
configure:17023: checking for uint32_t
configure:17023: g++ -c -g -O2  conftest.cpp >&5
configure:17023: $? = 0
configure:17023: result: yes
configure:17037: checking for uint64_t
configure:17037: g++ -c -g -O2  conftest.cpp >&5
configure:17037: $? = 0
configure:17037: result: yes
configure:17051: checking for uint8_t
configure:17051: g++ -c -g -O2  conftest.cpp >&5
configure:17051: $? = 0
configure:17051: result: yes
configure:17067: checking for error_at_line
configure:17083: g++ -o conftest -g -O2   conftest.cpp -lpopt  >&5
configure:17083: $? = 0
configure:17091: result: yes
configure:17108: checking for stdlib.h
configure:17108: result: yes
configure:17108: checking for unistd.h
configure:17108: result: yes
configure:17108: checking for sys/param.h
configure:17108: g++ -c -g -O2  conftest.cpp >&5
configure:17108: $? = 0
configure:17108: result: yes
configure:17128: checking for getpagesize
configure:17128: g++ -o conftest -g -O2   conftest.cpp -lpopt  >&5
configure:17128: $? = 0
configure:17128: result: yes
configure:17137: checking for working mmap
configure:17284: g++ -o conftest -g -O2   conftest.cpp -lpopt  >&5
configure:17284: $? = 0
configure:17284: ./conftest
configure:17284: $? = 0
configure:17294: result: yes
configure:17306: checking for alarm
configure:17306: g++ -o conftest -g -O2   conftest.cpp -lpopt  >&5
configure:17306: $? = 0
configure:17306: result: yes
configure:17306: checking for clock_gettime
configure:17306: g++ -o conftest -g -O2   conftest.cpp -lpopt  >&5
/tmp/ccMcsMdv.o: In function `main':
/home/bill/hyperdex-0.2b9/conftest.cpp:70: undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
configure:17306: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "HyperDex"
| #define PACKAGE_TARNAME "hyperdex"
| #define PACKAGE_VERSION "0.2b9"
| #define PACKAGE_STRING "HyperDex 0.2b9"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "hyperdex"
| #define VERSION "0.2b9"
| #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
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_LIBPOPT 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_ALARM 1
| /* end confdefs.h.  */
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define clock_gettime innocuous_clock_gettime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char clock_gettime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef clock_gettime
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clock_gettime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_clock_gettime || defined __stub___clock_gettime
| choke me
| #endif
| 
| int
| main ()
| {
| return clock_gettime ();
|   ;
|   return 0;
| }
configure:17306: result: no
configure:17306: checking for ftruncate
configure:17306: g++ -o conftest -g -O2   conftest.cpp -lpopt  >&5
configure:17306: $? = 0
configure:17306: result: yes
configure:17306: checking for memmove
configure:17306: g++ -o conftest -g -O2   conftest.cpp -lpopt  >&5
configure:17306: $? = 0
configure:17306: result: yes
configure:17306: checking for mkdir
configure:17306: g++ -o conftest -g -O2   conftest.cpp -lpopt  >&5
configure:17306: $? = 0
configure:17306: result: yes
configure:17306: checking for munmap
configure:17306: g++ -o conftest -g -O2   conftest.cpp -lpopt  >&5
configure:17306: $? = 0
configure:17306: result: yes
configure:17306: checking for rmdir
configure:17306: g++ -o conftest -g -O2   conftest.cpp -lpopt  >&5
configure:17306: $? = 0
configure:17306: result: yes
configure:17306: checking for socket
configure:17306: g++ -o conftest -g -O2   conftest.cpp -lpopt  >&5
configure:17306: $? = 0
configure:17306: result: yes
configure:17361: checking for python2.7
configure:17391: result: /usr/bin/python
configure:17407: checking for a version of Python >= '2.1.0'
configure:17433: result: yes
configure:17441: checking for a version of Python >= 2.6
configure:17447: result: yes
configure:17464: checking for the distutils Python package
configure:17468: result: yes
configure:17482: checking for Python include path
configure:17492: result: -I/usr/include/python2.7
configure:17499: checking for Python library path
configure:17584: result: -L/usr/lib -lpython2.7
configure:17591: checking for Python site-packages path
configure:17597: result: /usr/lib/python2.7/dist-packages
configure:17604: checking python extra libraries
configure:17611: result: -lssl -lcrypto  -lssl -lcrypto      -L/usr/lib -lz -lpthread -ldl  -lutil
configure:17618: checking python extra linking flags
configure:17625: result: -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions
configure:17632: checking consistency of all components of python development environment
configure:17656: gcc -o conftest -g -O2  -I/usr/include/python2.7  conftest.c  -L/usr/lib -lpython2.7 -Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions -lssl -lcrypto  -lssl -lcrypto      -L/usr/lib -lz -lpthread -ldl  -lutil >&5
configure:17656: $? = 0
configure:17673: result: yes
configure:17973: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by HyperDex config.status 0.2b9, which was
generated by GNU Autoconf 2.67.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on bill-HP-Pavilion-dm1-Notebook-PC

config.status:1201: creating Makefile
config.status:1201: creating config.h
config.status:1381: config.h is unchanged
config.status:1429: executing depfiles commands
config.status:1429: executing libtool commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_inline=inline
ac_cv_c_int64_t=yes
ac_cv_c_uint16_t=yes
ac_cv_c_uint32_t=yes
ac_cv_c_uint64_t=yes
ac_cv_c_uint8_t=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
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=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_E_CFLAGS_set=
ac_cv_env_E_CFLAGS_value=
ac_cv_env_E_LIBS_set=
ac_cv_env_E_LIBS_value=
ac_cv_env_GTEST_CONFIG_set=
ac_cv_env_GTEST_CONFIG_value=
ac_cv_env_GTEST_CPPFLAGS_set=
ac_cv_env_GTEST_CPPFLAGS_value=
ac_cv_env_GTEST_CXXFLAGS_set=
ac_cv_env_GTEST_CXXFLAGS_value=
ac_cv_env_GTEST_LDFLAGS_set=
ac_cv_env_GTEST_LDFLAGS_value=
ac_cv_env_GTEST_LIBS_set=
ac_cv_env_GTEST_LIBS_value=
ac_cv_env_GTEST_VERSION_set=
ac_cv_env_GTEST_VERSION_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=
ac_cv_env_PKG_CONFIG_PATH_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_PO6_CFLAGS_set=
ac_cv_env_PO6_CFLAGS_value=
ac_cv_env_PO6_LIBS_set=
ac_cv_env_PO6_LIBS_value=
ac_cv_env_PYTHON_VERSION_set=
ac_cv_env_PYTHON_VERSION_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_func_alarm=yes
ac_cv_func_clock_gettime=no
ac_cv_func_ftruncate=yes
ac_cv_func_getpagesize=yes
ac_cv_func_memmove=yes
ac_cv_func_mkdir=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_munmap=yes
ac_cv_func_rmdir=yes
ac_cv_func_socket=yes
ac_cv_header_city_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_glog_logging_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_popt_h=yes
ac_cv_header_stdbool_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_param_h=yes
ac_cv_header_sys_socket_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-unknown-linux-gnu
ac_cv_lib_error_at_line=yes
ac_cv_lib_popt_poptGetContext=yes
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_SED=/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_type__Bool=no
ac_cv_type_size_t=yes
ac_cv_type_ssize_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_pathless_PYTHON=python
am_cv_python_platform=linux2
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.7/dist-packages'
am_cv_python_pythondir='${prefix}/lib/python2.7/dist-packages'
am_cv_python_version=2.7
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[   ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[     ][  ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_max_cmd_len=1572864
pkg_cv_E_CFLAGS='-I/usr/local/include  '
pkg_cv_E_LIBS='-L/usr/local/lib -le  '
pkg_cv_PO6_CFLAGS='-I/usr/local/include  '
pkg_cv_PO6_LIBS='-L/usr/local/lib  '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/bill/hyperdex-0.2b9/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/bill/hyperdex-0.2b9/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='0'
AR='ar'
AUTOCONF='${SHELL} /home/bill/hyperdex-0.2b9/missing --run autoconf'
AUTOHEADER='${SHELL} /home/bill/hyperdex-0.2b9/missing --run autoheader'
AUTOMAKE='${SHELL} /home/bill/hyperdex-0.2b9/missing --run automake-1.11'
AWK='mawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
COVERAGE_CXXFLAGS=''
COVERAGE_LDADD=''
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
ENABLE_COVERAGE_FALSE=''
ENABLE_COVERAGE_TRUE='#'
ENABLE_JAVA_BINDINGS_FALSE=''
ENABLE_JAVA_BINDINGS_TRUE='#'
ENABLE_PYTHON_BINDINGS_FALSE='#'
ENABLE_PYTHON_BINDINGS_TRUE=''
ENABLE_TRACEPLAYER_FALSE=''
ENABLE_TRACEPLAYER_TRUE='#'
ENABLE_YCSB_DRIVER_FALSE=''
ENABLE_YCSB_DRIVER_TRUE='#'
EXEEXT=''
E_CFLAGS='-I/usr/local/include  '
E_LIBS='-L/usr/local/lib -le  '
FGREP='/bin/grep -F'
GREP='/bin/grep'
GTEST_CONFIG=''
GTEST_CPPFLAGS=''
GTEST_CXXFLAGS=''
GTEST_LDFLAGS=''
GTEST_LIBS=''
GTEST_VERSION=''
HAVE_GTEST='no'
HAVE_GTEST_FALSE=''
HAVE_GTEST_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JAR=''
JAVAC=''
JNI_CPPFLAGS=''
LCOV=''
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/bill/hyperdex-0.2b9/missing --run makeinfo'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='hyperdex'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='HyperDex'
PACKAGE_STRING='HyperDex 0.2b9'
PACKAGE_TARNAME='hyperdex'
PACKAGE_URL=''
PACKAGE_VERSION='0.2b9'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PO6_CFLAGS='-I/usr/local/include  '
PO6_LIBS='-L/usr/local/lib  '
PYTHON='/usr/bin/python'
PYTHON_CPPFLAGS='-I/usr/include/python2.7'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_EXTRA_LDFLAGS='-Xlinker -export-dynamic -Wl,-O1 -Wl,-Bsymbolic-functions'
PYTHON_EXTRA_LIBS='-lssl -lcrypto  -lssl -lcrypto      -L/usr/lib -lz -lpthread -ldl  -lutil'
PYTHON_LDFLAGS='-L/usr/lib -lpython2.7'
PYTHON_PLATFORM='linux2'
PYTHON_PREFIX='${prefix}'
PYTHON_SITE_PKG='/usr/lib/python2.7/dist-packages'
PYTHON_VERSION='2.7'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
SWIG=''
SWIG_LIB=''
VERSION='0.2b9'
_ACJNI_JAVAC=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/bill/hyperdex-0.2b9/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/hyperdex'
pkgpythondir='${pythondir}/hyperdex'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.7/dist-packages'
pythondir='${prefix}/lib/python2.7/dist-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "HyperDex"
#define PACKAGE_TARNAME "hyperdex"
#define PACKAGE_VERSION "0.2b9"
#define PACKAGE_STRING "HyperDex 0.2b9"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL ""
#define PACKAGE "hyperdex"
#define VERSION "0.2b9"
#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
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_LIBPOPT 1
#define HAVE_NETINET_IN_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_UNISTD_H 1
#define HAVE_STDBOOL_H 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_ALARM 1
#define HAVE_FTRUNCATE 1
#define HAVE_MEMMOVE 1
#define HAVE_MKDIR 1
#define HAVE_MUNMAP 1
#define HAVE_RMDIR 1
#define HAVE_SOCKET 1
#define HAVE_PYTHON "2.7"

configure: exit 0

from hyperdex.

billisonline avatar billisonline commented on July 19, 2024

Thanks so much for taking a look at this! I feel bad, dumping all this information on you... FWIW, I'm very excited about the project and can't wait to try it out.

from hyperdex.

rescrv avatar rescrv commented on July 19, 2024

Don't feel bad! Dumping this information on me is exactly what I need to solve the problem. I think I see the issue, and will have a fix in the next release.

from hyperdex.

rescrv avatar rescrv commented on July 19, 2024

So the core problem is the hyperclient.so module for Python is not properly linked against libhyperclient.so on install time. I've made some changes to the linking. It will be available for testing in the upcoming release, and is in Git now.

I'm not convinced that this will be the solution, so I'd appreciate testing.

It looks like you're on Ubuntu 12.04. Is this correct?

from hyperdex.

rescrv avatar rescrv commented on July 19, 2024

We've just pushed new tarballs. Can you check that they will build for you properly?

from hyperdex.

rescrv avatar rescrv commented on July 19, 2024

I believe this issue to be fixed in the new tarballs. Please reopen the issue if they do not work for you.

from hyperdex.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.