Bug#740427: [buildd-tools-devel] Bug#740427: Bug#740427: Bug#740427: 10mount uses --bind on kfreebsd

2014-03-08 Thread Roger Leigh
On Wed, Mar 05, 2014 at 10:44:30PM +, Roger Leigh wrote: > On Wed, Mar 05, 2014 at 11:19:17PM +0100, Christoph Egger wrote: > > Hi! > > > > Roger Leigh writes: > > > These are the three files which actually use this. We should > > > probably be using $(uname -s) and FreeBSD for all these > >

Bug#740427: [buildd-tools-devel] Bug#740427: Bug#740427: 10mount uses --bind on kfreebsd

2014-03-05 Thread Roger Leigh
On Wed, Mar 05, 2014 at 11:19:17PM +0100, Christoph Egger wrote: > Hi! > > Roger Leigh writes: > > These are the three files which actually use this. We should > > probably be using $(uname -s) and FreeBSD for all these > > checks? On FreeBSD 10, I get: > > > > % uname -s > > FreeBSD > > > So

Bug#740427: [buildd-tools-devel] Bug#740427: 10mount uses --bind on kfreebsd

2014-03-05 Thread Christoph Egger
Hi! Roger Leigh writes: > These are the three files which actually use this. We should > probably be using $(uname -s) and FreeBSD for all these > checks? On FreeBSD 10, I get: > > % uname -s > FreeBSD > So assuming it's the same for kFreeBSD, that's easy enough. % uname -s GNU/kFreeBSD So m

Bug#740427: [buildd-tools-devel] Bug#740427: 10mount uses --bind on kfreebsd

2014-03-05 Thread Roger Leigh
On Wed, Mar 05, 2014 at 10:48:17AM +0100, Christoph Egger wrote: > Robert Millan writes: > > On 01/03/2014 13:14, Christoph Egger wrote: > >> E: 10mount: + mount --bind /srv/chroot/sid > >> /var/lib/schroot/mount/unstable-kfreebsd-amd64-sbuild-1393679326-19038 > > > > I don't have time to send a

Bug#740427: 10mount uses --bind on kfreebsd

2014-03-05 Thread Christoph Egger
Robert Millan writes: > On 01/03/2014 13:14, Christoph Egger wrote: >> E: 10mount: + mount --bind /srv/chroot/sid >> /var/lib/schroot/mount/unstable-kfreebsd-amd64-sbuild-1393679326-19038 > > I don't have time to send a patch, but FTR that line ought to be: > > mount -t nullfs /srv/chroot/sid >

Bug#740427: 10mount uses --bind on kfreebsd

2014-03-01 Thread Robert Millan
On 01/03/2014 13:14, Christoph Egger wrote: > E: 10mount: + mount --bind /srv/chroot/sid > /var/lib/schroot/mount/unstable-kfreebsd-amd64-sbuild-1393679326-19038 I don't have time to send a patch, but FTR that line ought to be: mount -t nullfs /srv/chroot/sid /var/lib/schroot/mount/unstable-kfr

Bug#740427: 10mount uses --bind on kfreebsd

2014-03-01 Thread Christoph Egger
Package: schroot Version: 1.6.8-1 Severity: important Hi! runnign sbuild on kfreebsd today, it failed to properly setup chroots: E: 10mount: + . /usr/share/schroot/setup/common-data E: 10mount: ++ STAGE=setup-start E: 10mount: ++ STATUS=ok E: 10mount: ++ case "$HOST_OS" in E: 10mount: ++ : E: