On Tue, Oct 06, 2015 at 05:24:41PM +0300, Roman Kagan wrote: > I can't get past make dist: > > # make V=1 INSTALLDIRS=vendor dist [...] > rm -f uk.gmo uk.gmo-t > /usr/bin/msgfmt -c -o uk.gmo-t ./uk.po > ./uk.po:998: 'msgid' and 'msgstr' entries do not both end with '\n' > ./uk.po:9426: format specifications in 'msgid' and 'msgstr' for argument 2 > are not the same > /usr/bin/msgfmt: found 2 fatal errors > Makefile:1713: recipe for target 'uk.gmo' failed > make[2]: *** [uk.gmo] Error 1 > make[2]: Leaving directory '/home/rkagan/work/git/libguestfs/po' > Makefile:2027: recipe for target 'distdir' failed > make[1]: *** [distdir] Error 1 > make[1]: Leaving directory '/home/rkagan/work/git/libguestfs' > Makefile:2129: recipe for target 'dist' failed > make: *** [dist] Error 2 > > > Any suggestion on where to look?
This is a bug I introduced yesterday (commit fe4630e0332fecec4482061054063f217daef265). Just reverting that commit should make it work for now. > OK I'll try to cook up something like this. Is it OK to use v2v test > stuff in, say, p2v? Or may be I just do this all under v2v and leave > p2v alone? Totally fine. Thanks, Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into KVM guests. http://libguestfs.org/virt-v2v _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
