← Back to team overview

debcrafters-packages team mailing list archive

[Bug 2125000] [NEW] schroot ftbfs in questing archive rebuild

 

Public bug reported:

The package fails to build in the recent archive rebuild
https://people.canonical.com/~ginggs/ftbfs-report/test-rebuild-20250910-questing-questing.html

/<<PKGBUILDDIR>>/sbuild/sbuild-run-parts.cc:80:27: error: ‘directory_iterator’ is not a member of ‘boost::filesystem’; did you mean ‘directory_entry’?
   80 |   for (boost::filesystem::directory_iterator dirent(dirpath);
      |                           ^~~~~~~~~~~~~~~~~~
      |                           directory_entry
/<<PKGBUILDDIR>>/sbuild/sbuild-run-parts.cc:81:8: error: ‘dirent’ was not declared in this scope
   81 |        dirent != end_iter;
      |        ^~~~~~
/<<PKGBUILDDIR>>/sbuild/sbuild-run-parts.cc:81:18: error: ‘end_iter’ was not declared in this scope
   81 |        dirent != end_iter;
      |                  ^~~~~~~~

** Affects: schroot (Ubuntu)
     Importance: Undecided
     Assignee: Sebastien Bacher (seb128)
         Status: New


** Tags: dcr-incoming ftbfs

-- 
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to schroot in Ubuntu.
https://bugs.launchpad.net/bugs/2125000

Title:
  schroot ftbfs in questing archive rebuild

Status in schroot package in Ubuntu:
  New

Bug description:
  The package fails to build in the recent archive rebuild
  https://people.canonical.com/~ginggs/ftbfs-report/test-rebuild-20250910-questing-questing.html

  /<<PKGBUILDDIR>>/sbuild/sbuild-run-parts.cc:80:27: error: ‘directory_iterator’ is not a member of ‘boost::filesystem’; did you mean ‘directory_entry’?
     80 |   for (boost::filesystem::directory_iterator dirent(dirpath);
        |                           ^~~~~~~~~~~~~~~~~~
        |                           directory_entry
  /<<PKGBUILDDIR>>/sbuild/sbuild-run-parts.cc:81:8: error: ‘dirent’ was not declared in this scope
     81 |        dirent != end_iter;
        |        ^~~~~~
  /<<PKGBUILDDIR>>/sbuild/sbuild-run-parts.cc:81:18: error: ‘end_iter’ was not declared in this scope
     81 |        dirent != end_iter;
        |                  ^~~~~~~~

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/schroot/+bug/2125000/+subscriptions



Follow ups