Files
gentoo/dev-util/schroot/files/schroot-1.6.13_p2-boost-1.85.0.patch
Holger Hoffstätte 4479114d90 dev-util/schroot: fix incorrect patch name
Signed-off-by: Holger Hoffstätte <holger@applied-asynchrony.com>
Part-of: https://github.com/gentoo/gentoo/pull/43810
Signed-off-by: Sam James <sam@gentoo.org>
2025-09-16 16:27:09 +01:00

44 lines
1002 B
Diff

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 @@
#include <cstdlib>
#include <cstring>
+#include <boost/filesystem/directory.hpp>
#include <boost/filesystem/operations.hpp>
#include <sys/types.h>
--- a/sbuild/sbuild-run-parts.cc
+++ b/sbuild/sbuild-run-parts.cc
@@ -29,6 +29,7 @@
#include <syslog.h>
#include <boost/format.hpp>
+#include <boost/filesystem/directory.hpp>
#include <boost/filesystem/operations.hpp>
using boost::format;
--- a/sbuild/sbuild-util.cc
+++ b/sbuild/sbuild-util.cc
@@ -35,8 +35,6 @@
#include <time.h>
#endif
-#include <boost/filesystem/convenience.hpp>
-
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>