Package: src:ikos
Version: 3.5-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:ikos, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=cmake
   dh_auto_clean -O--buildsystem=cmake
   dh_autoreconf_clean -O--buildsystem=cmake
   dh_clean -O--buildsystem=cmake
 debian/rules binary
dh binary --buildsystem=cmake
   dh_update_autotools_config -O--buildsystem=cmake
   dh_autoreconf -O--buildsystem=cmake
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure --                                        \
        -DLLVM_CONFIG_EXECUTABLE=/usr/bin/llvm-config-14    \
        -DINSTALL_PYTHON_VIRTUALENV=OFF                     \

[... snipped ...]

      |                      ~~~~~~~~~^~~~~~~
/usr/include/llvm-14/llvm/ADT/BitVector.h:164:18:   required from here
  164 |     return any_of(Bits, [](BitWord Bit) { return Bit != 0; });
      |            ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/bits/range_access.h:67:24: error: ‘const class 
llvm::SmallVector<long unsigned int>’ has no member named ‘begin’
   67 |     -> decltype(__cont.begin())
      |                 ~~~~~~~^~~~~
/usr/include/llvm-14/llvm/ADT/STLExtras.h: In instantiation of 
‘decltype(auto) llvm::adl_detail::adl_begin(ContainerTy&&) [with ContainerTy 
= const llvm::SmallVector<long unsigned int>&]’:
/usr/include/llvm-14/llvm/ADT/STLExtras.h:238:31:   required from 
‘decltype(auto) llvm::adl_begin(ContainerTy&&) [with ContainerTy = const 
SmallVector<long unsigned int>&]’
  238 |   return adl_detail::adl_begin(std::forward<ContainerTy>(container));
      |          ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/llvm-14/llvm/ADT/STLExtras.h:1592:31:   required from ‘bool 
llvm::any_of(R&&, UnaryPredicate) [with R = const SmallVector<long unsigned 
int>&; UnaryPredicate = BitVector::any() const::<lambda(BitVector::BitWord)>]’
 1592 |   return std::any_of(adl_begin(Range), adl_end(Range), P);
      |                      ~~~~~~~~~^~~~~~~
/usr/include/llvm-14/llvm/ADT/BitVector.h:164:18:   required from here
  164 |     return any_of(Bits, [](BitWord Bit) { return Bit != 0; });
      |            ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/bits/range_access.h:54:5: note: candidate 5: 
‘template<class _Container> decltype (__cont.begin()) 
std::begin(_Container&)’
   54 |     begin(_Container& __cont) noexcept(noexcept(__cont.begin()))
      |     ^~~~~
/usr/include/c++/15/bits/range_access.h:54:5: note: template argument 
deduction/substitution failed:
/usr/include/c++/15/bits/range_access.h: In substitution of ‘template<class 
_Container> decltype (__cont.begin()) std::begin(_Container&) [with _Container 
= const llvm::SmallVector<long unsigned int>]’:
/usr/include/llvm-14/llvm/ADT/STLExtras.h:216:15:   required from 
‘decltype(auto) llvm::adl_detail::adl_begin(ContainerTy&&) [with ContainerTy 
= const llvm::SmallVector<long unsigned int>&]’
  216 |   return begin(std::forward<ContainerTy>(container));
      |          ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/llvm-14/llvm/ADT/STLExtras.h:238:31:   required from 
‘decltype(auto) llvm::adl_begin(ContainerTy&&) [with ContainerTy = const 
SmallVector<long unsigned int>&]’
  238 |   return adl_detail::adl_begin(std::forward<ContainerTy>(container));
      |          ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/llvm-14/llvm/ADT/STLExtras.h:1592:31:   required from ‘bool 
llvm::any_of(R&&, UnaryPredicate) [with R = const SmallVector<long unsigned 
int>&; UnaryPredicate = BitVector::any() const::<lambda(BitVector::BitWord)>]’
 1592 |   return std::any_of(adl_begin(Range), adl_end(Range), P);
      |                      ~~~~~~~~~^~~~~~~
/usr/include/llvm-14/llvm/ADT/BitVector.h:164:18:   required from here
  164 |     return any_of(Bits, [](BitWord Bit) { return Bit != 0; });
      |            ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/bits/range_access.h:55:24: error: ‘const class 
llvm::SmallVector<long unsigned int>’ has no member named ‘begin’
   55 |     -> decltype(__cont.begin())
      |                 ~~~~~~~^~~~~
/usr/include/llvm-14/llvm/ADT/STLExtras.h: In instantiation of 
‘decltype(auto) llvm::adl_detail::adl_begin(ContainerTy&&) [with ContainerTy 
= const llvm::SmallVector<long unsigned int>&]’:
/usr/include/llvm-14/llvm/ADT/STLExtras.h:238:31:   required from 
‘decltype(auto) llvm::adl_begin(ContainerTy&&) [with ContainerTy = const 
SmallVector<long unsigned int>&]’
  238 |   return adl_detail::adl_begin(std::forward<ContainerTy>(container));
      |          ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/llvm-14/llvm/ADT/STLExtras.h:1592:31:   required from ‘bool 
llvm::any_of(R&&, UnaryPredicate) [with R = const SmallVector<long unsigned 
int>&; UnaryPredicate = BitVector::any() const::<lambda(BitVector::BitWord)>]’
 1592 |   return std::any_of(adl_begin(Range), adl_end(Range), P);
      |                      ~~~~~~~~~^~~~~~~
/usr/include/llvm-14/llvm/ADT/BitVector.h:164:18:   required from here
  164 |     return any_of(Bits, [](BitWord Bit) { return Bit != 0; });
      |            ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/initializer_list:90:5: note: candidate 6: ‘template<class 
_Tp> constexpr const _Tp* std::begin(initializer_list<_Tp>)’
   90 |     begin(initializer_list<_Tp> __ils) noexcept
      |     ^~~~~
/usr/include/c++/15/initializer_list:90:5: note: template argument 
deduction/substitution failed:
/usr/include/llvm-14/llvm/ADT/STLExtras.h:216:15: note:   
‘llvm::SmallVector<long unsigned int>’ is not derived from 
‘std::initializer_list<_Tp>’
  216 |   return begin(std::forward<ContainerTy>(container));
      |          ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/llvm-14/llvm/ADT/STLExtras.h: In instantiation of 
‘decltype(auto) llvm::adl_detail::adl_end(ContainerTy&&) [with ContainerTy = 
const llvm::SmallVector<long unsigned int>&]’:
/usr/include/llvm-14/llvm/ADT/STLExtras.h:243:29:   required from 
‘decltype(auto) llvm::adl_end(ContainerTy&&) [with ContainerTy = const 
SmallVector<long unsigned int>&]’
  243 |   return adl_detail::adl_end(std::forward<ContainerTy>(container));
      |          ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/llvm-14/llvm/ADT/STLExtras.h:1592:47:   required from ‘bool 
llvm::any_of(R&&, UnaryPredicate) [with R = const SmallVector<long unsigned 
int>&; UnaryPredicate = BitVector::any() const::<lambda(BitVector::BitWord)>]’
 1592 |   return std::any_of(adl_begin(Range), adl_end(Range), P);
      |                                        ~~~~~~~^~~~~~~
/usr/include/llvm-14/llvm/ADT/BitVector.h:164:18:   required from here
  164 |     return any_of(Bits, [](BitWord Bit) { return Bit != 0; });
      |            ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/llvm-14/llvm/ADT/STLExtras.h:223:13: error: no matching function 
for call to ‘end(const llvm::SmallVector<long unsigned int>&)’
  223 |   return end(std::forward<ContainerTy>(container));
      |          ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/llvm-14/llvm/ADT/STLExtras.h:223:13: note: there are 6 candidates
/usr/include/c++/15/bits/range_access.h:122:37: note: candidate 1: 
‘template<class _Tp> const _Tp* std::end(const valarray<_Tp>&)’
  122 |   template<typename _Tp> const _Tp* end(const valarray<_Tp>&) noexcept;
      |                                     ^~~
/usr/include/c++/15/bits/range_access.h:122:37: note: template argument 
deduction/substitution failed:
/usr/include/llvm-14/llvm/ADT/STLExtras.h:223:13: note:   ‘const 
llvm::SmallVector<long unsigned int>’ is not derived from ‘const 
std::valarray<_Tp>’
  223 |   return end(std::forward<ContainerTy>(container));
      |          ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/bits/range_access.h:121:31: note: candidate 2: 
‘template<class _Tp> _Tp* std::end(valarray<_Tp>&)’
  121 |   template<typename _Tp> _Tp* end(valarray<_Tp>&) noexcept;
      |                               ^~~
/usr/include/c++/15/bits/range_access.h:121:31: note: template argument 
deduction/substitution failed:
/usr/include/llvm-14/llvm/ADT/STLExtras.h:223:13: note:   types 
‘std::valarray<_Tp>’ and ‘const llvm::SmallVector<long unsigned int>’ 
have incompatible cv-qualifiers
  223 |   return end(std::forward<ContainerTy>(container));
      |          ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/bits/range_access.h:112:5: note: candidate 3: 
‘template<class _Tp, long unsigned int _Nm> constexpr _Tp* std::end(_Tp 
(&)[_Nm])’
  112 |     end(_Tp (&__arr)[_Nm]) noexcept
      |     ^~~
/usr/include/c++/15/bits/range_access.h:112:5: note: template argument 
deduction/substitution failed:
/usr/include/llvm-14/llvm/ADT/STLExtras.h:223:13: note:   mismatched types 
‘_Tp [_Nm]’ and ‘const llvm::SmallVector<long unsigned int>’
  223 |   return end(std::forward<ContainerTy>(container));
      |          ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/bits/range_access.h:90:5: note: candidate 4: 
‘template<class _Container> decltype (__cont.end()) std::end(const 
_Container&)’
   90 |     end(const _Container& __cont) noexcept(noexcept(__cont.end()))
      |     ^~~
/usr/include/c++/15/bits/range_access.h:90:5: note: template argument 
deduction/substitution failed:
/usr/include/c++/15/bits/range_access.h: In substitution of ‘template<class 
_Container> decltype (__cont.end()) std::end(const _Container&) [with 
_Container = llvm::SmallVector<long unsigned int>]’:
/usr/include/llvm-14/llvm/ADT/STLExtras.h:223:13:   required from 
‘decltype(auto) llvm::adl_detail::adl_end(ContainerTy&&) [with ContainerTy = 
const llvm::SmallVector<long unsigned int>&]’
  223 |   return end(std::forward<ContainerTy>(container));
      |          ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/llvm-14/llvm/ADT/STLExtras.h:243:29:   required from 
‘decltype(auto) llvm::adl_end(ContainerTy&&) [with ContainerTy = const 
SmallVector<long unsigned int>&]’
  243 |   return adl_detail::adl_end(std::forward<ContainerTy>(container));
      |          ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/llvm-14/llvm/ADT/STLExtras.h:1592:47:   required from ‘bool 
llvm::any_of(R&&, UnaryPredicate) [with R = const SmallVector<long unsigned 
int>&; UnaryPredicate = BitVector::any() const::<lambda(BitVector::BitWord)>]’
 1592 |   return std::any_of(adl_begin(Range), adl_end(Range), P);
      |                                        ~~~~~~~^~~~~~~
/usr/include/llvm-14/llvm/ADT/BitVector.h:164:18:   required from here
  164 |     return any_of(Bits, [](BitWord Bit) { return Bit != 0; });
      |            ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/bits/range_access.h:91:24: error: ‘const class 
llvm::SmallVector<long unsigned int>’ has no member named ‘end’
   91 |     -> decltype(__cont.end())
      |                 ~~~~~~~^~~
/usr/include/llvm-14/llvm/ADT/STLExtras.h: In instantiation of 
‘decltype(auto) llvm::adl_detail::adl_end(ContainerTy&&) [with ContainerTy = 
const llvm::SmallVector<long unsigned int>&]’:
/usr/include/llvm-14/llvm/ADT/STLExtras.h:243:29:   required from 
‘decltype(auto) llvm::adl_end(ContainerTy&&) [with ContainerTy = const 
SmallVector<long unsigned int>&]’
  243 |   return adl_detail::adl_end(std::forward<ContainerTy>(container));
      |          ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/llvm-14/llvm/ADT/STLExtras.h:1592:47:   required from ‘bool 
llvm::any_of(R&&, UnaryPredicate) [with R = const SmallVector<long unsigned 
int>&; UnaryPredicate = BitVector::any() const::<lambda(BitVector::BitWord)>]’
 1592 |   return std::any_of(adl_begin(Range), adl_end(Range), P);
      |                                        ~~~~~~~^~~~~~~
/usr/include/llvm-14/llvm/ADT/BitVector.h:164:18:   required from here
  164 |     return any_of(Bits, [](BitWord Bit) { return Bit != 0; });
      |            ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/bits/range_access.h:78:5: note: candidate 5: 
‘template<class _Container> decltype (__cont.end()) std::end(_Container&)’
   78 |     end(_Container& __cont) noexcept(noexcept(__cont.end()))
      |     ^~~
/usr/include/c++/15/bits/range_access.h:78:5: note: template argument 
deduction/substitution failed:
/usr/include/c++/15/bits/range_access.h: In substitution of ‘template<class 
_Container> decltype (__cont.end()) std::end(_Container&) [with _Container = 
const llvm::SmallVector<long unsigned int>]’:
/usr/include/llvm-14/llvm/ADT/STLExtras.h:223:13:   required from 
‘decltype(auto) llvm::adl_detail::adl_end(ContainerTy&&) [with ContainerTy = 
const llvm::SmallVector<long unsigned int>&]’
  223 |   return end(std::forward<ContainerTy>(container));
      |          ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/llvm-14/llvm/ADT/STLExtras.h:243:29:   required from 
‘decltype(auto) llvm::adl_end(ContainerTy&&) [with ContainerTy = const 
SmallVector<long unsigned int>&]’
  243 |   return adl_detail::adl_end(std::forward<ContainerTy>(container));
      |          ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/llvm-14/llvm/ADT/STLExtras.h:1592:47:   required from ‘bool 
llvm::any_of(R&&, UnaryPredicate) [with R = const SmallVector<long unsigned 
int>&; UnaryPredicate = BitVector::any() const::<lambda(BitVector::BitWord)>]’
 1592 |   return std::any_of(adl_begin(Range), adl_end(Range), P);
      |                                        ~~~~~~~^~~~~~~
