On Tue, Oct 13, 2015 at 02:31:26PM +0000, Mattia Rizzolo wrote: > Attached there is a build log I ran on my machine. I don't see any / > in the output.
Sure. Presumably the ones in the build1 log come from /etc/fstab, possibly accidentally. But never mind that. Your build succeeds because there are two other regular file systems: # /home/mattia/pbuilder/cache/ccache - 1 - 0 - /dev/mapper/home - rw,relatime,data=ordered - ext4 - 1 - 1 - ext4 # /home/mattia/pbuilder/repository - 1 - 0 - /dev/mapper/home - rw,relatime,data=ordered - ext4 - 1 - 1 - ext4 but that's not something builds can rely on. So I suppose we can't really require build environments to provide at least one "regular" filesystem, given that pbuilder doesn't by default. I'll patch the test suite accordingly. -- Niko Tyni [email protected]

