[libvirt] Compiling Libvirt 3.0.0 failed: cannot stat t-kw@kkcor.gmo

Hi, I tried to compile libvirt 3.0.0, from git, on a Debian Stretch. It failed with these weird errors that i'm not able to fix by myself: rm -f ky.gmo && : -c --statistics -o ky.gmo ky.po rm -f lt.gmo && : -c --statistics -o lt.gmo lt.po mv: cannot stat 't-kw@kkcor.gmo': No such file or directory mv: cannot stat 't-kw@uccor.gmo': No such file or directory Makefile:448: recipe for target 'kw@kkcor.gmo' failed make[3]: *** [kw@kkcor.gmo] Error 1 make[3]: *** Waiting for unfinished jobs.... rm -f lv.gmo && : -c --statistics -o lv.gmo lv.po Makefile:448: recipe for target 'kw@uccor.gmo' failed make[3]: *** [kw@uccor.gmo] Error 1 mv: cannot stat 't-kw_GB.gmo': No such file or directory I have no idea what this "t-kw@kkcor.gmo" is about ?? Could you guys help ? Note: the build failed erlier because uuid-dev was missing. You might want to add a check for that lib in the configure.ac Best regards. -- Mathieu Tarral

On Mon, Mar 26, 2018 at 12:56:13PM +0300, Mathieu Tarral wrote:
Hi,
I tried to compile libvirt 3.0.0, from git, on a Debian Stretch.
This is over a year old now - if building & reporting errors against git, please only use current git master.
It failed with these weird errors that i'm not able to fix by myself:
rm -f ky.gmo && : -c --statistics -o ky.gmo ky.po rm -f lt.gmo && : -c --statistics -o lt.gmo lt.po mv: cannot stat 't-kw@kkcor.gmo': No such file or directory mv: cannot stat 't-kw@uccor.gmo': No such file or directory Makefile:448: recipe for target 'kw@kkcor.gmo' failed make[3]: *** [kw@kkcor.gmo] Error 1 make[3]: *** Waiting for unfinished jobs.... rm -f lv.gmo && : -c --statistics -o lv.gmo lv.po Makefile:448: recipe for target 'kw@uccor.gmo' failed make[3]: *** [kw@uccor.gmo] Error 1 mv: cannot stat 't-kw_GB.gmo': No such file or directory
I have no idea what this "t-kw@kkcor.gmo" is about ??
"kw@kkcor.gmo" is one of the translation languages.
Could you guys help ?
You've cut off too much of the build log to see what has happened here I'm fraid.
Note: the build failed erlier because uuid-dev was missing. You might want to add a check for that lib in the configure.ac
Libvirt doesn't use the uuid-dev library itself. So if that caused a failure it is probably due to a 3rd party library we depend on, not having correct package dependancies setup. Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|

Hi Daniel,
This is over a year old now - if building & reporting errors against git, please only use current git master.
The reason why i use this release is because i'm trying to reproduce a bug that i have with the Debian Stretch package, which is release 3.0.0: https://packages.debian.org/stretch/libvirt-daemon I have been told on this mailing-list that i should build my own libvirt from git to have better debugging information in the binaries rather than using the -dbgsym packages.
You've cut off too much of the build log to see what has happened here I'm fraid.
I hope this one will be enough: : --update hr.po libvirt.pot [0/1958] : --update ia.po libvirt.pot : --update id.po libvirt.pot : --update ilo.po libvirt.pot : --update is.po libvirt.pot : --update it.po libvirt.pot : --update ja.po libvirt.pot : --update ka.po libvirt.pot : --update kk.po libvirt.pot : --update km.po libvirt.pot : --update ko.po libvirt.pot : --update kn.po libvirt.pot : --update kw.po libvirt.pot rm -f kw@kkcor.gmo && : -c --statistics -o kw@kkcor.gmo kw@kkcor.po rm -f kw@uccor.gmo && : -c --statistics -o kw@uccor.gmo kw@uccor.po rm -f kw_GB.gmo && : -c --statistics -o kw_GB.gmo kw_GB.po rm -f ky.gmo && : -c --statistics -o ky.gmo ky.po rm -f lt.gmo && : -c --statistics -o lt.gmo lt.po rm -f lv.gmo && : -c --statistics -o lv.gmo lv.po mv: cannot stat 't-kw@kkcor.gmo': No such file or directory Makefile:448: recipe for target 'kw@kkcor.gmo' failed make[3]: *** [kw@kkcor.gmo] Error 1 make[3]: *** Waiting for unfinished jobs.... mv: cannot stat 't-kw@uccor.gmo': No such file or directory rm -f mk.gmo && : -c --statistics -o mk.gmo mk.po mv: cannot stat 't-kw_GB.gmo': No such file or directory Makefile:448: recipe for target 'kw@uccor.gmo' failed make[3]: *** [kw@uccor.gmo] Error 1 Makefile:448: recipe for target 'kw_GB.gmo' failed make[3]: *** [kw_GB.gmo] Error 1 rm -f mai.gmo && : -c --statistics -o mai.gmo mai.po mv: cannot stat 't-lv.gmo': No such file or directory mv: cannot stat 't-ky.gmo': No such file or directory mv: cannot stat 't-lt.gmo'Makefile:448: recipe for target 'lv.gmo' failed : No such file or directory make[3]: *** [lv.gmo] Error 1 Makefile:448: recipe for target 'ky.gmo' failed make[3]: *** [ky.gmo] Error 1 Makefile:448: recipe for target 'lt.gmo' failed make[3]: *** [lt.gmo] Error 1 mv: cannot stat 't-mk.gmo': No such file or directory Makefile:448: recipe for target 'mk.gmo' failed make[3]: *** [mk.gmo] Error 1 mv: cannot stat 't-mai.gmo': No such file or directory Makefile:448: recipe for target 'mai.gmo' failed make[3]: *** [mai.gmo] Error 1 make[3]: Leaving directory '/var/ansible/libvirt/po' Makefile:485: recipe for target 'stamp-po' failed make[2]: *** [stamp-po] Error 2 make[2]: Leaving directory '/var/ansible/libvirt/po' Makefile:2080: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/var/ansible/libvirt' Makefile:1977: recipe for target 'all' failed make: *** [all] Error 2 Thank you. Best regards, -- Mathieu Tarral

