Advertisement
aperio

crDroid 10.x Android 14 Panther build error

Jan 15th, 2024 (edited)
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.67 KB | None | 0 0
  1. version.cc:47:64: note: in instantiation of template class 'absl::FunctionRef<vo
  2. id (absl::Span<unsigned int>)>' requested here
  3. ABSL_ATTRIBUTE_NOINLINE static void RunWithCapacityImpl(Func f) {
  4. ^
  5. In file included from external/libtextclassifier/abseil-cpp/absl/strings/interna
  6. l/str_format/float_conversion.cc:1:
  7. In file included from external/libtextclassifier/abseil-cpp/absl/strings/interna
  8. l/str_format/float_conversion.h:4:
  9. In file included from external/libtextclassifier/abseil-cpp/absl/strings/interna
  10. l/str_format/extension.h:27:
  11. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:486:17: warning: b
  12. uiltin __has_trivial_assign is deprecated; use __is_trivially_assignable instead
  13. [-Wdeprecated-builtins]
  14. bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
  15. ^
  16. external/libtextclassifier/abseil-cpp/absl/functional/internal/function_ref.h:47
  17. :16: note: in instantiation of template class 'absl::is_trivially_copy_assignabl
  18. e<absl::Span<unsigned int>>' requested here
  19. absl::is_trivially_copy_assignable<
  20. ^
  21. external/libtextclassifier/abseil-cpp/absl/functional/internal/function_ref.h:54
  22. :36: note: in instantiation of function template specialization 'absl::functiona
  23. l_internal::PassByValue<absl::Span<unsigned int>>' requested here
  24. struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {};
  25. ^
  26. external/libtextclassifier/abseil-cpp/absl/functional/internal/function_ref.h:63
  27. :1: note: in instantiation of template class 'absl::functional_internal::Forward
  28. T<absl::Span<unsigned int>>' requested here
  29. using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
  30. ^
  31. external/libtextclassifier/abseil-cpp/absl/functional/function_ref.h:133:30: not
  32. e: in instantiation of template type alias 'Invoker' requested here
  33. absl::functional_internal::Invoker<R, Args...> invoker_;
  34. ^
  35. external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/float_con
  36. version.cc:47:64: note: in instantiation of template class 'absl::FunctionRef<vo
  37. id (absl::Span<unsigned int>)>' requested here
  38. ABSL_ATTRIBUTE_NOINLINE static void RunWithCapacityImpl(Func f) {
  39. ^
  40. In file included from external/libtextclassifier/abseil-cpp/absl/strings/interna
  41. l/str_format/float_conversion.cc:1:
  42. In file included from external/libtextclassifier/abseil-cpp/absl/strings/interna
  43. l/str_format/float_conversion.h:4:
  44. In file included from external/libtextclassifier/abseil-cpp/absl/strings/interna
  45. l/str_format/extension.h:27:
  46. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:293:36: warning: b
  47. uiltin __has_trivial_destructor is deprecated; use __is_trivially_destructible i
  48. nstead [-Wdeprecated-builtins]
  49. : std::integral_constant<bool, __has_trivial_destructor(T) &&
  50. ^
  51. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:91:27: note: in in
  52. stantiation of template class 'absl::is_trivially_destructible<absl::str_format_
  53. internal::(anonymous namespace)::BinaryToDecimal>' requested here
  54. absl::is_trivially_destructible<T>::value> {};
  55. ^
  56. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:414:41: note: in i
  57. nstantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConst
  58. ructibleObject<absl::str_format_internal::(anonymous namespace)::BinaryToDecimal
  59. >' requested here
  60. std::is_lvalue_reference<T>>::type::type {
  61. ^
  62. external/libtextclassifier/abseil-cpp/absl/functional/internal/function_ref.h:46
  63. :16: note: in instantiation of template class 'absl::is_trivially_copy_construct
  64. ible<absl::str_format_internal::(anonymous namespace)::BinaryToDecimal>' request
  65. ed here
  66. absl::is_trivially_copy_constructible<T>::value &&
  67. ^
  68. external/libtextclassifier/abseil-cpp/absl/functional/internal/function_ref.h:54
  69. :36: note: in instantiation of function template specialization 'absl::functiona
  70. l_internal::PassByValue<absl::str_format_internal::(anonymous namespace)::Binary
  71. ToDecimal>' requested here
  72. struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {};
  73. ^
  74. external/libtextclassifier/abseil-cpp/absl/functional/internal/function_ref.h:63
  75. :1: note: in instantiation of template class 'absl::functional_internal::Forward
  76. T<absl::str_format_internal::(anonymous namespace)::BinaryToDecimal>' requested
  77. here
  78. using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
  79. ^
  80. external/libtextclassifier/abseil-cpp/absl/functional/function_ref.h:133:30: not
  81. e: in instantiation of template type alias 'Invoker' requested here
  82. absl::functional_internal::Invoker<R, Args...> invoker_;
  83. ^
  84. external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/float_con
  85. version.cc:119:70: note: in instantiation of template class 'absl::FunctionRef<v
  86. oid (absl::str_format_internal::(anonymous namespace)::BinaryToDecimal)>' reques
  87. ted here
  88. absl::FunctionRef<void(BinaryToDecimal)> f) {
  89. ^
  90. In file included from external/libtextclassifier/abseil-cpp/absl/strings/interna
  91. l/str_format/float_conversion.cc:1:
  92. In file included from external/libtextclassifier/abseil-cpp/absl/strings/interna
  93. l/str_format/float_conversion.h:4:
  94. In file included from external/libtextclassifier/abseil-cpp/absl/strings/interna
  95. l/str_format/extension.h:27:
  96. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:486:17: warning: b
  97. uiltin __has_trivial_assign is deprecated; use __is_trivially_assignable instead
  98. [-Wdeprecated-builtins]
  99. bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
  100. ^
  101. external/libtextclassifier/abseil-cpp/absl/functional/internal/function_ref.h:47
  102. :16: note: in instantiation of template class 'absl::is_trivially_copy_assignabl
  103. e<absl::str_format_internal::(anonymous namespace)::BinaryToDecimal>' requested
  104. here
  105. absl::is_trivially_copy_assignable<
  106. ^
  107. external/libtextclassifier/abseil-cpp/absl/functional/internal/function_ref.h:54
  108. :36: note: in instantiation of function template specialization 'absl::functiona
  109. l_internal::PassByValue<absl::str_format_internal::(anonymous namespace)::Binary
  110. ToDecimal>' requested here
  111. struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {};
  112. ^
  113. external/libtextclassifier/abseil-cpp/absl/functional/internal/function_ref.h:63
  114. :1: note: in instantiation of template class 'absl::functional_internal::Forward
  115. T<absl::str_format_internal::(anonymous namespace)::BinaryToDecimal>' requested
  116. here
  117. using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
  118. ^
  119. external/libtextclassifier/abseil-cpp/absl/functional/function_ref.h:133:30: not
  120. e: in instantiation of template type alias 'Invoker' requested here
  121. absl::functional_internal::Invoker<R, Args...> invoker_;
  122. ^
  123. external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/float_con
  124. version.cc:119:70: note: in instantiation of template class 'absl::FunctionRef<v
  125. oid (absl::str_format_internal::(anonymous namespace)::BinaryToDecimal)>' reques
  126. ted here
  127. absl::FunctionRef<void(BinaryToDecimal)> f) {
  128. ^
  129. In file included from external/libtextclassifier/abseil-cpp/absl/strings/interna
  130. l/str_format/float_conversion.cc:1:
  131. In file included from external/libtextclassifier/abseil-cpp/absl/strings/interna
  132. l/str_format/float_conversion.h:4:
  133. In file included from external/libtextclassifier/abseil-cpp/absl/strings/interna
  134. l/str_format/extension.h:27:
  135. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:293:36: warning: b
  136. uiltin __has_trivial_destructor is deprecated; use __is_trivially_destructible i
  137. nstead [-Wdeprecated-builtins]
  138. : std::integral_constant<bool, __has_trivial_destructor(T) &&
  139. ^
  140. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:91:27: note: in in
  141. stantiation of template class 'absl::is_trivially_destructible<absl::str_format_
  142. internal::(anonymous namespace)::FractionalDigitGenerator>' requested here
  143. absl::is_trivially_destructible<T>::value> {};
  144. ^
  145. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:414:41: note: in i
  146. nstantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConst
  147. ructibleObject<absl::str_format_internal::(anonymous namespace)::FractionalDigit
  148. Generator>' requested here
  149. std::is_lvalue_reference<T>>::type::type {
  150. ^
  151. external/libtextclassifier/abseil-cpp/absl/functional/internal/function_ref.h:46
  152. :16: note: in instantiation of template class 'absl::is_trivially_copy_construct
  153. ible<absl::str_format_internal::(anonymous namespace)::FractionalDigitGenerator>
  154. ' requested here
  155. absl::is_trivially_copy_constructible<T>::value &&
  156. ^
  157. external/libtextclassifier/abseil-cpp/absl/functional/internal/function_ref.h:54
  158. :36: note: in instantiation of function template specialization 'absl::functiona
  159. l_internal::PassByValue<absl::str_format_internal::(anonymous namespace)::Fracti
  160. onalDigitGenerator>' requested here
  161. struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {};
  162. ^
  163. external/libtextclassifier/abseil-cpp/absl/functional/internal/function_ref.h:63
  164. :1: note: in instantiation of template class 'absl::functional_internal::Forward
  165. T<absl::str_format_internal::(anonymous namespace)::FractionalDigitGenerator>' r
  166. equested here
  167. using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
  168. ^
  169. external/libtextclassifier/abseil-cpp/absl/functional/function_ref.h:133:30: not
  170. e: in instantiation of template type alias 'Invoker' requested here
  171. absl::functional_internal::Invoker<R, Args...> invoker_;
  172. ^
  173. external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/float_con
  174. version.cc:227:77: note: in instantiation of template class 'absl::FunctionRef<v
  175. oid (absl::str_format_internal::(anonymous namespace)::FractionalDigitGenerator)
  176. >' requested here
  177. uint128 v, int exp, absl::FunctionRef<void(FractionalDigitGenerator)> f) {
  178. ^
  179. In file included from external/libtextclassifier/abseil-cpp/absl/strings/interna
  180. l/str_format/float_conversion.cc:1:
  181. In file included from external/libtextclassifier/abseil-cpp/absl/strings/interna
  182. l/str_format/float_conversion.h:4:
  183. In file included from external/libtextclassifier/abseil-cpp/absl/strings/interna
  184. l/str_format/extension.h:27:
  185. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:486:17: warning: b
  186. uiltin __has_trivial_assign is deprecated; use __is_trivially_assignable instead
  187. [-Wdeprecated-builtins]
  188. bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
  189. ^
  190. external/libtextclassifier/abseil-cpp/absl/functional/internal/function_ref.h:47
  191. :16: note: in instantiation of template class 'absl::is_trivially_copy_assignabl
  192. e<absl::str_format_internal::(anonymous namespace)::FractionalDigitGenerator>' r
  193. equested here
  194. absl::is_trivially_copy_assignable<
  195. ^
  196. external/libtextclassifier/abseil-cpp/absl/functional/internal/function_ref.h:54
  197. :36: note: in instantiation of function template specialization 'absl::functiona
  198. l_internal::PassByValue<absl::str_format_internal::(anonymous namespace)::Fracti
  199. onalDigitGenerator>' requested here
  200. struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {};
  201. ^
  202. external/libtextclassifier/abseil-cpp/absl/functional/internal/function_ref.h:63
  203. :1: note: in instantiation of template class 'absl::functional_internal::Forward
  204. T<absl::str_format_internal::(anonymous namespace)::FractionalDigitGenerator>' r
  205. equested here
  206. using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
  207. ^
  208. external/libtextclassifier/abseil-cpp/absl/functional/function_ref.h:133:30: not
  209. e: in instantiation of template type alias 'Invoker' requested here
  210. absl::functional_internal::Invoker<R, Args...> invoker_;
  211. ^
  212. external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/float_con
  213. version.cc:227:77: note: in instantiation of template class 'absl::FunctionRef<v
  214. oid (absl::str_format_internal::(anonymous namespace)::FractionalDigitGenerator)
  215. >' requested here
  216. uint128 v, int exp, absl::FunctionRef<void(FractionalDigitGenerator)> f) {
  217. ^
  218. 11 warnings generated.
  219. [ 23% 42317/179885] //external/libtextclassifier/abseil-cpp:libtextclassifier_ab
  220. In file included from external/libtextclassifier/abseil-cpp/absl/time/duration.c
  221. c:69:
  222. In file included from external/libtextclassifier/abseil-cpp/absl/base/casts.h:34
  223. :
  224. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:293:36: warning: b
  225. uiltin __has_trivial_destructor is deprecated; use __is_trivially_destructible i
  226. nstead [-Wdeprecated-builtins]
  227. : std::integral_constant<bool, __has_trivial_destructor(T) &&
  228. ^
  229. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:342:36: warning: b
  230. uiltin __has_trivial_constructor is deprecated; use __is_trivially_constructible
  231. instead [-Wdeprecated-builtins]
  232. : std::integral_constant<bool, __has_trivial_constructor(T) &&
  233. ^
  234. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:486:17: warning: b
  235. uiltin __has_trivial_assign is deprecated; use __is_trivially_assignable instead
  236. [-Wdeprecated-builtins]
  237. bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
  238. ^
  239. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:530:8: warning: bu
  240. iltin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wd
  241. eprecated-builtins]
  242. (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
  243. ^
  244. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:531:8: warning: bu
  245. iltin __has_trivial_assign is deprecated; use __is_trivially_assignable instead
  246. [-Wdeprecated-builtins]
  247. (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
  248. ^
  249. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:530:8: warning: bu
  250. iltin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wd
  251. eprecated-builtins]
  252. (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
  253. ^
  254. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:542:70: note: in i
  255. nstantiation of static data member 'absl::type_traits_internal::is_trivially_cop
  256. yable_impl<long>::kValue' requested here
  257. bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
  258. ^
  259. external/libtextclassifier/abseil-cpp/absl/base/casts.h:46:37: note: in instanti
  260. ation of template class 'absl::type_traits_internal::is_trivially_copyable<long>
  261. ' requested here
  262. type_traits_internal::is_trivially_copyable<Source>::value &&
  263. ^
  264. external/libtextclassifier/abseil-cpp/absl/base/casts.h:153:45: note: in instant
  265. iation of template class 'absl::internal_casts::is_bitcastable<unsigned long, lo
  266. ng>' requested here
  267. typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
  268. ^
  269. external/libtextclassifier/abseil-cpp/absl/base/casts.h:155:13: note: while subs
  270. tituting prior template arguments into non-type template parameter [with Dest =
  271. uint64_t, Source = int64_t]
  272. inline Dest bit_cast(const Source& source) {
  273. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  274. external/libtextclassifier/abseil-cpp/absl/time/duration.cc:192:10: note: while
  275. substituting deduced template arguments into function template 'bit_cast' [with
  276. Dest = uint64_t, Source = int64_t, $2 = (no value)]
  277. return absl::bit_cast<uint64_t>(v);
  278. ^
  279. In file included from external/libtextclassifier/abseil-cpp/absl/time/duration.c
  280. c:69:
  281. In file included from external/libtextclassifier/abseil-cpp/absl/base/casts.h:34
  282. :
  283. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:531:8: warning: bu
  284. iltin __has_trivial_assign is deprecated; use __is_trivially_assignable instead
  285. [-Wdeprecated-builtins]
  286. (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
  287. ^
  288. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:293:36: warning: b
  289. uiltin __has_trivial_destructor is deprecated; use __is_trivially_destructible i
  290. nstead [-Wdeprecated-builtins]
  291. : std::integral_constant<bool, __has_trivial_destructor(T) &&
  292. ^
  293. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:533:7: note: in in
  294. stantiation of template class 'absl::is_trivially_destructible<long>' requested
  295. here
  296. is_trivially_destructible<ExtentsRemoved>::value &&
  297. ^
  298. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:542:70: note: in i
  299. nstantiation of static data member 'absl::type_traits_internal::is_trivially_cop
  300. yable_impl<long>::kValue' requested here
  301. bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
  302. ^
  303. external/libtextclassifier/abseil-cpp/absl/base/casts.h:46:37: note: in instanti
  304. ation of template class 'absl::type_traits_internal::is_trivially_copyable<long>
  305. ' requested here
  306. type_traits_internal::is_trivially_copyable<Source>::value &&
  307. ^
  308. external/libtextclassifier/abseil-cpp/absl/base/casts.h:153:45: note: in instant
  309. iation of template class 'absl::internal_casts::is_bitcastable<unsigned long, lo
  310. ng>' requested here
  311. typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
  312. ^
  313. external/libtextclassifier/abseil-cpp/absl/base/casts.h:155:13: note: while subs
  314. tituting prior template arguments into non-type template parameter [with Dest =
  315. uint64_t, Source = int64_t]
  316. inline Dest bit_cast(const Source& source) {
  317. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  318. external/libtextclassifier/abseil-cpp/absl/time/duration.cc:192:10: note: while
  319. substituting deduced template arguments into function template 'bit_cast' [with
  320. Dest = uint64_t, Source = int64_t, $2 = (no value)]
  321. return absl::bit_cast<uint64_t>(v);
  322. ^
  323. In file included from external/libtextclassifier/abseil-cpp/absl/time/duration.c
  324. c:69:
  325. In file included from external/libtextclassifier/abseil-cpp/absl/base/casts.h:34
  326. :
  327. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:530:8: warning: bu
  328. iltin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wd
  329. eprecated-builtins]
  330. (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
  331. ^
  332. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:542:70: note: in i
  333. nstantiation of static data member 'absl::type_traits_internal::is_trivially_cop
  334. yable_impl<unsigned long>::kValue' requested here
  335. bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
  336. ^
  337. external/libtextclassifier/abseil-cpp/absl/base/casts.h:47:37: note: in instanti
  338. ation of template class 'absl::type_traits_internal::is_trivially_copyable<unsig
  339. ned long>' requested here
  340. type_traits_internal::is_trivially_copyable<Dest>::value &&
  341. ^
  342. external/libtextclassifier/abseil-cpp/absl/base/casts.h:153:45: note: in instant
  343. iation of template class 'absl::internal_casts::is_bitcastable<unsigned long, lo
  344. ng>' requested here
  345. typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
  346. ^
  347. external/libtextclassifier/abseil-cpp/absl/base/casts.h:155:13: note: while subs
  348. tituting prior template arguments into non-type template parameter [with Dest =
  349. uint64_t, Source = int64_t]
  350. inline Dest bit_cast(const Source& source) {
  351. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  352. external/libtextclassifier/abseil-cpp/absl/time/duration.cc:192:10: note: while
  353. substituting deduced template arguments into function template 'bit_cast' [with
  354. Dest = uint64_t, Source = int64_t, $2 = (no value)]
  355. return absl::bit_cast<uint64_t>(v);
  356. ^
  357. In file included from external/libtextclassifier/abseil-cpp/absl/time/duration.c
  358. c:69:
  359. In file included from external/libtextclassifier/abseil-cpp/absl/base/casts.h:34
  360. :
  361. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:531:8: warning: bu
  362. iltin __has_trivial_assign is deprecated; use __is_trivially_assignable instead
  363. [-Wdeprecated-builtins]
  364. (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
  365. ^
  366. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:293:36: warning: b
  367. uiltin __has_trivial_destructor is deprecated; use __is_trivially_destructible i
  368. nstead [-Wdeprecated-builtins]
  369. : std::integral_constant<bool, __has_trivial_destructor(T) &&
  370. ^
  371. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:533:7: note: in in
  372. stantiation of template class 'absl::is_trivially_destructible<unsigned long>' r
  373. equested here
  374. is_trivially_destructible<ExtentsRemoved>::value &&
  375. ^
  376. external/libtextclassifier/abseil-cpp/absl/meta/type_traits.h:542:70: note: in i
  377. nstantiation of static data member 'absl::type_traits_internal::is_trivially_cop
  378. yable_impl<unsigned long>::kValue' requested here
  379. bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
  380. ^
  381. external/libtextclassifier/abseil-cpp/absl/base/casts.h:47:37: note: in instanti
  382. ation of template class 'absl::type_traits_internal::is_trivially_copyable<unsig
  383. ned long>' requested here
  384. type_traits_internal::is_trivially_copyable<Dest>::value &&
  385. ^
  386. external/libtextclassifier/abseil-cpp/absl/base/casts.h:153:45: note: in instant
  387. iation of template class 'absl::internal_casts::is_bitcastable<unsigned long, lo
  388. ng>' requested here
  389. typename std::enable_if<internal_casts::is_bitcastable<Dest, Source>::value,
  390. ^
  391. external/libtextclassifier/abseil-cpp/absl/base/casts.h:155:13: note: while subs
  392. tituting prior template arguments into non-type template parameter [with Dest =
  393. uint64_t, Source = int64_t]
  394. inline Dest bit_cast(const Source& source) {
  395. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  396. external/libtextclassifier/abseil-cpp/absl/time/duration.cc:192:10: note: while
  397. substituting deduced template arguments into function template 'bit_cast' [with
  398. Dest = uint64_t, Source = int64_t, $2 = (no value)]
  399. return absl::bit_cast<uint64_t>(v);
  400. ^
  401. 11 warnings generated.
  402. [ 23% 43142/179885] //bootable/recovery/updater:libupdater_core clang++ install.
  403. bootable/recovery/updater/install.cpp:720:7: warning: variable 'bad' set but not
  404. used [-Wunused-but-set-variable]
  405. int bad = 0;
  406. ^
  407. 1 warning generated.
  408. [ 24% 43955/179885] //packages/modules/Virtualization/vmbase:libvmbase rustc src
  409. FAILED: out/soong/.intermediates/packages/modules/Virtualization/vmbase/libvmbas
  410. e/android_arm64_armv8-2a-dotprod_cortex-a76_rlib_rlib-std/libvmbase.rlib
  411. OUT_DIR=out ANDROID_RUST_VERSION=1.68.0 AR=prebuilts/clang/host/linux-x86/clang-
  412. r498229b/bin/llvm-ar prebuilts/rust/linux-x86/1.68.0/bin/rustc -C linker=build/s
  413. oong/scripts/mkcratersp.py --emit link -o out/soong/.intermediates/packages/modu
  414. les/Virtualization/vmbase/libvmbase/android_arm64_armv8-2a-dotprod_cortex-a76_rl
  415. ib_rlib-std/libvmbase.rlib --emit dep-info=out/soong/.intermediates/packages/mod
  416. ules/Virtualization/vmbase/libvmbase/android_arm64_armv8-2a-dotprod_cortex-a76_r
  417. lib_rlib-std/libvmbase.rlib.d.raw packages/modules/Virtualization/vmbase/src/lib
  418. .rs --extern log=out/soong/.intermediates/external/rust/crates/log/liblog_rust_n
  419. ostd/android_arm64_armv8-2a-dotprod_cortex-a76_rlib_rlib-std/liblog_rust_nostd.r
  420. lib --extern psci=out/soong/.intermediates/external/rust/crates/psci/libpsci/and
  421. roid_arm64_armv8-2a-dotprod_cortex-a76_rlib_rlib-std/libpsci.rlib --extern spin=
  422. out/soong/.intermediates/external/rust/crates/spin/libspin_nostd/android_arm64_a
  423. rmv8-2a-dotprod_cortex-a76_rlib_rlib-std/libspin_nostd.rlib --extern std=out/soo
  424. ng/.intermediates/prebuilts/rust/libstd/android_arm64_armv8-2a-dotprod_cortex-a7
  425. 6_rlib/libstd.rlib -L out/soong/.intermediates/external/rust/crates/cfg-if/libcf
  426. g_if/android_arm64_armv8-2a-dotprod_cortex-a76_rlib_rlib-std/ -L out/soong/.inte
  427. rmediates/prebuilts/rust/libstd/android_arm64_armv8-2a-dotprod_cortex-a76_rlib/
  428. -L out/soong/.intermediates/prebuilts/rust/libcompiler_builtins.rust_sysroot/and
  429. roid_arm64_armv8-2a-dotprod_cortex-a76_rlib/ -L out/soong/.intermediates/prebuil
  430. ts/rust/libcore.rust_sysroot/android_arm64_armv8-2a-dotprod_cortex-a76_rlib/ -L
  431. out/soong/.intermediates/prebuilts/rust/librustc_demangle.rust_sysroot/android_a
  432. rm64_armv8-2a-dotprod_cortex-a76_rlib/ -L out/soong/.intermediates/prebuilts/rus
  433. t/liblibc.rust_sysroot/android_arm64_armv8-2a-dotprod_cortex-a76_rlib/ -L out/so
  434. ong/.intermediates/prebuilts/rust/libcfg_if.rust_sysroot/android_arm64_armv8-2a-
  435. dotprod_cortex-a76_rlib/ -L out/soong/.intermediates/prebuilts/rust/liballoc.rus
  436. t_sysroot/android_arm64_armv8-2a-dotprod_cortex-a76_rlib/ -L out/soong/.intermed
  437. iates/prebuilts/rust/libhashbrown.rust_sysroot/android_arm64_armv8-2a-dotprod_co
  438. rtex-a76_rlib/ -L out/soong/.intermediates/prebuilts/rust/libunwind.rust_sysroot
  439. /android_arm64_armv8-2a-dotprod_cortex-a76_rlib/ -L out/soong/.intermediates/pre
  440. builts/rust/libprofiler_builtins.rust_sysroot/android_arm64_armv8-2a-dotprod_cor
  441. tex-a76_rlib/ -L out/soong/.intermediates/prebuilts/rust/libstd_detect.rust_sysr
  442. oot/android_arm64_armv8-2a-dotprod_cortex-a76_rlib/ -L out/soong/.intermediates/
  443. prebuilts/rust/libpanic_abort.rust_sysroot/android_arm64_armv8-2a-dotprod_cortex
  444. -a76_rlib/ -L out/soong/.intermediates/bionic/libc/librust_baremetal/android_arm
  445. 64_armv8-2a-dotprod_cortex-a76_static/ -Z remap-cwd-prefix=. -C codegen-units=1
  446. -C debuginfo=2 -C opt-level=3 -C relocation-model=pic -C overflow-checks=on -C f
  447. orce-unwind-tables=yes -C symbol-mangling-version=v0 --color always -A stable-fe
  448. atures -Zdylib-lto -C panic=abort -Z link-native-libraries=no -Z debug-info-fo
  449. r-profiling -A deprecated -D missing-docs -D warnings --edition=2021 -C metadata
  450. =libvmbase -lstatic=rust_baremetal --crate-type=rlib --crate-name=vmbase --targe
  451. t=aarch64-linux-android --sysroot=/dev/null -Zallow-features="custom_inner_attri
  452. butes,mixed_integer_ops" && grep "^out/soong/.intermediates/packages/modules/Vir
  453. tualization/vmbase/libvmbase/android_arm64_armv8-2a-dotprod_cortex-a76_rlib_rlib
  454. -std/libvmbase.rlib:" out/soong/.intermediates/packages/modules/Virtualization/v
  455. mbase/libvmbase/android_arm64_armv8-2a-dotprod_cortex-a76_rlib_rlib-std/libvmbas
  456. e.rlib.d.raw > out/soong/.intermediates/packages/modules/Virtualization/vmbase/l
  457. ibvmbase/android_arm64_armv8-2a-dotprod_cortex-a76_rlib_rlib-std/libvmbase.rlib.
  458. d
  459. error: failed to build archive: Unknown attribute kind (86) (Producer: 'LLVM17.0
  460. .4' Reader: 'LLVM 15.0.6-rust-dev')
  461.  
  462. error: aborting due to previous error
  463.  
  464. 21:06:10 ninja failed with: exit status 1
  465.  
  466. #### failed to build some targets (09:22 (mm:ss)) ####
  467.  
  468.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement