On Fri, Jan 01, 2021 at 01:07:25PM +0100, Michael Banck wrote: > Hi, > > On Sat, Dec 12, 2020 at 09:45:10PM +0200, Adrian Bunk wrote: > > Source: bagel > > Version: 1.2.2-1 > > Severity: serious > > Tags: ftbfs bullseye sid > > > > https://buildd.debian.org/status/fetch.php?pkg=bagel&arch=amd64&ver=1.2.2-1%2Bb2&stamp=1607773477&raw=0 > > > > ... > > /usr/include/boost/property_tree/ptree_serialization.hpp: In function ‘void > > boost::property_tree::detail::load_children(Archive&, > > boost::property_tree::basic_ptree<K, D, C>&)’: > > /usr/include/boost/property_tree/ptree_serialization.hpp:66:24: error: > > ‘library_version_type’ in namespace ‘bsa’ does not name a type > > 66 | const bsa::library_version_type library_version( > > | ^~~~~~~~~~~~~~~~~~~~ > > ... > > I tried to look at it, but it's unclear to me where BAGEL is being at > fault, it seems to just include boost headers and then there's error in > one of them? Should it do something different? >...
This might be a bug in boost? https://github.com/boostorg/property_tree/pull/62 > Michael cu Adrian