Bug #328099 - Adjust ccache documentation
authorSebastian Luther <SebastianLuther@gmx.de>
Tue, 13 Jul 2010 14:48:00 +0000 (07:48 -0700)
committerZac Medico <zmedico@gentoo.org>
Tue, 13 Jul 2010 14:57:13 +0000 (07:57 -0700)
man/make.conf.5

index 236cbeeb78fabf97352b89c7a4e9c35c9f624c9f..161fda33740c759bfdc5f588d30426318ef98ad8 100644 (file)
@@ -216,8 +216,12 @@ Enable portage support for the ccache package.  If the ccache dir is not
 present in the user's environment, then portage will default to 
 ${PORTAGE_TMPDIR}/ccache.
 
-\fBWarning\fR: This feature is known to cause compilation
-failure and is not recommended for general use.
+\fBWarning\fR: This feature is known to cause numerous compilation failures.
+Sometimes ccache will retain stale code objects or corrupted files, which can
+lead to packages that cannot be emerged. If this happens (if you receive errors
+like "File not recognized: File truncated"), try recompiling the application
+with ccache disabled before reporting a bug. Unless you are doing development
+work, do not enable ccache.
 .TP
 .B collision\-protect
 A QA\-feature to ensure that a package doesn't overwrite files it doesn't own.