From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: Xen 4.4 - NetBSD libaio Date: Fri, 18 Apr 2014 07:38:57 +0100 Message-ID: <1397803137.27649.2.camel@dagon.hellion.org.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Miguel Clara Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On Thu, 2014-04-17 at 20:21 +0100, Miguel Clara wrote: > configure: error: Could not find libaio > configure: error: ./configure failed for tools > I tried adding (to config/NetBSD.Mk): > CONFIG_SYSTEM_LIBAIO = n We dropped our ancient in-tree copy of libaio in 4.4. You need to arrange for it to be installed as a dependency now (from ports, or however this stuff works on BSD). Ian.