From 63d617e00118af7bf23814fa324dce4bc9ed2e95 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 21 Mar 2021 02:37:56 +0000 Subject: ebuild-writing/common-mistakes: mention manual Go compiles (verbose builds) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sam James Signed-off-by: Ulrich Müller --- ebuild-writing/common-mistakes/text.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ebuild-writing/common-mistakes/text.xml b/ebuild-writing/common-mistakes/text.xml index fba6bac..2d8695f 100644 --- a/ebuild-writing/common-mistakes/text.xml +++ b/ebuild-writing/common-mistakes/text.xml @@ -95,6 +95,9 @@ There are several ways to fix non-verbose build logs depending on the build syst
  • 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.
  • + +
  • Note that when building Go manually outside of the eclass, you + will need GOFLAGS="-x".
  • In case you encounter an affected package which uses a build system not -- cgit v1.2.3-65-gdbad