From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 1 16:31:18 2012 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F293106566C for ; Thu, 1 Mar 2012 16:31:18 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 563608FC14 for ; Thu, 1 Mar 2012 16:31:18 +0000 (UTC) Received: by yhgm50 with SMTP id m50so364804yhg.13 for ; Thu, 01 Mar 2012 08:31:17 -0800 (PST) Received-SPF: pass (google.com: domain of yanegomi@gmail.com designates 10.60.26.8 as permitted sender) client-ip=10.60.26.8; Authentication-Results: mr.google.com; spf=pass (google.com: domain of yanegomi@gmail.com designates 10.60.26.8 as permitted sender) smtp.mail=yanegomi@gmail.com; dkim=pass header.i=yanegomi@gmail.com Received: from mr.google.com ([10.60.26.8]) by 10.60.26.8 with SMTP id h8mr2213456oeg.15.1330619477706 (num_hops = 1); Thu, 01 Mar 2012 08:31:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ymS+XDcFZJmQmj4QPzrG4d+6KFWFEY850s9GG/uDw0M=; b=jm0cpsHX2cP1gShw5fuiD+gSWvRZ0sFSSvIZBOGgR2ZYmE8PFfb+bzCQRLphDqYZsJ CmSKItLL36EuhpuD43Ou4lJEsAbPmh4L/RXw9C9rgPrQ38UeVfdDQ6wJ4Uj71QuhUkzx 7VTb8iimtjxxauO5AlYbIin0ni/ydRV6c98Ss= MIME-Version: 1.0 Received: by 10.60.26.8 with SMTP id h8mr1853206oeg.15.1330617812843; Thu, 01 Mar 2012 08:03:32 -0800 (PST) Received: by 10.182.61.195 with HTTP; Thu, 1 Mar 2012 08:03:32 -0800 (PST) In-Reply-To: <20120301.155632.137.2@DOMY-PC> References: <20120301.155632.137.2@DOMY-PC> Date: Thu, 1 Mar 2012 08:03:32 -0800 Message-ID: From: Garrett Cooper To: rank1seeker@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Cc: hackers@freebsd.org Subject: Re: src builds and STDERR X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2012 16:31:18 -0000 2012/3/1 : > When building world and kernel, I was pissed off with endless amount of output, as it also makes my eyes into rolling, thus decided to care only for errors. > So I've redirected STDOUT to /dev/null. > Upon error, there is JUST 1 single line of output. Something like: > ---- > * 1 error > ---- > And that is. Nothing else. No way to figure out, what went wrong!. > > Why this hasn't been properly implemented? See: http://lists.freebsd.org/pipermail/freebsd-current/2011-December/029852.html . Why this patch is still not in FreeBSD proper, I do not know. Thanks, -Garrett