I am having some issue with LibVirt installation from source code. I downloaded the latest code from git, was able to configure and compile it. But when I try to install it using sudo make installi, I get the following errors.


Making install in po
make[1]: Entering directory '~/libvirt/po'
make[2]: Entering directory '~/libvirt/po'
make[2]: Nothing to be done for 'install-exec-am'.
make  install-data-hook
make[3]: Entering directory '~/libvirt/po'
make[3]: *** No rule to make target 'af.gmo', needed by 'install-data-hook'.  Stop.
make[3]: Leaving directory '~/libvirt/po'
Makefile:2027: recipe for target 'install-data-am' failed
make[2]: *** [install-data-am] Error 2
make[2]: Leaving directory '~/libvirt/po'
Makefile:1981: recipe for target 'install-am' failed
make[1]: *** [install-am] Error 2
make[1]: Leaving directory '~/libvirt/po'
Makefile:2105: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1


As I mentioned, there is no error during compiling the source code. It would be helpful if someone could point me in a direction so I can figure out the problem.


Thanks
Azizul Hakim