Last active
August 29, 2015 13:57
-
-
Save bbinet/9503944 to your computer and use it in GitHub Desktop.
influxdb build failure log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./configure | |
checking for protoc... /usr/bin/protoc | |
checking for go... /root/go/bin/go | |
checking for flex... /usr/bin/flex | |
checking for bison... /usr/bin/bison | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating src/parser/Makefile | |
$ make | |
make -C src/parser | |
make[1]: Entering directory `/root/influxdb/src/parser' | |
/usr/bin/bison -t -d query.yacc -o y.tab.c --defines=y.tab.h | |
query.yacc: conflicts: 7 shift/reduce, 25 reduce/reduce | |
/usr/bin/flex -o lex.yy.c -i query.lex | |
make[1]: Leaving directory `/root/influxdb/src/parser' | |
/root/go/bin/go get -d github.com/jmhodges/levigo | |
bash -c "pushd src/github.com/jmhodges/levigo; find . -name \*.go | xargs sed -i 's/\/\/ #cgo LDFLAGS: -lleveldb\|#cgo LDFLAGS: -lleveldb//g'; popd" | |
~/influxdb/src/github.com/jmhodges/levigo ~/influxdb | |
~/influxdb | |
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 code.google.com/p/goprotobuf/protoc-gen-go; do /root/go/bin/go get -d $i; done | |
rm -rf /tmp/snappy.influxdb.386 | |
mkdir -p /tmp/snappy.influxdb.386 | |
bash -c "cd /tmp/snappy.influxdb.386; \ | |
wget https://snappy.googlecode.com/files/snappy-1.1.0.tar.gz; \ | |
tar --strip-components=1 -xvzf snappy-1.1.0.tar.gz; \ | |
CFLAGS=-m32 CXXFLAGS=-m32 ./configure; \ | |
make" | |
--2014-03-12 10:01:00-- https://snappy.googlecode.com/files/snappy-1.1.0.tar.gz | |
Resolving snappy.googlecode.com (snappy.googlecode.com)... 173.194.78.82, 2a00:1450:400c:c03::52 | |
Connecting to snappy.googlecode.com (snappy.googlecode.com)|173.194.78.82|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 1719945 (1.6M) [application/x-gzip] | |
Saving to: `snappy-1.1.0.tar.gz' | |
0K .......... .......... .......... .......... .......... 2% 202K 8s | |
50K .......... .......... .......... .......... .......... 5% 437K 6s | |
100K .......... .......... .......... .......... .......... 8% 684K 4s | |
150K .......... .......... .......... .......... .......... 11% 1.05M 4s | |
200K .......... .......... .......... .......... .......... 14% 997K 3s | |
250K .......... .......... .......... .......... .......... 17% 971K 3s | |
300K .......... .......... .......... .......... .......... 20% 381K 3s | |
350K .......... .......... .......... .......... .......... 23% 2.94M 2s | |
400K .......... .......... .......... .......... .......... 26% 3.45M 2s | |
450K .......... .......... .......... .......... .......... 29% 749K 2s | |
500K .......... .......... .......... .......... .......... 32% 348K 2s | |
550K .......... .......... .......... .......... .......... 35% 1.72M 2s | |
600K .......... .......... .......... .......... .......... 38% 13.4M 2s | |
650K .......... .......... .......... .......... .......... 41% 1005K 1s | |
700K .......... .......... .......... .......... .......... 44% 1.74M 1s | |
750K .......... .......... .......... .......... .......... 47% 995K 1s | |
800K .......... .......... .......... .......... .......... 50% 996K 1s | |
850K .......... .......... .......... .......... .......... 53% 991K 1s | |
900K .......... .......... .......... .......... .......... 56% 955K 1s | |
950K .......... .......... .......... .......... .......... 59% 1.01M 1s | |
1000K .......... .......... .......... .......... .......... 62% 894K 1s | |
1050K .......... .......... .......... .......... .......... 65% 1.05M 1s | |
1100K .......... .......... .......... .......... .......... 68% 344K 1s | |
1150K .......... .......... .......... .......... .......... 71% 18.4M 1s | |
1200K .......... .......... .......... .......... .......... 74% 774K 1s | |
1250K .......... .......... .......... .......... .......... 77% 20.3M 0s | |
1300K .......... .......... .......... .......... .......... 80% 1.37M 0s | |
1350K .......... .......... .......... .......... .......... 83% 1.08M 0s | |
1400K .......... .......... .......... .......... .......... 86% 1.06M 0s | |
1450K .......... .......... .......... .......... .......... 89% 1.05M 0s | |
1500K .......... .......... .......... .......... .......... 92% 1.00M 0s | |
1550K .......... .......... .......... .......... .......... 95% 1.08M 0s | |
1600K .......... .......... .......... .......... .......... 98% 801K 0s | |
1650K .......... .......... ......... 100% 2.09M=2.0s | |
2014-03-12 10:01:03 (849 KB/s) - `snappy-1.1.0.tar.gz' saved [1719945/1719945] | |
snappy-1.1.0/m4/ | |
snappy-1.1.0/m4/gtest.m4 | |
snappy-1.1.0/testdata/ | |
snappy-1.1.0/testdata/alice29.txt | |
snappy-1.1.0/testdata/asyoulik.txt | |
snappy-1.1.0/testdata/baddata1.snappy | |
snappy-1.1.0/testdata/baddata2.snappy | |
snappy-1.1.0/testdata/baddata3.snappy | |
snappy-1.1.0/testdata/cp.html | |
snappy-1.1.0/testdata/fields.c | |
snappy-1.1.0/testdata/geo.protodata | |
snappy-1.1.0/testdata/grammar.lsp | |
snappy-1.1.0/testdata/house.jpg | |
snappy-1.1.0/testdata/html | |
snappy-1.1.0/testdata/html_x_4 | |
snappy-1.1.0/testdata/kennedy.xls | |
snappy-1.1.0/testdata/kppkn.gtb | |
snappy-1.1.0/testdata/lcet10.txt | |
snappy-1.1.0/testdata/mapreduce-osdi-1.pdf | |
snappy-1.1.0/testdata/plrabn12.txt | |
snappy-1.1.0/testdata/ptt5 | |
snappy-1.1.0/testdata/sum | |
snappy-1.1.0/testdata/urls.10K | |
snappy-1.1.0/testdata/xargs.1 | |
snappy-1.1.0/README | |
snappy-1.1.0/configure.ac | |
snappy-1.1.0/aclocal.m4 | |
snappy-1.1.0/ChangeLog | |
snappy-1.1.0/COPYING | |
snappy-1.1.0/INSTALL | |
snappy-1.1.0/NEWS | |
snappy-1.1.0/format_description.txt | |
snappy-1.1.0/framing_format.txt | |
snappy-1.1.0/snappy.h | |
snappy-1.1.0/snappy-sinksource.h | |
snappy-1.1.0/snappy-stubs-public.h | |
snappy-1.1.0/snappy-c.h | |
snappy-1.1.0/snappy-internal.h | |
snappy-1.1.0/snappy-stubs-internal.h | |
snappy-1.1.0/snappy-test.h | |
snappy-1.1.0/Makefile.am | |
snappy-1.1.0/Makefile.in | |
snappy-1.1.0/config.h.in | |
snappy-1.1.0/snappy-stubs-public.h.in | |
snappy-1.1.0/configure | |
snappy-1.1.0/AUTHORS | |
snappy-1.1.0/config.guess | |
snappy-1.1.0/config.sub | |
snappy-1.1.0/depcomp | |
snappy-1.1.0/install-sh | |
snappy-1.1.0/ltmain.sh | |
snappy-1.1.0/missing | |
snappy-1.1.0/snappy.cc | |
snappy-1.1.0/snappy-sinksource.cc | |
snappy-1.1.0/snappy-stubs-internal.cc | |
snappy-1.1.0/snappy-c.cc | |
snappy-1.1.0/snappy_unittest.cc | |
snappy-1.1.0/snappy-test.cc | |
snappy-1.1.0/autogen.sh | |
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... no | |
checking for mawk... mawk | |
checking whether make sets $(MAKE)... yes | |
checking build system type... i486-pc-linux-gnu | |
checking host system type... i486-pc-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... 805306365 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert i486-pc-linux-gnu file names to i486-pc-linux-gnu format... func_convert_file_noop | |
checking how to convert i486-pc-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) supports shared libraries... yes | |
checking whether -lc should be explicitly linked in... no | |
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... yes | |
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 | |
checking if the linker (/usr/bin/ld) is GNU ld... yes | |
checking whether the g++ linker (/usr/bin/ld) 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) supports shared libraries... yes | |
checking dynamic linker characteristics... (cached) GNU/Linux ld.so | |
checking how to hardcode library paths into programs... immediate | |
checking whether byte ordering is bigendian... no | |
checking for stdint.h... (cached) yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking windows.h usability... no | |
checking windows.h presence... no | |
checking for windows.h... no | |
checking byteswap.h usability... yes | |
checking byteswap.h presence... yes | |
checking for byteswap.h... yes | |
checking sys/byteswap.h usability... no | |
checking sys/byteswap.h presence... no | |
checking for sys/byteswap.h... no | |
checking sys/endian.h usability... no | |
checking sys/endian.h presence... no | |
checking for sys/endian.h... no | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for mmap... yes | |
checking for 'gtest-config'... checking for gtest-config... no | |
no | |
checking for pkg-config... no | |
checking for gflags... no | |
checking if the compiler supports __builtin_expect... yes | |
checking if the compiler supports __builtin_ctzll... yes | |
checking for zlibVersion in -lz... no | |
checking for lzo1x_1_15_compress in -llzo2... no | |
checking for lzf_compress in -llzf... no | |
checking for fastlz_compress in -lfastlz... no | |
checking for qlz_compress in -lquicklz... no | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating snappy-stubs-public.h | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
make[1]: Entering directory `/tmp/snappy.influxdb.386' | |
make all-am | |
make[2]: Entering directory `/tmp/snappy.influxdb.386' | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -m32 -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c -o snappy.lo snappy.cc | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -m32 -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c snappy.cc -fPIC -DPIC -o .libs/snappy.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -m32 -MT snappy.lo -MD -MP -MF .deps/snappy.Tpo -c snappy.cc -o snappy.o >/dev/null 2>&1 | |
mv -f .deps/snappy.Tpo .deps/snappy.Plo | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -m32 -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c -o snappy-sinksource.lo snappy-sinksource.cc | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -m32 -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c snappy-sinksource.cc -fPIC -DPIC -o .libs/snappy-sinksource.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -m32 -MT snappy-sinksource.lo -MD -MP -MF .deps/snappy-sinksource.Tpo -c snappy-sinksource.cc -o snappy-sinksource.o >/dev/null 2>&1 | |
mv -f .deps/snappy-sinksource.Tpo .deps/snappy-sinksource.Plo | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -m32 -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c -o snappy-stubs-internal.lo snappy-stubs-internal.cc | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -m32 -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c snappy-stubs-internal.cc -fPIC -DPIC -o .libs/snappy-stubs-internal.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -m32 -MT snappy-stubs-internal.lo -MD -MP -MF .deps/snappy-stubs-internal.Tpo -c snappy-stubs-internal.cc -o snappy-stubs-internal.o >/dev/null 2>&1 | |
mv -f .deps/snappy-stubs-internal.Tpo .deps/snappy-stubs-internal.Plo | |
/bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -m32 -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c -o snappy-c.lo snappy-c.cc | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -m32 -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c snappy-c.cc -fPIC -DPIC -o .libs/snappy-c.o | |
libtool: compile: g++ -DHAVE_CONFIG_H -I. -m32 -MT snappy-c.lo -MD -MP -MF .deps/snappy-c.Tpo -c snappy-c.cc -o snappy-c.o >/dev/null 2>&1 | |
mv -f .deps/snappy-c.Tpo .deps/snappy-c.Plo | |
/bin/bash ./libtool --tag=CXX --mode=link g++ -m32 -version-info 2:4:1 -o libsnappy.la -rpath /usr/local/lib snappy.lo snappy-sinksource.lo snappy-stubs-internal.lo snappy-c.lo | |
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i486-linux-gnu/4.7/../../../i386-linux-gnu/crti.o /usr/lib/gcc/i486-linux-gnu/4.7/crtbeginS.o .libs/snappy.o .libs/snappy-sinksource.o .libs/snappy-stubs-internal.o .libs/snappy-c.o -L/usr/lib/gcc/i486-linux-gnu/4.7 -L/usr/lib/gcc/i486-linux-gnu/4.7/../../../i386-linux-gnu -L/usr/lib/gcc/i486-linux-gnu/4.7/../../../../lib -L/lib/i386-linux-gnu -L/lib/../lib -L/usr/lib/i386-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/i486-linux-gnu/4.7/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-linux-gnu/4.7/crtendS.o /usr/lib/gcc/i486-linux-gnu/4.7/../../../i386-linux-gnu/crtn.o -m32 -Wl,-soname -Wl,libsnappy.so.1 -o .libs/libsnappy.so.1.1.4 | |
libtool: link: (cd ".libs" && rm -f "libsnappy.so.1" && ln -s "libsnappy.so.1.1.4" "libsnappy.so.1") | |
libtool: link: (cd ".libs" && rm -f "libsnappy.so" && ln -s "libsnappy.so.1.1.4" "libsnappy.so") | |
libtool: link: ar cru .libs/libsnappy.a snappy.o snappy-sinksource.o snappy-stubs-internal.o snappy-c.o | |
libtool: link: ranlib .libs/libsnappy.a | |
libtool: link: ( cd ".libs" && rm -f "libsnappy.la" && ln -s "../libsnappy.la" "libsnappy.la" ) | |
g++ -DHAVE_CONFIG_H -I. -m32 -MT snappy_unittest-snappy_unittest.o -MD -MP -MF .deps/snappy_unittest-snappy_unittest.Tpo -c -o snappy_unittest-snappy_unittest.o `test -f 'snappy_unittest.cc' || echo './'`snappy_unittest.cc | |
mv -f .deps/snappy_unittest-snappy_unittest.Tpo .deps/snappy_unittest-snappy_unittest.Po | |
g++ -DHAVE_CONFIG_H -I. -m32 -MT snappy_unittest-snappy-test.o -MD -MP -MF .deps/snappy_unittest-snappy-test.Tpo -c -o snappy_unittest-snappy-test.o `test -f 'snappy-test.cc' || echo './'`snappy-test.cc | |
mv -f .deps/snappy_unittest-snappy-test.Tpo .deps/snappy_unittest-snappy-test.Po | |
/bin/bash ./libtool --tag=CXX --mode=link g++ -m32 -o snappy_unittest snappy_unittest-snappy_unittest.o snappy_unittest-snappy-test.o libsnappy.la | |
libtool: link: g++ -m32 -o .libs/snappy_unittest snappy_unittest-snappy_unittest.o snappy_unittest-snappy-test.o ./.libs/libsnappy.so | |
make[2]: Leaving directory `/tmp/snappy.influxdb.386' | |
make[1]: Leaving directory `/tmp/snappy.influxdb.386' | |
rm -rf /tmp/leveldb.influxdb.386 | |
mkdir -p /tmp/leveldb.influxdb.386 | |
bash -c "cd /tmp/leveldb.influxdb.386; \ | |
wget https://leveldb.googlecode.com/files/leveldb-1.12.0.tar.gz; \ | |
tar --strip-components=1 -xvzf leveldb-1.12.0.tar.gz; \ | |
CXXFLAGS='-I/tmp/snappy.influxdb.386 -m32' LDFLAGS='-L/tmp/snappy.influxdb.386/.libs' make" | |
--2014-03-12 10:01:11-- https://leveldb.googlecode.com/files/leveldb-1.12.0.tar.gz | |
Resolving leveldb.googlecode.com (leveldb.googlecode.com)... 74.125.132.82, 2a00:1450:400c:c03::52 | |
Connecting to leveldb.googlecode.com (leveldb.googlecode.com)|74.125.132.82|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 205436 (201K) [application/x-gzip] | |
Saving to: `leveldb-1.12.0.tar.gz' | |
0K .......... .......... .......... .......... .......... 24% 313K 0s | |
50K .......... .......... .......... .......... .......... 49% 317K 0s | |
100K .......... .......... .......... .......... .......... 74% 880K 0s | |
150K .......... .......... .......... .......... .......... 99% 1.01M 0s | |
200K 100% 1185G=0.4s | |
2014-03-12 10:01:12 (475 KB/s) - `leveldb-1.12.0.tar.gz' saved [205436/205436] | |
leveldb-1.12.0/TODO | |
leveldb-1.12.0/AUTHORS | |
leveldb-1.12.0/README | |
leveldb-1.12.0/NEWS | |
leveldb-1.12.0/build_detect_platform | |
leveldb-1.12.0/LICENSE | |
leveldb-1.12.0/Makefile | |
leveldb-1.12.0/.gitignore | |
leveldb-1.12.0/issues/ | |
leveldb-1.12.0/issues/issue178_test.cc | |
leveldb-1.12.0/include/ | |
leveldb-1.12.0/include/leveldb/ | |
leveldb-1.12.0/include/leveldb/table_builder.h | |
leveldb-1.12.0/include/leveldb/comparator.h | |
leveldb-1.12.0/include/leveldb/c.h | |
leveldb-1.12.0/include/leveldb/iterator.h | |
leveldb-1.12.0/include/leveldb/table.h | |
leveldb-1.12.0/include/leveldb/options.h | |
leveldb-1.12.0/include/leveldb/write_batch.h | |
leveldb-1.12.0/include/leveldb/slice.h | |
leveldb-1.12.0/include/leveldb/filter_policy.h | |
leveldb-1.12.0/include/leveldb/status.h | |
leveldb-1.12.0/include/leveldb/env.h | |
leveldb-1.12.0/include/leveldb/cache.h | |
leveldb-1.12.0/include/leveldb/db.h | |
leveldb-1.12.0/doc/ | |
leveldb-1.12.0/doc/table_format.txt | |
leveldb-1.12.0/doc/log_format.txt | |
leveldb-1.12.0/doc/impl.html | |
leveldb-1.12.0/doc/benchmark.html | |
leveldb-1.12.0/doc/index.html | |
leveldb-1.12.0/doc/doc.css | |
leveldb-1.12.0/doc/bench/ | |
leveldb-1.12.0/doc/bench/db_bench_tree_db.cc | |
leveldb-1.12.0/doc/bench/db_bench_sqlite3.cc | |
leveldb-1.12.0/port/ | |
leveldb-1.12.0/port/port_posix.h | |
leveldb-1.12.0/port/thread_annotations.h | |
leveldb-1.12.0/port/README | |
leveldb-1.12.0/port/atomic_pointer.h | |
leveldb-1.12.0/port/port_posix.cc | |
leveldb-1.12.0/port/port_example.h | |
leveldb-1.12.0/port/port.h | |
leveldb-1.12.0/port/win/ | |
leveldb-1.12.0/port/win/stdint.h | |
leveldb-1.12.0/table/ | |
leveldb-1.12.0/table/two_level_iterator.cc | |
leveldb-1.12.0/table/iterator.cc | |
leveldb-1.12.0/table/filter_block.h | |
leveldb-1.12.0/table/format.h | |
leveldb-1.12.0/table/table_builder.cc | |
leveldb-1.12.0/table/block_builder.cc | |
leveldb-1.12.0/table/merger.cc | |
leveldb-1.12.0/table/merger.h | |
leveldb-1.12.0/table/filter_block_test.cc | |
leveldb-1.12.0/table/table.cc | |
leveldb-1.12.0/table/block.cc | |
leveldb-1.12.0/table/iterator_wrapper.h | |
leveldb-1.12.0/table/format.cc | |
leveldb-1.12.0/table/filter_block.cc | |
leveldb-1.12.0/table/block.h | |
leveldb-1.12.0/table/block_builder.h | |
leveldb-1.12.0/table/two_level_iterator.h | |
leveldb-1.12.0/table/table_test.cc | |
leveldb-1.12.0/db/ | |
leveldb-1.12.0/db/filename_test.cc | |
leveldb-1.12.0/db/version_edit.h | |
leveldb-1.12.0/db/memtable.cc | |
leveldb-1.12.0/db/version_set.h | |
leveldb-1.12.0/db/builder.h | |
leveldb-1.12.0/db/log_test.cc | |
leveldb-1.12.0/db/dbformat_test.cc | |
leveldb-1.12.0/db/log_reader.h | |
leveldb-1.12.0/db/leveldb_main.cc | |
leveldb-1.12.0/db/version_edit.cc | |
leveldb-1.12.0/db/filename.cc | |
leveldb-1.12.0/db/table_cache.cc | |
leveldb-1.12.0/db/memtable.h | |
leveldb-1.12.0/db/c.cc | |
leveldb-1.12.0/db/log_reader.cc | |
leveldb-1.12.0/db/log_writer.cc | |
leveldb-1.12.0/db/table_cache.h | |
leveldb-1.12.0/db/skiplist.h | |
leveldb-1.12.0/db/version_set.cc | |
leveldb-1.12.0/db/log_writer.h | |
leveldb-1.12.0/db/version_edit_test.cc | |
leveldb-1.12.0/db/filename.h | |
leveldb-1.12.0/db/version_set_test.cc | |
leveldb-1.12.0/db/db_iter.cc | |
leveldb-1.12.0/db/log_format.h | |
leveldb-1.12.0/db/db_impl.h | |
leveldb-1.12.0/db/db_impl.cc | |
leveldb-1.12.0/db/write_batch_internal.h | |
leveldb-1.12.0/db/snapshot.h | |
leveldb-1.12.0/db/db_iter.h | |
leveldb-1.12.0/db/skiplist_test.cc | |
leveldb-1.12.0/db/repair.cc | |
leveldb-1.12.0/db/write_batch_test.cc | |
leveldb-1.12.0/db/db_bench.cc | |
leveldb-1.12.0/db/dbformat.cc | |
leveldb-1.12.0/db/dbformat.h | |
leveldb-1.12.0/db/write_batch.cc | |
leveldb-1.12.0/db/corruption_test.cc | |
leveldb-1.12.0/db/c_test.c | |
leveldb-1.12.0/db/builder.cc | |
leveldb-1.12.0/db/db_test.cc | |
leveldb-1.12.0/helpers/ | |
leveldb-1.12.0/helpers/memenv/ | |
leveldb-1.12.0/helpers/memenv/memenv_test.cc | |
leveldb-1.12.0/helpers/memenv/memenv.h | |
leveldb-1.12.0/helpers/memenv/memenv.cc | |
leveldb-1.12.0/util/ | |
leveldb-1.12.0/util/coding_test.cc | |
leveldb-1.12.0/util/bloom.cc | |
leveldb-1.12.0/util/crc32c_test.cc | |
leveldb-1.12.0/util/coding.h | |
leveldb-1.12.0/util/logging.cc | |
leveldb-1.12.0/util/status.cc | |
leveldb-1.12.0/util/testutil.h | |
leveldb-1.12.0/util/options.cc | |
leveldb-1.12.0/util/crc32c.cc | |
leveldb-1.12.0/util/env_posix.cc | |
leveldb-1.12.0/util/env_test.cc | |
leveldb-1.12.0/util/histogram.cc | |
leveldb-1.12.0/util/testharness.cc | |
leveldb-1.12.0/util/filter_policy.cc | |
leveldb-1.12.0/util/arena.h | |
leveldb-1.12.0/util/histogram.h | |
leveldb-1.12.0/util/cache_test.cc | |
leveldb-1.12.0/util/arena_test.cc | |
leveldb-1.12.0/util/env.cc | |
leveldb-1.12.0/util/cache.cc | |
leveldb-1.12.0/util/testutil.cc | |
leveldb-1.12.0/util/posix_logger.h | |
leveldb-1.12.0/util/mutexlock.h | |
leveldb-1.12.0/util/logging.h | |
leveldb-1.12.0/util/hash.h | |
leveldb-1.12.0/util/hash.cc | |
leveldb-1.12.0/util/testharness.h | |
leveldb-1.12.0/util/comparator.cc | |
leveldb-1.12.0/util/arena.cc | |
leveldb-1.12.0/util/bloom_test.cc | |
leveldb-1.12.0/util/random.h | |
leveldb-1.12.0/util/crc32c.h | |
leveldb-1.12.0/util/coding.cc | |
make[1]: Entering directory `/tmp/leveldb.influxdb.386' | |
g++ -L/tmp/snappy.influxdb.386/.libs -pthread -shared -Wl,-soname -Wl,libleveldb.so.1 -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -fPIC db/builder.cc db/c.cc db/dbformat.cc db/db_impl.cc db/db_iter.cc db/filename.cc db/log_reader.cc db/log_writer.cc db/memtable.cc db/repair.cc db/table_cache.cc db/version_edit.cc db/version_set.cc db/write_batch.cc table/block_builder.cc table/block.cc table/filter_block.cc table/format.cc table/iterator.cc table/merger.cc table/table_builder.cc table/table.cc table/two_level_iterator.cc util/arena.cc util/bloom.cc util/cache.cc util/coding.cc util/comparator.cc util/crc32c.cc util/env.cc util/env_posix.cc util/filter_policy.cc util/hash.cc util/histogram.cc util/logging.cc util/options.cc util/status.cc port/port_posix.cc -o libleveldb.so.1.12 -lsnappy | |
ln -fs libleveldb.so.1.12 libleveldb.so | |
ln -fs libleveldb.so.1.12 libleveldb.so.1 | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c db/builder.cc -o db/builder.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c db/c.cc -o db/c.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c db/dbformat.cc -o db/dbformat.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c db/db_impl.cc -o db/db_impl.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c db/db_iter.cc -o db/db_iter.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c db/filename.cc -o db/filename.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c db/log_reader.cc -o db/log_reader.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c db/log_writer.cc -o db/log_writer.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c db/memtable.cc -o db/memtable.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c db/repair.cc -o db/repair.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c db/table_cache.cc -o db/table_cache.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c db/version_edit.cc -o db/version_edit.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c db/version_set.cc -o db/version_set.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c db/write_batch.cc -o db/write_batch.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c table/block_builder.cc -o table/block_builder.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c table/block.cc -o table/block.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c table/filter_block.cc -o table/filter_block.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c table/format.cc -o table/format.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c table/iterator.cc -o table/iterator.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c table/merger.cc -o table/merger.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c table/table_builder.cc -o table/table_builder.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c table/table.cc -o table/table.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c table/two_level_iterator.cc -o table/two_level_iterator.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c util/arena.cc -o util/arena.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c util/bloom.cc -o util/bloom.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c util/cache.cc -o util/cache.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c util/coding.cc -o util/coding.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c util/comparator.cc -o util/comparator.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c util/crc32c.cc -o util/crc32c.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c util/env.cc -o util/env.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c util/env_posix.cc -o util/env_posix.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c util/filter_policy.cc -o util/filter_policy.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c util/hash.cc -o util/hash.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c util/histogram.cc -o util/histogram.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c util/logging.cc -o util/logging.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c util/options.cc -o util/options.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c util/status.cc -o util/status.o | |
g++ -I/tmp/snappy.influxdb.386 -m32 -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -DSNAPPY -O2 -DNDEBUG -c port/port_posix.cc -o port/port_posix.o | |
rm -f libleveldb.a | |
ar -rs libleveldb.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/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 | |
ar: creating libleveldb.a | |
make[1]: Leaving directory `/tmp/leveldb.influxdb.386' | |
/root/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 | |
sed -i.bak -e "s/version = \"dev\"/version = \""dev"\"/" -e "s/gitSha\s*=\s*\"HEAD\"/gitSha = \"b5f68b7c9d3bafd14f943c059f2b008a61627cb1\"/" src/daemon/influxd.go | |
/root/go/bin/go build daemon | |
# parser | |
registers allocated at | |
AX 0 | |
CX 0 | |
DX 0 | |
BX 0x8052fc7 | |
SP 0 | |
BP 0x8052fc7 | |
SI 0x8052fc7 | |
DI 0x8051e98 | |
registers allocated at | |
AX 0 | |
CX 0 | |
DX 0 | |
BX 0x8052fc7 | |
SP 0 | |
BP 0x8052fc7 | |
SI 0x8052fc7 | |
DI 0x8051e98 | |
src/parser/query_api.go:1: out of fixed registers | |
src/parser/query_api.go:1: internal compiler error: regfree: reg not allocated | |
make: *** [build] Error 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment