Hello: I wanted to try the current git master of sbuild to update my local building scripts.
I noticed that the last commit which closes this bug introduces a regression. Check dependencies ────────────────── Merged Build-Depends: build-essential, fakeroot Filtered Build-Depends: build-essential, fakeroot dpkg-deb: building package 'sbuild-build-depends-core-dummy' in '/«BUILDDIR»/resolver-88WkJG/apt_archive/sbuild-build-depends-core-dummy.deb'. E: Opening configuration file /tmp/Tr1wfSpGXx - ifstream::ifstream (2: No such file or directory) Failed to run apt-ftparchive. When ran in Debug mode the relevant part is: dpkg-deb: building package 'sbuild-build-depends-core-dummy' in '/«BUILDDIR»/resolver-Cpcs68/apt_archive/sbuild-build-depends-core-dummy.deb'. I: /bin/sh -c cd '/' && 'apt-ftparchive' '-q=2' 'generate' '/tmp/PA5LxPqgPn' D: Running command: /bin/sh -c cd '/' && 'apt-ftparchive' '-q=2' 'generate' '/tmp/PA5LxPqgPn' E: Opening configuration file /tmp/PA5LxPqgPn - ifstream::ifstream (2: No such file or directory) Failed to run apt-ftparchive. If I revert this commit (aba0ffb5e7da37070c4e0e626fe557b538fb0a97) everything works once again. Cheers, Miguel

