aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhasufell <julian.ospald@googlemail.com>2012-11-23 19:02:37 +0100
committerhasufell <julian.ospald@googlemail.com>2012-11-23 19:02:37 +0100
commitb373edb4fbb2f619b0f153985a9e1b5d8c8f3220 (patch)
treea8bddb2b5cef45ed43377ecfbde69d8ff02fcfbd /ebuild-writing/common-mistakes
parentcommon-mistakes: Add note about EAPI5 and --disable-silent-rules (diff)
downloaddevmanual-b373edb4fbb2f619b0f153985a9e1b5d8c8f3220.tar.gz
devmanual-b373edb4fbb2f619b0f153985a9e1b5d8c8f3220.tar.bz2
devmanual-b373edb4fbb2f619b0f153985a9e1b5d8c8f3220.zip
clarify verbose-build log part of common mistakes
people should not randomly report bugs if the affected package uses a build system controllable by portage or an eclass wrt bug #444354
Diffstat (limited to 'ebuild-writing/common-mistakes')
-rw-r--r--ebuild-writing/common-mistakes/text.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
index 5443a98..fbe9a0a 100644
--- a/ebuild-writing/common-mistakes/text.xml
+++ b/ebuild-writing/common-mistakes/text.xml
@@ -86,8 +86,10 @@ or use EAPI 5 where that argument is passed automatically. 'emake V=1' should al
For custom Makefiles you often have to write a patch. Try to get upstream to include an
option like 'V=1' to enable full verbosity.
</p>
-<note> If you notice non-verbose build log in any package open a bug and make it block the
-tracker bug #429308</note>
+<note>In case you encounter an affected package which uses a build system not
+controllable by portage or eclasses you should file a bug (preferably with a patch)
+and make it block the tracker bug #429308. Solutions above ebuild level are
+preferred.</note>
</body>
</subsection>