From owner-freebsd-current@FreeBSD.ORG Thu Dec 11 20:36:02 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1C9E1065670 for ; Thu, 11 Dec 2008 20:36:02 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.234]) by mx1.freebsd.org (Postfix) with ESMTP id 8703A8FC1A for ; Thu, 11 Dec 2008 20:36:02 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1024206rvf.43 for ; Thu, 11 Dec 2008 12:36:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=OSO03p+RlLYr/UWW6YAj3bpoEzSZ4nnYkcRQ6DVCnMY=; b=frka6h50SLXPmlYJi30oeHXLU/nJRRi7LE1MKu2bTiJHW1iJ/fPQK8atg1Zuo7sGcK 5FPXy6GBUMOJqpps6Xy0eA9SqYTD+b1IbblSuq+EJwo7BdL40ElLEdZ6DEe4Wvys7J5I vPYC7qU+cylSAT85YWoRPIPiZ5bcRWfYiB98U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=qQdeauExR4/H10QZGnwbPWepQIH3n5LtSkSN8SlXI/S3mfyVOgDNIk3xQ8gwykbvoJ Llu8KVWXsCfalScbknUt3f7IYg8DQNTR7o8bY0aixGSmtHnhC8cerdY9MzyH2vU5++0E mKvoZBxzp9W+qa1tJ9CHV8p0tHFEaTo0hxue4= Received: by 10.141.18.12 with SMTP id v12mr1464280rvi.187.1229027762113; Thu, 11 Dec 2008 12:36:02 -0800 (PST) Received: by 10.140.158.13 with HTTP; Thu, 11 Dec 2008 12:36:02 -0800 (PST) Message-ID: <7d6fde3d0812111236t1b234271xcd7cf0ad7db6b99d@mail.gmail.com> Date: Thu, 11 Dec 2008 12:36:02 -0800 From: "Garrett Cooper" To: "Wesley Shields" In-Reply-To: <20081211203220.GE150@atarininja.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1228555830.1186.6.camel@www.boolome.cn> <7d6fde3d0812080155y22cc7c0bne1fa0094671355e4@mail.gmail.com> <1228787330.13158.0.camel@www.boolome.cn> <53DC39AE-EE1E-41DE-801D-45737249D93B@gmail.com> <1228869506.1255.3.camel@www.boolome.cn> <7d6fde3d0812110140y44df387dg14f83c5483fe96ff@mail.gmail.com> <20081211203220.GE150@atarininja.org> Cc: freebsd-current@freebsd.org, boolome Subject: Re: make buildworld failed! X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 11 Dec 2008 20:36:03 -0000 On Thu, Dec 11, 2008 at 12:32 PM, Wesley Shields wrote: > On Thu, Dec 11, 2008 at 01:40:40AM -0800, Garrett Cooper wrote: >> On Tue, Dec 9, 2008 at 4:38 PM, boolome wrote: >> > ?$B:_ 2008-12-09?$BFsE* 03:18 -0800?$B!$Garrett Cooper?$B> >> On Dec 8, 2008, at 5:48 PM, boolome wrote: >> >> >> >> > ?$B:_ 2008-12-08?$B0lE* 01:55 -0800?$B!$Garrett Cooper?$B> >> >> On Sat, Dec 6, 2008 at 1:30 AM, boolome wrote: >> >> >> [snip] >> >> >> >> >> >> Looks like your source tree is incomplete. >> >> >> -Garrett >> >> > >> >> > But have cvsup the latest source tree ! >> >> >> >> It's not necessarily your fault though. What cvsup server are you >> >> using and did you interrupt it during an update? >> >> -Garrett >> > >> > The cvsup server is cvsup.freebsd.org . >> > >> > During an update ,I did not interrupt it. >> > >> > But when I got to that dir executed :make obj && make depend && >> > make ,successed.. >> > >> > Is the soure tree's problem ? >> > By the way I 'am using a custom kernel . >> >> Hmmm.. not sure. If I had logs I could help you out more, but >> unfortunately I don't ;(. > > Unless I missed it the cause of the error is not in the logs provided. > Were you building in parallel? > >> I'd chock it up to a bad build environment or maybe just bad prebuilt objs. > > My money is on a broken kernel config. > > -- WXS Yeah, well either way we don't have enough data to say with absolute authority that "this is the root cause of the failure". A full log would have been incredibly helpful. And FWIW it looks like it was a bootstrap toolchain error (it failed running flex to bootstrap gcc). -Garrett