[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [wdiff-bugs] Cygwin-bug#20070822T0857: cvs build error
From: |
Jari Aalto |
Subject: |
Re: [wdiff-bugs] Cygwin-bug#20070822T0857: cvs build error |
Date: |
Thu, 20 Nov 2008 07:48:04 +0200 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux) |
"Denver Gingerich" <address@hidden> writes:
> On Wed, Nov 19, 2008 at 10:29 AM, Jari Aalto <address@hidden> wrote:
>
>> Denver Gingerich <address@hidden> writes:
>>
>>> On Mon, Nov 17, 2008 at 7:54 AM, Jari Aalto <address@hidden> wrote:
>>>
>>>> Compiling works now, but this problem comes from the po/
>>>>
>>>> address@hidden ls -la po/*es*
>>>> -rw-r--r-- 1 root None 1790 Jul 12 2007 po/Rules-quot
>>>> -rw-r--r-- 1 root None 50348 Jun 20 23:44 po/es.po
>>>>
>>>> $ cd po/
>>>> $ make all
>>>> test ! -f ./wdiff.pot || \
>>>> test -z "ca.gmo cs.gmo da.gmo de.gmo address@hidden
>>>> address@hidden en_GB.gmo es.gmo et.gmo fi.gmo fr.gmo ga.gmo gl.gmo hu.gmo
>>>> id.gmo it.gmo ms.gmo nb.gmo nl.gmo no.gmo pl.gmo pt_BR.gmo ro.gmo ru.gmo
>>>> sk.gmo sl.gmo sv.gmo tr.gmo vi.gmo zh_CN.gmo zh_TW.gmo" || make ca.gmo
>>>> cs.gmo da.gmo de.gmo address@hidden address@hidden en_GB.gmo es.gmo et.gmo
>>>> fi.gmo fr.gmo ga.gmo gl.gmo hu.gmo id.gmo it.gmo ms.gmo nb.gmo nl.gmo
>>>> no.gmo pl.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sv.gmo tr.gmo vi.gmo
>>>> zh_CN.gmo zh_TW.gmo
>>>> make[1]: Entering directory `/home/root/tmp/wdiff/.build/build/po'
>>>> : --update ca.po wdiff.pot
>>>> : --update cs.po wdiff.pot
>>>> : --update da.po wdiff.pot
>>>> : --update de.po wdiff.pot
>>>> make[1]: address@hidden' is up to date.
>>>> make[1]: address@hidden' is up to date.
>>>> : --update en_GB.po wdiff.pot
>>>> : --update es.po wdiff.pot
>>>> rm -f es.gmo && : -c --statistics -o es.gmo es.po
>>>> mv: cannot stat `t-es.gmo': No such file or directory
>>>> make[1]: *** [es.gmo] Error 1
>> So, the version seems to be 0.17
>
> It appears to be, although it's unclear whether the usual gettext
> commands are being run as they should be during the build process.
> What do you get when you run the following?
>
> msgfmt --version
> msgmerge --version
> gettext --version
>From Cygwin tar package:
-rwxr-xr-x cwilson/Users 29696 2008-11-10 04:01 usr/bin/gettext.exe
-rwxr-xr-x cwilson/Users 29696 2008-11-10 04:01 usr/bin/ngettext.exe
-rwxr-xr-x cwilson/Users 30208 2008-11-10 04:01 usr/bin/envsubst.exe
-rwxr-xr-x cwilson/Users 4653 2008-11-10 03:51 usr/bin/gettext.sh
-rw-r--r-- cwilson/Users 48396 2008-11-10 03:51 usr/lib/libintl.a
-rw-r--r-- cwilson/Users 30674 2008-11-10 03:51 usr/lib/libintl.dll.a
-rw-r--r-- cwilson/Users 926 2008-11-10 03:51 usr/lib/libintl.la
$ msgfmt --version
bash: msgfmt: command not found
$ msgmerge --version
bash: msgmerge: command not found
$ gettext --version
gettext (GNU gettext-runtime) 0.17
Copyright (C) 1995-1997, 2000-2007 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Ulrich Drepper.
$ gettext.sh --version
/usr/bin/gettext.sh (GNU gettext-runtime) 0.17
Copyright (C) 2003-2007 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Bruno Haible
Jari