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 1ROehG-0007e4-Id for garchives@archives.gentoo.org; Fri, 11 Nov 2011 00:10:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0975521C097; Fri, 11 Nov 2011 00:10:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EB02021C04F for ; Fri, 11 Nov 2011 00:09:30 +0000 (UTC) Received: from Nyx-2.local (MAIL.STARCASTSALES.COM [64.60.118.182]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: lu_zero) by smtp.gentoo.org (Postfix) with ESMTPSA id 493B11B400E for ; Fri, 11 Nov 2011 00:09:30 +0000 (UTC) Message-ID: <4EBC67B8.7030506@gentoo.org> Date: Thu, 10 Nov 2011 16:09:28 -0800 From: Luca Barbato User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:8.0) Gecko/20111103 Thunderbird/8.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [RFC] enable verbose build whenever it's possible References: <4EB4FA98.3080201@gentoo.org> In-Reply-To: <4EB4FA98.3080201@gentoo.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 8a00fc64-3688-446e-ac14-0ef3a066ebcb X-Archives-Hash: 6ed066987c867d5cf9438095b4b81485 On 11/5/11 1:58 AM, Kacper Kowalik wrote: > Hi, > I'd like to ask that we enable verbose building by default. I have > cmake-utils.eclass in mind, because it's dead easy there, but there's a > lot of packages that support things like "make V=1" or "make VERBOSE=1" too. > > I've seen too many bugs reports today that gave me cute, colorful > build.logs and almost no information about underlaying bug... That could be done, but I'd advise to make sure our users know that the could have a quiet/silent output from portage. lu