Bug#313028: pbuilder fails to clean build env

2005-06-11 Thread Andreas Metzler
reassign 313028 pbuilder,findutils # temporarily co-assigned to push it on my radar thanks On 2005-06-12 Junichi Uekawa <[EMAIL PROTECTED]> wrote: > Hmm... This is a question to findutils maintainer. > I know I can fix the problem with the following patch, > > - find "$1" \( \! -type d \) -a -x

Bug#313028: pbuilder fails to clean build env

2005-06-11 Thread Junichi Uekawa
Hmm... This is a question to findutils maintainer. I know I can fix the problem with the following patch, > - find "$1" \( \! -type d \) -a -xdev -print0 |xargs -0 rm -f > + find "$1" -xdev \( \! -type d \) -a -print0 | xargs -0 -n 10 rm -f But why does xargs bail out with this without it? :