From owner-freebsd-stable@FreeBSD.ORG Tue Jun 10 13:30:48 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D87A48D; Tue, 10 Jun 2014 13:30:48 +0000 (UTC) Received: from mail-ob0-x22a.google.com (mail-ob0-x22a.google.com [IPv6:2607:f8b0:4003:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C2AC263D; Tue, 10 Jun 2014 13:30:48 +0000 (UTC) Received: by mail-ob0-f170.google.com with SMTP id uz6so2652093obc.15 for ; Tue, 10 Jun 2014 06:30:47 -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=zMo2pp1qDjHyIKzv5jlHGoEwrzeg+LtRBaZYAvb+2Jw=; b=SgY9tl7NdKXKRXB+oXTRTy+U0JTPlKFQyXHg2SWM3vxgRJDFOqVXpe8CVY9NoAbFSc 7ZUpa9KVWCPscLXeVztYkepp9sFmLZxpsfjSaQWtKIabKW68NF93T96pytg8TEPaeifY e8tbAtoeme+Xr+2OMjZUJ5HTEcbmprohZb7lTwn7SNbwMbApYr2AS+a/zswTCZArVYSP AuKOXH6oi6z38P6i5alSNeFSIDtDut3p2r9Ri3gpRzxq5sTrAGMfMOlR3KTz3QfeSom6 HFBMfGe/pxqViqZWvHeIb0A91dKy2/oIPiA0ihp6yzmwRGDzkE7Fzn0O3L+iGWNVJTsR yuAQ== MIME-Version: 1.0 X-Received: by 10.182.233.229 with SMTP id tz5mr31494810obc.27.1402407047646; Tue, 10 Jun 2014 06:30:47 -0700 (PDT) Received: by 10.76.23.130 with HTTP; Tue, 10 Jun 2014 06:30:47 -0700 (PDT) In-Reply-To: References: Date: Tue, 10 Jun 2014 09:30:47 -0400 Message-ID: Subject: Re: Can't build stable/10 from a stable/10 box From: Ryan Stone To: Dimitry Andric Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-stable@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 13:30:48 -0000 On Mon, Jun 9, 2014 at 5:00 PM, Dimitry Andric wrote: > Any special settings in make.conf or src.conf? Are you building > incrementally (e.g. with -DNO_CLEAN) or with a clean /usr/obj? > > -Dimitry > Hm. I would swear that I tried cleaning the objdir manually, but I tried again and now it builds. I definitely started with a clean objdir as it was located on a newly newfs'ed filesystem, but I have no idea what revision I was trying to build at that time. Sorry for the noise.