WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] PVOPS Build Failure: CONFIG_PCI_XEN flag not produced

To: <xen-users-request@xxxxxxxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] PVOPS Build Failure: CONFIG_PCI_XEN flag not produced
From: "Phil Winterfield (winterfi)" <winterfi@xxxxxxxxx>
Date: Wed, 11 Nov 2009 04:28:11 -0800
Authentication-results: sj-iport-5.cisco.com; dkim=neutral (message not signed) header.i=none
Cc:
Delivery-date: Wed, 11 Nov 2009 04:28:49 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: Acpiym55dd/oMVZeRw6oWADeztvYZA==
Thread-topic: PVOPS Build Failure: CONFIG_PCI_XEN flag not produced

The builds are failing after pulling yesterdays 11/10 pvops tree. It appears that the CONFIG_PCI_XEN flag is not being produced by make menuconfig. 

The build error is:

 

arch/x86/built-in.o: In function `pci_swiotlb_init':

/root/kernels/linux-2.6-xen/arch/x86/kernel/pci-swiotlb.c:54: undefined reference to `xen_wants_swiotlb'

make: *** [.tmp_vmlinux1] Error 1

 

Which should have been defined by:

drivers/pci/Makefile:31:obj-$(CONFIG_PCI_XEN) += xen-iommu.o

 

CONFIG_PCI_XEN does not get produced in the default .config file from 'make menuconfig'.

 

I am performing the following build steps:

 

cd /usr/src/kernels

git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git linux-2.6-xen

cd linux-2.6-xen

git checkout origin/xen-tip/master -b xen-tip/master

make menuconfig

make

make modules_install install

 

Suggestions? Workarounds?

 

Thanks

 

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>