This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
update-po fails in "make distcheck"
- To: automake at gnu dot org
- Subject: update-po fails in "make distcheck"
- From: Pavel Roskin <proski at gnu dot org>
- Date: Thu, 21 Sep 2000 11:46:49 -0400 (EDT)
- cc: Paul Eggert <eggert at twinsun dot com>, Jim Meyering <meyering at ascend dot com>, Ulrich Drepper <drepper at cygnus dot com>
- List-Id: Discussion list for automake <automake.gnu.org>
Hello!
I have recently converted GNU Midnight Commander to Automake. However,
there is one problem that prevents "make distcheck" from working.
"make distcheck" creates a tarball, unpacks it, sets permissions to
read-only, builds the package and tests some of the make targets to ensure
that all the necessary files are present.
One of those commands is "make dist" (note that it's the _second_ "make
dist" that is run by "make distcheck").
"make dist" runs "make distdir" recursively. In the "po" directory
"distdir" depends on "update-po" that tries to update *.po files in the
source directory and fails because the source directory is read-only.
It should be trivial to fix, but I would like to avoid local hacks.
Can anybody tell me who is maintaining gettext now and where I should
discuss this problem?
I don't think that Automake should include any workarounds - gettext is
free software and should be fixed.
I see some unofficial attempts to fix gettext, e.g. in grep-2.4.2. I'd
like to submit my changes to those unofficial sources if they are at least
somehow maintained.
Regards,
Pavel Roskin
_______________________________________________
Automake mailing list
Automake@gnu.org
http://mail.gnu.org/mailman/listinfo/automake