Hi,
GIT commit f7b12afc7b67b6727151f74683e7cb9d6fc2b36f adds a new
function: virNodeDeviceWaitForDevices
In storage_backend.c virStorageBackendWaitForDevices was changed to
call virNodeDeviceWaitForDevices, but the code for
virNodeDeviceWaitForDevices is only compiled and linked into libvirtd
if the nodedev driver is build, but the nodedev driver is only build
if the hal or devkit development packages are installed. If neither
hal nor devkit is installed, compiling libvirt yields an undefined
symbol error for virNodeDeviceWaitForDevices
Regards,
Matthias