From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34216) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOtmA-0006go-0k for qemu-devel@nongnu.org; Thu, 28 Jan 2016 16:06:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aOtm5-0006tV-G8 for qemu-devel@nongnu.org; Thu, 28 Jan 2016 16:06:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55856) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aOtm5-0006sp-AN for qemu-devel@nongnu.org; Thu, 28 Jan 2016 16:06:41 -0500 Date: Thu, 28 Jan 2016 22:06:35 +0100 From: Marc =?UTF-8?B?TWFyw60=?= Message-ID: <20160128220635.6b84b5e4@markmb_rh> In-Reply-To: <20160128001454.GA27233@morn.lan> References: <1453727868-11147-1-git-send-email-markmb@redhat.com> <20160128001454.GA27233@morn.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] Add optionrom compatible with fw_cfg DMA version List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: "Gabriel L. Somlo" , qemu-devel@nongnu.org, Gerd Hoffmann , Stefan Hajnoczi , Paolo Bonzini , Laszlo > When I first tried to compile this (on fc23), I got: > > In file included from /usr/include/features.h:389:0, > from /usr/include/stdint.h:25, > from /usr/lib/gcc/x86_64-redhat-linux/5.3.1/include/stdint.h:9, > from linuxboot_dma.c:62: > /usr/include/gnu/stubs.h:7:27: fatal error: gnu/stubs-32.h: No such > file or directory compilation terminated. > > which I fixed by running "dnf install glibc-devel.i686". Is a > configure check needed? I forgot to address this point this morning. I now put up a clean setup and I had the same issue. I'll add the configure check, but I don't know if there is a nicer solution. Thanks Marc