From owner-freebsd-current@FreeBSD.ORG Fri Nov 23 21:46:55 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D9EAC987 for ; Fri, 23 Nov 2012 21:46:55 +0000 (UTC) (envelope-from nvass@gmx.com) Received: from mailout-eu.gmx.com (mailout-eu.gmx.com [213.165.64.44]) by mx1.freebsd.org (Postfix) with SMTP id 2BA378FC08 for ; Fri, 23 Nov 2012 21:46:55 +0000 (UTC) Received: (qmail invoked by alias); 23 Nov 2012 21:40:13 -0000 Received: from 178.128.120.133.dsl.dyn.forthnet.gr (EHLO [192.168.1.77]) [178.128.120.133] by mail.gmx.com (mp-eu003) with SMTP; 23 Nov 2012 22:40:13 +0100 X-Authenticated: #46156728 X-Provags-ID: V01U2FsdGVkX19oVO11ALBoPLWI5yM7vu3XbK9E6HD5El6IyehXQc xQkXEactlwNFZa Message-ID: <50AFED32.5020005@gmx.com> Date: Fri, 23 Nov 2012 23:40:02 +0200 From: Nikos Vassiliadis User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120604 Thunderbird/13.0 MIME-Version: 1.0 To: Sergey Kandaurov Subject: Re: strange buildworld failure References: <50AF3509.7070402@gmx.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2012 21:46:55 -0000 On 11/23/2012 1:34 PM, Sergey Kandaurov wrote: >> Also, my src.conf had WITHOUT_CLANG but I deleted it and then I >> also deleted /usr/obj when it failed for the first time. But that >> didn't work. I am building with -j3. > > Does it always fail there at usr.bin/ypwhich? > It's likely that -j3 is the culprit of why you do not see the actual build > error because it might be lost off the screen. Try to restart without -jN. > Thanks, that worked. Nikos