From owner-freebsd-stable@FreeBSD.ORG Tue May 20 03:10:34 2008 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2251410656AA for ; Tue, 20 May 2008 03:10:34 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id D84688FC23 for ; Tue, 20 May 2008 03:10:33 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1220366ywe.13 for ; Mon, 19 May 2008 20:10:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=Z80qyHrmkauk7AJm7qpw/pRpq1iV0ZCJ0YLgidxnbu4=; b=C8/r4vFlMK8jJ6N5XckjIFBc7OBFIQNqJlfXc3A1ZvWiPuhpWmUXKNcJRPIK1GDfiEKAcwKOsrkziSIG8/dHzqXYSqLqhh8tBicUMUnrOMN3HIAOeu/eXXpNZ+2Y5+KemyKtEJVNUq+dib1dP/lVpX3RH8JzZr8Zgoun6jPAZ50= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JNLO96RMqtIIf9K8HBDDj5yGK3vge1kYZUdn/eVWt05Wjm4xe8Ts59uvjfQ89T/li1rPWe4iMFOijWWm82GttJ1ymiDxabS10NlTffbFlWCfBxm7QiQaCD8zzKNnqoP8RqEa8TlL24b1Qd6GRwzc5BTMZ98dIcqe8kwNyJfBoIw= Received: by 10.150.79.32 with SMTP id c32mr7104475ybb.133.1211253032809; Mon, 19 May 2008 20:10:32 -0700 (PDT) Received: by 10.150.140.14 with HTTP; Mon, 19 May 2008 20:10:32 -0700 (PDT) Message-ID: <8cb6106e0805192010n4bf6afb5hac521f81ebf16b63@mail.gmail.com> Date: Mon, 19 May 2008 23:10:32 -0400 From: "Josh Carroll" To: "Dave Uhring" In-Reply-To: <20080520030118.GC1373@charter.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080519165421.GA62264@charter.net> <20080519175358.GB55020@charter.net> <20080519180201.GI7468@bunrab.catwhisker.org> <20080519183614.GB55295@charter.net> <448wy6yviw.fsf@be-well.ilk.org> <20080519201408.GD79130@charter.net> <20080520000147.GA2824@lava.net> <20080520013825.GB1310@charter.net> <8cb6106e0805191908g2eb24babn4f4b3e532cc77f8e@mail.gmail.com> <20080520030118.GC1373@charter.net> Cc: freebsd-stable@freebsd.org Subject: Re: Buildworld Fails RELENG_7 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@gmail.com List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2008 03:10:34 -0000 > No, even though it is a dual-core system. I did not want to chance a > race condition. I simply executed 'make buildworld' initially, then > 'make -DNO_CLEAN buildworld' when I encountered problems in the build. Ok, it was worth asking, just to rule out the obvious. I'm still not sure where your logic in using -DNOCLEAN comes in, for a failed build. I would expect that to continue to fail in most circumstances if it were already failing. So I think in one of your other mails you said you're installing something else now? Solaris? If so, this thread is moot, since you aren't running FreeBSD on the box anymore, and no one has been able to reproduce your problem. I think the most likely culprits have already been mentioned in the thread so far anyway. Josh