Dear Maintainer,
I am using Debian sid using systemd 208-7, which does not have /run/shm
anymore. Running
$ mk-sbuild --debootstrap-include=devscripts stable
fails with the following message:
I: Base system installed successfully.
E: 10mount: E: Failed to resolve path
“/var/lib/schroot/mount/wheezy-amd64-627e5427-95fe-4c25-a285-e32e3a038fb5/dev/shm”:
Not a directory
E: wheezy-amd64-627e5427-95fe-4c25-a285-e32e3a038fb5: Chroot setup
failed: stage=setup-start
After doing
$ sudo mkdir /run/shm
$ sudo mount -o bind /dev/shm /run/shm/
it worked.
This bug is related to Debian bug #674755 and to
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1320534
*** End of the template - remove these template lines ***