From owner-freebsd-questions@FreeBSD.ORG Tue Apr 15 03:06:03 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3EFE2248 for ; Tue, 15 Apr 2014 03:06:03 +0000 (UTC) Received: from mail-ve0-x232.google.com (mail-ve0-x232.google.com [IPv6:2607:f8b0:400c:c01::232]) (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 EE48A1DB9 for ; Tue, 15 Apr 2014 03:06:02 +0000 (UTC) Received: by mail-ve0-f178.google.com with SMTP id jw12so8391284veb.37 for ; Mon, 14 Apr 2014 20:06:02 -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=SwO8a4GnqG1wjhTeoB1+EaQAS8lA7VvPJiowVssIusE=; b=x2CKhgMNm6pZmygfL/OguFe4PESiysEFPJ+nyuSTf5EMoctsnP8V6Ls9Gul2h5eHgY nlXilcWltG0QnHR1gyUYIdq4jSO3ZDa4jvk2lmrOXy55CYgIkmEEL89zB1GBldUBGGOZ 7HCpcyYIWib5j0Ht/kj0MoYxocOXNgfVOjzuBYT4g4XA4moRlXUk7zzuVsZQDC4R5Xys qbcZcXK5FA/UnRhvJLoroa5/OeEJcLmTEHhd7AGfNmzBKGjTuvdDv8/09AftAUkg4wlp SxFRK5WkS6PDWfOHmas0f+dTHTjSvtRLSC0Wbz0Lc3rRiX83SO7Mo1I2fAE+HrB7ZiZT n3OQ== MIME-Version: 1.0 X-Received: by 10.58.230.103 with SMTP id sx7mr562691vec.28.1397531162032; Mon, 14 Apr 2014 20:06:02 -0700 (PDT) Received: by 10.220.239.84 with HTTP; Mon, 14 Apr 2014 20:06:01 -0700 (PDT) In-Reply-To: References: Date: Mon, 14 Apr 2014 23:06:01 -0400 Message-ID: Subject: Re: make installworld failed From: Thomas Hoffmann To: FreeBSD Questions Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: Mike Casper X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 03:06:03 -0000 On Mon, Apr 14, 2014 at 10:55 PM, Mike Casper wrote: > To late. My inpatients got the better of me, but I did realize after I > started a new checkout of the src, that an update would be quicker. Thanks > for adding the other nugget with the make -j -DNO_CLEAN. I had absolutely > no idea I could do that. I'll let it buildworld overnight and then hit it > with a buildkernel KERNCONF=COLDSTEEL in the morning. > > Thanks > Doing a full 'buildworld' is the safest approach, but since it can take over two hours on my tired, old system (I don't call it 'tortoise' for nothing) I'm looking for every opportunity to reduce that time. The Handbook advises using NO_CLEAN with buildworld only if you have passed the "Build Everything" step on the last attempt, which a good last build would have done. BTW, I like your kernel name. -Tom