- * Package: dev-db/hyperdex-1.0_rc2
- * Repository: gentoo
- * Maintainer: patrick@gentoo.org
- * USE: abi_x86_64 amd64 elibc_glibc kernel_linux multilib python test userland_GNU
- * FEATURES: sandbox test userpriv usersandbox
- Installed LAPACK for library directory lib64
- [1] reference *
- Installed BLAS for library directory lib64
- [1] reference *
- Installed CBLAS for library directory lib64
- [1] gsl
- [2] reference *
- >>> Unpacking source...
- >>> Unpacking hyperdex-1.0.rc2.tar.gz to /tmp/portage/dev-db/hyperdex-1.0_rc2/work
- >>> Source unpacked in /tmp/portage/dev-db/hyperdex-1.0_rc2/work
- >>> Preparing source in /tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2 ...
- >>> Source prepared.
- >>> Configuring source in /tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2 ...
- * econf: updating hyperdex-1.0.rc2/config.guess with /usr/share/gnuconfig/config.guess
- * econf: updating hyperdex-1.0.rc2/config.sub with /usr/share/gnuconfig/config.sub
- ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-dependency-tracking --enable-python-bindings
- configure: loading site script /usr/share/config.site
- 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 for a Python interpreter with version >= 2.6... python
- checking for python... /usr/bin/python
- checking for python version... 2.7
- checking for python platform... linux2
- checking for python script directory... ${prefix}/lib64/python2.7/site-packages
- checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking how to print strings... printf
- checking for style of include used by make... GNU
- checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-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 x86_64-pc-linux-gnu-gcc accepts -g... yes
- checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
- checking dependency style of x86_64-pc-linux-gnu-gcc... none
- 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 x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
- checking if the linker (/usr/x86_64-pc-linux-gnu/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... 1572864
- checking whether the shell understands some XSI constructs... yes
- checking whether the shell understands "+="... yes
- checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
- checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
- checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
- checking how to recognize dependent libraries... pass_all
- checking for x86_64-pc-linux-gnu-dlltool... no
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
- checking for archiver @FILE support... @
- checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
- checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
- checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
- checking for sysroot... no
- checking for x86_64-pc-linux-gnu-mt... no
- checking for mt... mt
- checking if mt is a manifest tool... no
- checking how to run the C preprocessor... x86_64-pc-linux-gnu-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 x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
- checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
- checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
- checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
- checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
- checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
- checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) 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 x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
- checking dependency style of x86_64-pc-linux-gnu-g++... none
- checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
- checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
- checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
- checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
- checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
- checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
- checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
- checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes
- checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/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 x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
- checking whether we are using the GNU C compiler... (cached) yes
- checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
- checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
- checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none
- checking for flex... flex
- checking lex output file root... lex.yy
- checking lex library... -lfl
- checking whether yytext is a pointer... yes
- checking for bison... bison -y
- checking for 'gtest-config'... checking for gtest-config... /usr/bin/gtest-config
- /usr/bin/gtest-config
- checking for Google Test... yes
- checking for poptGetContext in -lpopt... yes
- checking for x86_64-pc-linux-gnu-pkg-config... no
- checking for pkg-config... /usr/bin/pkg-config
- checking pkg-config is at least version 0.9.0... yes
- checking for PO6... yes
- checking for E... yes
- checking for BUSYBEE... yes
- checking netinet/in.h usability... yes
- checking netinet/in.h presence... yes
- checking for netinet/in.h... yes
- checking for stdint.h... (cached) yes
- checking for stdlib.h... (cached) yes
- checking sys/socket.h usability... yes
- checking sys/socket.h presence... yes
- checking for sys/socket.h... yes
- checking for unistd.h... (cached) yes
- checking city.h usability... yes
- checking city.h presence... yes
- checking for city.h... yes
- checking glog/logging.h usability... yes
- checking glog/logging.h presence... yes
- checking for glog/logging.h... yes
- checking popt.h usability... yes
- checking popt.h presence... yes
- checking for popt.h... yes
- checking leveldb/db.h usability... yes
- checking leveldb/db.h presence... yes
- checking for leveldb/db.h... yes
- checking for stdbool.h that conforms to C99... yes
- checking for _Bool... no
- checking for inline... inline
- checking for int64_t... yes
- checking for size_t... yes
- checking for ssize_t... yes
- checking for uint16_t... yes
- checking for uint32_t... yes
- checking for uint64_t... yes
- checking for uint8_t... 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... yes
- checking for ftruncate... yes
- checking for memmove... yes
- checking for mkdir... yes
- checking for munmap... yes
- checking for rmdir... yes
- checking for socket... yes
- checking for python2.7... (cached) /usr/bin/python
- checking for a version of Python >= '2.1.0'... yes
- checking for a version of Python >= '2.6'... yes
- checking for the distutils Python package... yes
- checking for Python include path... -I/usr/include/python2.7
- checking for Python library path... -L/usr/lib64 -lpython2.7
- checking for Python site-packages path... /usr/lib64/python2.7/site-packages
- checking python extra libraries... -lpthread -ldl -lutil
- checking python extra linking flags... -Xlinker -export-dynamic
- checking consistency of all components of python development environment... yes
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating hyperclient.pc
- config.status: creating config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
- >>> Source configured.
- >>> Compiling source in /tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2 ...
- make -j24
- make all-am
- make[1]: Entering directory `/tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2'
- CXX hyperdex-hyperdex.o
- CXX search-stress-test.o
- CXX replication-stress-test.o
- CXX simple-consistency-stress-test.o
- CXX common/hyperdex_daemon-attribute.o
- CXX common/hyperdex_daemon-attribute_check.o
- CXX common/hyperdex_daemon-capture.o
- CXX common/hyperdex_daemon-configuration.o
- CXX common/hyperdex_daemon-counter_map.o
- CXX common/hyperdex_daemon-float_encode.o
- CXX common/hyperdex_daemon-funcall.o
- CXX common/hyperdex_daemon-hash.o
- CXX common/hyperdex_daemon-hyperdex.o
- CXX common/hyperdex_daemon-hyperspace.o
- CXX common/hyperdex_daemon-network_msgtype.o
- CXX common/hyperdex_daemon-mapper.o
- CXX common/hyperdex_daemon-range_searches.o
- CXX common/hyperdex_daemon-schema.o
- CXX common/hyperdex_daemon-serialization.o
- CXX common/hyperdex_daemon-transfer.o
- CXX datatypes/hyperdex_daemon-apply.o
- CXX datatypes/hyperdex_daemon-compare.o
- CXX datatypes/hyperdex_daemon-float.o
- CXX datatypes/hyperdex_daemon-int64.o
- CXX datatypes/hyperdex_daemon-list.o
- CXX datatypes/hyperdex_daemon-map.o
- CXX datatypes/hyperdex_daemon-set.o
- CXX datatypes/hyperdex_daemon-step.o
- CXX datatypes/hyperdex_daemon-string.o
- CXX datatypes/hyperdex_daemon-validate.o
- CXX datatypes/hyperdex_daemon-write.o
- CXX tools/coordinator.o
- CXX tools/add-space.o
- CXX tools/rm-space.o
- CXX tools/show-config.o
- CXX tools/initiate-transfer.o
- CXX common/attribute.lo
- CXX common/capture.lo
- CXX common/hyperdex.lo
- CXX common/hyperspace.lo
- CXX common/schema.lo
- CXX common/serialization.lo
- CXX common/transfer.lo
- CXX coordinator/coordinator.lo
- CC coordinator/symtable.lo
- CXX common/attribute_check.lo
- CXX common/configuration.lo
- CXX common/float_encode.lo
- CXX common/funcall.lo
- CXX common/hash.lo
- CXX common/mapper.lo
- CXX common/network_msgtype.lo
- CXX common/range_searches.lo
- CXX datatypes/coercion.lo
- CXX datatypes/compare.lo
- CXX datatypes/float.lo
- CXX datatypes/int64.lo
- CXX datatypes/list.lo
- CXX datatypes/map.lo
- CXX datatypes/set.lo
- CXX datatypes/step.lo
- CXX datatypes/string.lo
- CXX datatypes/validate.lo
- CXX datatypes/write.lo
- CXX client/c_wrappers.lo
- CXX client/complete.lo
- CXX client/coordinator_link.lo
- CXX client/hyperclient.lo
- CXX client/keyop_info.lo
- CC client/parse_space_y.lo
- CC client/parse_space_l.lo
- CXX client/parse_space_aux.lo
- CXX client/partition.lo
- CXX client/pending.lo
- CXX client/pending_count.lo
- CXX client/pending_get.lo
- CXX client/pending_group_del.lo
- CXX client/pending_search.lo
- CXX client/pending_sorted_search.lo
- CXX client/pending_statusonly.lo
- CXX client/refcount.lo
- CXX client/space_description.lo
- CXX client/util.lo
- CC client/python/client_python_hyperclient_la-hyperclient.lo
- CXXLD hyperdex
- CXX test/common.o
- CXX tools/hyperdex_initialize_cluster-initialize-cluster.o
- CXX daemon/hyperdex_daemon-communication.o
- CXX daemon/hyperdex_daemon-coordinator_link.o
- CXX daemon/hyperdex_daemon-daemon.o
- CXX daemon/hyperdex_daemon-datalayer.o
- CXX daemon/hyperdex_daemon-index_encode.o
- CXX daemon/hyperdex_daemon-main.o
- CXX daemon/hyperdex_daemon-replication_manager.o
- CXX daemon/hyperdex_daemon-replication_manager_keyholder.o
- CXX daemon/hyperdex_daemon-replication_manager_keypair.o
- CXX daemon/hyperdex_daemon-replication_manager_pending.o
- CXX daemon/hyperdex_daemon-search_manager.o
- CXX daemon/hyperdex_daemon-state_transfer_manager.o
- CXX daemon/hyperdex_daemon-state_transfer_manager_pending.o
- CXX daemon/hyperdex_daemon-state_transfer_manager_transfer_in_state.o
- CXX daemon/hyperdex_daemon-state_transfer_manager_transfer_out_state.o
- CC client/c/testcompile.o
- CXX client/cc/testcompile.o
- CCLD client/c/testcompile
- CXXLD client/cc/testcompile
- CXXLD hyperdex-daemon
- CXXLD libhyperclient.la
- CXXLD hyperdex-replication-stress-test
- CXXLD hyperdex-search-stress-test
- CXXLD hyperdex-simple-consistency-stress-test
- CXXLD hyperdex-initialize-cluster
- CXXLD hyperdex-coordinator
- CXXLD hyperdex-add-space
- CXXLD hyperdex-rm-space
- CXXLD hyperdex-show-config
- CXXLD hyperdex-initiate-transfer
- CXXLD libhypercoordinator.la
- CCLD client/python/hyperclient.la
- make[1]: Leaving directory `/tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2'
- >>> Source compiled.
- >>> Test phase [check]: dev-db/hyperdex-1.0_rc2
- * Tinderbox QA Notice: 'make' called by __eapi0_src_test
- make -j24 -j24 -j1 check
- make check-am
- make[1]: Entering directory `/tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2'
- make[1]: Leaving directory `/tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2'
- >>> Install hyperdex-1.0_rc2 into /tmp/portage/dev-db/hyperdex-1.0_rc2/image/ category dev-db
- make -j24 DESTDIR=/tmp/portage/dev-db/hyperdex-1.0_rc2/image/ install
- make install-am
- make[1]: Entering directory `/tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2'
- make[2]: Entering directory `/tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2'
- /bin/mkdir -p '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64'
- /bin/mkdir -p '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/libexec/hyperdex-1.0.rc2'
- /bin/mkdir -p '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/libexec/hyperdex-1.0.rc2'
- /bin/sh ./libtool --mode=install /usr/bin/install -c libhyperclient.la '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64'
- /bin/mkdir -p '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/python2.7/site-packages'
- /bin/mkdir -p '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/include'
- /bin/mkdir -p '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/include'
- /bin/sh ./libtool --mode=install /usr/bin/install -c libhypercoordinator.la '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/libexec/hyperdex-1.0.rc2'
- /bin/mkdir -p '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/pkgconfig'
- /bin/mkdir -p '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/share/man/man1'
- /bin/sh ./libtool --mode=install /usr/bin/install -c client/python/hyperclient.la '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/python2.7/site-packages'
- /bin/sh ./libtool --mode=install /usr/bin/install -c hyperdex-initialize-cluster hyperdex-daemon hyperdex-coordinator hyperdex-add-space hyperdex-rm-space hyperdex-show-config hyperdex-initiate-transfer '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/libexec/hyperdex-1.0.rc2'
- /usr/bin/install -c -m 644 hyperdex.h '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/include'
- /usr/bin/install -c -m 644 client/hyperclient.h '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/include'
- /usr/bin/install -c -m 644 hyperclient.pc '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/pkgconfig'
- /usr/bin/install -c -m 644 doc/man/hyperdex-daemon.1 '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/share/man/man1'
- libtool: install: /usr/bin/install -c .libs/libhypercoordinator.so.0.0.0 /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/libexec/hyperdex-1.0.rc2/libhypercoordinator.so.0.0.0
- libtool: install: /usr/bin/install -c .libs/libhyperclient.so.0.0.0 /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/libhyperclient.so.0.0.0
- libtool: install: (cd /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/libexec/hyperdex-1.0.rc2 && { ln -s -f libhypercoordinator.so.0.0.0 libhypercoordinator.so.0 || { rm -f libhypercoordinator.so.0 && ln -s libhypercoordinator.so.0.0.0 libhypercoordinator.so.0; }; })
- libtool: install: (cd /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/libexec/hyperdex-1.0.rc2 && { ln -s -f libhypercoordinator.so.0.0.0 libhypercoordinator.so || { rm -f libhypercoordinator.so && ln -s libhypercoordinator.so.0.0.0 libhypercoordinator.so; }; })
- libtool: install: (cd /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64 && { 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: /usr/bin/install -c .libs/libhypercoordinator.lai /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/libexec/hyperdex-1.0.rc2/libhypercoordinator.la
- libtool: install: warning: relinking `client/python/hyperclient.la'
- libtool: install: warning: `libhyperclient.la' has not been installed in `/usr/lib64'
- libtool: install: (cd /tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2; /bin/sh /tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2/libtool --silent --tag CC --mode=relink x86_64-pc-linux-gnu-gcc -O2 -pipe -ggdb -march=native -ftracer -frecord-gcc-switches -module -avoid-version -export-symbols-regex inithyperclient -Wl,-O1 -Wl,--as-needed -o client/python/hyperclient.la -rpath /usr/lib64/python2.7/site-packages client/python/client_python_hyperclient_la-hyperclient.lo libhyperclient.la -L/usr/lib64 -lpython2.7 -lpopt -inst-prefix-dir /tmp/portage/dev-db/hyperdex-1.0_rc2/image/)
- libtool: install: /usr/bin/install -c .libs/libhypercoordinator.a /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/libexec/hyperdex-1.0.rc2/libhypercoordinator.a
- libtool: install: (cd /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64 && { 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 /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/libhyperclient.la
- libtool: install: /usr/bin/install -c .libs/libhyperclient.a /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/libhyperclient.a
- libtool: install: /usr/bin/install -c .libs/hyperdex-initialize-cluster /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/libexec/hyperdex-1.0.rc2/hyperdex-initialize-cluster
- libtool: install: chmod 644 /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/libexec/hyperdex-1.0.rc2/libhypercoordinator.a
- libtool: install: x86_64-pc-linux-gnu-ranlib /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/libexec/hyperdex-1.0.rc2/libhypercoordinator.a
- libtool: install: /usr/bin/install -c hyperdex-daemon /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/libexec/hyperdex-1.0.rc2/hyperdex-daemon
- libtool: install: chmod 644 /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/libhyperclient.a
- libtool: install: warning: remember to run `libtool --finish /usr/libexec/hyperdex-1.0.rc2'
- libtool: install: x86_64-pc-linux-gnu-ranlib /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/libhyperclient.a
- libtool: install: warning: `libhyperclient.la' has not been installed in `/usr/lib64'
- libtool: install: /usr/bin/install -c .libs/hyperdex-coordinator /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/libexec/hyperdex-1.0.rc2/hyperdex-coordinator
- libtool: install: warning: `libhyperclient.la' has not been installed in `/usr/lib64'
- libtool: install: warning: remember to run `libtool --finish /usr/lib64'
- /bin/mkdir -p '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/bin'
- libtool: install: /usr/bin/install -c .libs/hyperdex-add-space /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/libexec/hyperdex-1.0.rc2/hyperdex-add-space
- /bin/sh ./libtool --mode=install /usr/bin/install -c hyperdex hyperdex-search-stress-test hyperdex-replication-stress-test hyperdex-simple-consistency-stress-test '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/bin'
- libtool: install: warning: `libhyperclient.la' has not been installed in `/usr/lib64'
- libtool: install: /usr/bin/install -c .libs/hyperdex-rm-space /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/libexec/hyperdex-1.0.rc2/hyperdex-rm-space
- libtool: install: /usr/bin/install -c hyperdex /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/bin/hyperdex
- libtool: install: warning: `libhyperclient.la' has not been installed in `/usr/lib64'
- libtool: install: /usr/bin/install -c .libs/hyperdex-show-config /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/libexec/hyperdex-1.0.rc2/hyperdex-show-config
- libtool: install: warning: `libhyperclient.la' has not been installed in `/usr/lib64'
- libtool: install: /usr/bin/install -c .libs/hyperdex-search-stress-test /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/bin/hyperdex-search-stress-test
- libtool: install: warning: `libhyperclient.la' has not been installed in `/usr/lib64'
- libtool: install: /usr/bin/install -c .libs/hyperdex-initiate-transfer /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/libexec/hyperdex-1.0.rc2/hyperdex-initiate-transfer
- libtool: install: warning: `libhyperclient.la' has not been installed in `/usr/lib64'
- libtool: install: /usr/bin/install -c .libs/hyperdex-replication-stress-test /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/bin/hyperdex-replication-stress-test
- libtool: install: warning: `libhyperclient.la' has not been installed in `/usr/lib64'
- libtool: install: /usr/bin/install -c .libs/hyperdex-simple-consistency-stress-test /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/bin/hyperdex-simple-consistency-stress-test
- libtool: install: /usr/bin/install -c client/python/.libs/hyperclient.soT /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/python2.7/site-packages/hyperclient.so
- libtool: install: /usr/bin/install -c client/python/.libs/hyperclient.lai /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/python2.7/site-packages/hyperclient.la
- libtool: install: /usr/bin/install -c client/python/.libs/hyperclient.a /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/python2.7/site-packages/hyperclient.a
- libtool: install: chmod 644 /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/python2.7/site-packages/hyperclient.a
- libtool: install: x86_64-pc-linux-gnu-ranlib /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/python2.7/site-packages/hyperclient.a
- libtool: install: warning: remember to run `libtool --finish /usr/lib64/python2.7/site-packages'
- make[2]: Leaving directory `/tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2'
- make[1]: Leaving directory `/tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2'
- >>> Completed installing hyperdex-1.0_rc2 into /tmp/portage/dev-db/hyperdex-1.0_rc2/image/
- * Tinderbox QA Warning! Pointless libtool .la files found
- /usr/lib64/python2.7/site-packages/hyperclient.la
- * Tinderbox QA Warning (end)! Pointless libtool .la files found
- Fixing .la files
- usr/libexec/hyperdex-1.0.rc2/libhypercoordinator.la
- usr/lib64/libhyperclient.la
- usr/lib64/python2.7/site-packages/hyperclient.la
- strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
- usr/lib64/libhyperclient.a
- usr/libexec/hyperdex-1.0.rc2/libhypercoordinator.a
- usr/libexec/hyperdex-1.0.rc2/hyperdex-coordinator
- usr/libexec/hyperdex-1.0.rc2/hyperdex-show-config
- usr/bin/hyperdex-simple-consistency-stress-test
- usr/libexec/hyperdex-1.0.rc2/libhypercoordinator.so.0.0.0
- usr/libexec/hyperdex-1.0.rc2/hyperdex-rm-space
- usr/lib64/python2.7/site-packages/hyperclient.a
- usr/bin/hyperdex-search-stress-test
- usr/lib64/libhyperclient.so.0.0.0
- usr/libexec/hyperdex-1.0.rc2/hyperdex-initialize-cluster
- usr/libexec/hyperdex-1.0.rc2/hyperdex-add-space
- usr/libexec/hyperdex-1.0.rc2/hyperdex-daemon
- usr/bin/hyperdex
- usr/libexec/hyperdex-1.0.rc2/hyperdex-initiate-transfer
- usr/bin/hyperdex-replication-stress-test
- usr/lib64/python2.7/site-packages/hyperclient.so
- ecompressdir: bzip2 -9 /usr/share/man
- removing executable bit: usr/lib64/libhyperclient.la