From owner-freebsd-virtualization@FreeBSD.ORG Tue Feb 11 09:29:34 2014 Return-Path: Delivered-To: freebsd-virtualization@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 0335EB27 for ; Tue, 11 Feb 2014 09:29:34 +0000 (UTC) Received: from smtp.digiware.nl (unknown [IPv6:2001:4cb8:90:ffff::3]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE77C1B7D for ; Tue, 11 Feb 2014 09:29:33 +0000 (UTC) Received: from rack1.digiware.nl (unknown [127.0.0.1]) by smtp.digiware.nl (Postfix) with ESMTP id 2051E1534C4; Tue, 11 Feb 2014 10:29:25 +0100 (CET) X-Virus-Scanned: amavisd-new at digiware.nl Received: from smtp.digiware.nl ([127.0.0.1]) by rack1.digiware.nl (rack1.digiware.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WaQXHgTTwcdj; Tue, 11 Feb 2014 10:29:23 +0100 (CET) Received: from [IPv6:2001:4cb8:3:1:15f5:cdaf:d398:e69e] (unknown [IPv6:2001:4cb8:3:1:15f5:cdaf:d398:e69e]) by smtp.digiware.nl (Postfix) with ESMTP id 04E191534C0; Tue, 11 Feb 2014 10:29:22 +0100 (CET) Message-ID: <52F9ED6C.3050604@digiware.nl> Date: Tue, 11 Feb 2014 10:29:16 +0100 From: Willem Jan Withagen Organization: Digiware Management b.v. User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: Michael Dexter Subject: Re: CFT: bhyve AMD snapshot References: <52F6953D.2010400@callfortesting.org> <52F7C9FC.5070409@digiware.nl> <52F8735E.8020701@callfortesting.org> <52F8ECC2.2060805@digiware.nl> <52F97A84.90308@callfortesting.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 09:29:34 -0000 > On Mon, Feb 10, 2014 at 8:19 PM, Michael Dexter > > wrote: > > > Willem, > > On 2/10/14 7:14 AM, Willem Jan Withagen wrote: > > I usually prefer to build my onw. So I tried that from a both > basic > > 10-stable as well as the svn-url I got from Peter some time > ago. But > > - building 10-stable did not give the amd svm stuff > > - building the previous svn-url on my 10-stable bombs out due > to some > > missing net/.... files. Need to rerun, to get the exact error. > > The snapshot was built from the SVM projects branch: > > http://svnweb.freebsd.org/base/projects/bhyve_svm/ > > I opted to build world with -j4 and kernel on -j2 on a dual-core > system > as per Glen Barber's suggestion of how he is building the > official releases. In my case it was a src.conf which contained WITHOUT_PF = true WITH_IPFW = true After which the buildworld breaks on building iipfw, because of missing pf files. Removing WITHOUT_PF lets me build world. --WjW