aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-04-30 21:08:44 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-04-30 21:08:44 +0000
commitb8b86224215139835cd001f3d77def718e0eb624 (patch)
treea122d4bccb8dbca0c975d3dce597ca7f2882bb2c /src/revdep-rebuild/revdep-rebuild.1
parentMerge changes from trunk to fix issues in 0.2.4 (diff)
parentFixed git detection. (diff)
downloadgentoolkit-b8b86224215139835cd001f3d77def718e0eb624.tar.gz
gentoolkit-b8b86224215139835cd001f3d77def718e0eb624.tar.bz2
gentoolkit-b8b86224215139835cd001f3d77def718e0eb624.zip
Merge changes from trunk to fix issues in 0.2.4gentoolkit-0.2.4.3
svn path=/branches/gentoolkit-0.2.4/; revision=557
Diffstat (limited to 'src/revdep-rebuild/revdep-rebuild.1')
-rw-r--r--src/revdep-rebuild/revdep-rebuild.137
1 files changed, 37 insertions, 0 deletions
diff --git a/src/revdep-rebuild/revdep-rebuild.1 b/src/revdep-rebuild/revdep-rebuild.1
index 267f7f1..bcf1e26 100644
--- a/src/revdep-rebuild/revdep-rebuild.1
+++ b/src/revdep-rebuild/revdep-rebuild.1
@@ -91,6 +91,43 @@ 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"