-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 03.12.2011 17:09, Neil Bothwick wrote:
> On Sat, 3 Dec 2011 10:37:51 -0500, Indi wrote:
> 
>>> that is not the verbose flag, but silent-build.
>> 
>> Hmm, I always thought the "-v" was the verbose switch, and that
>> it should work properly regardless of what's in make.conf. It
>> *used* to work properly here, I've been using "emerge -vauND
>> world" to update for ages...
> 
> -v affects the verbosity of emerge, not of gcc, the output of which
> is still hidden. Thisis a useful distinction, I prefer to see
> everything that portage has to tell me without spamming my screen
> with gcc output.
> 
>>> If you want the old behaviour back, you can add
>>> 
>>> EMERGE_DEFAULT_OPTS="--quiet-build=n"
>>> 
>>> to your make.conf
> 
>> Even including this in make.conf, I still get "quiet-build
>> mode":
>> 
>> EMERGE_DEFAULT_OPTS="--quiet-build=n" 
>> EMERGE_DEFAULT_OPTS="--verbose"
>> 
>> The only thing that works is manually using "--quiet-build=n" on
>> the command line, so it seems the real problem here is "emerge
>> ignoring EMERGE_DEFAULT_OPTS entries in make.conf".
> 
> Is it that your second setting overrides the first? Try putting all
> the settings in one variable assignation.
> 
> 
EMERGE_DEFAULT_OPTS="--quiet-build=n --keep-going"

works for me. I think if you want one option per line something like:

EMERGE_DEFAULT_OPTS="--quiet-build=n"
EMERGE_DEFAULT_OPTS="$EMERGE_DEFAULT_OPTS --verbose"

would be appropriate. Otherwise you override the first assignment with
the second as Neil already stated.



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJO2k7bAAoJEJwwOFaNFkYcAYYIALsdrs+Ui9IxP5OU66oYEthK
4uK9vMsn523Dtvaze05ypiZgMxd+TJekMW27pP2U7BRYrE3pzOmDr6id35I3yMUM
i5q18Id13MH/t2c880X9ek2TpWL/+mGTqkWcTM7n/9GuTmguO1kdzqmlyLZ5s4l5
etic2ObLv4l4Kwmh50YMn1NEeu2GrG8UDCJFAkIX4debWuOiWH17ShQ4aP722vsA
frP6Bhsv+IfbI8Y00JrBP4S5HYmXfMb4lwjINEeBJohfWoKmvE1SzR4CdC7NEPQS
Kc1hiBuM9rJMzFUBypuwhJ+iTFBMKoKzhXC6TaCGnaMbqfC4P6JwOzNNjrpQPXM=
=AWIf
-----END PGP SIGNATURE-----

Reply via email to