Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 108099

Summary: dev-lang/perl/perl-5.8.7-r1and others perl ebuilds containing "find -depth " without a <depth>
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Toralf Förster gentoo-dev 2005-10-04 11:18:24 UTC
Why the parameter '-depth' is used without a number : ?

n22 /usr/portage/dev-lang/perl # grep depth *.ebuild
perl-5.8.6-r5.ebuild:   find . -depth -type d | xargs -r rmdir &> /dev/null
perl-5.8.6-r5.ebuild:                   find ${ROOT}/$DIR -depth -type d | xargs
-r rmdir &> /dev/null
perl-5.8.6-r6.ebuild:   find . -depth -type d | xargs -r rmdir &> /dev/null
perl-5.8.6-r6.ebuild:                   find ${ROOT}/$DIR -depth -type d | xargs
-r rmdir &> /dev/null
perl-5.8.7-r1.ebuild:   find . -depth -type d | xargs -r rmdir &> /dev/null
perl-5.8.7-r1.ebuild:                   find ${ROOT}/$DIR -depth -type d | xargs
-r rmdir &> /dev/null
perl-5.8.7.ebuild:      find . -depth -type d | xargs -r rmdir &> /dev/null
perl-5.8.7.ebuild:                      find ${ROOT}/$DIR -depth -type d | xargs
-r rmdir &> /dev/null


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-10-04 11:26:17 UTC
man find