aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-05-18 21:16:30 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-05-18 21:16:30 +0000
commit5c647b701761d538c83356594088c62e0a14964c (patch)
treefbd366c8a8ba864362bd2b5381d8c38e98893a6a /man
parentRemove obsolete gentoolkit src directory (diff)
downloadgentoolkit-5c647b701761d538c83356594088c62e0a14964c.tar.gz
gentoolkit-5c647b701761d538c83356594088c62e0a14964c.tar.bz2
gentoolkit-5c647b701761d538c83356594088c62e0a14964c.zip
Update revdep-rebuild man page
svn path=/trunk/gentoolkit/; revision=641
Diffstat (limited to 'man')
-rw-r--r--man/revdep-rebuild.139
1 files changed, 38 insertions, 1 deletions
diff --git a/man/revdep-rebuild.1 b/man/revdep-rebuild.1
index 267f7f1..a482f66 100644
--- a/man/revdep-rebuild.1
+++ b/man/revdep-rebuild.1
@@ -91,11 +91,48 @@ To rebuild packages that depend upon libImlib.so and libImlib2.so:
.br
\fBrevdep\-rebuild \-\-library libImlib[2]*.so.*\fR
+.SH "FILES"
+.P
+revdep\-rebuild keeps several pseudo-temporary files in /var/cache/revdep\-rebuild/. Deleting these files can improve accuracy at the cost of speed:
+.TP 15
+.I 0_env.rr
+Contains environment variables
+.TP
+.I 1_files.rr
+Contains a list of files to search
+.TP
+.I 2_ldpath.rr
+Contains the LDPATH
+.TP
+.I 3_broken.rr
+Contains the list of broken files
+.TP
+.I 3_errors.rr
+Contains the ldd error output
+.TP
+.I 4_raw.rr
+Contains the raw list of packages
+.TP
+.I 4_owners.rr
+Contains the file owners
+.TP
+.I 4_pkgs.rr
+Contains the unsorted bare package names
+.TP
+.I 4_ebuilds.rr
+Contains the unsorted atoms
+.TP
+.I 5_order.rr
+Contains the sorted atoms
+.TP
+.I 6_status.rr
+Contains the ldd error output
+
.SH "EXIT STATUS"
revdep\-rebuild returns a zero exit status if it \fBand emerge\fR succeeds, and a nonzero exit status otherwise.
.SH "BUGS"
.LP
-Report bugs to <http://bugs.gentoo.org>. Please do not report emerge failures caused by \-o or \-e. Please include your .revdep\-rebuild* files, your emerge \-\-info, and patches. ;)
+Report bugs to <http://bugs.gentoo.org>. Please do not report emerge failures caused by \-o or \-e. Please include your files from /var/cache/revdep\-rebuild/, your emerge \-\-info, and patches. ;)
.SH "SEE ALSO"
emerge(1), portage(5), regex(7)