
On 08/30/2013 11:26 PM, Eric Blake wrote:
Just noticed this on latest rawhide (Fedora 21):
Looks like the bug might not be libvirt's fault (as the assertion failure is not in our source file), but I'm out of time to investigate further today.
$ VIR_TEST_DEBUG=1 ./virdrivermoduletest TEST: virdrivermoduletest 1) Test driver "network" ... OK 2) Test driver "storage" ... OK 3) Test driver "nodedev" ... OK 4) Test driver "secret" ... OK 5) Test driver "nwfilter" ... OK 6) Test driver "interface" ... lt-virdrivermoduletest: route/tc.c:973: rtnl_tc_register: Assertion `0' failed.
During the switch from libnl-1 to libnl-3, a similar (the same?) error meant that version of libnl used for the netcf build didn't match the version used for the libvirt build. That should be a thing of the distant past now though...