Gentoo Archives: gentoo-user

From: Miroslav Rovis <miro.rovis@××××××××××××××.hr>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How do I turn off ansi (colour) codes in GCC 6.3.0 ?
Date: Sat, 13 May 2017 14:43:32
Message-Id: 20170513142539.GC7042@g0n.xdwgrp
In Reply to: Re: [gentoo-user] How do I turn off ansi (colour) codes in GCC 6.3.0 ? by Walter Dnes
1 On 170510-20:03-0400, Walter Dnes wrote:
2 > On Wed, May 10, 2017 at 01:35:24PM -0500, R0b0t1 wrote
3 >
4 > > The option is "-fdiagnostics-color=never" or "-fno-diagnostics-color".
5 > > You can also set the environment variable GCC_COLORS to the empty
6 > > string. The latter is probably more useful in the context of portage.
7 >
8 > Thank you. I successfully tried...
9 >
10 > GCC_COLORS="" emerge icewm
11 Another tip to remember.
12
13 > I suppose the next step is to add GCC_COLORS="" to make.conf.
14 >
15 I wonder why sticking " --color=n" in the EMERGE_DEFAULT_OPTS in
16 make.conf (e.g. mine is:
17
18 EMERGE_DEFAULT_OPTS="--keep-going --with-bdeps=y --autounmask-keep-masks --ask --verbose --color=n"
19
20 does only partly its job. Erratically, I'd say. You never know if it
21 will or not remove color... A bug should be posted for that, but I have
22 a partly broken system at this time...
23
24 Regards!
25 --
26 Miroslav Rovis
27 Zagreb, Croatia
28 https://www.CroatiaFidelis.hr

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] How do I turn off ansi (colour) codes in GCC 6.3.0 ? R0b0t1 <r030t1@×××××.com>