From owner-freebsd-questions@FreeBSD.ORG Sun Sep 2 05:51:36 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CBA221065677 for ; Sun, 2 Sep 2012 05:51:36 +0000 (UTC) (envelope-from alexander.kapshuk@gmail.com) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) by mx1.freebsd.org (Postfix) with ESMTP id 445D88FC1B for ; Sun, 2 Sep 2012 05:51:35 +0000 (UTC) Received: by lbbgg13 with SMTP id gg13so2373880lbb.13 for ; Sat, 01 Sep 2012 22:51:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=te0LKM3E9pdoRcpCB835iiOsjI81bx6rlroo1SyZs8Y=; b=h2OZauG+bNYQaGI1FZ3xmyHRw8xues1x4XyQUgZlsnT044FRHw+I6HXqHct+1ya+sG mAxoSqdLjoGMnxMSKJ0a/7q8K8qN/qWpbnlqyFsDohfxqYBGPvlQYdLP7x0ObJwQ+g8D EdI4dvE3i8+6jsaSzFlz+7XpIX9atTleOmOldAthGk+Rnk9t8hEkMA0NtAnZ8H0znueh LwVXYWIW4/E3WyTdhw4l4ronT2snVOjnFmHVqKnmyMbJc7aDh7bR8h3fXzULcPW9DpOV jzYRgC8C/hw1Mt5bfhZyBc/N2eWmVzBnGYPgTGCFoDw6zIRGWBuWfM2q+cSHCOB4EaH1 Bu4Q== Received: by 10.152.110.46 with SMTP id hx14mr10494168lab.21.1346565094748; Sat, 01 Sep 2012 22:51:34 -0700 (PDT) Received: from [192.168.1.2] (93-127-96-97.static.vega-ua.net. [93.127.96.97]) by mx.google.com with ESMTPS id y4sm2328277lbg.5.2012.09.01.22.51.34 (version=SSLv3 cipher=OTHER); Sat, 01 Sep 2012 22:51:34 -0700 (PDT) Message-ID: <5042F3E5.7040409@gmail.com> Date: Sun, 02 Sep 2012 08:51:33 +0300 From: Alexander Kapshuk User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20120726 Icedove/3.0.11 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Wrong version of sources? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Sep 2012 05:51:36 -0000 On 09/02/2012 03:21 AM, Walter Hurry wrote: > My standard- > supfile (copied from examples with only the default host changed) says > 'tag=RELENG_9'. > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html RELENG_9 The line of development for FreeBSD-9.X, also known as FreeBSD 9-STABLE You're running 9.1-RC1, which doesn't have the RELENG_9_1 tag available yet, as this is a release candidate. Thus the trouble when compiling VBox from sources. Have you rebuilt your kernel and the world once you'd pulled in the sources for RELENG_9? Anyway, that's my take on it. Alexander Kapshuk.