From owner-freebsd-current@FreeBSD.ORG Wed Jul 11 02:10:09 2012 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 DD48F106566B for ; Wed, 11 Jul 2012 02:10:09 +0000 (UTC) (envelope-from w8hdkim@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 998BD8FC12 for ; Wed, 11 Jul 2012 02:10:09 +0000 (UTC) Received: by obbun3 with SMTP id un3so1007988obb.13 for ; Tue, 10 Jul 2012 19:10:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=qdYPLI/gCibMrO70AwSLp028N8jXZfW17kngKqPrrzc=; b=r7KXZZk7ee6LUYANBuxxz05mIK84V5m8uo98e/IYC4DEJ7t0xdK+qJtyFtqkxD3FiE EoywhD++NKb1980GZcYNC6VqnCwOUscNFJ1SkpALAsB2/QFlp8bzejsojh3CK1LnNIjj mDkdBfcqY/viBCVEbqtXNcTvceq738XOp6ayhtD5QadeLUMSl2YJSFj+bh2X6cctlWde bmTzBW1yaL3B6E9UjEaW6lYyYGSF5rPtdnSshXY5khXFTEZRGae88F9hriGTUmDXetHm wgcrZT2gOO0bR7Rv6y7rjN7Ewivwe+kCdv+iw70etVeDRU1T0V7+guH3gCHUI/caAn5W l57w== MIME-Version: 1.0 Received: by 10.182.174.6 with SMTP id bo6mr42819308obc.65.1341972609278; Tue, 10 Jul 2012 19:10:09 -0700 (PDT) Received: by 10.182.75.135 with HTTP; Tue, 10 Jul 2012 19:10:09 -0700 (PDT) In-Reply-To: References: <20120710150040.GE2338@deviant.kiev.zoral.com.ua> Date: Tue, 10 Jul 2012 22:10:09 -0400 Message-ID: From: Kim Culhan To: Garrett Cooper Content-Type: text/plain; charset=ISO-8859-1 Cc: Konstantin Belousov , freebsd-current@freebsd.org Subject: Re: FreeBSD-current r238290 installworld failure 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: Wed, 11 Jul 2012 02:10:10 -0000 On Tue, Jul 10, 2012 at 9:52 PM, Garrett Cooper wrote: > On Tue, Jul 10, 2012 at 6:22 PM, Kim Culhan wrote: > > ... > >> Ran another buildworld and on this run gcc was produced in >> /usr/obj/usr/src/gnu/usr.bin/cc/cc >> and installworld worked fine. > > I would be curious (if it happened again) if you updated your source > tree but not your objdir, or see whether or not there was some clock > skew at hand. Yes the objdir was unchanged from the the previous run which was ~30 days ago. Should probably have rm -r'd /usr/obj before the first run today. -kim