Mailing List Archive

build break
I'm getting following build error in the latest staging tree:

build/temp.linux-x86_64-2.6/xen/lowlevel/xl/_pyxl_types.o: In function `py_domain_build_info_cpuid_set':
/home/akay/xen-unstable.hg/tools/python/xen/lowlevel/xl/_pyxl_types.c:1091: undefined reference to `attrib__libxl_cpuid_policy_list_set'
build/temp.linux-x86_64-2.6/xen/lowlevel/xl/_pyxl_types.o: In function `py_domain_build_info_cpuid_get':
/home/akay/xen-unstable.hg/tools/python/xen/lowlevel/xl/_pyxl_types.c:1086: undefined reference to `attrib__libxl_cpuid_policy_list_get'
/usr/bin/ld: build/lib.linux-x86_64-2.6/xen/lowlevel/xl.so: hidden symbol `attrib__libxl_cpuid_policy_list_get' isn't defined
/usr/bin/ld: final link failed: Nonrepresentable section on output
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
make[3]: *** [buildpy] Error 1
make[3]: Leaving directory `/home/akay/xen-unstable.hg/tools/python'
make[2]: *** [subdir-install-python] Error 2
make[2]: Leaving directory `/home/akay/xen-unstable.hg/tools'
make[1]: *** [subdirs-install] Error 2
make[1]: Leaving directory `/home/akay/xen-unstable.hg/tools'
make: *** [install-tools] Error 2