Bug#542837: pbuilder has issues with kfreebsd-*

2010-09-01 Thread Gonéri Le Bouder
On Thu, Aug 26, 2010 at 02:12:20AM +0200, Gonéri Le Bouder wrote: > On Sun, Nov 29, 2009 at 11:44:56AM +0100, Andreas Barth wrote: > > * Junichi Uekawa (dan...@netfort.gr.jp) [091129 11:18]: > > > So, would 'mount -o bind ' to 'mount -tnullfs ' just work? > > > > I don't have a kfreebsd instance h

Bug#542837: pbuilder has issues with kfreebsd-*

2010-08-25 Thread Gonéri Le Bouder
On Sun, Nov 29, 2009 at 11:44:56AM +0100, Andreas Barth wrote: > * Junichi Uekawa (dan...@netfort.gr.jp) [091129 11:18]: > > So, would 'mount -o bind ' to 'mount -tnullfs ' just work? > > I don't have a kfreebsd instance handy to test this, so I would like > > to make sure. It would be super if yo

Bug#542837: pbuilder has issues with kfreebsd-*

2009-11-29 Thread Andreas Barth
* Junichi Uekawa (dan...@netfort.gr.jp) [091129 11:18]: > So, would 'mount -o bind ' to 'mount -tnullfs ' just work? Yes, it does. However, it cannot mount into a subdirectory of itself, i.e. mounting /home/aba/ into /home/aba/pbuilder/1234 doesn't work (but /home/aba/buildplace into /home/aba/pb

Bug#542837: pbuilder has issues with kfreebsd-*

2009-11-29 Thread Junichi Uekawa
Hi Aba, So, would 'mount -o bind ' to 'mount -tnullfs ' just work? I don't have a kfreebsd instance handy to test this, so I would like to make sure. It would be super if you could supply a patch that I could patch in, but since there is no real code to support multiple architectures in pbuilder,

Bug#542837: pbuilder has issues with kfreebsd-*

2009-11-26 Thread Andreas Barth
* Andreas Barth (a...@not.so.argh.org) [091126 22:01]: > I tried with the following change: > for mnt in $BINDMOUNTS; do > log "I: Mounting $mnt" > if mkdir -p "$BUILDPLACE/$mnt" && > mount -tnullfs "$mnt" "$BUILDPLACE/$mnt"; then > # successful. >

Bug#542837: pbuilder has issues with kfreebsd-*

2009-09-18 Thread Andreas Barth
* Junichi Uekawa (dan...@netfort.gr.jp) [090918 17:27]: > Hmmm... Did you actually got around to trying ? I'm wondering if > fixing the mounting would fix all the problems or I still need a lot > more to go. pbuilder works with this setting in normal mode (i.e. pdebuild without --use-pdebuild-int

Bug#542837: pbuilder has issues with kfreebsd-*

2009-09-18 Thread Junichi Uekawa
Hi, Hmmm... Did you actually got around to trying ? I'm wondering if fixing the mounting would fix all the problems or I still need a lot more to go. At Fri, 28 Aug 2009 16:10:57 +0200, Andreas Barth wrote: > > * Andreas Barth (a...@not.so.argh.org) [090828 14:02]: > > One suggestion: How abou

Bug#542837: pbuilder has issues with kfreebsd-*

2009-08-28 Thread Andreas Barth
* Andreas Barth (a...@not.so.argh.org) [090828 14:02]: > One suggestion: How about bindmounting /proc, /sys and /dev > respectivly into the changeroot instead of a new mount? Bindmounting works different on kfreebsd: lykorias:~# mount /proc/ $chroot/proc/ -t nullfs (whereas on linux we use -o bin

Bug#542837: pbuilder has issues with kfreebsd-*

2009-08-21 Thread Andreas Barth
Package: pbuilder Version: 0.189 Severity: important Hi, pbuilder cannot mount proc or devpts on kfreebsd-i386. This prevents some packages to build correctly. proc has the type linprocfs on these machines. The "standard mounts" for a system contain devfs on /dev (devfs, local) linprocfs on /p