On Sat, Jun 21, 2014 at 6:54 PM, Phillip Susi <[email protected]> wrote: > 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; \
Good catch. I notice that you can avoid it by touching each file, as done in the following, just-pushed patch. However, the success or failure of those commands currently does not impact the success of "make dist", which is a bug. Nor are the resulting files even distributed, so one might argue that it's fine that the failure is ignored.
0001-maint-correct-a-POT-file-updating-rule.patch
Description: Binary data