/usr/include/llvm-14/llvm/ADT/BitVector.h:164:18:   required from here
  164 |     return any_of(Bits, [](BitWord Bit) { return Bit != 0; });
      |            ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/bits/range_access.h:79:24: error: ‘const class 
llvm::SmallVector<long unsigned int>’ has no member named ‘end’
   79 |     -> decltype(__cont.end())
      |                 ~~~~~~~^~~
/usr/include/llvm-14/llvm/ADT/STLExtras.h: In instantiation of 
‘decltype(auto) llvm::adl_detail::adl_end(ContainerTy&&) [with ContainerTy = 
const llvm::SmallVector<long unsigned int>&]’:
/usr/include/llvm-14/llvm/ADT/STLExtras.h:243:29:   required from 
‘decltype(auto) llvm::adl_end(ContainerTy&&) [with ContainerTy = const 
SmallVector<long unsigned int>&]’
  243 |   return adl_detail::adl_end(std::forward<ContainerTy>(container));
      |          ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/llvm-14/llvm/ADT/STLExtras.h:1592:47:   required from ‘bool 
llvm::any_of(R&&, UnaryPredicate) [with R = const SmallVector<long unsigned 
int>&; UnaryPredicate = BitVector::any() const::<lambda(BitVector::BitWord)>]’
 1592 |   return std::any_of(adl_begin(Range), adl_end(Range), P);
      |                                        ~~~~~~~^~~~~~~
/usr/include/llvm-14/llvm/ADT/BitVector.h:164:18:   required from here
  164 |     return any_of(Bits, [](BitWord Bit) { return Bit != 0; });
      |            ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/initializer_list:101:5: note: candidate 6: 
‘template<class _Tp> constexpr const _Tp* std::end(initializer_list<_Tp>)’
  101 |     end(initializer_list<_Tp> __ils) noexcept
      |     ^~~
/usr/include/c++/15/initializer_list:101:5: note: template argument 
deduction/substitution failed:
/usr/include/llvm-14/llvm/ADT/STLExtras.h:223:13: note:   
‘llvm::SmallVector<long unsigned int>’ is not derived from 
‘std::initializer_list<_Tp>’
  223 |   return end(std::forward<ContainerTy>(container));
      |          ~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/llvm-14/llvm/ADT/SmallVector.h: In instantiation of 
‘llvm::SmallVector<T, N>::SmallVector(llvm::SmallVector<T, N>&&) [with T = 
long unsigned int; unsigned int N = 7]’:
/usr/include/llvm-14/llvm/ADT/BitVector.h:75:7:   required from here
   75 | class BitVector {
      |       ^~~~~~~~~
/usr/include/llvm-14/llvm/ADT/SmallVector.h:1226:14: error: ‘class 
llvm::SmallVector<long unsigned int>’ has no member named ‘empty’
 1226 |     if (!RHS.empty())
      |          ~~~~^~~~~
/usr/include/llvm-14/llvm/ADT/SmallString.h: In instantiation of 
‘llvm::StringRef llvm::SmallString<InternalLen>::str() const [with unsigned 
int InternalLen = 32]’:
/usr/include/llvm-14/llvm/ADT/SmallString.h:270:39:   required from 
‘llvm::SmallString<InternalLen>::operator llvm::StringRef() const [with 
unsigned int InternalLen = 32]’
  270 |   operator StringRef() const { return str(); }
      |                                       ^~~
/usr/include/c++/15/bits/stl_function.h:605:34:   required from ‘static 
constexpr decltype(auto) std::less<void>::_S_cmp(_Tp&&, _Up&&, std::false_type) 
[with _Tp = const llvm::StringRef&; _Up = const llvm::SmallString<32>&; 
std::false_type = std::false_type]’
  605 |         { return std::forward<_Tp>(__t) < std::forward<_Up>(__u); }
      |                  ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_function.h:590:17:   required from ‘constexpr 
decltype ((forward<_Tp>(__t) < forward<_Up>(__u))) 
std::less<void>::operator()(_Tp&&, _Up&&) const [with _Tp = const 
llvm::StringRef&; _Up = const llvm::SmallString<32>&; decltype 
((forward<_Tp>(__t) < forward<_Up>(__u))) = bool]’
  590 |           return _S_cmp(std::forward<_Tp>(__t), std::forward<_Up>(__u),
      |                  ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  591 |                         __ptr_cmp<_Tp, _Up>{});
      |                         ~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_tree.h:2005:36:   required from 
[too-long-redacted] _type = llvm::SmallString<32>]’
 2005 |           while (__high != end() && !__cmp(__k, _S_key(__high._M_node)))
      |                                      ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_tree.h:1946:32:   required from 
