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? |In file included from ../../../src/util/serialization.h:46, | from ../../../src/util/input/input.h:31, | from input.cc:27: |/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 | Michael