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 ([email protected]) [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[${#mount...@]}]="$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 > -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

