1. * Package: dev-db/hyperdex-1.0_rc2
  2. * Repository: gentoo
  3. * Maintainer: patrick@gentoo.org
  4. * USE: abi_x86_64 amd64 elibc_glibc kernel_linux multilib python test userland_GNU
  5. * FEATURES: sandbox test userpriv usersandbox
  6. Installed LAPACK for library directory lib64
  7. [1] reference *
  8. Installed BLAS for library directory lib64
  9. [1] reference *
  10. Installed CBLAS for library directory lib64
  11. [1] gsl
  12. [2] reference *
  13. >>> Unpacking source...
  14. >>> Unpacking hyperdex-1.0.rc2.tar.gz to /tmp/portage/dev-db/hyperdex-1.0_rc2/work
  15. >>> Source unpacked in /tmp/portage/dev-db/hyperdex-1.0_rc2/work
  16. >>> Preparing source in /tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2 ...
  17. >>> Source prepared.
  18. >>> Configuring source in /tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2 ...
  19. * econf: updating hyperdex-1.0.rc2/config.guess with /usr/share/gnuconfig/config.guess
  20. * econf: updating hyperdex-1.0.rc2/config.sub with /usr/share/gnuconfig/config.sub
  21. ./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
  22. configure: loading site script /usr/share/config.site
  23. checking for a BSD-compatible install... /usr/bin/install -c
  24. checking whether build environment is sane... yes
  25. checking for a thread-safe mkdir -p... /bin/mkdir -p
  26. checking for gawk... gawk
  27. checking whether make sets $(MAKE)... yes
  28. checking whether make supports nested variables... yes
  29. checking for a Python interpreter with version >= 2.6... python
  30. checking for python... /usr/bin/python
  31. checking for python version... 2.7
  32. checking for python platform... linux2
  33. checking for python script directory... ${prefix}/lib64/python2.7/site-packages
  34. checking for python extension module directory... ${exec_prefix}/lib64/python2.7/site-packages
  35. checking build system type... x86_64-pc-linux-gnu
  36. checking host system type... x86_64-pc-linux-gnu
  37. checking how to print strings... printf
  38. checking for style of include used by make... GNU
  39. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  40. checking whether the C compiler works... yes
  41. checking for C compiler default output file name... a.out
  42. checking for suffix of executables...
  43. checking whether we are cross compiling... no
  44. checking for suffix of object files... o
  45. checking whether we are using the GNU C compiler... yes
  46. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  47. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  48. checking dependency style of x86_64-pc-linux-gnu-gcc... none
  49. checking for a sed that does not truncate output... /bin/sed
  50. checking for grep that handles long lines and -e... /bin/grep
  51. checking for egrep... /bin/grep -E
  52. checking for fgrep... /bin/grep -F
  53. checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
  54. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
  55. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  56. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  57. checking whether ln -s works... yes
  58. checking the maximum length of command line arguments... 1572864
  59. checking whether the shell understands some XSI constructs... yes
  60. checking whether the shell understands "+="... yes
  61. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  62. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  63. checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
  64. checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
  65. checking how to recognize dependent libraries... pass_all
  66. checking for x86_64-pc-linux-gnu-dlltool... no
  67. checking for dlltool... no
  68. checking how to associate runtime and link libraries... printf %s\n
  69. checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
  70. checking for archiver @FILE support... @
  71. checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
  72. checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
  73. checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
  74. checking for sysroot... no
  75. checking for x86_64-pc-linux-gnu-mt... no
  76. checking for mt... mt
  77. checking if mt is a manifest tool... no
  78. checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
  79. checking for ANSI C header files... yes
  80. checking for sys/types.h... yes
  81. checking for sys/stat.h... yes
  82. checking for stdlib.h... yes
  83. checking for string.h... yes
  84. checking for memory.h... yes
  85. checking for strings.h... yes
  86. checking for inttypes.h... yes
  87. checking for stdint.h... yes
  88. checking for unistd.h... yes
  89. checking for dlfcn.h... yes
  90. checking for objdir... .libs
  91. checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
  92. checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
  93. checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
  94. checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
  95. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
  96. checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
  97. 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
  98. checking whether -lc should be explicitly linked in... no
  99. checking dynamic linker characteristics... GNU/Linux ld.so
  100. checking how to hardcode library paths into programs... immediate
  101. checking whether stripping libraries is possible... yes
  102. checking if libtool supports shared libraries... yes
  103. checking whether to build shared libraries... yes
  104. checking whether to build static libraries... yes
  105. checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
  106. checking whether we are using the GNU C++ compiler... yes
  107. checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
  108. checking dependency style of x86_64-pc-linux-gnu-g++... none
  109. checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
  110. checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
  111. checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
  112. 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
  113. checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
  114. checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
  115. checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
  116. checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
  117. checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes
  118. 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
  119. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  120. checking how to hardcode library paths into programs... immediate
  121. checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc
  122. checking whether we are using the GNU C compiler... (cached) yes
  123. checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes
  124. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... (cached) none needed
  125. checking dependency style of x86_64-pc-linux-gnu-gcc... (cached) none
  126. checking for flex... flex
  127. checking lex output file root... lex.yy
  128. checking lex library... -lfl
  129. checking whether yytext is a pointer... yes
  130. checking for bison... bison -y
  131. checking for 'gtest-config'... checking for gtest-config... /usr/bin/gtest-config
  132. /usr/bin/gtest-config
  133. checking for Google Test... yes
  134. checking for poptGetContext in -lpopt... yes
  135. checking for x86_64-pc-linux-gnu-pkg-config... no
  136. checking for pkg-config... /usr/bin/pkg-config
  137. checking pkg-config is at least version 0.9.0... yes
  138. checking for PO6... yes
  139. checking for E... yes
  140. checking for BUSYBEE... yes
  141. checking netinet/in.h usability... yes
  142. checking netinet/in.h presence... yes
  143. checking for netinet/in.h... yes
  144. checking for stdint.h... (cached) yes
  145. checking for stdlib.h... (cached) yes
  146. checking sys/socket.h usability... yes
  147. checking sys/socket.h presence... yes
  148. checking for sys/socket.h... yes
  149. checking for unistd.h... (cached) yes
  150. checking city.h usability... yes
  151. checking city.h presence... yes
  152. checking for city.h... yes
  153. checking glog/logging.h usability... yes
  154. checking glog/logging.h presence... yes
  155. checking for glog/logging.h... yes
  156. checking popt.h usability... yes
  157. checking popt.h presence... yes
  158. checking for popt.h... yes
  159. checking leveldb/db.h usability... yes
  160. checking leveldb/db.h presence... yes
  161. checking for leveldb/db.h... yes
  162. checking for stdbool.h that conforms to C99... yes
  163. checking for _Bool... no
  164. checking for inline... inline
  165. checking for int64_t... yes
  166. checking for size_t... yes
  167. checking for ssize_t... yes
  168. checking for uint16_t... yes
  169. checking for uint32_t... yes
  170. checking for uint64_t... yes
  171. checking for uint8_t... yes
  172. checking for error_at_line... yes
  173. checking for stdlib.h... (cached) yes
  174. checking for unistd.h... (cached) yes
  175. checking for sys/param.h... yes
  176. checking for getpagesize... yes
  177. checking for working mmap... yes
  178. checking for alarm... yes
  179. checking for clock_gettime... yes
  180. checking for ftruncate... yes
  181. checking for memmove... yes
  182. checking for mkdir... yes
  183. checking for munmap... yes
  184. checking for rmdir... yes
  185. checking for socket... yes
  186. checking for python2.7... (cached) /usr/bin/python
  187. checking for a version of Python >= '2.1.0'... yes
  188. checking for a version of Python >= '2.6'... yes
  189. checking for the distutils Python package... yes
  190. checking for Python include path... -I/usr/include/python2.7
  191. checking for Python library path... -L/usr/lib64 -lpython2.7
  192. checking for Python site-packages path... /usr/lib64/python2.7/site-packages
  193. checking python extra libraries... -lpthread -ldl -lutil
  194. checking python extra linking flags... -Xlinker -export-dynamic
  195. checking consistency of all components of python development environment... yes
  196. configure: creating ./config.status
  197. config.status: creating Makefile
  198. config.status: creating hyperclient.pc
  199. config.status: creating config.h
  200. config.status: executing depfiles commands
  201. config.status: executing libtool commands
  202. >>> Source configured.
  203. >>> Compiling source in /tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2 ...
  204. make -j24
  205. make all-am
  206. make[1]: Entering directory `/tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2'
  207. CXX hyperdex-hyperdex.o
  208. CXX search-stress-test.o
  209. CXX replication-stress-test.o
  210. CXX simple-consistency-stress-test.o
  211. CXX common/hyperdex_daemon-attribute.o
  212. CXX common/hyperdex_daemon-attribute_check.o
  213. CXX common/hyperdex_daemon-capture.o
  214. CXX common/hyperdex_daemon-configuration.o
  215. CXX common/hyperdex_daemon-counter_map.o
  216. CXX common/hyperdex_daemon-float_encode.o
  217. CXX common/hyperdex_daemon-funcall.o
  218. CXX common/hyperdex_daemon-hash.o
  219. CXX common/hyperdex_daemon-hyperdex.o
  220. CXX common/hyperdex_daemon-hyperspace.o
  221. CXX common/hyperdex_daemon-network_msgtype.o
  222. CXX common/hyperdex_daemon-mapper.o
  223. CXX common/hyperdex_daemon-range_searches.o
  224. CXX common/hyperdex_daemon-schema.o
  225. CXX common/hyperdex_daemon-serialization.o
  226. CXX common/hyperdex_daemon-transfer.o
  227. CXX datatypes/hyperdex_daemon-apply.o
  228. CXX datatypes/hyperdex_daemon-compare.o
  229. CXX datatypes/hyperdex_daemon-float.o
  230. CXX datatypes/hyperdex_daemon-int64.o
  231. CXX datatypes/hyperdex_daemon-list.o
  232. CXX datatypes/hyperdex_daemon-map.o
  233. CXX datatypes/hyperdex_daemon-set.o
  234. CXX datatypes/hyperdex_daemon-step.o
  235. CXX datatypes/hyperdex_daemon-string.o
  236. CXX datatypes/hyperdex_daemon-validate.o
  237. CXX datatypes/hyperdex_daemon-write.o
  238. CXX tools/coordinator.o
  239. CXX tools/add-space.o
  240. CXX tools/rm-space.o
  241. CXX tools/show-config.o
  242. CXX tools/initiate-transfer.o
  243. CXX common/attribute.lo
  244. CXX common/capture.lo
  245. CXX common/hyperdex.lo
  246. CXX common/hyperspace.lo
  247. CXX common/schema.lo
  248. CXX common/serialization.lo
  249. CXX common/transfer.lo
  250. CXX coordinator/coordinator.lo
  251. CC coordinator/symtable.lo
  252. CXX common/attribute_check.lo
  253. CXX common/configuration.lo
  254. CXX common/float_encode.lo
  255. CXX common/funcall.lo
  256. CXX common/hash.lo
  257. CXX common/mapper.lo
  258. CXX common/network_msgtype.lo
  259. CXX common/range_searches.lo
  260. CXX datatypes/coercion.lo
  261. CXX datatypes/compare.lo
  262. CXX datatypes/float.lo
  263. CXX datatypes/int64.lo
  264. CXX datatypes/list.lo
  265. CXX datatypes/map.lo
  266. CXX datatypes/set.lo
  267. CXX datatypes/step.lo
  268. CXX datatypes/string.lo
  269. CXX datatypes/validate.lo
  270. CXX datatypes/write.lo
  271. CXX client/c_wrappers.lo
  272. CXX client/complete.lo
  273. CXX client/coordinator_link.lo
  274. CXX client/hyperclient.lo
  275. CXX client/keyop_info.lo
  276. CC client/parse_space_y.lo
  277. CC client/parse_space_l.lo
  278. CXX client/parse_space_aux.lo
  279. CXX client/partition.lo
  280. CXX client/pending.lo
  281. CXX client/pending_count.lo
  282. CXX client/pending_get.lo
  283. CXX client/pending_group_del.lo
  284. CXX client/pending_search.lo
  285. CXX client/pending_sorted_search.lo
  286. CXX client/pending_statusonly.lo
  287. CXX client/refcount.lo
  288. CXX client/space_description.lo
  289. CXX client/util.lo
  290. CC client/python/client_python_hyperclient_la-hyperclient.lo
  291. CXXLD hyperdex
  292. CXX test/common.o
  293. CXX tools/hyperdex_initialize_cluster-initialize-cluster.o
  294. CXX daemon/hyperdex_daemon-communication.o
  295. CXX daemon/hyperdex_daemon-coordinator_link.o
  296. CXX daemon/hyperdex_daemon-daemon.o
  297. CXX daemon/hyperdex_daemon-datalayer.o
  298. CXX daemon/hyperdex_daemon-index_encode.o
  299. CXX daemon/hyperdex_daemon-main.o
  300. CXX daemon/hyperdex_daemon-replication_manager.o
  301. CXX daemon/hyperdex_daemon-replication_manager_keyholder.o
  302. CXX daemon/hyperdex_daemon-replication_manager_keypair.o
  303. CXX daemon/hyperdex_daemon-replication_manager_pending.o
  304. CXX daemon/hyperdex_daemon-search_manager.o
  305. CXX daemon/hyperdex_daemon-state_transfer_manager.o
  306. CXX daemon/hyperdex_daemon-state_transfer_manager_pending.o
  307. CXX daemon/hyperdex_daemon-state_transfer_manager_transfer_in_state.o
  308. CXX daemon/hyperdex_daemon-state_transfer_manager_transfer_out_state.o
  309. CC client/c/testcompile.o
  310. CXX client/cc/testcompile.o
  311. CCLD client/c/testcompile
  312. CXXLD client/cc/testcompile
  313. CXXLD hyperdex-daemon
  314. CXXLD libhyperclient.la
  315. CXXLD hyperdex-replication-stress-test
  316. CXXLD hyperdex-search-stress-test
  317. CXXLD hyperdex-simple-consistency-stress-test
  318. CXXLD hyperdex-initialize-cluster
  319. CXXLD hyperdex-coordinator
  320. CXXLD hyperdex-add-space
  321. CXXLD hyperdex-rm-space
  322. CXXLD hyperdex-show-config
  323. CXXLD hyperdex-initiate-transfer
  324. CXXLD libhypercoordinator.la
  325. CCLD client/python/hyperclient.la
  326. make[1]: Leaving directory `/tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2'
  327. >>> Source compiled.
  328. >>> Test phase [check]: dev-db/hyperdex-1.0_rc2
  329. * Tinderbox QA Notice: 'make' called by __eapi0_src_test
  330. make -j24 -j24 -j1 check
  331. make check-am
  332. make[1]: Entering directory `/tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2'
  333. make[1]: Leaving directory `/tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2'
  334. >>> Install hyperdex-1.0_rc2 into /tmp/portage/dev-db/hyperdex-1.0_rc2/image/ category dev-db
  335. make -j24 DESTDIR=/tmp/portage/dev-db/hyperdex-1.0_rc2/image/ install
  336. make install-am
  337. make[1]: Entering directory `/tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2'
  338. make[2]: Entering directory `/tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2'
  339. /bin/mkdir -p '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64'
  340. /bin/mkdir -p '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/libexec/hyperdex-1.0.rc2'
  341. /bin/mkdir -p '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/libexec/hyperdex-1.0.rc2'
  342. /bin/sh ./libtool --mode=install /usr/bin/install -c libhyperclient.la '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64'
  343. /bin/mkdir -p '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/python2.7/site-packages'
  344. /bin/mkdir -p '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/include'
  345. /bin/mkdir -p '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/include'
  346. /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'
  347. /bin/mkdir -p '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/pkgconfig'
  348. /bin/mkdir -p '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/share/man/man1'
  349. /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'
  350. /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'
  351. /usr/bin/install -c -m 644 hyperdex.h '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/include'
  352. /usr/bin/install -c -m 644 client/hyperclient.h '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/include'
  353. /usr/bin/install -c -m 644 hyperclient.pc '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/pkgconfig'
  354. /usr/bin/install -c -m 644 doc/man/hyperdex-daemon.1 '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/share/man/man1'
  355. 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
  356. 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
  357. 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; }; })
  358. 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; }; })
  359. 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; }; })
  360. 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
  361. libtool: install: warning: relinking `client/python/hyperclient.la'
  362. libtool: install: warning: `libhyperclient.la' has not been installed in `/usr/lib64'
  363. 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/)
  364. 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
  365. 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; }; })
  366. libtool: install: /usr/bin/install -c .libs/libhyperclient.lai /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/libhyperclient.la
  367. libtool: install: /usr/bin/install -c .libs/libhyperclient.a /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/libhyperclient.a
  368. 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
  369. libtool: install: chmod 644 /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/libexec/hyperdex-1.0.rc2/libhypercoordinator.a
  370. 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
  371. 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
  372. libtool: install: chmod 644 /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/libhyperclient.a
  373. libtool: install: warning: remember to run `libtool --finish /usr/libexec/hyperdex-1.0.rc2'
  374. libtool: install: x86_64-pc-linux-gnu-ranlib /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/libhyperclient.a
  375. libtool: install: warning: `libhyperclient.la' has not been installed in `/usr/lib64'
  376. 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
  377. libtool: install: warning: `libhyperclient.la' has not been installed in `/usr/lib64'
  378. libtool: install: warning: remember to run `libtool --finish /usr/lib64'
  379. /bin/mkdir -p '/tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/bin'
  380. 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
  381. /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'
  382. libtool: install: warning: `libhyperclient.la' has not been installed in `/usr/lib64'
  383. 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
  384. libtool: install: /usr/bin/install -c hyperdex /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/bin/hyperdex
  385. libtool: install: warning: `libhyperclient.la' has not been installed in `/usr/lib64'
  386. 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
  387. libtool: install: warning: `libhyperclient.la' has not been installed in `/usr/lib64'
  388. 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
  389. libtool: install: warning: `libhyperclient.la' has not been installed in `/usr/lib64'
  390. 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
  391. libtool: install: warning: `libhyperclient.la' has not been installed in `/usr/lib64'
  392. 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
  393. libtool: install: warning: `libhyperclient.la' has not been installed in `/usr/lib64'
  394. 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
  395. 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
  396. 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
  397. 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
  398. libtool: install: chmod 644 /tmp/portage/dev-db/hyperdex-1.0_rc2/image//usr/lib64/python2.7/site-packages/hyperclient.a
  399. 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
  400. libtool: install: warning: remember to run `libtool --finish /usr/lib64/python2.7/site-packages'
  401. make[2]: Leaving directory `/tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2'
  402. make[1]: Leaving directory `/tmp/portage/dev-db/hyperdex-1.0_rc2/work/hyperdex-1.0.rc2'
  403. >>> Completed installing hyperdex-1.0_rc2 into /tmp/portage/dev-db/hyperdex-1.0_rc2/image/
  404. * Tinderbox QA Warning! Pointless libtool .la files found
  405. /usr/lib64/python2.7/site-packages/hyperclient.la
  406. * Tinderbox QA Warning (end)! Pointless libtool .la files found
  407. Fixing .la files
  408. usr/libexec/hyperdex-1.0.rc2/libhypercoordinator.la
  409. usr/lib64/libhyperclient.la
  410. usr/lib64/python2.7/site-packages/hyperclient.la
  411. strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line
  412. usr/lib64/libhyperclient.a
  413. usr/libexec/hyperdex-1.0.rc2/libhypercoordinator.a
  414. usr/libexec/hyperdex-1.0.rc2/hyperdex-coordinator
  415. usr/libexec/hyperdex-1.0.rc2/hyperdex-show-config
  416. usr/bin/hyperdex-simple-consistency-stress-test
  417. usr/libexec/hyperdex-1.0.rc2/libhypercoordinator.so.0.0.0
  418. usr/libexec/hyperdex-1.0.rc2/hyperdex-rm-space
  419. usr/lib64/python2.7/site-packages/hyperclient.a
  420. usr/bin/hyperdex-search-stress-test
  421. usr/lib64/libhyperclient.so.0.0.0
  422. usr/libexec/hyperdex-1.0.rc2/hyperdex-initialize-cluster
  423. usr/libexec/hyperdex-1.0.rc2/hyperdex-add-space
  424. usr/libexec/hyperdex-1.0.rc2/hyperdex-daemon
  425. usr/bin/hyperdex
  426. usr/libexec/hyperdex-1.0.rc2/hyperdex-initiate-transfer
  427. usr/bin/hyperdex-replication-stress-test
  428. usr/lib64/python2.7/site-packages/hyperclient.so
  429. ecompressdir: bzip2 -9 /usr/share/man
  430. removing executable bit: usr/lib64/libhyperclient.la