Gentoo Archives: gentoo-releng-autobuilds

From: armin76@g.o
To: releng@g.o, gentoo-releng-autobuilds@l.g.o
Subject: [gentoo-releng-autobuilds] [alpha-auto] Catalyst non-fatal build error - installcd-stage1.spec
Date: Sat, 09 Aug 2014 19:09:20
Message-Id: E1XGC0x-0001LP-Rr@monolith.freenet-rz.de
1 from ./persistent-data/data-structures/btree.h:23,
2 from ./persistent-data/data-structures/array.h:23,
3 from persistent-data/data-structures/bitset.cc:1:
4 /usr/include/boost/cstdint.hpp:311:42: error: typedef boost::ulong_long_type boost::uint64_t
5 persistent-data/data-structures/bitset.cc:68:14: error: expected ';' before 'w'
6 persistent-data/data-structures/bitset.cc:70:6: error: 'w' was not declared in this scope
7 persistent-data/data-structures/bitset.cc:70:27: error: 'set_bit' was not declared in this scope
8 persistent-data/data-structures/bitset.cc:72:6: error: 'w' was not declared in this scope
9 persistent-data/data-structures/bitset.cc:72:29: error: 'clear_bit' was not declared in this scope
10 persistent-data/data-structures/bitset.cc:73:12: error: 'class persistent_data::array<{anonymous}::bitset_traits>' has no member named 'set'
11 persistent-data/data-structures/bitset.cc:73:25: error: 'w' was not declared in this scope
12 persistent-data/data-structures/bitset.cc: In member function 'void persistent_data::bitset_detail::bitset_impl::pad_last_block(bool)':
13 persistent-data/data-structures/bitset.cc:129:6: error: reference to 'uint64_t' is ambiguous
14 In file included from /usr/lib/gcc/alpha-unknown-linux-gnu/4.7.3/include/stdint.h:3:0,
15 from ./persistent-data/endian_utils.h:23,
16 from ./persistent-data/data-structures/btree.h:22,
17 from ./persistent-data/data-structures/array.h:23,
18 from persistent-data/data-structures/bitset.cc:1:
19 /usr/include/stdint.h:55:27: error: candidates are: typedef long unsigned int uint64_t
20 In file included from /usr/include/boost/intrusive/detail/utilities.hpp:25:0,
21 from /usr/include/boost/intrusive/rbtree_algorithms.hpp:57,
22 from ./persistent-data/cache.h:25,
23 from ./persistent-data/block.h:23,
24 from ./persistent-data/transaction_manager.h:22,
25 from ./persistent-data/data-structures/btree.h:23,
26 from ./persistent-data/data-structures/array.h:23,
27 from persistent-data/data-structures/bitset.cc:1:
28 /usr/include/boost/cstdint.hpp:311:42: error: typedef boost::ulong_long_type boost::uint64_t
29 persistent-data/data-structures/bitset.cc:129:15: error: expected ';' before 'w'
30 persistent-data/data-structures/bitset.cc:133:8: error: 'w' was not declared in this scope
31 persistent-data/data-structures/bitset.cc:133:24: error: 'set_bit' was not declared in this scope
32 persistent-data/data-structures/bitset.cc:135:8: error: 'w' was not declared in this scope
33 persistent-data/data-structures/bitset.cc:135:26: error: 'clear_bit' was not declared in this scope
34 persistent-data/data-structures/bitset.cc:137:13: error: 'class persistent_data::array<{anonymous}::bitset_traits>' has no member named 'set'
35 persistent-data/data-structures/bitset.cc:137:26: error: 'w' was not declared in this scope
36 persistent-data/data-structures/bitset.cc: In member function 'void persistent_data::bitset_detail::bitset_impl::resize_array(unsigned int, bool)':
37 persistent-data/data-structures/bitset.cc:149:13: error: 'class persistent_data::array<{anonymous}::bitset_traits>' has no member named 'grow'
38 persistent-data/data-structures/bitset.cc: In member function 'bool persistent_data::bitset_detail::bitset_impl::get_bit(int, unsigned int) const':
39 persistent-data/data-structures/bitset.cc:165:24: error: 'mask' was not declared in this scope
40 In file included from ./persistent-data/data-structures/btree.h:22:0,
41 from ./persistent-data/data-structures/array.h:23,
42 from persistent-data/data-structures/bitset.cc:1:
43 ./persistent-data/endian_utils.h: In instantiation of 'DiskType base::to_disk(const CPUType&) [with DiskType = base::le64; CPUType = int]':
44 persistent-data/data-structures/bitset.cc:23:42: required from here
45 ./persistent-data/endian_utils.h:68:1: error: invalid application of 'sizeof' to incomplete type 'boost::STATIC_ASSERTION_FAILURE<false>'
46 ./persistent-data/endian_utils.h:69:2: warning: no return statement in function returning non-void [-Wreturn-type]
47 In file included from ./persistent-data/data-structures/array.h:25:0,
48 from persistent-data/data-structures/bitset.cc:1:
49 ./persistent-data/data-structures/array_block.h: In instantiation of 'class persistent_data::array_block<{anonymous}::bitset_traits, persistent_data::block_manager<>::read_ref>':
50 ./persistent-data/data-structures/array.h:218:56: required from 'persistent_data::array<ValueTraits>::array(persistent_data::array<ValueTraits>::tm_ptr, persistent_data::array<ValueTraits>::ref_counter) [with ValueTraits = {anonymous}::bitset_traits; persistent_data::array<ValueTraits>::tm_ptr = boost::shared_ptr<persistent_data::transaction_manager>; persistent_data::array<ValueTraits>::ref_counter = int]'
51 persistent-data/data-structures/bitset.cc:37:20: required from here
52 ./persistent-data/data-structures/array_block.h:41:44: error: no type named 'value_type' in 'struct {anonymous}::bitset_traits'
53 [CXX] persistent-data/space-maps/recursive.cc
54 In file included from persistent-data/data-structures/bitset.cc:1:0:
55 ./persistent-data/data-structures/array.h: In instantiation of 'void persistent_data::array<ValueTraits>::visit_value(ValueVisitor&, const btree_path&, const typename persistent_data::array<ValueTraits>::block_traits::value_type&) const [with ValueVisitor = persistent_data::bitset_detail::bitset_impl::bit_visitor; ValueTraits = {anonymous}::bitset_traits; persistent_data::btree_detail::btree_path = std::vector<long unsigned int>; typename persistent_data::array<ValueTraits>::block_traits::value_type = long unsigned int]':
56 ./persistent-data/data-structures/array.h:154:5: required from 'void persistent_data::array<ValueTraits>::block_value_visitor<ValueVisitor>::visit(const btree_path&, const typename persistent_data::array<ValueTraits>::block_traits::value_type&) [with ValueVisitor = persistent_data::bitset_detail::bitset_impl::bit_visitor; ValueTraits = {anonymous}::bitset_traits; persistent_data::btree_detail::btree_path = std::vector<long unsigned int>; typename persistent_data::array<ValueTraits>::block_traits::value_type = long unsigned int]'
57 ./persistent-data/data-structures/btree_damage_visitor.h:198:6: required from 'void persistent_data::btree_detail::btree_damage_visitor<ValueVisitor, DamageVisitor, Levels, ValueTraits>::visit_values(const btree_path&, const persistent_data::btree_detail::node_ref<ValueTraits>&) [with ValueVisitor = persistent_data::array<{anonymous}::bitset_traits>::block_value_visitor<persistent_data::bitset_detail::bitset_impl::bit_visitor>; DamageVisitor = persistent_data::array<{anonymous}::bitset_traits>::block_damage_visitor<persistent_data::bitset_detail::bitset_impl::damage_visitor>; unsigned int Levels = 1u; ValueTraits = persistent_data::array<{anonymous}::bitset_traits>::block_traits; persistent_data::btree_detail::btree_path = std::vector<long unsigned int>]'
58 ./persistent-data/data-structures/btree_damage_visitor.h:174:5: required from 'bool persistent_data::btree_detail::btree_damage_visitor<ValueVisitor, DamageVisitor, Levels, ValueTraits>::visit_leaf(const node_location&, const persistent_data::btree_detail::node_ref<ValueTraits>&) [with ValueVisitor = persistent_data::array<{anonymous}::bitset_traits>::block_value_visitor<persistent_data::bitset_detail::bitset_impl::bit_visitor>; DamageVisitor = persistent_data::array<{anonymous}::bitset_traits>::block_damage_visitor<persistent_data::bitset_detail::bitset_impl::damage_visitor>; unsigned int Levels = 1u; ValueTraits = persistent_data::array<{anonymous}::bitset_traits>::block_traits; persistent_data::btree_detail::btree_damage_visitor<ValueVisitor, DamageVisitor, Levels, ValueTraits>::node_location = persistent_data::btree_detail::node_location]'
59 persistent-data/data-structures/bitset.cc:251:1: required from here
60 ./persistent-data/data-structures/array.h:169:5: error: 'persistent_data::array<{anonymous}::bitset_traits>::rblock' has no member named 'get'
61 In file included from ./persistent-data/data-structures/array.h:25:0,
62 from persistent-data/data-structures/bitset.cc:1:
63 ./persistent-data/data-structures/array_block.h: In instantiation of 'void persistent_data::array_block<ValueTraits, RefType>::dec_all_entries() [with ValueTraits = {anonymous}::bitset_traits; RefType = persistent_data::block_manager<>::read_ref]':
64 ./persistent-data/data-structures/array.h:389:4: required from 'void persistent_data::array<ValueTraits>::dec_ablock_entries(persistent_data::block_address) [with ValueTraits = {anonymous}::bitset_traits; persistent_data::block_address = long unsigned int]'
65 ./persistent-data/data-structures/array.h:123:5: required from 'void persistent_data::array<ValueTraits>::block_ref_counter::dec_values(uint64_t) [with ValueTraits = {anonymous}::bitset_traits; uint64_t = long unsigned int]'
66 ./persistent-data/data-structures/array.h:108:6: required from 'void persistent_data::array<ValueTraits>::block_ref_counter::set(uint64_t, uint32_t) [with ValueTraits = {anonymous}::bitset_traits; uint64_t = long unsigned int; uint32_t = unsigned int]'
67 persistent-data/data-structures/bitset.cc:251:1: required from here
68 ./persistent-data/data-structures/array_block.h:129:5: error: request for member 'dec' in '((persistent_data::array_block<{anonymous}::bitset_traits, persistent_data::block_manager<>::read_ref>*)this)->persistent_data::array_block<{anonymous}::bitset_traits, persistent_data::block_manager<>::read_ref>::rc_', which is of non-class type 'persistent_data::array_block<{anonymous}::bitset_traits, persistent_data::block_manager<>::read_ref>::ref_counter {aka int}'
69 ./persistent-data/data-structures/array_block.h:129:5: error: no matching function for call to 'get(unsigned int&)'
70 ./persistent-data/data-structures/array_block.h:129:5: note: candidates are:
71 In file included from /usr/include/boost/optional.hpp:15:0,
72 from ./persistent-data/buffer.h:27,
73 from ./persistent-data/block.h:22,
74 from ./persistent-data/transaction_manager.h:22,
75 from ./persistent-data/data-structures/btree.h:23,
76 from ./persistent-data/data-structures/array.h:23,
77 from persistent-data/data-structures/bitset.cc:1:
78 /usr/include/boost/optional/optional.hpp:679:1: note: template<class T> typename boost::optional::reference_const_type boost::get(const boost::optional<T>&)
79 /usr/include/boost/optional/optional.hpp:679:1: note: template argument deduction/substitution failed:
80 In file included from ./persistent-data/data-structures/array.h:25:0,
81 from persistent-data/data-structures/bitset.cc:1:
82 ./persistent-data/data-structures/array_block.h:129:5: note: mismatched types 'const boost::optional<T>' and 'unsigned int'
83 In file included from /usr/include/boost/optional.hpp:15:0,
84 from ./persistent-data/buffer.h:27,
85 from ./persistent-data/block.h:22,
86 from ./persistent-data/transaction_manager.h:22,
87 from ./persistent-data/data-structures/btree.h:23,
88 from ./persistent-data/data-structures/array.h:23,
89 from persistent-data/data-structures/bitset.cc:1:
90 /usr/include/boost/optional/optional.hpp:687:1: note: template<class T> typename boost::optional::reference_type boost::get(boost::optional<T>&)
91 /usr/include/boost/optional/optional.hpp:687:1: note: template argument deduction/substitution failed:
92 In file included from ./persistent-data/data-structures/array.h:25:0,
93 from persistent-data/data-structures/bitset.cc:1:
94 ./persistent-data/data-structures/array_block.h:129:5: note: mismatched types 'boost::optional<T>' and 'unsigned int'
95 In file included from /usr/include/boost/optional.hpp:15:0,
96 from ./persistent-data/buffer.h:27,
97 from ./persistent-data/block.h:22,
98 from ./persistent-data/transaction_manager.h:22,
99 from ./persistent-data/data-structures/btree.h:23,
100 from ./persistent-data/data-structures/array.h:23,
101 from persistent-data/data-structures/bitset.cc:1:
102 /usr/include/boost/optional/optional.hpp:697:1: note: template<class T> typename boost::optional::pointer_const_type boost::get(const boost::optional<T>*)
103 /usr/include/boost/optional/optional.hpp:697:1: note: template argument deduction/substitution failed:
104 In file included from ./persistent-data/data-structures/array.h:25:0,
105 from persistent-data/data-structures/bitset.cc:1:
106 ./persistent-data/data-structures/array_block.h:129:5: note: mismatched types 'const boost::optional<T>*' and 'unsigned int'
107 In file included from /usr/include/boost/optional.hpp:15:0,
108 from ./persistent-data/buffer.h:27,
109 from ./persistent-data/block.h:22,
110 from ./persistent-data/transaction_manager.h:22,
111 from ./persistent-data/data-structures/btree.h:23,
112 from ./persistent-data/data-structures/array.h:23,
113 from persistent-data/data-structures/bitset.cc:1:
114 /usr/include/boost/optional/optional.hpp:705:1: note: template<class T> typename boost::optional::pointer_type boost::get(boost::optional<T>*)
115 /usr/include/boost/optional/optional.hpp:705:1: note: template argument deduction/substitution failed:
116 In file included from ./persistent-data/data-structures/array.h:25:0,
117 from persistent-data/data-structures/bitset.cc:1:
118 ./persistent-data/data-structures/array_block.h:129:5: note: mismatched types 'boost::optional<T>*' and 'unsigned int'
119 persistent-data/data-structures/bitset.cc: In member function 'bool persistent_data::bitset_detail::bitset_impl::get(unsigned int)':
120 persistent-data/data-structures/bitset.cc:63:4: warning: control reaches end of non-void function [-Wreturn-type]
121 make: *** [persistent-data/data-structures/bitset.o] Error 1
122 make: *** Waiting for unfinished jobs....
123 [DEP] persistent-data/space_map.cc
124 [DEP] persistent-data/space-maps/recursive.cc
125 [DEP] persistent-data/space-maps/disk.cc
126 * ERROR: sys-block/thin-provisioning-tools-0.2.8-r1::gentoo failed (compile phase):
127 * emake failed
128 *
129 * If you need support, post the output of `emerge --info '=sys-block/thin-provisioning-tools-0.2.8-r1::gentoo'`,
130 * the complete build log and the output of `emerge -pqv '=sys-block/thin-provisioning-tools-0.2.8-r1::gentoo'`.
131 * The complete build log is located at '/var/tmp/portage/sys-block/thin-provisioning-tools-0.2.8-r1/temp/build.log'.
132 * The ebuild environment file is located at '/var/tmp/portage/sys-block/thin-provisioning-tools-0.2.8-r1/temp/environment'.
133 * Working directory: '/var/tmp/portage/sys-block/thin-provisioning-tools-0.2.8-r1/work/thin-provisioning-tools-0.2.8'
134 * S: '/var/tmp/portage/sys-block/thin-provisioning-tools-0.2.8-r1/work/thin-provisioning-tools-0.2.8'
135
136 * Messages for package sys-apps/keyutils-1.5.9-r1:
137
138 * Unable to find kernel sources at /usr/src/linux
139 * Unable to calculate Linux Kernel version for build, attempting to use running version
140 * You must have CONFIG_KEYS to use this package!
141 * Please check to make sure these options are set correctly.
142 * Failure to do so may cause unexpected problems.
143
144 * Messages for package sys-apps/busybox-1.21.0:
145
146 * Could not locate user configfile, so we will save a default one
147 * You cannot have USE='static pam'. Assuming static is more important.
148 * Your configuration for sys-apps/busybox-1.21.0 has been saved in
149 * /etc/portage/savedconfig/sys-apps/busybox-1.21.0 for your editing pleasure.
150 * You can edit these files by hand and remerge this package with
151 * USE=savedconfig to customise the configuration.
152 * You can rename this file/directory to one of the following for
153 * its configuration to apply to multiple versions:
154 * ${PORTAGE_CONFIGROOT}/etc/portage/savedconfig/
155 * [${CTARGET}|${CHOST}|""]/${CATEGORY}/[${PF}|${P}|${PN}]
156
157 * Messages for package net-dialup/ppp-2.4.5-r3:
158
159 * Unable to find kernel sources at /usr/src/linux
160 * Unable to calculate Linux Kernel version for build, attempting to use running version
161 * Pon, poff and plog scripts have been supplied for experienced users.
162 * Users needing particular scripts (ssh,rsh,etc.) should check out the
163 * /usr/share/doc/ppp-2.4.5-r3/scripts directory.
164
165 * Messages for package sys-block/thin-provisioning-tools-0.2.8-r1:
166
167 * ERROR: sys-block/thin-provisioning-tools-0.2.8-r1::gentoo failed (compile phase):
168 * emake failed
169 *
170 * If you need support, post the output of `emerge --info '=sys-block/thin-provisioning-tools-0.2.8-r1::gentoo'`,
171 * the complete build log and the output of `emerge -pqv '=sys-block/thin-provisioning-tools-0.2.8-r1::gentoo'`.
172 * The complete build log is located at '/var/tmp/portage/sys-block/thin-provisioning-tools-0.2.8-r1/temp/build.log'.
173 * The ebuild environment file is located at '/var/tmp/portage/sys-block/thin-provisioning-tools-0.2.8-r1/temp/environment'.
174 * Working directory: '/var/tmp/portage/sys-block/thin-provisioning-tools-0.2.8-r1/work/thin-provisioning-tools-0.2.8'
175 * S: '/var/tmp/portage/sys-block/thin-provisioning-tools-0.2.8-r1/work/thin-provisioning-tools-0.2.8'
176
177 !!! catalyst: Error in attempt to build packages
178
179
180 Traceback (most recent call last):
181 File "modules/generic_stage_target.py", line 1403, in build_packages
182 "Error in attempt to build packages",env=self.env)
183 File "/usr/lib/catalyst/modules/catalyst_support.py", line 541, in cmd
184 raise CatalystError,myexc
185 CatalystError
186 None
187
188 !!! catalyst: livecdbuild aborting due to error.
189
190 Traceback (most recent call last):
191 File "/usr/lib/catalyst/catalyst", line 218, in build_target
192 mytarget.run()
193 File "modules/generic_stage_target.py", line 1304, in run
194 apply(getattr(self,x))
195 File "modules/generic_stage_target.py", line 1408, in build_packages
196 "build aborting due to error."
197 CatalystError
198 !!! catalyst: Error encountered during run of target livecd-stage1
199 Catalyst aborting....
200 lockfile does not exist '/space/catalyst/tmp/default/livecd-stage1-alpha-20140809/.catalyst_lock'
201
202
203
204 Full build log at /tmp/catalyst-auto.30757/log/installcd-stage1.log