From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 1 17:24:28 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 A7FC81065672 for ; Thu, 1 Mar 2012 17:24:28 +0000 (UTC) (envelope-from utisoft@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 5A0598FC19 for ; Thu, 1 Mar 2012 17:24:28 +0000 (UTC) Received: by yhgm50 with SMTP id m50so415705yhg.13 for ; Thu, 01 Mar 2012 09:24:27 -0800 (PST) Received-SPF: pass (google.com: domain of utisoft@gmail.com designates 10.50.207.42 as permitted sender) client-ip=10.50.207.42; Authentication-Results: mr.google.com; spf=pass (google.com: domain of utisoft@gmail.com designates 10.50.207.42 as permitted sender) smtp.mail=utisoft@gmail.com; dkim=pass header.i=utisoft@gmail.com Received: from mr.google.com ([10.50.207.42]) by 10.50.207.42 with SMTP id lt10mr5690560igc.1.1330622667557 (num_hops = 1); Thu, 01 Mar 2012 09:24:27 -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=Ydy8w+L28OPY/eWzE+ARE4cX1I+pGG3Vs76ATCOFgqs=; b=o5ZNPE3rW2pdfUJdkV84ZnlHHIr9Ziwki1EmFOtoflnob4RuyEsJFLFIp8q+tHQRXF bwvZ9DEKd86Vbh44r/Aurg9/MGTXKt+vO/9Fgh1WZ/qCsUCS1/qzjrOihM47SdQf8yQ1 AKNZBskdv2MNGT0UeJTmpi8cnTBlmxOhw1d8I= MIME-Version: 1.0 Received: by 10.50.207.42 with SMTP id lt10mr4563757igc.1.1330621279846; Thu, 01 Mar 2012 09:01:19 -0800 (PST) Received: by 10.231.155.20 with HTTP; Thu, 1 Mar 2012 09:01:19 -0800 (PST) Received: by 10.231.155.20 with HTTP; Thu, 1 Mar 2012 09:01:19 -0800 (PST) In-Reply-To: References: <20120301.155632.137.2@DOMY-PC> Date: Thu, 1 Mar 2012 17:01:19 +0000 Message-ID: From: Chris Rees To: Garrett Cooper Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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:24:28 -0000 On 1 Mar 2012 16:31, "Garrett Cooper" wrote: > > 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. If you send a PR, I'll do what I can to get it in-- you know things sometimes get lost in mailing lists! Chris