[Fedora-xen] Can I use Xen 3.0.2 Release 23 with Fc6 Test2 and PAE ?

shobha ranganathan shobha_ranganathan at yahoo.com
Fri Sep 29 19:50:46 UTC 2006


Hi,

I tried to compile xen 3.0.2 release 23 in Mac with Fc6 Test2.
I did "make world pae=y" and "make install".
"make install" gives me errors like the following.

I checked in downloads website -- for FC6 Test2 , xen version is 3.0.2-23 and for Test3 it is xen-3.0.2-33. 
Am I missing patch ? 

/usr/src/redhat/BUILD/xen-unstable-10712/xen/common/built_in.o: In function `guest_physmap_add_page':
/usr/src/redhat/BUILD/xen-unstable-10712/xen/include/asm/shadow.h:1538: undefined reference to `shadow_sync_and_drop_references'
/usr/src/redhat/BUILD/xen-unstable-10712/xen/common/built_in.o: In function `guest_physmap_remove_page':
/usr/src/redhat/BUILD/xen-unstable-10712/xen/include/asm/shadow.h:1558: undefined reference to `shadow_sync_and_drop_references'
/usr/src/redhat/BUILD/xen-unstable-10712/xen/common/built_in.o: In function `guest_physmap_add_page':
/usr/src/redhat/BUILD/xen-unstable-10712/xen/include/asm/shadow.h:1538: undefined reference to `shadow_sync_and_drop_references'
/usr/src/redhat/BUILD/xen-unstable-10712/xen/common/built_in.o: In function `guest_physmap_remove_page':
/usr/src/redhat/BUILD/xen-unstable-10712/xen/include/asm/shadow.h:1558: undefined reference to `shadow_sync_and_drop_references'
/usr/src/redhat/BUILD/xen-unstable-10712/xen/common/built_in.o: In function `guest_physmap_add_page':
/usr/src/redhat/BUILD/xen-unstable-10712/xen/include/asm/shadow.h:1538: undefined reference to `shadow_sync_and_drop_references'
/usr/src/redhat/BUILD/xen-unstable-10712/xen/common/built_in.o: In function `free_domheap_pages':
/usr/src/redhat/BUILD/xen-unstable-10712/xen/common/page_alloc.c:671: undefined reference to `shadow_drop_references'
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/built_in.o: In function `do_mmu_update':
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/mm.c:2304: undefined reference to `shadow_l3_normal_pt_update'
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/built_in.o: In function `guest_physmap_add_page':
/usr/src/redhat/BUILD/xen-unstable-10712/xen/include/asm/shadow.h:1538: undefined reference to `shadow_sync_and_drop_references'
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/built_in.o: In function `guest_physmap_remove_page':
/usr/src/redhat/BUILD/xen-unstable-10712/xen/include/asm/shadow.h:1558: undefined reference to `shadow_sync_and_drop_references'
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/built_in.o: In function `hvm_copy':
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/hvm/hvm.c:290: undefined reference to `gva_to_gpa'
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/built_in.o: In function `send_mmio_req':
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/hvm/platform.c:761: undefined reference to `gva_to_gpa'
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/built_in.o: In function `send_pio_req':
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/hvm/platform.c:705: undefined reference to `gva_to_gpa'
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/built_in.o: In function `svm_set_cr0':
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/hvm/svm/svm.c:1557: undefined reference to `shadow_set_guest_paging_levels'
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/hvm/svm/svm.c:1549: undefined reference to `shadow_set_guest_paging_levels'
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/built_in.o: In function `svm_vmexit_handler':
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/hvm/svm/svm.c:2619: undefined reference to `gva_to_gpa'
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/hvm/svm/svm.c:2621: undefined reference to `gva_to_gpa'
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/built_in.o: In function `svm_do_page_fault':
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/hvm/svm/svm.c:851: undefined reference to `gva_to_gpa'
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/built_in.o: In function `vmx_set_cr0':
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/hvm/vmx/vmx.c:1481: undefined reference to `shadow_set_guest_paging_levels'
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/hvm/vmx/vmx.c:1473: undefined reference to `shadow_set_guest_paging_levels'
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/built_in.o: In function `mov_to_cr':
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/hvm/vmx/vmx.c:1702: undefined reference to `shadow_set_guest_paging_levels'
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/hvm/vmx/vmx.c:1751: undefined reference to `shadow_set_guest_paging_levels'
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/built_in.o: In function `vmx_do_page_fault':
/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86/hvm/vmx/vmx.c:801: undefined reference to `gva_to_gpa'
make[3]: *** [/usr/src/redhat/BUILD/xen-unstable-10712/xen/xen-syms] Error 1
make[3]: Leaving directory `/usr/src/redhat/BUILD/xen-unstable-10712/xen/arch/x86'
make[2]: *** [/usr/src/redhat/BUILD/xen-unstable-10712/xen/xen] Error 2
make[2]: Leaving directory `/usr/src/redhat/BUILD/xen-unstable-10712/xen'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/usr/src/redhat/BUILD/xen-unstable-10712/xen'
make: *** [install-xen] Error 2
v

 				
---------------------------------
Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small Business.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-xen/attachments/20060929/8dc501a8/attachment.htm>


More information about the Fedora-xen mailing list