‘std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::size_type 
std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_count_tr(const 
_Kt&) const [with _Kt = llvm::StringRef; _Req = void; _Key = 
llvm::SmallString<32>; _Val = llvm::SmallString<32>; _KeyOfValue = 
std::_Identity<llvm::SmallString<32> >; _Compare = std::less<void>; _Alloc = 
std::allocator<llvm::SmallString<32> >; size_type = long unsigned int]’
 1946 |           auto __p = _M_equal_range_tr(__k);
      |                      ~~~~~~~~~~~~~~~~~^~~~~
/usr/include/c++/15/bits/stl_set.h:802:27:   required from ‘decltype (((const 
std::set<_Key, _Compare, _Alloc>*)this)->std::set<_Key, _Compare, 
_Alloc>::_M_t._M_count_tr(__x)) std::set<_Key, _Compare, _Alloc>::count(const 
_Kt&) const [with _Kt = llvm::StringRef; _Key = llvm::SmallString<32>; _Compare 
= std::less<void>; _Alloc = std::allocator<llvm::SmallString<32> >; decltype 
(((const std::set<_Key, _Compare, _Alloc>*)this)->_M_t._M_count_tr(__x)) = long 
unsigned int]’
  802 |         { return _M_t._M_count_tr(__x); }
      |                  ~~~~~~~~~~~~~~~~^~~~~
/usr/include/llvm-14/llvm/IR/Attributes.h:980:65:   required from here
  980 |   bool contains(StringRef A) const { return TargetDepAttrs.count(A); }
      |                                             ~~~~~~~~~~~~~~~~~~~~^~~
/usr/include/llvm-14/llvm/ADT/SmallString.h:260:50: error: ‘const class 
llvm::SmallString<32>’ has no member named ‘data’
  260 |   StringRef str() const { return StringRef(this->data(), this->size()); 
}
      |                                            ~~~~~~^~~~
/usr/include/llvm-14/llvm/ADT/SmallVector.h: In instantiation of 
‘llvm::SmallVector<T, N>::SmallVector(llvm::SmallVector<T, N>&&) [with T = 
char; unsigned int N = 32]’:
/usr/include/llvm-14/llvm/ADT/SmallString.h:26:7:   required from ‘void 
std::__new_allocator<_Tp>::construct(_Up*, _Args&& ...) [with _Up = 
llvm::SmallString<32>; _Args = {llvm::SmallString<32>}; _Tp = 
std::_Rb_tree_node<llvm::SmallString<32> >]’
   26 | class SmallString : public SmallVector<char, InternalLen> {
      |       ^~~~~~~~~~~
/usr/include/c++/15/bits/alloc_traits.h:674:17:   required from ‘static void 
std::allocator_traits<std::allocator<_CharT> >::construct(allocator_type&, 
_Up*, _Args&& ...) [with _Up = llvm::SmallString<32>; _Args = 
{llvm::SmallString<32>}; _Tp = std::_Rb_tree_node<llvm::SmallString<32> >; 
allocator_type = std::allocator<std::_Rb_tree_node<llvm::SmallString<32> > >]’
  674 |           __a.construct(__p, std::forward<_Args>(__args)...);
      |           ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_tree.h:1237:37:   required from ‘void 
std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, 
_Alloc>::_M_construct_node(_Node_ptr, _Args&& ...) [with _Args = 
{llvm::SmallString<32>}; _Key = llvm::SmallString<32>; _Val = 
llvm::SmallString<32>; _KeyOfValue = std::_Identity<llvm::SmallString<32> >; 
_Compare = std::less<void>; _Alloc = std::allocator<llvm::SmallString<32> >; 
_Node_ptr = std::__rb_tree::_Node_traits<llvm::SmallString<32>, 
llvm::SmallString<32>*>::_Node*]’
 1237 |               _Node_alloc_traits::construct(_M_get_Node_allocator(),
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
 1238 |                                             __node->_M_valptr(),
      |                                             ~~~~~~~~~~~~~~~~~~~~
 1239 |                                             
std::forward<_Args>(__args)...);
      |                                             
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_tree.h:1254:21:   required from 
‘std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Node_ptr 
std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, 
_Alloc>::_M_create_node(_Args&& ...) [with _Args = {llvm::SmallString<32>}; 
_Key = llvm::SmallString<32>; _Val = llvm::SmallString<32>; _KeyOfValue = 
std::_Identity<llvm::SmallString<32> >; _Compare = std::less<void>; _Alloc = 
std::allocator<llvm::SmallString<32> >; _Node_ptr = 
std::__rb_tree::_Node_traits<llvm::SmallString<32>, 
llvm::SmallString<32>*>::_Node*]’
 1254 |           _M_construct_node(__tmp, std::forward<_Args>(__args)...);
      |           ~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_tree.h:1136:32:   required from 
‘std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Node_ptr 
std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, 
_Alloc>::_Alloc_node::operator()(_Arg&&) const [with _Arg = 
llvm::SmallString<32>; _Key = llvm::SmallString<32>; _Val = 
llvm::SmallString<32>; _KeyOfValue = std::_Identity<llvm::SmallString<32> >; 
_Compare = std::less<void>; _Alloc = std::allocator<llvm::SmallString<32> >; 
std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_Node_ptr = 
std::__rb_tree::_Node_traits<llvm::SmallString<32>, 
llvm::SmallString<32>*>::_Node*]’
 1136 |           { return _M_t._M_create_node(_GLIBCXX_FORWARD(_Arg, __arg)); }
      |                    ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_tree.h:2481:14:   required from 
[too-long-redacted] mallString<32>*>::_Node_base*]’
 2481 |           __node_gen(_GLIBCXX_FORWARD(_Arg, __v))->_M_base_ptr();
      |           ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_tree.h:2798:26:   required from 
