From owner-freebsd-current@FreeBSD.ORG Sun Feb 26 10:51:54 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 5F679106566B for ; Sun, 26 Feb 2012 10:51:54 +0000 (UTC) (envelope-from utisoft@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1D2E28FC14 for ; Sun, 26 Feb 2012 10:51:53 +0000 (UTC) Received: by iaeo4 with SMTP id o4so6486949iae.13 for ; Sun, 26 Feb 2012 02:51:53 -0800 (PST) Received-SPF: pass (google.com: domain of utisoft@gmail.com designates 10.50.156.194 as permitted sender) client-ip=10.50.156.194; Authentication-Results: mr.google.com; spf=pass (google.com: domain of utisoft@gmail.com designates 10.50.156.194 as permitted sender) smtp.mail=utisoft@gmail.com; dkim=pass header.i=utisoft@gmail.com Received: from mr.google.com ([10.50.156.194]) by 10.50.156.194 with SMTP id wg2mr12362325igb.18.1330253513610 (num_hops = 1); Sun, 26 Feb 2012 02:51:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=sUtKfEQeSNjmksvFFVpa9vgSMt22v0S3R2CaNsWGixw=; b=W97P+OnGJp3LBivqGCVcRU0gSARnTDfEj1PY/WzE+6dRrBiZP/7yonQ9HbO24A2235 J50gmNamYncouTUdNZOTnPCjttIBvYTHtUrw9U7jFO+6kPa+3g+oIxGhCoj/J6OseILF JFWBCEWADXON+8nYTrepubiL6fQI/p4mmXuZo= Received: by 10.50.156.194 with SMTP id wg2mr9993938igb.18.1330253513566; Sun, 26 Feb 2012 02:51:53 -0800 (PST) MIME-Version: 1.0 Sender: utisoft@gmail.com Received: by 10.231.155.20 with HTTP; Sun, 26 Feb 2012 02:51:23 -0800 (PST) In-Reply-To: References: <20120226044459.GA1338@glenbarber.us> From: Chris Rees Date: Sun, 26 Feb 2012 10:51:23 +0000 X-Google-Sender-Auth: T-ev96uqha_UKnUPLHFmtCvkT28 Message-ID: To: Super Bisquit Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current Subject: Re: PEBKAC 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: Sun, 26 Feb 2012 10:51:54 -0000 On 26 February 2012 05:38, Super Bisquit wrote: > Both standard-supfile and kernel-supfile were edited to use the "." > tag along with the CVS server being cvsup.FreeBSDS.org; but, I'm still > getting the version error for config(8). =A0It seems to me that my > problem may be the base system is out of sync with the source- I'm > using Whitehorn's 2010 =A0snapshot because the recent versions won't > load on my machine. Not too sure about compiling config from > usr.sbin since doing this the recent time caused errors. So, I'm > thinking that either I need to keep "make buildkernel" from checking > config version- which I don't know how to do- or wgetting version > 600010 of config(8)- of which I don't know which server has that > version. Have you tried just removing your entire src tree and re-csupping? Looks like it might be polluted somewhere... Chris