[parted-devel] distcheck failure due to pot files
Phillip Susi
psusi at ubuntu.com
Sun Jun 22 01:54:02 UTC 2014
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
On 06/21/2014 05:54 PM, Jim Meyering wrote:
> Hi Philip,
>
> I've just confirmed that "make distcheck" passes for me.
>
> The updatepo rule is in doc/C/Makefile.am, and it looks like it is
> failing because you lack the po4a-updatepo program. It's provided
> by the po4a package.
I do have that package installed and it appears the failure happens
just before that program is called:
make[5]: Entering directory
`/home/psusi/parted/parted-3.1.133-ae37/_build/doc/C'
cd ../../../doc/C; \
test -w . || exit 0; \
for name in parted.8 partprobe.8; do \
echo $name; \
cp po/$name.pot po/$name.new.pot; \
po4a-updatepo -f man -m $name -p po/$name.new.pot; \
diff -I '^\"POT-Creation-Date: ' po/$name.pot po/$name.new.pot 2>&1
> /dev/null; \
if [ $? ]; then \
mv po/$name.new.pot po/$name.pot; \
else \
rm -f po/$name.new.pot; \
fi; \
done
It looks to me like that is first trying to copy an existing pot file
before running po4a-updatepo, and that's the point of failure since it
does not yet exist:
parted.8
cp: cannot stat 'po/parted.8.pot': No such file or directory
Error while copying the PO file: No such file or directory
diff: po/parted.8.pot: No such file or directory
diff: po/parted.8.new.pot: No such file or directory
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
iQEcBAEBCgAGBQJTpjc6AAoJEI5FoCIzSKrwYZoH/ibzs9aJOOEX2hW3sWSZYbAD
qimK+s3j7f+639kDJiyqphQQCTiXzB/O9dQsthapcjHuTShQ3BXCwefh3JZ+fhwa
gHHZZuM4J/jx+qSsMiTbJu91lI08+hCQk+4DmtdVewf6NwaKOy2A4yU2QYEB8KVa
8TW1kJzbVhnlsviVLNSc0BDDGQXfYGOH/mAF51dOGOGctAR6iqmEpcd54tiqfa2X
xKsiclsCIZ+7Ws/6cCToJqerySMd5GegCF/1dwm0SvU+TnGI97+4MB2cHV98TUbA
7h7hcOJKPpVAdJ4jwO8T3TR09VsCCdWkwNI72a8ztW7l591sPO+cRflgs5CrpLw=
=FKe3
-----END PGP SIGNATURE-----
More information about the parted-devel
mailing list