Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/common-mistakes/
Date: Tue, 30 Mar 2021 18:15:53
Message-Id: 1617128093.63d617e00118af7bf23814fa324dce4bc9ed2e95.ulm@gentoo
1 commit: 63d617e00118af7bf23814fa324dce4bc9ed2e95
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 21 02:37:56 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 30 18:14:53 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=63d617e0
7
8 ebuild-writing/common-mistakes: mention manual Go compiles (verbose builds)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 ebuild-writing/common-mistakes/text.xml | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml
17 index fba6bac..2d8695f 100644
18 --- a/ebuild-writing/common-mistakes/text.xml
19 +++ b/ebuild-writing/common-mistakes/text.xml
20 @@ -95,6 +95,9 @@ There are several ways to fix non-verbose build logs depending on the build syst
21
22 <li>For custom Makefiles you often have to write a patch. Try to get
23 upstream to include an option like 'V=1' to enable full verbosity.</li>
24 +
25 + <li>Note that when building Go manually outside of the eclass, you
26 + will need GOFLAGS="-x".</li>
27 </ul>
28
29 <note>In case you encounter an affected package which uses a build system not