aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorPaul Varner <fuzzyray@gentoo.org>2014-11-11 10:31:33 -0600
committerPaul Varner <fuzzyray@gentoo.org>2014-11-11 10:31:33 -0600
commit14f2062ff0ce73d0118f960bad8e15425b73e538 (patch)
tree539f9e06869394c24343e82eecbc33f891c6f5be /man
parentrevdep --library fixes (diff)
downloadgentoolkit-14f2062ff0ce73d0118f960bad8e15425b73e538.tar.gz
gentoolkit-14f2062ff0ce73d0118f960bad8e15425b73e538.tar.bz2
gentoolkit-14f2062ff0ce73d0118f960bad8e15425b73e538.zip
revdep-rebuild.sh: Look for issues with symbols. (Bug 63643)
These changes cause revdep-rebuild.sh to unconditionally look for "Symbol not defined" in ldd -d -r ouput. Additionally, it adds the options -u, --search-symbols to look for "undefined symbol". Using this option will cause false positives in the revdep-rebuild output.
Diffstat (limited to 'man')
-rw-r--r--man/revdep-rebuild.13
1 files changed, 3 insertions, 0 deletions
diff --git a/man/revdep-rebuild.1 b/man/revdep-rebuild.1
index 59d7def..d1833e1 100644
--- a/man/revdep-rebuild.1
+++ b/man/revdep-rebuild.1
@@ -44,6 +44,9 @@ Turn off the progress meter
.B \-q | \-\-quiet
Print less output and disable the progress meter. (This option is also passed to portage.)
.TP
+.B \-u | \-\-search\-symbols
+Searches for undefined symbols in executibles. This will most likely have false positives in the output, so it is recommended to only use this option with pretend and manually fix any legitimate issues found. \fBNote:\fR This is currently only implemented in revdep-rebuild.sh, it is not implemented in revdep-rebuild.py.
+.TP
.B \-v | \-\-verbose
More output. (Prints the revdep\-rebuild search environment.)
.TP