[too-long-redacted] _type = llvm::SmallString<32>]’
 2798 |           return _Res(_M_insert_(__res.first, __res.second,
      |                       ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
 2799 |                                  _GLIBCXX_FORWARD(_Arg, __v), __an),
      |                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/c++/15/bits/stl_set.h:545:25:   required from ‘ 
[too-long-redacted] _type = llvm::SmallString<32>]’
  545 |           _M_t._M_insert_unique(std::move(__x));
      |           ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~
/usr/include/llvm-14/llvm/IR/Attributes.h:968:26:   required from here
  968 |     TargetDepAttrs.insert(A);
      |     ~~~~~~~~~~~~~~~~~~~~~^~~
/usr/include/llvm-14/llvm/ADT/SmallVector.h:1226:14: error: ‘class 
llvm::SmallVector<char, 32>’ has no member named ‘empty’
 1226 |     if (!RHS.empty())
      |          ~~~~^~~~~
make[3]: *** [frontend/llvm/CMakeFiles/ikos-pp-lib.dir/build.make:110: 
frontend/llvm/CMakeFiles/ikos-pp-lib.dir/src/pass/lower_select.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:1869: 
frontend/llvm/CMakeFiles/ikos-pp-lib.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[  6%] Building CXX object 
ar/CMakeFiles/ikos-ar.dir/src/pass/add_loop_counters.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ar && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/core/include -I/<<PKGBUILDDIR>>/ar/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -std=c++1y 
-fvisibility-inlines-hidden -Wall -Wextra -MD -MT 
ar/CMakeFiles/ikos-ar.dir/src/pass/add_loop_counters.cpp.o -MF 
CMakeFiles/ikos-ar.dir/src/pass/add_loop_counters.cpp.o.d -o 
CMakeFiles/ikos-ar.dir/src/pass/add_loop_counters.cpp.o -c 
/<<PKGBUILDDIR>>/ar/src/pass/add_loop_counters.cpp
[  6%] Building CXX object 
ar/CMakeFiles/ikos-ar.dir/src/pass/add_partitioning_variables.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ar && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/core/include -I/<<PKGBUILDDIR>>/ar/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -std=c++1y 
-fvisibility-inlines-hidden -Wall -Wextra -MD -MT 
ar/CMakeFiles/ikos-ar.dir/src/pass/add_partitioning_variables.cpp.o -MF 
CMakeFiles/ikos-ar.dir/src/pass/add_partitioning_variables.cpp.o.d -o 
CMakeFiles/ikos-ar.dir/src/pass/add_partitioning_variables.cpp.o -c 
/<<PKGBUILDDIR>>/ar/src/pass/add_partitioning_variables.cpp
[  7%] Building CXX object ar/CMakeFiles/ikos-ar.dir/src/pass/name_values.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ar && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/core/include -I/<<PKGBUILDDIR>>/ar/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -std=c++1y 
-fvisibility-inlines-hidden -Wall -Wextra -MD -MT 
ar/CMakeFiles/ikos-ar.dir/src/pass/name_values.cpp.o -MF 
CMakeFiles/ikos-ar.dir/src/pass/name_values.cpp.o.d -o 
CMakeFiles/ikos-ar.dir/src/pass/name_values.cpp.o -c 
/<<PKGBUILDDIR>>/ar/src/pass/name_values.cpp
[  7%] Building CXX object ar/CMakeFiles/ikos-ar.dir/src/pass/pass.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ar && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/core/include -I/<<PKGBUILDDIR>>/ar/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -std=c++1y 
-fvisibility-inlines-hidden -Wall -Wextra -MD -MT 
ar/CMakeFiles/ikos-ar.dir/src/pass/pass.cpp.o -MF 
CMakeFiles/ikos-ar.dir/src/pass/pass.cpp.o.d -o 
CMakeFiles/ikos-ar.dir/src/pass/pass.cpp.o -c 
/<<PKGBUILDDIR>>/ar/src/pass/pass.cpp
[  9%] Building CXX object ar/CMakeFiles/ikos-ar.dir/src/pass/simplify_cfg.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ar && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/core/include -I/<<PKGBUILDDIR>>/ar/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -std=c++1y 
-fvisibility-inlines-hidden -Wall -Wextra -MD -MT 
ar/CMakeFiles/ikos-ar.dir/src/pass/simplify_cfg.cpp.o -MF 
CMakeFiles/ikos-ar.dir/src/pass/simplify_cfg.cpp.o.d -o 
CMakeFiles/ikos-ar.dir/src/pass/simplify_cfg.cpp.o -c 
/<<PKGBUILDDIR>>/ar/src/pass/simplify_cfg.cpp
[  9%] Building CXX object 
ar/CMakeFiles/ikos-ar.dir/src/pass/simplify_upcast_comparison.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ar && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/core/include -I/<<PKGBUILDDIR>>/ar/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -std=c++1y 
-fvisibility-inlines-hidden -Wall -Wextra -MD -MT 
ar/CMakeFiles/ikos-ar.dir/src/pass/simplify_upcast_comparison.cpp.o -MF 
CMakeFiles/ikos-ar.dir/src/pass/simplify_upcast_comparison.cpp.o.d -o 
CMakeFiles/ikos-ar.dir/src/pass/simplify_upcast_comparison.cpp.o -c 
/<<PKGBUILDDIR>>/ar/src/pass/simplify_upcast_comparison.cpp
[ 10%] Building CXX object ar/CMakeFiles/ikos-ar.dir/src/semantic/bundle.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ar && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/core/include -I/<<PKGBUILDDIR>>/ar/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -std=c++1y 
-fvisibility-inlines-hidden -Wall -Wextra -MD -MT 
ar/CMakeFiles/ikos-ar.dir/src/semantic/bundle.cpp.o -MF 
CMakeFiles/ikos-ar.dir/src/semantic/bundle.cpp.o.d -o 
CMakeFiles/ikos-ar.dir/src/semantic/bundle.cpp.o -c 
/<<PKGBUILDDIR>>/ar/src/semantic/bundle.cpp
[ 10%] Building CXX object ar/CMakeFiles/ikos-ar.dir/src/semantic/code.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ar && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/core/include -I/<<PKGBUILDDIR>>/ar/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -std=c++1y 
-fvisibility-inlines-hidden -Wall -Wextra -MD -MT 
ar/CMakeFiles/ikos-ar.dir/src/semantic/code.cpp.o -MF 
CMakeFiles/ikos-ar.dir/src/semantic/code.cpp.o.d -o 
CMakeFiles/ikos-ar.dir/src/semantic/code.cpp.o -c 
/<<PKGBUILDDIR>>/ar/src/semantic/code.cpp
[ 12%] Building CXX object ar/CMakeFiles/ikos-ar.dir/src/semantic/context.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ar && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/core/include -I/<<PKGBUILDDIR>>/ar/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -std=c++1y 
-fvisibility-inlines-hidden -Wall -Wextra -MD -MT 
ar/CMakeFiles/ikos-ar.dir/src/semantic/context.cpp.o -MF 
CMakeFiles/ikos-ar.dir/src/semantic/context.cpp.o.d -o 
CMakeFiles/ikos-ar.dir/src/semantic/context.cpp.o -c 
/<<PKGBUILDDIR>>/ar/src/semantic/context.cpp
[ 12%] Building CXX object 
ar/CMakeFiles/ikos-ar.dir/src/semantic/context_impl.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ar && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/core/include -I/<<PKGBUILDDIR>>/ar/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -std=c++1y 
-fvisibility-inlines-hidden -Wall -Wextra -MD -MT 
ar/CMakeFiles/ikos-ar.dir/src/semantic/context_impl.cpp.o -MF 
CMakeFiles/ikos-ar.dir/src/semantic/context_impl.cpp.o.d -o 
CMakeFiles/ikos-ar.dir/src/semantic/context_impl.cpp.o -c 
/<<PKGBUILDDIR>>/ar/src/semantic/context_impl.cpp
[ 14%] Building CXX object 
ar/CMakeFiles/ikos-ar.dir/src/semantic/data_layout.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ar && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/core/include -I/<<PKGBUILDDIR>>/ar/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -std=c++1y 
-fvisibility-inlines-hidden -Wall -Wextra -MD -MT 
ar/CMakeFiles/ikos-ar.dir/src/semantic/data_layout.cpp.o -MF 
CMakeFiles/ikos-ar.dir/src/semantic/data_layout.cpp.o.d -o 
CMakeFiles/ikos-ar.dir/src/semantic/data_layout.cpp.o -c 
/<<PKGBUILDDIR>>/ar/src/semantic/data_layout.cpp
[ 14%] Building CXX object ar/CMakeFiles/ikos-ar.dir/src/semantic/function.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ar && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/core/include -I/<<PKGBUILDDIR>>/ar/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -std=c++1y 
-fvisibility-inlines-hidden -Wall -Wextra -MD -MT 
ar/CMakeFiles/ikos-ar.dir/src/semantic/function.cpp.o -MF 
CMakeFiles/ikos-ar.dir/src/semantic/function.cpp.o.d -o 
CMakeFiles/ikos-ar.dir/src/semantic/function.cpp.o -c 
/<<PKGBUILDDIR>>/ar/src/semantic/function.cpp
[ 15%] Building CXX object 
ar/CMakeFiles/ikos-ar.dir/src/semantic/intrinsic.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ar && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/core/include -I/<<PKGBUILDDIR>>/ar/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -std=c++1y 
-fvisibility-inlines-hidden -Wall -Wextra -MD -MT 
ar/CMakeFiles/ikos-ar.dir/src/semantic/intrinsic.cpp.o -MF 
CMakeFiles/ikos-ar.dir/src/semantic/intrinsic.cpp.o.d -o 
CMakeFiles/ikos-ar.dir/src/semantic/intrinsic.cpp.o -c 
/<<PKGBUILDDIR>>/ar/src/semantic/intrinsic.cpp
[ 15%] Building CXX object 
ar/CMakeFiles/ikos-ar.dir/src/semantic/statement.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ar && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/core/include -I/<<PKGBUILDDIR>>/ar/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -std=c++1y 
-fvisibility-inlines-hidden -Wall -Wextra -MD -MT 
ar/CMakeFiles/ikos-ar.dir/src/semantic/statement.cpp.o -MF 
CMakeFiles/ikos-ar.dir/src/semantic/statement.cpp.o.d -o 
CMakeFiles/ikos-ar.dir/src/semantic/statement.cpp.o -c 
/<<PKGBUILDDIR>>/ar/src/semantic/statement.cpp
[ 17%] Building CXX object ar/CMakeFiles/ikos-ar.dir/src/semantic/type.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ar && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/core/include -I/<<PKGBUILDDIR>>/ar/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -std=c++1y 
-fvisibility-inlines-hidden -Wall -Wextra -MD -MT 
ar/CMakeFiles/ikos-ar.dir/src/semantic/type.cpp.o -MF 
CMakeFiles/ikos-ar.dir/src/semantic/type.cpp.o.d -o 
CMakeFiles/ikos-ar.dir/src/semantic/type.cpp.o -c 
/<<PKGBUILDDIR>>/ar/src/semantic/type.cpp
[ 17%] Building CXX object ar/CMakeFiles/ikos-ar.dir/src/semantic/value.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ar && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/core/include -I/<<PKGBUILDDIR>>/ar/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -std=c++1y 
-fvisibility-inlines-hidden -Wall -Wextra -MD -MT 
ar/CMakeFiles/ikos-ar.dir/src/semantic/value.cpp.o -MF 
CMakeFiles/ikos-ar.dir/src/semantic/value.cpp.o.d -o 
CMakeFiles/ikos-ar.dir/src/semantic/value.cpp.o -c 
/<<PKGBUILDDIR>>/ar/src/semantic/value.cpp
[ 18%] Building CXX object ar/CMakeFiles/ikos-ar.dir/src/verify/frontend.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ar && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/core/include -I/<<PKGBUILDDIR>>/ar/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -std=c++1y 
-fvisibility-inlines-hidden -Wall -Wextra -MD -MT 
ar/CMakeFiles/ikos-ar.dir/src/verify/frontend.cpp.o -MF 
CMakeFiles/ikos-ar.dir/src/verify/frontend.cpp.o.d -o 
CMakeFiles/ikos-ar.dir/src/verify/frontend.cpp.o -c 
/<<PKGBUILDDIR>>/ar/src/verify/frontend.cpp
[ 18%] Building CXX object ar/CMakeFiles/ikos-ar.dir/src/verify/type.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ar && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/core/include -I/<<PKGBUILDDIR>>/ar/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -O2 -g -DNDEBUG   -std=c++1y 
-fvisibility-inlines-hidden -Wall -Wextra -MD -MT 
ar/CMakeFiles/ikos-ar.dir/src/verify/type.cpp.o -MF 
CMakeFiles/ikos-ar.dir/src/verify/type.cpp.o.d -o 
CMakeFiles/ikos-ar.dir/src/verify/type.cpp.o -c 
/<<PKGBUILDDIR>>/ar/src/verify/type.cpp
[ 20%] Linking CXX static library libikos-ar.a
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ar && /usr/bin/cmake -P 
CMakeFiles/ikos-ar.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/ar && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/ikos-ar.dir/link.txt --verbose=1
/usr/bin/ar qc libikos-ar.a "CMakeFiles/ikos-ar.dir/src/form 
[too-long-redacted] s-ar.dir/src/verify/type.cpp.o"
/usr/bin/ranlib libikos-ar.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 20%] Built target ikos-ar
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j2 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:11: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

Reply via email to