From owner-freebsd-stable@FreeBSD.ORG Wed Nov 7 18:45:22 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3C396984; Wed, 7 Nov 2012 18:45:22 +0000 (UTC) (envelope-from mike.jakubik@intertainservices.com) Received: from mail.intertainservices.com (mail.intertainservices.com [69.77.177.114]) by mx1.freebsd.org (Postfix) with ESMTP id 0BB208FC08; Wed, 7 Nov 2012 18:45:21 +0000 (UTC) Received: from [172.16.10.200] (unknown [172.16.10.200]) by mail.intertainservices.com (Postfix) with ESMTPSA id 5CCF75645C; Wed, 7 Nov 2012 13:45:19 -0500 (EST) Message-ID: <1352313919.1820.1.camel@mjakubik.localdomain> Subject: Re: Error compiling world (usr/src/gnu/usr.bin/texinfo) w/ Clang From: Mike Jakubik To: Dimitry Andric Date: Wed, 07 Nov 2012 13:45:19 -0500 In-Reply-To: <509A73A8.2050602@FreeBSD.org> References: <1352242797.4156.3.camel@mjakubik.localdomain> <509A73A8.2050602@FreeBSD.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4 (3.4.4-2.fc17) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-intertainservices-MailScanner-Information: Please contact the ISP for more information X-intertainservices-MailScanner-ID: 5CCF75645C.AFD37 X-intertainservices-MailScanner: Found to be clean X-intertainservices-MailScanner-From: mike.jakubik@intertainservices.com X-Spam-Status: No Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Nov 2012 18:45:22 -0000 On Wed, 2012-11-07 at 15:43 +0100, Dimitry Andric wrote: > On 2012-11-06 23:59, Mike Jakubik wrote:> > > I've ran in to this issue on two different machines, both have recent > > stable code. The problem appears to be > > with /usr/src/gnu/usr.bin/texinfo, i am using Clang to compile. > ... > > 1 error > > *** Error code 2 > > 1 error > > *** Error code 2 > > 1 error > > The output you pasted looks like it was produced by a multi-threaded > build, and the actual error was obscured. Can you please retry this > with a single-threaded build? > I resumed the build without -j4 and with NOCLEAN=YES and it finished successfully. I will do a clean and try again.