From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG3QO-0006eT-Dj for qemu-devel@nongnu.org; Tue, 18 Oct 2011 02:45:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RG3QN-0007kP-GQ for qemu-devel@nongnu.org; Tue, 18 Oct 2011 02:45:20 -0400 Received: from lo.gmane.org ([80.91.229.12]:54327) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RG3QN-0007kC-BD for qemu-devel@nongnu.org; Tue, 18 Oct 2011 02:45:19 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RG3QK-0000nf-GX for qemu-devel@nongnu.org; Tue, 18 Oct 2011 08:45:16 +0200 Received: from 93-34-218-143.ip51.fastwebnet.it ([93.34.218.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Oct 2011 08:45:16 +0200 Received: from pbonzini by 93-34-218-143.ip51.fastwebnet.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Oct 2011 08:45:16 +0200 From: Paolo Bonzini Date: Tue, 18 Oct 2011 08:45:03 +0200 Message-ID: References: <1318897082-27413-1-git-send-email-agraf@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <1318897082-27413-1-git-send-email-agraf@suse.de> Subject: Re: [Qemu-devel] [PATCH] PPC: Fail configure when libfdt is not available List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 10/18/2011 02:18 AM, Alexander Graf wrote: > We have several targets in the PPC tree now that basically require libfdt > to function properly, namely the pseries and the e500 targets. This dependency > will rather increase than decrease in the future, so I want to make sure > that people building shiny new 1.0 actually have libfdt installed to get > rid of a few ifdefs in the code. > > Warning: This patch will likely make configure fail for people who don't > select their own --target-list, but don't have libfdt development packages > installed. However, we really need this new dependency to move on. > > Signed-off-by: Alexander Graf F15 has them, and they install also on older Fedoras if you pick them from Koji. Acked-by: Paolo Bonzini Paolo