Advertisement
Guest User

build.log

a guest
May 14th, 2016
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.28 KB | None | 0 0
  1. * Package: sys-block/thin-provisioning-tools-0.4.1
  2. * Repository: gentoo
  3. * Maintainer: robbat2@gentoo.org base-system@gentoo.org
  4. * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
  5. * FEATURES: preserve-libs sandbox userpriv usersandbox
  6. >>> Unpacking source...
  7. >>> Unpacking thin-provisioning-tools-0.4.1.tar.gz to /var/tmp/portage/sys-block/thin-provisioning-tools-0.4.1/work
  8. >>> Source unpacked in /var/tmp/portage/sys-block/thin-provisioning-tools-0.4.1/work
  9. >>> Preparing source in /var/tmp/portage/sys-block/thin-provisioning-tools-0.4.1/work/thin-provisioning-tools-0.4.1 ...
  10. * Running eautoreconf in '/var/tmp/portage/sys-block/thin-provisioning-tools-0.4.1/work/thin-provisioning-tools-0.4.1' ...
  11. * Running aclocal ...
  12. [ ok ]
  13. * Running autoconf --force ...
  14. [ ok ]
  15. * Running elibtoolize in: thin-provisioning-tools-0.4.1/
  16. >>> Source prepared.
  17. >>> Configuring source in /var/tmp/portage/sys-block/thin-provisioning-tools-0.4.1/work/thin-provisioning-tools-0.4.1 ...
  18. * econf: updating thin-provisioning-tools-0.4.1/autoconf/config.sub with /usr/share/gnuconfig/config.sub
  19. * econf: updating thin-provisioning-tools-0.4.1/autoconf/config.guess with /usr/share/gnuconfig/config.guess
  20. ./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=/lib64 --prefix=/ --bindir=/sbin --with-optimisation= --disable-testing
  21. checking build system type... x86_64-pc-linux-gnu
  22. checking host system type... x86_64-pc-linux-gnu
  23. checking target system type... x86_64-pc-linux-gnu
  24. checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
  25. checking whether the C++ compiler works... yes
  26. checking for C++ compiler default output file name... a.out
  27. checking for suffix of executables...
  28. checking whether we are cross compiling... no
  29. checking for suffix of object files... o
  30. checking whether we are using the GNU C++ compiler... yes
  31. checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
  32. checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
  33. checking whether we are using the GNU C compiler... yes
  34. checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
  35. checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
  36. checking for a sed that does not truncate output... /bin/sed
  37. checking for gawk... gawk
  38. checking whether ln -s works... yes
  39. checking whether make sets $(MAKE)... yes
  40. checking for a thread-safe mkdir -p... /bin/mkdir -p
  41. checking for a BSD-compatible install... /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c
  42. checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
  43. checking for grep that handles long lines and -e... /bin/grep
  44. checking for egrep... /bin/grep -E
  45. checking for ANSI C header files... yes
  46. checking for sys/types.h... yes
  47. checking for sys/stat.h... yes
  48. checking for stdlib.h... yes
  49. checking for string.h... yes
  50. checking for memory.h... yes
  51. checking for strings.h... yes
  52. checking for inttypes.h... yes
  53. checking for stdint.h... yes
  54. checking for unistd.h... yes
  55. checking expat.h usability... yes
  56. checking expat.h presence... yes
  57. checking for expat.h... yes
  58. checking iostream usability... yes
  59. checking iostream presence... yes
  60. checking for iostream... yes
  61. checking libaio.h usability... yes
  62. checking libaio.h presence... yes
  63. checking for libaio.h... yes
  64. checking boost/bind.hpp usability... yes
  65. checking boost/bind.hpp presence... yes
  66. checking for boost/bind.hpp... yes
  67. checking boost/crc.hpp usability... yes
  68. checking boost/crc.hpp presence... yes
  69. checking for boost/crc.hpp... yes
  70. checking boost/lexical_cast.hpp usability... yes
  71. checking boost/lexical_cast.hpp presence... yes
  72. checking for boost/lexical_cast.hpp... yes
  73. checking boost/noncopyable.hpp usability... yes
  74. checking boost/noncopyable.hpp presence... yes
  75. checking for boost/noncopyable.hpp... yes
  76. checking boost/optional.hpp usability... yes
  77. checking boost/optional.hpp presence... yes
  78. checking for boost/optional.hpp... yes
  79. checking boost/shared_ptr.hpp usability... yes
  80. checking boost/shared_ptr.hpp presence... yes
  81. checking for boost/shared_ptr.hpp... yes
  82. checking boost/static_assert.hpp usability... yes
  83. checking boost/static_assert.hpp presence... yes
  84. checking for boost/static_assert.hpp... yes
  85. checking file owner...
  86. checking group owner...
  87. checking whether to enable debugging... no
  88. checking for C++ optimisation flag...
  89. checking whether to enable unit testing... no
  90. checking getopt.h usability... yes
  91. checking getopt.h presence... yes
  92. checking for getopt.h... yes
  93. configure: creating ./config.status
  94. config.status: creating Makefile
  95. config.status: creating unit-tests/Makefile
  96. config.status: creating version.h
  97. >>> Source configured.
  98. >>> Compiling source in /var/tmp/portage/sys-block/thin-provisioning-tools-0.4.1/work/thin-provisioning-tools-0.4.1 ...
  99. make -j5 -s V=
  100. [CXX] base/application.cc
  101. [CXX] base/base64.cc
  102. [CXX] base/endian_utils.cc
  103. [CXX] base/error_state.cc
  104. [CXX] base/progress_monitor.cc
  105. [DEP] base/error_state.cc
  106. [CXX] base/xml_utils.cc
  107. [DEP] base/endian_utils.cc
  108. [CXX] block-cache/block_cache.cc
  109. [DEP] base/application.cc
  110. [DEP] base/progress_monitor.cc
  111. [CXX] caching/cache_check.cc
  112. [CXX] caching/cache_dump.cc
  113. [DEP] block-cache/block_cache.cc
  114. [CXX] caching/cache_metadata_size.cc
  115. [DEP] base/base64.cc
  116. [CXX] caching/cache_repair.cc
  117. [DEP] caching/cache_dump.cc
  118. [DEP] base/xml_utils.cc
  119. [CXX] caching/cache_restore.cc
  120. [CXX] caching/hint_array.cc
  121. [DEP] caching/cache_check.cc
  122. [CXX] caching/mapping_array.cc
  123. [DEP] caching/cache_repair.cc
  124. [CXX] caching/metadata.cc
  125. [DEP] caching/cache_metadata_size.cc
  126. [CXX] caching/metadata_dump.cc
  127. [DEP] caching/cache_restore.cc
  128. [CXX] caching/restore_emitter.cc
  129. [DEP] caching/metadata_dump.cc
  130. [CXX] caching/superblock.cc
  131. [DEP] caching/metadata.cc
  132. [DEP] caching/hint_array.cc
  133. [CXX] caching/xml_format.cc
  134. [CXX] era/era_array.cc
  135. [DEP] caching/mapping_array.cc
  136. [CXX] era/era_check.cc
  137. [DEP] caching/restore_emitter.cc
  138. [DEP] caching/superblock.cc
  139. [CXX] era/era_detail.cc
  140. [CXX] era/era_dump.cc
  141. [DEP] era/era_detail.cc
  142. [CXX] era/era_invalidate.cc
  143. [DEP] caching/xml_format.cc
  144. [DEP] era/era_dump.cc
  145. [CXX] era/era_restore.cc
  146. [CXX] era/metadata.cc
  147. [DEP] era/era_check.cc
  148. [CXX] era/metadata_dump.cc
  149. [DEP] era/era_array.cc
  150. [CXX] era/restore_emitter.cc
  151. [DEP] era/metadata_dump.cc
  152. [CXX] era/superblock.cc
  153. [DEP] era/era_invalidate.cc
  154. [DEP] era/era_restore.cc
  155. [CXX] era/writeset_tree.cc
  156. [CXX] era/xml_format.cc
  157. [DEP] era/metadata.cc
  158. [CXX] main.cc
  159. [DEP] main.cc
  160. [DEP] era/restore_emitter.cc
  161. [CXX] persistent-data/checksum.cc
  162. [CXX] persistent-data/data-structures/bitset.cc
  163. [DEP] persistent-data/checksum.cc
  164. [CXX] persistent-data/data-structures/bloom_filter.cc
  165. [DEP] era/superblock.cc
  166. [CXX] persistent-data/data-structures/btree.cc
  167. [DEP] persistent-data/data-structures/bloom_filter.cc
  168. [CXX] persistent-data/error_set.cc
  169. [DEP] era/xml_format.cc
  170. [CXX] persistent-data/file_utils.cc
  171. [DEP] persistent-data/data-structures/btree.cc
  172. [CXX] persistent-data/hex_dump.cc
  173. [DEP] era/writeset_tree.cc
  174. [CXX] persistent-data/space-maps/careful_alloc.cc
  175. [DEP] persistent-data/hex_dump.cc
  176. [CXX] persistent-data/space-maps/disk.cc
  177. [DEP] persistent-data/error_set.cc
  178. [DEP] persistent-data/file_utils.cc
  179. [CXX] persistent-data/space-maps/recursive.cc
  180. [CXX] persistent-data/space_map.cc
  181. [DEP] persistent-data/data-structures/bitset.cc
  182. [CXX] persistent-data/transaction_manager.cc
  183. In file included from ./persistent-data/space-maps/subtracting_span_iterator.h:5:0,
  184. from persistent-data/space-maps/careful_alloc.cc:20:
  185. ./persistent-data/run_set.h: In member function ‘virtual persistent_data::space_map::maybe_block {anonymous}::sm_careful_alloc::find_free(persistent_data::space_map::span_iterator&)’:
  186. ./persistent-data/run_set.h:104:11: warning: ‘*((void*)& last +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  187. maybe last = b->end_;
  188. ^
  189. ./persistent-data/run_set.h:104:11: warning: ‘*((void*)& last +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  190. ./persistent-data/run_set.h:104:11: warning: ‘*((void*)& last +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  191. ./persistent-data/run_set.h:104:11: warning: ‘*((void*)& last +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  192. [DEP] persistent-data/space_map.cc
  193. [CXX] thin-provisioning/device_tree.cc
  194. [DEP] persistent-data/space-maps/careful_alloc.cc
  195. [CXX] thin-provisioning/human_readable_format.cc
  196. [DEP] persistent-data/transaction_manager.cc
  197. [CXX] thin-provisioning/mapping_tree.cc
  198. In file included from ./persistent-data/space-maps/subtracting_span_iterator.h:5:0,
  199. from persistent-data/space-maps/recursive.cc:20:
  200. ./persistent-data/run_set.h: In member function ‘virtual persistent_data::space_map::maybe_block {anonymous}::sm_recursive::find_free(persistent_data::space_map::span_iterator&)’:
  201. ./persistent-data/run_set.h:104:11: warning: ‘*((void*)& last +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  202. maybe last = b->end_;
  203. ^
  204. ./persistent-data/run_set.h:104:11: warning: ‘*((void*)& last +8)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  205. [DEP] thin-provisioning/human_readable_format.cc
  206. [CXX] thin-provisioning/metadata.cc
  207. [DEP] persistent-data/space-maps/recursive.cc
  208. [CXX] thin-provisioning/metadata_checker.cc
  209. [DEP] persistent-data/space-maps/disk.cc
  210. [CXX] thin-provisioning/metadata_dumper.cc
  211. [DEP] thin-provisioning/device_tree.cc
  212. [DEP] thin-provisioning/metadata_checker.cc
  213. [CXX] thin-provisioning/restore_emitter.cc
  214. [CXX] thin-provisioning/rmap_visitor.cc
  215. [DEP] thin-provisioning/rmap_visitor.cc
  216. [DEP] thin-provisioning/metadata_dumper.cc
  217. [CXX] thin-provisioning/superblock.cc
  218. [CXX] thin-provisioning/thin_check.cc
  219. [DEP] thin-provisioning/metadata.cc
  220. [DEP] thin-provisioning/mapping_tree.cc
  221. [CXX] thin-provisioning/thin_delta.cc
  222. [CXX] thin-provisioning/thin_dump.cc
  223. [DEP] thin-provisioning/superblock.cc
  224. [CXX] thin-provisioning/thin_metadata_size.cc
  225. [DEP] thin-provisioning/thin_metadata_size.cc
  226. [CXX] thin-provisioning/thin_pool.cc
  227. [DEP] thin-provisioning/thin_check.cc
  228. [DEP] thin-provisioning/restore_emitter.cc
  229. [CXX] thin-provisioning/thin_repair.cc
  230. [CXX] thin-provisioning/thin_restore.cc
  231. [DEP] thin-provisioning/thin_dump.cc
  232. [CXX] thin-provisioning/thin_rmap.cc
  233. [DEP] thin-provisioning/thin_restore.cc
  234. [DEP] thin-provisioning/thin_repair.cc
  235. [CXX] thin-provisioning/xml_format.cc
  236. [DEP] thin-provisioning/thin_pool.cc
  237. [DEP] thin-provisioning/thin_delta.cc
  238. [DEP] thin-provisioning/xml_format.cc
  239. [DEP] thin-provisioning/thin_rmap.cc
  240. [LD] bin/pdata_tools
  241. block-cache/block_cache.o: In function `bcache::block_cache::wait_io()':
  242. /var/tmp/portage/sys-block/thin-provisioning-tools-0.4.1/work/thin-provisioning-tools-0.4.1/block-cache/block_cache.cc:202: undefined reference to `io_getevents'
  243. collect2: error: ld returned 1 exit status
  244. Makefile:139: recipe for target 'bin/pdata_tools' failed
  245. make: *** [bin/pdata_tools] Error 1
  246. * ERROR: sys-block/thin-provisioning-tools-0.4.1::gentoo failed (compile phase):
  247. * emake failed
  248. *
  249. * If you need support, post the output of `emerge --info '=sys-block/thin-provisioning-tools-0.4.1::gentoo'`,
  250. * the complete build log and the output of `emerge -pqv '=sys-block/thin-provisioning-tools-0.4.1::gentoo'`.
  251. * The complete build log is located at '/var/tmp/portage/sys-block/thin-provisioning-tools-0.4.1/temp/build.log'.
  252. * The ebuild environment file is located at '/var/tmp/portage/sys-block/thin-provisioning-tools-0.4.1/temp/environment'.
  253. * Working directory: '/var/tmp/portage/sys-block/thin-provisioning-tools-0.4.1/work/thin-provisioning-tools-0.4.1'
  254. * S: '/var/tmp/portage/sys-block/thin-provisioning-tools-0.4.1/work/thin-provisioning-tools-0.4.1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement