Gentoo Archives: gentoo-commits

From: Julian Ospald <julian.ospald@××××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/
Date: Fri, 23 Nov 2012 18:03:06
Message-Id: 1353693757.b373edb4fbb2f619b0f153985a9e1b5d8c8f3220.hasufell@gentoo
1 commit: b373edb4fbb2f619b0f153985a9e1b5d8c8f3220
2 Author: hasufell <julian.ospald <AT> googlemail <DOT> com>
3 AuthorDate: Fri Nov 23 18:02:37 2012 +0000
4 Commit: Julian Ospald <julian.ospald <AT> googlemail <DOT> com>
5 CommitDate: Fri Nov 23 18:02:37 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=b373edb4
7
8 clarify verbose-build log part of common mistakes
9
10 people should not randomly report bugs if the affected package
11 uses a build system controllable by portage or an eclass
12 wrt bug #444354
13
14 ---
15 ebuild-writing/common-mistakes/text.xml | 6 ++++--
16 1 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
19 index 5443a98..fbe9a0a 100644
20 --- a/ebuild-writing/common-mistakes/text.xml
21 +++ b/ebuild-writing/common-mistakes/text.xml
22 @@ -86,8 +86,10 @@ or use EAPI 5 where that argument is passed automatically. 'emake V=1' should al
23 For custom Makefiles you often have to write a patch. Try to get upstream to include an
24 option like 'V=1' to enable full verbosity.
25 </p>
26 -<note> If you notice non-verbose build log in any package open a bug and make it block the
27 -tracker bug #429308</note>
28 +<note>In case you encounter an affected package which uses a build system not
29 +controllable by portage or eclasses you should file a bug (preferably with a patch)
30 +and make it block the tracker bug #429308. Solutions above ebuild level are
31 +preferred.</note>
32 </body>
33 </subsection>