diff options
author | Zac Medico <zmedico@gentoo.org> | 2009-07-05 10:39:50 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2009-07-05 10:39:50 +0000 |
commit | 54b1f44ff3d2a6f5d63da37263443ada1bc67255 (patch) | |
tree | a8b4b14c09e9a8fb354ce24c7f0d6e6f950232d5 | |
parent | a650ded25b0b003a46b12824d1f7b8987cdae915 (diff) | |
download | portage-54b1f44ff3d2a6f5d63da37263443ada1bc67255.tar.gz portage-54b1f44ff3d2a6f5d63da37263443ada1bc67255.tar.bz2 portage-54b1f44ff3d2a6f5d63da37263443ada1bc67255.zip |
Bug #276264 - Note that eclass-overrides may make it necessary to set
PORTAGE_RSYNC_EXTRA_OPTS="--exclude=/metadata/cache" in make.conf.
svn path=/main/trunk/; revision=13788
-rw-r--r-- | man/portage.5 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/portage.5 b/man/portage.5 index 6f64af6bd..3a7043995 100644 --- a/man/portage.5 +++ b/man/portage.5 @@ -556,7 +556,12 @@ performed by these tools are inherently \fBnot\fR \fIsite\-specific\fR. \fBWARNING:\fR Use of \fBrepos.conf\fR is generally not recommended since resulting changes in eclass inheritance (especially due to \fBeclass\-overrides\fR) may trigger -performance issues under some circumstances (see \fBbug #124041\fR). +performance issues under some circumstances (see \fBbug #124041\fR). When +using \fBeclass\-overrides\fR, due to bug #276264, you must ensure that +your portage tree does not contain a metadata/cache/. For example, you +should set PORTAGE_RSYNC_EXTRA_OPTS="\-\-exclude=/metadata/cache" in +make.conf in order to exclude the metadata/cache/ directory during +\fBemerge\fR(1) \-\-sync operations. .I Example: .nf |