[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