mario0alberto1 / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
0 stars 0 forks source link

/usr/bin/msgfmt: fy.po: field `Last-Translator' still has initial default value #493

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./configure; make

What is the expected output? What do you see instead?

<snip>
file=./`echo fy | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -c -o $file fy.po
/usr/bin/msgfmt: fy.po: field `Last-Translator' still has initial default value
/usr/bin/msgfmt: found 1 fatal error
make[2]: *** [fy.gmo] Error 1
<snip>

This patch will fix it, though I don't know what the proper value should be:

diff -aur gnome-mplayer-svn1934/po/fy.po gnome-mplayer-svn1934-new/po/fy.po
--- gnome-mplayer-svn1934/po/fy.po      2011-03-09 15:06:50.000000000 -0800
+++ gnome-mplayer-svn1934-new/po/fy.po  2011-03-09 15:17:57.000000000 -0800
@@ -9,7 +9,7 @@
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2011-03-03 07:34-0700\n"
 "PO-Revision-Date: 2009-09-14 09:18+0000\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Last-Translator: UNKNOWN<UNKNOWN@UNKNOWN>\n"
 "Language-Team: Frisian <fy@li.org>\n"
 "Language: \n"
 "MIME-Version: 1.0\n"

What version of the product are you using? On what operating system?
svn r1934 on CentOS 5

Original issue reported on code.google.com by thomasc...@gmail.com on 9 Mar 2011 at 11:24

GoogleCodeExporter commented 8 years ago
Doesn't fail on any of my machines (Fedora 12, 13, & 14) with that.. appears to 
be a very picky version of msgfmt 

But fixed in SVN

Original comment by kdeko...@gmail.com on 9 Mar 2011 at 11:28