Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108099 - dev-lang/perl/perl-5.8.7-r1and others perl ebuilds containing "find -depth " without a <depth>
Summary: dev-lang/perl/perl-5.8.7-r1and others perl ebuilds containing "find -depth " ...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-04 11:18 UTC by Toralf Förster
Modified: 2005-10-04 11:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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