From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 1 17:38:07 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 705A2106564A for ; Thu, 1 Mar 2012 17:38:07 +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 235148FC0C for ; Thu, 1 Mar 2012 17:38:06 +0000 (UTC) Received: by yhgm50 with SMTP id m50so428124yhg.13 for ; Thu, 01 Mar 2012 09:38:06 -0800 (PST) Received-SPF: pass (google.com: domain of yanegomi@gmail.com designates 10.60.20.101 as permitted sender) client-ip=10.60.20.101; Authentication-Results: mr.google.com; spf=pass (google.com: domain of yanegomi@gmail.com designates 10.60.20.101 as permitted sender) smtp.mail=yanegomi@gmail.com; dkim=pass header.i=yanegomi@gmail.com Received: from mr.google.com ([10.60.20.101]) by 10.60.20.101 with SMTP id m5mr2329638oee.5.1330623486630 (num_hops = 1); Thu, 01 Mar 2012 09:38:06 -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:content-transfer-encoding; bh=pEHtghP78a5/5BvbfBRvDsjqKvgyN5KQIUtJipjdEd8=; b=RedejMlw58sPoVxa3LFp4rr84Z28CVh+kZNjIFrQmqQMXt5UFsAflgrHZ35Y9+xK7/ m013GQDd13mgIZD0yl0toQKXib6FV+998yiIksYdhCdHrQsGvY8Aw6ml0UTYgBYgwDJS G5+y13uIIC3NDIpd+zz/6qQJsA720KwU97SsY= MIME-Version: 1.0 Received: by 10.60.20.101 with SMTP id m5mr1983465oee.5.1330623486518; Thu, 01 Mar 2012 09:38:06 -0800 (PST) Received: by 10.182.61.195 with HTTP; Thu, 1 Mar 2012 09:38:06 -0800 (PST) In-Reply-To: References: <20120301.155632.137.2@DOMY-PC> Date: Thu, 1 Mar 2012 09:38:06 -0800 Message-ID: From: Garrett Cooper To: Chris Rees Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: rank1seeker@gmail.com, 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 17:38:07 -0000 On Thu, Mar 1, 2012 at 9:01 AM, Chris Rees wrote: > > On 1 Mar 2012 16:31, "Garrett Cooper" wrote: >> >> 2012/3/1 =A0: >> > When building world and kernel, I was pissed off with endless amount o= f >> > output, as it also makes my eyes into rolling, thus decided to care on= ly 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? >> >> =A0 =A0See: >> http://lists.freebsd.org/pipermail/freebsd-current/2011-December/029852.= html >> . Why this patch is still not in FreeBSD proper, I do not know. > > If you send a PR, I'll do what I can to get it in-- you know things > sometimes get lost in mailing lists! bin/165589 -- thanks! -Garrett