Package: src:schroot
Version: 1.6.13-7
Severity: important
Tags: sid forky
User: [email protected]
Usertags: boost1.88

schroot ftbfs with boost 1.88:

[...]
cd /<<PKGBUILDDIR>>/debian/build/sbuild && /usr/bin/c++ -I/<<PKGBUILDDIR>>/debian/build/lib -I/<<PKGBUILDDIR>>/lib -I/<<PKGBUILDDIR>>/debian/build -I/<<PKGBUILDDIR>> -I/<<PKGBUILDDIR>>/sbuild -I/<<PKGBUILDDIR>>/debian/build/sbuild -g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/schroot-1.6.13-7build2 -Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wdate-time -D_FORTIFY_SOURCE=3 -Wdate-time -D_FORTIFY_SOURCE=3 -std=c++11 -pedantic -Wall -Wcast-align -Wwrite-strings -Wswitch-default -Wcast-qual -Wunused-variable -Wredundant-decls -Wctor-dtor-privacy -Wnon-virtual-dtor -Wreorder -Wold-style-cast -Woverloaded-virtual -fstrict-aliasing -MD -MT sbuild/CMakeFiles/sbuild.dir/sbuild-util.cc.o -MF CMakeFiles/sbuild.dir/sbuild-util.cc.o.d -o CMakeFiles/sbuild.dir/sbuild-util.cc.o -c /<<PKGBUILDDIR>>/sbuild/sbuild-util.cc /<<PKGBUILDDIR>>/sbuild/sbuild-util.cc:38:10: fatal error: boost/filesystem/convenience.hpp: No such file or directory
   38 | #include <boost/filesystem/convenience.hpp>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[5]: *** [sbuild/CMakeFiles/sbuild.dir/build.make:292: sbuild/CMakeFiles/sbuild.dir/sbuild-util.cc.o] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: *** [sbuild/CMakeFiles/sbuild.dir/build.make:250: sbuild/CMakeFiles/sbuild.dir/sbuild-run-parts.cc.o] Error 1
In file included from /<<PKGBUILDDIR>>/sbuild/sbuild-session.cc:21:
/<<PKGBUILDDIR>>/sbuild/sbuild-chroot.h: In instantiation of ‘std::shared_ptr<_Tp> sbuild::chroot::get_facet() [with T = sbuild::chroot_facet_session_clonable]’:
/<<PKGBUILDDIR>>/sbuild/sbuild-session.cc:655:15:   required from here
655 | assert(ch->get_facet<chroot_facet_session_clonable>());
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/<<PKGBUILDDIR>>/sbuild/sbuild-chroot.h:884:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  884 |         if (ret = std::dynamic_pointer_cast<T>(*pos))
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/sbuild/sbuild-chroot.h: In instantiation of ‘std::shared_ptr<_Tp> sbuild::chroot::get_facet() [with T = sbuild::chroot_facet_session]’:
/<<PKGBUILDDIR>>/sbuild/sbuild-session.cc:684:15:   required from here
  684 |               assert(chroot->get_facet<chroot_facet_session>());
      |                      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/<<PKGBUILDDIR>>/sbuild/sbuild-chroot.h:884:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  884 |         if (ret = std::dynamic_pointer_cast<T>(*pos))
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/sbuild/sbuild-chroot.h: In instantiation of ‘std::shared_ptr<_Tp> sbuild::chroot::get_facet() [with T = sbuild::chroot_facet_userdata]’:
/<<PKGBUILDDIR>>/sbuild/sbuild-session.cc:694:53:   required from here
  694 |             chroot->get_facet<chroot_facet_userdata>();
      |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/<<PKGBUILDDIR>>/sbuild/sbuild-chroot.h:884:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  884 |         if (ret = std::dynamic_pointer_cast<T>(*pos))
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/sbuild/sbuild-chroot.h: In instantiation of ‘std::shared_ptr<_Tp> sbuild::chroot::get_facet() [with T = sbuild::chroot_facet_personality]’:
/<<PKGBUILDDIR>>/sbuild/sbuild-session.cc:1279:56:   required from here
 1279 |     session_chroot->get_facet<chroot_facet_personality>();
      |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/<<PKGBUILDDIR>>/sbuild/sbuild-chroot.h:884:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  884 |         if (ret = std::dynamic_pointer_cast<T>(*pos))
      |             ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/<<PKGBUILDDIR>>/sbuild/sbuild-session.cc: In member function ‘void sbuild::session::setup_chroot(sbuild::chroot::ptr&, sbuild::chroot::setup_type)’: /<<PKGBUILDDIR>>/sbuild/sbuild-session.cc:1199:17: warning: ignoring return value of ‘int setuid(__uid_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 1199 |           setuid(0);
      |           ~~~~~~^~~
/<<PKGBUILDDIR>>/sbuild/sbuild-session.cc:1200:17: warning: ignoring return value of ‘int setgid(__gid_t)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
 1200 |           setgid(0);
      |           ~~~~~~^~~
make[5]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
make[4]: *** [CMakeFiles/Makefile2:509: sbuild/CMakeFiles/sbuild.dir/all] Error 2
make[4]: Leaving directory '/<<PKGBUILDDIR>>/debian/build'
make[3]: *** [Makefile:149: all] Error 2

Reply via email to