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

Bug 92015

Summary: revdep-rebuild should not descend directories on other filesystems
Product: Portage Development Reporter: Horst Prote <prote>
Component: ToolsAssignee: Portage Tools Team <tools-portage>
Status: RESOLVED WONTFIX    
Severity: normal CC: bobtfish
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Horst Prote 2005-05-09 08:37:22 UTC
I just wondered why a revdep-rebuild call needs so much longer than usual. Doing a strace on the process I noticed that it was searching in an automounted directory under /usr/local/. In my view this is a bug and the "find" command in revdep-rebuild should have the option "-xdev" added.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




gentoolkit-0.2.0
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-05-09 09:49:33 UTC
*** Bug 92022 has been marked as a duplicate of this bug. ***
Comment 2 SpanKY gentoo-dev 2005-05-09 10:24:51 UTC
that isnt a good idea for a default ... some people have their stuff mounted on diff partitions
Comment 3 Paul Varner (RETIRED) gentoo-dev 2005-05-09 12:04:59 UTC
This is actually addressed in bug #62644.  The user can specify additional directories to search and not to search through the environment or make.conf
Comment 4 Horst Prote 2005-05-11 04:35:11 UTC
Thanks for the hint. So I close this as WONTFIX.