Re: [libvirt] Make check on current git fails when building --with-vbox

2011-06-09 Thread Matthias Bolte
2011/6/8 Ruben Kerkhof ru...@rubenkerkhof.com: On Tue, Jun 7, 2011 at 23:00, Matthias Bolte matthias.bo...@googlemail.com wrote: This is because of the locking manager using dlopen but not linking against libdl explicitly. The VirtualBox driver happens to link libdl in, but without it libdl

Re: [libvirt] Make check on current git fails when building --with-vbox

2011-06-08 Thread Ruben Kerkhof
On Tue, Jun 7, 2011 at 23:00, Matthias Bolte matthias.bo...@googlemail.com wrote: This is because of the locking manager using dlopen but not linking against libdl explicitly. The VirtualBox driver happens to link libdl in, but without it libdl is missing, We currently link libvirt with libdl

[libvirt] Make check on current git fails when building --with-vbox

2011-06-07 Thread Ruben Kerkhof
Hi all, ./configure --without-vbox make make check produces on my F-13 and F-15 machines. make[1]: Entering directory `/home/ruben/src/libvirt/tests' make virshtest conftest sockettest nodeinfotest qparamtest virbuftest commandtest commandhelper seclabeltest hashtest qemuxml2argvtest

Re: [libvirt] Make check on current git fails when building --with-vbox

2011-06-07 Thread Matthias Bolte
2011/6/7 Ruben Kerkhof ru...@rubenkerkhof.com: Hi all, ./configure --without-vbox make make check produces on my F-13 and F-15 machines. make[1]: Entering directory `/home/ruben/src/libvirt/tests' make  virshtest conftest sockettest nodeinfotest qparamtest virbuftest commandtest