Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 3302

Summary: Add emerge flag to suppress ansi screen formatting characters
Product: Portage Development Reporter: kde123 <erichey2>
Component: CoreAssignee: Daniel Robbins (RETIRED) <drobbins>
Status: VERIFIED FIXED    
Severity: normal CC: vapier
Priority: High    
Version: 2.0   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description kde123 2002-06-01 11:43:37 UTC
Please provide a flag setting to allow emerge to suppress ansi screen formatting
characters.  When you pipe emerge output to less or to a file, the output is
really ugly.  Example, emerge -n .... or emerge --noansi.
Comment 1 SpanKY gentoo-dev 2002-08-05 17:35:43 UTC
support for this exists by the following 2 methods:
(1) export NOCOLOR=true
(2) color is only enabled if sys.stdout isnt a tty
see Bug 5714

if those requirements satisfy your needs, then please close the bug :)