On Mon, Mar 26, 2018 at 01:10:30PM +0300, Mathieu Tarral wrote:
Hi Daniel,
This is over a year old now - if building & reporting errors against git, please only use current git master.
The reason why i use this release is because i'm trying to reproduce a bug that i have with the Debian Stretch package, which is release 3.0.0: https://packages.debian.org/stretch/libvirt-daemon
I have been told on this mailing-list that i should build my own libvirt from git to have better debugging information in the binaries rather than using the -dbgsym packages.
Sigh, I think that was bad advice. Debian will have various extra packages on top of 3.0.0, so by building from Git you'll be testing different code from what your Debian build had. Just install the -dbgsym package and then collect the stack trace from libvirtd daemon. Regards, Daniel -- |: https://berrange.com -o- https://www.flickr.com/photos/dberrange :| |: https://libvirt.org -o- https://fstop138.berrange.com :| |: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|

I'm now compiling libvirt from git master (5bb07527c11a6123e044a5dfc48bdeccee144994), and it failed with the same errors: rm -f ar.gmo && : -c --statistics -o ar.gmo ar.po [0/1878] rm -f as.gmo && : -c --statistics -o as.gmo as.po rm -f ast.gmo && : -c --statistics -o ast.gmo ast.po mv: cannot stat 't-af.gmo'rm -f be.gmo && : -c --statistics -o be.gmo be.po : No such file or directory rm -f bal.gmo && : -c --statistics -o bal.gmo bal.po Makefile:470: recipe for target 'af.gmo' failed make[3]: *** [af.gmo] Error 1 rm -f bg.gmo && : -c --statistics -o bg.gmo bg.po make[3]: *** Waiting for unfinished jobs.... mv: cannot stat 't-am.gmo': No such file or directory mv: cannot stat 't-anp.gmo': No such file or directory rm -f bn_IN.gmo && : -c --statistics -o bn_IN.gmo bn_IN.po rm -f bn.gmo && : -c --statistics -o bn.gmo bn.po Makefile:470: recipe for target 'am.gmo' failed make[3]: *** [am.gmo] Error 1 Makefile:470: recipe for target 'anp.gmo' failed make[3]: *** [anp.gmo] Error 1 mv: cannot stat 't-as.gmo': No such file or directory mv: rm -f bo.gmo && : -c --statistics -o bo.gmo bo.po cannot stat 't-ar.gmo': No such file or directory Makefile:470: recipe for target 'as.gmo' failed make[3]: *** [as.gmo] Error 1 mv: cannot stat 't-ast.gmo': No such file or directory Makefile:470: recipe for target 'ar.gmo' failed make[3]: *** [ar.gmo] Error 1 mv: cannot stat 't-be.gmo': No such file or directory Makefile:470: recipe for target 'ast.gmo' failed make[3]: *** [ast.gmo] Error 1 mv: cannot stat 't-bal.gmo': No such file or directory mv: cannot stat 't-bg.gmo': No such file or directory Makefile:470: recipe for target 'be.gmo' failed make[3]: *** [be.gmo] Error 1 Makefile:470: recipe for target 'bal.gmo' failed make[3]: *** [bal.gmo] Error 1 Makefile:470: recipe for target 'bg.gmo' failed make[3]: *** [bg.gmo] Error 1 mv: cannot stat 't-bn.gmo': No such file or directory mv: cannot stat 't-bn_IN.gmo': No such file or directory mv: cannot stat 't-bo.gmo': No such file or directory Makefile:470: recipe for target 'bn.gmo' failed make[3]: *** [bn.gmo] Error 1 Makefile:470: recipe for target 'bn_IN.gmo' failed make[3]: *** [bn_IN.gmo] Error 1 Makefile:470: recipe for target 'bo.gmo' failed make[3]: *** [bo.gmo] Error 1 make[3]: Leaving directory '/var/ansible/libvirt/po' Makefile:507: recipe for target 'stamp-po' failed make[2]: *** [stamp-po] Error 2 make[2]: Leaving directory '/var/ansible/libvirt/po' Makefile:2121: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/var/ansible/libvirt' Makefile:2014: recipe for target 'all' failed make: *** [all] Error 2 Any ideas ? :/ Best regards, -- Mathieu Tarral
participants (2)
-
Daniel P. Berrangé
-
Mathieu Tarral