Bug#542837: pbuilder has issues with kfreebsd-*

Junichi Uekawa dancer at netfort.gr.jp
Sun Nov 29 10:11:48 UTC 2009


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, it might need a bit more infrastructure
change.


At Thu, 26 Nov 2009 23:02:40 +0100,
Andreas Barth wrote:
> 
> * Andreas Barth (aba at 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.
> >             mounted[${#mounted[@]}]="$mnt"
> >         else
> > in /usr/lib/pbuilder/pbuilder-modules (change of mount only).
> > 
> > In this case, pdebuild --use-pdebuild-internal worked and built
> > successfully.
> 
> What can I do to make the change go into pbuilder? Should I prepare an
> appropriate patch against the current source package?
> 
> 
> Cheers,
> Andi
> 





More information about the Pbuilder-maint mailing list