commit: 9ea64cae86be274cc971174379926db8f3415411 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jul 12 20:35:43 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jul 12 20:36:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ea64cae
dev-util/schroot: fix build w/ boost-1.85 Closes: https://bugs.gentoo.org/933188 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/schroot/files/schroot-1.16.13_p2-boost-1.85.0.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/dev-util/schroot/files/schroot-1.16.13_p2-boost-1.85.0.patch b/dev-util/schroot/files/schroot-1.16.13_p2-boost-1.85.0.patch index ba3c10edc104..627981a97b7d 100644 --- a/dev-util/schroot/files/schroot-1.16.13_p2-boost-1.85.0.patch +++ b/dev-util/schroot/files/schroot-1.16.13_p2-boost-1.85.0.patch @@ -1,4 +1,5 @@ https://bugs.gentoo.org/930499 +https://bugs.gentoo.org/933188 --- a/sbuild/sbuild-chroot-config.cc +++ b/sbuild/sbuild-chroot-config.cc @@ -31,6 +31,7 @@ @@ -30,3 +31,13 @@ https://bugs.gentoo.org/930499 using namespace sbuild; namespace +--- a/test/sbuild-run-parts.cc ++++ b/test/sbuild-run-parts.cc +@@ -23,6 +23,7 @@ + #include <iostream> + #include <sstream> + ++#include <boost/filesystem/exception.hpp> + #include <boost/filesystem/operations.hpp> + + #include <cppunit/extensions/HelperMacros.h>
