Guest User

build.log

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