From 14f2062ff0ce73d0118f960bad8e15425b73e538 Mon Sep 17 00:00:00 2001 From: Paul Varner Date: Tue, 11 Nov 2014 10:31:33 -0600 Subject: 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. --- man/revdep-rebuild.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'man') 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 -- cgit v1.2.3