Hi, After adding the patches from Kov Chai (thanks for it!), I now get this: In file included from /<<PKGBUILDDIR>>/src/seastar/src/core/file.cc:28: /usr/include/boost/container/detail/copy_move_algo.hpp: In function ‘typename boost::move_detail::enable_if_c<(boost::container::dtl::is_memtransfer_copy_assignable<F, G>::value && true), void>::type boost::container::deep_swap_alloc_n(Allocator&, F, typename boost::container::allocator_traits<Allocator>::size_type, G, typename boost::container::allocator_traits<Allocator>::size_type)’: /usr/include/boost/container/detail/copy_move_algo.hpp:1083:10: error: ‘__fallthrough__’ was not declared in this scope; did you mean ‘fallthrough’? 1083 | BOOST_FALLTHROUGH; | ^~~~~~~~~~~~~~~~~ make[3]: *** [src/seastar/CMakeFiles/seastar.dir/build.make:121: src/seastar/CMakeFiles/seastar.dir/src/core/file.cc.o] Error 1 This is non-related to the said patches, I tried building without the patches, and the result is the same. This is a new error, probably due to some updates in Debian (maybe a new version of GCC?). Of course, I'm building in Debian Unstable (as this is the only place a DD can upload). What's going on, and how to fix? Cheers, Thomas Goirand (zigo) P.S: The Debian package source code is stored at: https://salsa.debian.org/ceph-team/ceph _______________________________________________ Dev mailing list -- dev@xxxxxxx To unsubscribe send an email to dev-leave@xxxxxxx