From owner-freebsd-current@FreeBSD.ORG Mon Jun 30 18:58:52 2014 Return-Path: Delivered-To: freebsd-current@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 48A95FEE for ; Mon, 30 Jun 2014 18:58:52 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 21B56289E for ; Mon, 30 Jun 2014 18:58:52 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 87F1DB917; Mon, 30 Jun 2014 14:58:50 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Subject: Re: vmmapi.h Date: Mon, 30 Jun 2014 14:58:43 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20140415; KDE/4.5.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <201406301458.43177.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 30 Jun 2014 14:58:50 -0400 (EDT) Cc: Bruno =?iso-8859-1?q?Lauz=E9?= X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 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: Mon, 30 Jun 2014 18:58:52 -0000 On Monday, June 30, 2014 2:03:35 pm Bruno Lauz=E9 wrote: >=20 > building from trunk: > usr.sbin/bhyve/pci_emul.c is picking up old vmmapi.h from=20 /usr/include/vmmapi.h instead source one: > for me it results vm_get_lowmem_size and vm_get_highmem_size missing...=20 > any ideas? I think we need to include lib/libvmmapi folder so includes ar= e=20 kept from /usr/include ones. Are you using 'make buildworld'? 'make buildworld' will not use /usr/inclu= de=20 (it builds a new one). If you have updated your source tree and are just=20 trying to do 'make' in usr.sbin/bhyve that is indeed not going to work. Us= e=20 buildworld instead. =2D-=20 John Baldwin