Re: [libvirt] RH EL5 test failure on interfaceshematest and xencapstest

2010-11-10 Thread Andy Howell
On 11/08/2010 03:31 PM, Matthias Bolte wrote: 2010/11/8 Eric Blake ebl...@redhat.com: On 11/06/2010 01:30 PM, Andy Howell wrote: I'm trying to build a new RPM for libvirt-0.8.5. Two tests are failing: interfaceschematest xencapstest Are these known errors? Any work-arounds? There

Re: [libvirt] RH EL5 test failure on interfaceshematest and xencapstest

2010-11-09 Thread Matthias Bolte
2010/11/8 Eric Blake ebl...@redhat.com: On 11/08/2010 02:31 PM, Matthias Bolte wrote: xenHypervisorInit is called from xenRegister and detects the sys_interface_version. As Andy figured out correctly, the xencapstest calls xenHypervisorMakeCapabilitiesInternal with conn == NULL.

Re: [libvirt] RH EL5 test failure on interfaceshematest and xencapstest

2010-11-09 Thread Eric Blake
On 11/09/2010 08:13 AM, Andy Howell wrote: Attached is what I'm seeing for the interfaceshematest Regards, Andy interfaceschematest.failures 1) interfaceschemadata/bridge.xml ... FAILED xmllint --relaxng

Re: [libvirt] RH EL5 test failure on interfaceshematest and xencapstest

2010-11-08 Thread Eric Blake
On 11/06/2010 01:30 PM, Andy Howell wrote: I'm trying to build a new RPM for libvirt-0.8.5. Two tests are failing: interfaceschematest xencapstest Are these known errors? Any work-arounds? There were several reports of failures fixed by patches right after the 0.8.5 release,

Re: [libvirt] RH EL5 test failure on interfaceshematest and xencapstest

2010-11-08 Thread Eric Blake
On 11/08/2010 02:31 PM, Matthias Bolte wrote: xenHypervisorInit is called from xenRegister and detects the sys_interface_version. As Andy figured out correctly, the xencapstest calls xenHypervisorMakeCapabilitiesInternal with conn == NULL. xenHypervisorMakeCapabilitiesInternal then calls

Re: [libvirt] RH EL5 test failure on interfaceshematest and xencapstest

2010-11-08 Thread Matthias Bolte
2010/11/8 Eric Blake ebl...@redhat.com: On 11/06/2010 01:30 PM, Andy Howell wrote: I'm trying to build a new RPM for libvirt-0.8.5. Two tests are failing:   interfaceschematest   xencapstest Are these known errors? Any work-arounds? There were several reports of failures fixed by patches

[libvirt] RH EL5 test failure on interfaceshematest and xencapstest

2010-11-06 Thread Andy Howell
I'm trying to build a new RPM for libvirt-0.8.5. Two tests are failing: interfaceschematest xencapstest Are these known errors? Any work-arounds? Thanks, Andy ./interfaceschematest 1) interfaceschemadata/bridge.xml ... FAILED xmllint --relaxng

Re: [libvirt] RH EL5 test failure on interfaceshematest and xencapstest

2010-11-06 Thread Andy Howell
Sorry to reply to my own post. I found more info regarding xencapstest. It seems that this is failing because the virConnectPtr is NULL in xencapstest.c, line 50: if (!(caps = xenHypervisorMakeCapabilitiesInternal(NULL, hostmachine, fp1, fp2))) This in turn calls src/xen/xend_internal.c