Skip to content

Instantly share code, notes, and snippets.

@languitar
Created June 27, 2014 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save languitar/bb70954c7b5aaecd3c7b to your computer and use it in GitHub Desktop.
Save languitar/bb70954c7b5aaecd3c7b to your computer and use it in GitHub Desktop.
influxdb test error
jwienke@cinnabar /tmp> mkdir influxtest
jwienke@cinnabar /tmp> cd influxtest/
jwienke@cinnabar /tmp/influxtest> ls
jwienke@cinnabar /tmp/influxtest> git clone https://github.com/influxdb/influxdb.git
Cloning into 'influxdb'...
remote: Counting objects: 10051, done.
remote: Compressing objects: 100% (3230/3230), done.
remote: Total 10051 (delta 6809), reused 9752 (delta 6583)
Receiving objects: 100% (10051/10051), 3.28 MiB | 621 KiB/s, done.
Resolving deltas: 100% (6809/6809), done.
jwienke@cinnabar /tmp/influxtest> cd influxdb/
jwienke@cinnabar /tmp/influxtest/influxdb (master)> ./configure --prefix=/tmp/influxdb/
checking for protoc... /usr/bin/protoc
checking for go... notfound
configure: error: Please install GO (or make sure it's on your path) before trying to build Influxdb
jwienke@cinnabar /tmp/influxtest/influxdb (master) [1]> set PATH ~/graphite-test/bin/ $PATH
jwienke@cinnabar /tmp/influxtest/influxdb (master) [1]> ./configure --prefix=/tmp/influxdb/
checking for protoc... /usr/bin/protoc
checking for go... notfound
configure: error: Please install GO (or make sure it's on your path) before trying to build Influxdb
jwienke@cinnabar /tmp/influxtest/influxdb (master) [1]> set PATH ~/graphite-test/src/go/bin/ $PATH
jwienke@cinnabar /tmp/influxtest/influxdb (master) [1]> ./configure --prefix=/tmp/influxdb/
checking for protoc... /usr/bin/protoc
checking for go... /homes/jwienke/graphite-test/src/go/bin//go
checking for gofmt... /homes/jwienke/graphite-test/src/go/bin//gofmt
checking for flex... /usr/bin/flex
checking for autoreconf... /usr/bin/autoreconf
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gzdopen in -lz... yes
checking for BZ2_bzReadOpen in -lbz2... yes
checking for bison... /usr/bin/bison
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/parser/Makefile
jwienke@cinnabar /tmp/influxtest/influxdb (master)> make
make -C src/parser
make[1]: Entering directory `/tmp/influxtest/influxdb/src/parser'
/usr/bin/bison -t -d query.yacc -o y.tab.c --defines=y.tab.h
query.yacc: conflicts: 7 shift/reduce, 32 reduce/reduce
/usr/bin/flex -o lex.yy.c -i query.lex
query.lex:119: warning, rule cannot be matched
make[1]: Leaving directory `/tmp/influxtest/influxdb/src/parser'
make -C src/parser valgrind
make[1]: Entering directory `/tmp/influxtest/influxdb/src/parser'
./test_memory_leaks.sh
==7970== Memcheck, a memory error detector
==7970== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
==7970== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
==7970== Command: ./a.out
==7970==
==7970==
==7970== HEAP SUMMARY:
==7970== in use at exit: 0 bytes in 0 blocks
==7970== total heap usage: 477 allocs, 477 frees, 14,067 bytes allocated
==7970==
==7970== All heap blocks were freed -- no leaks are possible
==7970==
==7970== For counts of detected and suppressed errors, rerun with: -v
==7970== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 2 from 2)
make[1]: Leaving directory `/tmp/influxtest/influxdb/src/parser'
rm -rf /tmp/hyperleveldb.influxdb.amd64
mkdir -p /tmp/hyperleveldb.influxdb.amd64
bash -c "cd /tmp/hyperleveldb.influxdb.amd64; \
wget https://github.com/influxdb/HyperLevelDB/archive/v1.0.3.tar.gz; \
tar --strip-components=1 -xvzf v1.0.3.tar.gz; \
/usr/bin/autoreconf -i; \
CXXFLAGS='-I/tmp/snappy.influxdb.amd64 ' CFLAGS='-I/tmp/snappy.influxdb.amd64 ' LDFLAGS='-L/tmp/snappy.influxdb.amd64/.libs' ./configure --enable-shared=no; \
make V=1"
--2014-06-27 17:00:28-- https://github.com/influxdb/HyperLevelDB/archive/v1.0.3.tar.gz
Resolving github.com (github.com)... 192.30.252.129
Connecting to github.com (github.com)|192.30.252.129|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/influxdb/HyperLevelDB/tar.gz/v1.0.3 [following]
--2014-06-27 17:00:29-- https://codeload.github.com/influxdb/HyperLevelDB/tar.gz/v1.0.3
Resolving codeload.github.com (codeload.github.com)... 192.30.252.147
Connecting to codeload.github.com (codeload.github.com)|192.30.252.147|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 220297 (215K) [application/x-gzip]
Saving to: `v1.0.3.tar.gz'
100%[=======================================================================================================================================================================================================================================>] 220,297 197K/s in 1.1s
2014-06-27 17:00:31 (197 KB/s) - `v1.0.3.tar.gz' saved [220297/220297]
HyperLevelDB-1.0.3/.gitignore
HyperLevelDB-1.0.3/.tarballignore
HyperLevelDB-1.0.3/AUTHORS
HyperLevelDB-1.0.3/LICENSE
HyperLevelDB-1.0.3/Makefile.am
HyperLevelDB-1.0.3/NEWS
HyperLevelDB-1.0.3/README
HyperLevelDB-1.0.3/TODO
HyperLevelDB-1.0.3/benchmark.cc
HyperLevelDB-1.0.3/configure.ac
HyperLevelDB-1.0.3/db/
HyperLevelDB-1.0.3/db/autocompact_test.cc
HyperLevelDB-1.0.3/db/builder.cc
HyperLevelDB-1.0.3/db/builder.h
HyperLevelDB-1.0.3/db/c.cc
HyperLevelDB-1.0.3/db/c_test.c
HyperLevelDB-1.0.3/db/corruption_test.cc
HyperLevelDB-1.0.3/db/db_bench.cc
HyperLevelDB-1.0.3/db/db_impl.cc
HyperLevelDB-1.0.3/db/db_impl.h
HyperLevelDB-1.0.3/db/db_iter.cc
HyperLevelDB-1.0.3/db/db_iter.h
HyperLevelDB-1.0.3/db/db_test.cc
HyperLevelDB-1.0.3/db/dbformat.cc
HyperLevelDB-1.0.3/db/dbformat.h
HyperLevelDB-1.0.3/db/dbformat_test.cc
HyperLevelDB-1.0.3/db/filename.cc
HyperLevelDB-1.0.3/db/filename.h
HyperLevelDB-1.0.3/db/filename_test.cc
HyperLevelDB-1.0.3/db/leveldb_main.cc
HyperLevelDB-1.0.3/db/log_format.h
HyperLevelDB-1.0.3/db/log_reader.cc
HyperLevelDB-1.0.3/db/log_reader.h
HyperLevelDB-1.0.3/db/log_test.cc
HyperLevelDB-1.0.3/db/log_writer.cc
HyperLevelDB-1.0.3/db/log_writer.h
HyperLevelDB-1.0.3/db/memtable.cc
HyperLevelDB-1.0.3/db/memtable.h
HyperLevelDB-1.0.3/db/repair.cc
HyperLevelDB-1.0.3/db/replay_iterator.cc
HyperLevelDB-1.0.3/db/replay_iterator.h
HyperLevelDB-1.0.3/db/skiplist.h
HyperLevelDB-1.0.3/db/skiplist_test.cc
HyperLevelDB-1.0.3/db/snapshot.h
HyperLevelDB-1.0.3/db/table_cache.cc
HyperLevelDB-1.0.3/db/table_cache.h
HyperLevelDB-1.0.3/db/version_edit.cc
HyperLevelDB-1.0.3/db/version_edit.h
HyperLevelDB-1.0.3/db/version_edit_test.cc
HyperLevelDB-1.0.3/db/version_set.cc
HyperLevelDB-1.0.3/db/version_set.h
HyperLevelDB-1.0.3/db/version_set_test.cc
HyperLevelDB-1.0.3/db/write_batch.cc
HyperLevelDB-1.0.3/db/write_batch_internal.h
HyperLevelDB-1.0.3/db/write_batch_test.cc
HyperLevelDB-1.0.3/doc/
HyperLevelDB-1.0.3/doc/bench/
HyperLevelDB-1.0.3/doc/bench/db_bench_sqlite3.cc
HyperLevelDB-1.0.3/doc/bench/db_bench_tree_db.cc
HyperLevelDB-1.0.3/doc/benchmark.html
HyperLevelDB-1.0.3/doc/doc.css
HyperLevelDB-1.0.3/doc/impl.html
HyperLevelDB-1.0.3/doc/index.html
HyperLevelDB-1.0.3/doc/log_format.txt
HyperLevelDB-1.0.3/doc/table_format.txt
HyperLevelDB-1.0.3/helpers/
HyperLevelDB-1.0.3/helpers/memenv/
HyperLevelDB-1.0.3/helpers/memenv/memenv.cc
HyperLevelDB-1.0.3/helpers/memenv/memenv.h
HyperLevelDB-1.0.3/helpers/memenv/memenv_test.cc
HyperLevelDB-1.0.3/hyperleveldb.upack.in
HyperLevelDB-1.0.3/include/
HyperLevelDB-1.0.3/include/hyperleveldb/
HyperLevelDB-1.0.3/include/hyperleveldb/c.h
HyperLevelDB-1.0.3/include/hyperleveldb/cache.h
HyperLevelDB-1.0.3/include/hyperleveldb/comparator.h
HyperLevelDB-1.0.3/include/hyperleveldb/db.h
HyperLevelDB-1.0.3/include/hyperleveldb/env.h
HyperLevelDB-1.0.3/include/hyperleveldb/filter_policy.h
HyperLevelDB-1.0.3/include/hyperleveldb/iterator.h
HyperLevelDB-1.0.3/include/hyperleveldb/options.h
HyperLevelDB-1.0.3/include/hyperleveldb/replay_iterator.h
HyperLevelDB-1.0.3/include/hyperleveldb/slice.h
HyperLevelDB-1.0.3/include/hyperleveldb/status.h
HyperLevelDB-1.0.3/include/hyperleveldb/table.h
HyperLevelDB-1.0.3/include/hyperleveldb/table_builder.h
HyperLevelDB-1.0.3/include/hyperleveldb/write_batch.h
HyperLevelDB-1.0.3/issues/
HyperLevelDB-1.0.3/issues/issue178_test.cc
HyperLevelDB-1.0.3/issues/issue200_test.cc
HyperLevelDB-1.0.3/leveldb-verify.cc
HyperLevelDB-1.0.3/libhyperleveldb.pc.in
HyperLevelDB-1.0.3/m4/
HyperLevelDB-1.0.3/m4/ax_check_compile_flag.m4
HyperLevelDB-1.0.3/port/
HyperLevelDB-1.0.3/port/README
HyperLevelDB-1.0.3/port/atomic_pointer.h
HyperLevelDB-1.0.3/port/port.h
HyperLevelDB-1.0.3/port/port_example.h
HyperLevelDB-1.0.3/port/port_posix.cc
HyperLevelDB-1.0.3/port/port_posix.h
HyperLevelDB-1.0.3/port/thread_annotations.h
HyperLevelDB-1.0.3/port/win/
HyperLevelDB-1.0.3/port/win/stdint.h
HyperLevelDB-1.0.3/table/
HyperLevelDB-1.0.3/table/block.cc
HyperLevelDB-1.0.3/table/block.h
HyperLevelDB-1.0.3/table/block_builder.cc
HyperLevelDB-1.0.3/table/block_builder.h
HyperLevelDB-1.0.3/table/filter_block.cc
HyperLevelDB-1.0.3/table/filter_block.h
HyperLevelDB-1.0.3/table/filter_block_test.cc
HyperLevelDB-1.0.3/table/format.cc
HyperLevelDB-1.0.3/table/format.h
HyperLevelDB-1.0.3/table/iterator.cc
HyperLevelDB-1.0.3/table/iterator_wrapper.h
HyperLevelDB-1.0.3/table/merger.cc
HyperLevelDB-1.0.3/table/merger.h
HyperLevelDB-1.0.3/table/table.cc
HyperLevelDB-1.0.3/table/table_builder.cc
HyperLevelDB-1.0.3/table/table_test.cc
HyperLevelDB-1.0.3/table/two_level_iterator.cc
HyperLevelDB-1.0.3/table/two_level_iterator.h
HyperLevelDB-1.0.3/util/
HyperLevelDB-1.0.3/util/arena.cc
HyperLevelDB-1.0.3/util/arena.h
HyperLevelDB-1.0.3/util/arena_test.cc
HyperLevelDB-1.0.3/util/bloom.cc
HyperLevelDB-1.0.3/util/bloom_test.cc
HyperLevelDB-1.0.3/util/cache.cc
HyperLevelDB-1.0.3/util/cache_test.cc
HyperLevelDB-1.0.3/util/coding.cc
HyperLevelDB-1.0.3/util/coding.h
HyperLevelDB-1.0.3/util/coding_test.cc
HyperLevelDB-1.0.3/util/comparator.cc
HyperLevelDB-1.0.3/util/crc32c.cc
HyperLevelDB-1.0.3/util/crc32c.h
HyperLevelDB-1.0.3/util/crc32c_test.cc
HyperLevelDB-1.0.3/util/env.cc
HyperLevelDB-1.0.3/util/env_posix.cc
HyperLevelDB-1.0.3/util/env_test.cc
HyperLevelDB-1.0.3/util/filter_policy.cc
HyperLevelDB-1.0.3/util/hash.cc
HyperLevelDB-1.0.3/util/hash.h
HyperLevelDB-1.0.3/util/histogram.cc
HyperLevelDB-1.0.3/util/histogram.h
HyperLevelDB-1.0.3/util/logging.cc
HyperLevelDB-1.0.3/util/logging.h
HyperLevelDB-1.0.3/util/mutexlock.h
HyperLevelDB-1.0.3/util/options.cc
HyperLevelDB-1.0.3/util/posix_logger.h
HyperLevelDB-1.0.3/util/random.h
HyperLevelDB-1.0.3/util/status.cc
HyperLevelDB-1.0.3/util/testharness.cc
HyperLevelDB-1.0.3/util/testharness.h
HyperLevelDB-1.0.3/util/testutil.cc
HyperLevelDB-1.0.3/util/testutil.h
/usr/share/aclocal/gtkglextmm-1.2.m4:225: warning: underquoted definition of AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD
/usr/share/aclocal/gtkglextmm-1.2.m4:225: run info '(automake)Extending aclocal'
/usr/share/aclocal/gtkglextmm-1.2.m4:225: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
/usr/share/aclocal/gtkglextmm-1.2.m4:225: warning: underquoted definition of AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD
/usr/share/aclocal/gtkglextmm-1.2.m4:225: run info '(automake)Extending aclocal'
/usr/share/aclocal/gtkglextmm-1.2.m4:225: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal
configure.ac:39: installing `./missing'
Makefile.am: installing `./depcomp'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 3458764513820540925
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether C++ compiler accepts -fno-builtin-memcmp... yes
checking whether C++ compiler accepts -fno-builtin-memmove... yes
checking whether C++ compiler accepts -Qunused-arguments... no
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking machine/endian.h usability... no
checking machine/endian.h presence... no
checking for machine/endian.h... no
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/isa_defs.h usability... no
checking sys/isa_defs.h presence... no
checking for sys/isa_defs.h... no
checking for sys/types.h... (cached) yes
checking for error_at_line... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for alarm... yes
checking for clock_gettime... no
checking for mach_absolute_time... no
checking for ftruncate... yes
checking for fsync... yes
checking for fread... yes
checking for fread_unlocked... yes
checking for fwrite... yes
checking for fwrite_unlocked... yes
checking for fflush... yes
checking for fflush_unlocked... yes
checking for memmove... yes
checking for mkdir... yes
checking for munmap... yes
checking for rmdir... yes
checking for socket... yes
checking whether fdatasync is declared... yes
checking for snappy_compress in -lsnappy... yes
checking snappy.h usability... yes
checking snappy.h presence... no
configure: WARNING: snappy.h: accepted by the compiler, rejected by the preprocessor!
configure: WARNING: snappy.h: proceeding with the compiler's result
checking for snappy.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating libhyperleveldb.pc
config.status: creating hyperleveldb.upack
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Entering directory `/tmp/hyperleveldb.influxdb.amd64'
make --no-print-directory all-am
depbase=`echo db/builder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/builder.lo -MD -MP -MF $depbase.Tpo -c -o db/builder.lo db/builder.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/builder.lo -MD -MP -MF db/.deps/builder.Tpo -c db/builder.cc -o db/builder.o
depbase=`echo db/c.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/c.lo -MD -MP -MF $depbase.Tpo -c -o db/c.lo db/c.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/c.lo -MD -MP -MF db/.deps/c.Tpo -c db/c.cc -o db/c.o
depbase=`echo db/dbformat.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/dbformat.lo -MD -MP -MF $depbase.Tpo -c -o db/dbformat.lo db/dbformat.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/dbformat.lo -MD -MP -MF db/.deps/dbformat.Tpo -c db/dbformat.cc -o db/dbformat.o
depbase=`echo db/db_impl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/db_impl.lo -MD -MP -MF $depbase.Tpo -c -o db/db_impl.lo db/db_impl.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/db_impl.lo -MD -MP -MF db/.deps/db_impl.Tpo -c db/db_impl.cc -o db/db_impl.o
db/db_impl.cc: In member function 'hyperleveldb::Status hyperleveldb::DBImpl::OptimisticCompaction()':
db/db_impl.cc:949:84: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t {aka long unsigned int}' [-Wformat]
depbase=`echo db/db_iter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/db_iter.lo -MD -MP -MF $depbase.Tpo -c -o db/db_iter.lo db/db_iter.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/db_iter.lo -MD -MP -MF db/.deps/db_iter.Tpo -c db/db_iter.cc -o db/db_iter.o
depbase=`echo db/filename.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/filename.lo -MD -MP -MF $depbase.Tpo -c -o db/filename.lo db/filename.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/filename.lo -MD -MP -MF db/.deps/filename.Tpo -c db/filename.cc -o db/filename.o
depbase=`echo db/log_reader.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/log_reader.lo -MD -MP -MF $depbase.Tpo -c -o db/log_reader.lo db/log_reader.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/log_reader.lo -MD -MP -MF db/.deps/log_reader.Tpo -c db/log_reader.cc -o db/log_reader.o
depbase=`echo db/log_writer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/log_writer.lo -MD -MP -MF $depbase.Tpo -c -o db/log_writer.lo db/log_writer.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/log_writer.lo -MD -MP -MF db/.deps/log_writer.Tpo -c db/log_writer.cc -o db/log_writer.o
depbase=`echo db/memtable.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/memtable.lo -MD -MP -MF $depbase.Tpo -c -o db/memtable.lo db/memtable.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/memtable.lo -MD -MP -MF db/.deps/memtable.Tpo -c db/memtable.cc -o db/memtable.o
depbase=`echo db/repair.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/repair.lo -MD -MP -MF $depbase.Tpo -c -o db/repair.lo db/repair.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/repair.lo -MD -MP -MF db/.deps/repair.Tpo -c db/repair.cc -o db/repair.o
depbase=`echo db/replay_iterator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/replay_iterator.lo -MD -MP -MF $depbase.Tpo -c -o db/replay_iterator.lo db/replay_iterator.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/replay_iterator.lo -MD -MP -MF db/.deps/replay_iterator.Tpo -c db/replay_iterator.cc -o db/replay_iterator.o
depbase=`echo db/table_cache.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/table_cache.lo -MD -MP -MF $depbase.Tpo -c -o db/table_cache.lo db/table_cache.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/table_cache.lo -MD -MP -MF db/.deps/table_cache.Tpo -c db/table_cache.cc -o db/table_cache.o
depbase=`echo db/version_edit.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/version_edit.lo -MD -MP -MF $depbase.Tpo -c -o db/version_edit.lo db/version_edit.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/version_edit.lo -MD -MP -MF db/.deps/version_edit.Tpo -c db/version_edit.cc -o db/version_edit.o
depbase=`echo db/version_set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/version_set.lo -MD -MP -MF $depbase.Tpo -c -o db/version_set.lo db/version_set.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/version_set.lo -MD -MP -MF db/.deps/version_set.Tpo -c db/version_set.cc -o db/version_set.o
depbase=`echo db/write_batch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/write_batch.lo -MD -MP -MF $depbase.Tpo -c -o db/write_batch.lo db/write_batch.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/write_batch.lo -MD -MP -MF db/.deps/write_batch.Tpo -c db/write_batch.cc -o db/write_batch.o
depbase=`echo table/block_builder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT table/block_builder.lo -MD -MP -MF $depbase.Tpo -c -o table/block_builder.lo table/block_builder.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT table/block_builder.lo -MD -MP -MF table/.deps/block_builder.Tpo -c table/block_builder.cc -o table/block_builder.o
depbase=`echo table/block.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT table/block.lo -MD -MP -MF $depbase.Tpo -c -o table/block.lo table/block.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT table/block.lo -MD -MP -MF table/.deps/block.Tpo -c table/block.cc -o table/block.o
depbase=`echo table/filter_block.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT table/filter_block.lo -MD -MP -MF $depbase.Tpo -c -o table/filter_block.lo table/filter_block.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT table/filter_block.lo -MD -MP -MF table/.deps/filter_block.Tpo -c table/filter_block.cc -o table/filter_block.o
depbase=`echo table/format.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT table/format.lo -MD -MP -MF $depbase.Tpo -c -o table/format.lo table/format.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT table/format.lo -MD -MP -MF table/.deps/format.Tpo -c table/format.cc -o table/format.o
depbase=`echo table/iterator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT table/iterator.lo -MD -MP -MF $depbase.Tpo -c -o table/iterator.lo table/iterator.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT table/iterator.lo -MD -MP -MF table/.deps/iterator.Tpo -c table/iterator.cc -o table/iterator.o
depbase=`echo table/merger.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT table/merger.lo -MD -MP -MF $depbase.Tpo -c -o table/merger.lo table/merger.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT table/merger.lo -MD -MP -MF table/.deps/merger.Tpo -c table/merger.cc -o table/merger.o
depbase=`echo table/table_builder.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT table/table_builder.lo -MD -MP -MF $depbase.Tpo -c -o table/table_builder.lo table/table_builder.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT table/table_builder.lo -MD -MP -MF table/.deps/table_builder.Tpo -c table/table_builder.cc -o table/table_builder.o
depbase=`echo table/table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT table/table.lo -MD -MP -MF $depbase.Tpo -c -o table/table.lo table/table.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT table/table.lo -MD -MP -MF table/.deps/table.Tpo -c table/table.cc -o table/table.o
depbase=`echo table/two_level_iterator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT table/two_level_iterator.lo -MD -MP -MF $depbase.Tpo -c -o table/two_level_iterator.lo table/two_level_iterator.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT table/two_level_iterator.lo -MD -MP -MF table/.deps/two_level_iterator.Tpo -c table/two_level_iterator.cc -o table/two_level_iterator.o
depbase=`echo util/arena.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/arena.lo -MD -MP -MF $depbase.Tpo -c -o util/arena.lo util/arena.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/arena.lo -MD -MP -MF util/.deps/arena.Tpo -c util/arena.cc -o util/arena.o
depbase=`echo util/bloom.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/bloom.lo -MD -MP -MF $depbase.Tpo -c -o util/bloom.lo util/bloom.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/bloom.lo -MD -MP -MF util/.deps/bloom.Tpo -c util/bloom.cc -o util/bloom.o
depbase=`echo util/cache.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/cache.lo -MD -MP -MF $depbase.Tpo -c -o util/cache.lo util/cache.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/cache.lo -MD -MP -MF util/.deps/cache.Tpo -c util/cache.cc -o util/cache.o
depbase=`echo util/coding.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/coding.lo -MD -MP -MF $depbase.Tpo -c -o util/coding.lo util/coding.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/coding.lo -MD -MP -MF util/.deps/coding.Tpo -c util/coding.cc -o util/coding.o
depbase=`echo util/comparator.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/comparator.lo -MD -MP -MF $depbase.Tpo -c -o util/comparator.lo util/comparator.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/comparator.lo -MD -MP -MF util/.deps/comparator.Tpo -c util/comparator.cc -o util/comparator.o
depbase=`echo util/crc32c.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/crc32c.lo -MD -MP -MF $depbase.Tpo -c -o util/crc32c.lo util/crc32c.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/crc32c.lo -MD -MP -MF util/.deps/crc32c.Tpo -c util/crc32c.cc -o util/crc32c.o
depbase=`echo util/env.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/env.lo -MD -MP -MF $depbase.Tpo -c -o util/env.lo util/env.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/env.lo -MD -MP -MF util/.deps/env.Tpo -c util/env.cc -o util/env.o
depbase=`echo util/env_posix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/env_posix.lo -MD -MP -MF $depbase.Tpo -c -o util/env_posix.lo util/env_posix.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/env_posix.lo -MD -MP -MF util/.deps/env_posix.Tpo -c util/env_posix.cc -o util/env_posix.o
depbase=`echo util/filter_policy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/filter_policy.lo -MD -MP -MF $depbase.Tpo -c -o util/filter_policy.lo util/filter_policy.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/filter_policy.lo -MD -MP -MF util/.deps/filter_policy.Tpo -c util/filter_policy.cc -o util/filter_policy.o
depbase=`echo util/hash.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/hash.lo -MD -MP -MF $depbase.Tpo -c -o util/hash.lo util/hash.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/hash.lo -MD -MP -MF util/.deps/hash.Tpo -c util/hash.cc -o util/hash.o
depbase=`echo util/histogram.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/histogram.lo -MD -MP -MF $depbase.Tpo -c -o util/histogram.lo util/histogram.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/histogram.lo -MD -MP -MF util/.deps/histogram.Tpo -c util/histogram.cc -o util/histogram.o
depbase=`echo util/logging.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/logging.lo -MD -MP -MF $depbase.Tpo -c -o util/logging.lo util/logging.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/logging.lo -MD -MP -MF util/.deps/logging.Tpo -c util/logging.cc -o util/logging.o
depbase=`echo util/options.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/options.lo -MD -MP -MF $depbase.Tpo -c -o util/options.lo util/options.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/options.lo -MD -MP -MF util/.deps/options.Tpo -c util/options.cc -o util/options.o
depbase=`echo util/status.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/status.lo -MD -MP -MF $depbase.Tpo -c -o util/status.lo util/status.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/status.lo -MD -MP -MF util/.deps/status.Tpo -c util/status.cc -o util/status.o
depbase=`echo port/port_posix.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT port/port_posix.lo -MD -MP -MF $depbase.Tpo -c -o port/port_posix.lo port/port_posix.cc &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT port/port_posix.lo -MD -MP -MF port/.deps/port_posix.Tpo -c port/port_posix.cc -o port/port_posix.o
/bin/bash ./libtool --tag=CXX --mode=link g++ -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -lpthread -L/tmp/snappy.influxdb.amd64/.libs -o libhyperleveldb.la -rpath /usr/local/lib db/builder.lo db/c.lo db/dbformat.lo db/db_impl.lo db/db_iter.lo db/filename.lo db/log_reader.lo db/log_writer.lo db/memtable.lo db/repair.lo db/replay_iterator.lo db/table_cache.lo db/version_edit.lo db/version_set.lo db/write_batch.lo table/block_builder.lo table/block.lo table/filter_block.lo table/format.lo table/iterator.lo table/merger.lo table/table_builder.lo table/table.lo table/two_level_iterator.lo util/arena.lo util/bloom.lo util/cache.lo util/coding.lo util/comparator.lo util/crc32c.lo util/env.lo util/env_posix.lo util/filter_policy.lo util/hash.lo util/histogram.lo util/logging.lo util/options.lo util/status.lo port/port_posix.lo -lsnappy -lpthread -lsnappy
libtool: link: ar cru .libs/libhyperleveldb.a db/builder.o db/c.o db/dbformat.o db/db_impl.o db/db_iter.o db/filename.o db/log_reader.o db/log_writer.o db/memtable.o db/repair.o db/replay_iterator.o db/table_cache.o db/version_edit.o db/version_set.o db/write_batch.o table/block_builder.o table/block.o table/filter_block.o table/format.o table/iterator.o table/merger.o table/table_builder.o table/table.o table/two_level_iterator.o util/arena.o util/bloom.o util/cache.o util/coding.o util/comparator.o util/crc32c.o util/env.o util/env_posix.o util/filter_policy.o util/hash.o util/histogram.o util/logging.o util/options.o util/status.o port/port_posix.o
libtool: link: ranlib .libs/libhyperleveldb.a
libtool: link: ( cd ".libs" && rm -f "libhyperleveldb.la" && ln -s "../libhyperleveldb.la" "libhyperleveldb.la" )
depbase=`echo db/db_bench.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/db_bench.o -MD -MP -MF $depbase.Tpo -c -o db/db_bench.o db/db_bench.cc &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo util/testutil.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT util/testutil.o -MD -MP -MF $depbase.Tpo -c -o util/testutil.o util/testutil.cc &&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ./libtool --tag=CXX --mode=link g++ -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -L/tmp/snappy.influxdb.amd64/.libs -o db_bench db/db_bench.o util/testutil.o libhyperleveldb.la -lpthread -lsnappy
libtool: link: g++ -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -o db_bench db/db_bench.o util/testutil.o -L/tmp/snappy.influxdb.amd64/.libs ./.libs/libhyperleveldb.a -lpthread /tmp/snappy.influxdb.amd64/.libs/libsnappy.so -Wl,-rpath -Wl,/tmp/snappy.influxdb.amd64/.libs
depbase=`echo db/leveldb_main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT db/leveldb_main.o -MD -MP -MF $depbase.Tpo -c -o db/leveldb_main.o db/leveldb_main.cc &&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ./libtool --tag=CXX --mode=link g++ -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -L/tmp/snappy.influxdb.amd64/.libs -o leveldbutil db/leveldb_main.o libhyperleveldb.la -lpthread -lsnappy
libtool: link: g++ -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -o leveldbutil db/leveldb_main.o -L/tmp/snappy.influxdb.amd64/.libs ./.libs/libhyperleveldb.a -lpthread /tmp/snappy.influxdb.amd64/.libs/libsnappy.so -Wl,-rpath -Wl,/tmp/snappy.influxdb.amd64/.libs
depbase=`echo leveldb-verify.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
g++ -DHAVE_CONFIG_H -I. -I/tmp/hyperleveldb.influxdb.amd64/include -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -MT leveldb-verify.o -MD -MP -MF $depbase.Tpo -c -o leveldb-verify.o leveldb-verify.cc &&\
mv -f $depbase.Tpo $depbase.Po
/bin/bash ./libtool --tag=CXX --mode=link g++ -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -L/tmp/snappy.influxdb.amd64/.libs -o leveldb-verify leveldb-verify.o libhyperleveldb.la -lpthread -lsnappy
libtool: link: g++ -DLEVELDB_PLATFORM_POSIX -DSNAPPY -fno-builtin-memcmp -fno-builtin-memcmp -I/tmp/snappy.influxdb.amd64 -o leveldb-verify leveldb-verify.o -L/tmp/snappy.influxdb.amd64/.libs ./.libs/libhyperleveldb.a -lpthread /tmp/snappy.influxdb.amd64/.libs/libsnappy.so -Wl,-rpath -Wl,/tmp/snappy.influxdb.amd64/.libs
make[1]: Leaving directory `/tmp/hyperleveldb.influxdb.amd64'
/homes/jwienke/graphite-test/src/go/bin//go get -d github.com/influxdb/hyperleveldb-go
/homes/jwienke/graphite-test/src/go/bin//go get -d github.com/jmhodges/levigo
for i in code.google.com/p/go.crypto/bcrypt code.google.com/p/goprotobuf/proto code.google.com/p/log4go github.com/bmizerany/pat github.com/fitstar/falcore github.com/fitstar/falcore/filter github.com/gorilla/mux github.com/goraft/raft github.com/influxdb/go-cache github.com/BurntSushi/toml github.com/influxdb/influxdb-go code.google.com/p/gogoprotobuf/proto github.com/influxdb/gomdb code.google.com/p/go.tools/cmd/vet code.google.com/p/goprotobuf/protoc-gen-go; do /homes/jwienke/graphite-test/src/go/bin//go get -d $i; done
/homes/jwienke/graphite-test/src/go/bin//go get code.google.com/p/goprotobuf/protoc-gen-go
rm -f src/protocol/*.pb.go
PATH=$PWD/bin:$PATH /usr/bin/protoc --go_out=. src/protocol/*.proto
/homes/jwienke/graphite-test/src/go/bin//go build -tags 'hyperleveldb' daemon
/homes/jwienke/graphite-test/src/go/bin//go build -tags 'hyperleveldb' tools/benchmark-storage
/homes/jwienke/graphite-test/src/go/bin//go build benchmark
/homes/jwienke/graphite-test/src/go/bin//go get launchpad.net/gocheck
/homes/jwienke/graphite-test/src/go/bin//go test admin api/http api/graphite cluster common configuration checkers coordinator datastore engine parser protocol wal -test.timeout=10m
ok admin 0.007s
ok api/http 1.029s
? api/graphite [no test files]
ok cluster 0.371s
? common [no test files]
ok configuration 0.004s
? checkers [no test files]
ok coordinator 1.005s
/tmp/go-build159970878/datastore/_test/datastore.test: error while loading shared libraries: libleveldb.so.1: cannot open shared object file: No such file or directory
FAIL datastore 0.001s
ok engine 0.007s
ok parser 0.008s
ok protocol 0.002s
ok wal 12.624s
make: *** [test] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment