From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RXSMF-0005Mu-Tq for garchives@archives.gentoo.org; Mon, 05 Dec 2011 06:49:00 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA2D721C022; Mon, 5 Dec 2011 06:48:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BE64621C020 for ; Mon, 5 Dec 2011 06:48:39 +0000 (UTC) Received: from [192.168.26.2] (ip98-164-193-252.oc.oc.cox.net [98.164.193.252]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: zmedico) by smtp.gentoo.org (Postfix) with ESMTPSA id 43730642C2 for ; Mon, 5 Dec 2011 06:48:36 +0000 (UTC) Message-ID: <4EDC6942.1070307@gentoo.org> Date: Sun, 04 Dec 2011 22:48:34 -0800 From: Zac Medico User-Agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20111120 Thunderbird/8.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Project discussion list X-BeenThere: gentoo-project@lists.gentoo.org Reply-To: gentoo-project@lists.gentoo.org MIME-Version: 1.0 To: gentoo-project@lists.gentoo.org Subject: Re: [gentoo-project] Call for agenda items -- Council meeting 2011-12-13 References: <20111203103024.GN37825@gentoo.org> <201112042252.46823.vapier@gentoo.org> <4EDC45F3.2060900@gentoo.org> <201112050148.01078.vapier@gentoo.org> In-Reply-To: <201112050148.01078.vapier@gentoo.org> X-Enigmail-Version: 1.3.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 0f5c08be-ef5e-4ee9-8413-6986ef1eba8e X-Archives-Hash: cd27af5291df946b751db6616012bd6e On 12/04/2011 10:48 PM, Mike Frysinger wrote: > all "failures" that don't result in an aborted build (e.g. EAPI=0 dodoc on > missing file) will get "missed". many of those are logged as QA warnings, but > it seems default --quiet-build=y will not include these in the log summary. > this might be useful to fix -- i'll poke Zac about it if he doesn't see this e- > mail. This is due to the default PORTAGE_ELOG_CLASSES="log warn error" in make.globals. The developer profile sets :PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa", so anyone running that profile gets the QA warnings automatically. Maybe it would be fine to enable the QA warnings by default for all users. I don't feel strongly either way. -- Thanks, Zac