adriantr09 / gecko-mediaplayer

Automatically exported from code.google.com/p/gecko-mediaplayer
GNU General Public License v2.0
0 stars 0 forks source link

Compile fails on pt_BR.po #11

Closed GoogleCodeExporter closed 8 years ago

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

What is the expected output? What do you see instead?
Error output:
Making all in po
make[2]: Entering directory
`/usr/src/redhat/SOURCES/gecko-mediaplayer-0.9.4/po'
file=./`echo es | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -c -o $file es.po
file=./`echo fr | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -c -o $file fr.po
file=./`echo it | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -c -o $file it.po
file=./`echo pl | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -c -o $file pl.po
file=./`echo pt_BR | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -c -o $file pt_BR.po
/usr/bin/msgfmt: pt_BR.po: some header fields still have the initial
default value
/usr/bin/msgfmt: found 1 fatal error
make[2]: *** [pt_BR.gmo] Error 1
make[2]: Leaving directory `/usr/src/redhat/SOURCES/gecko-mediaplayer-0.9.4/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/SOURCES/gecko-mediaplayer-0.9.4'
make: *** [all] Error 2

What version of the product are you using? On what operating system?
0.9.4 on CentOS 5.2

Please provide any additional information below.
The attached patch (gecko-mediaplayer-0.9.4-pt_br_fix.patch) will fix the
problem.

Original issue reported on code.google.com by thomasc...@gmail.com on 6 Feb 2009 at 7:55

Attachments:

GoogleCodeExporter commented 8 years ago
Surprised that is a fatal error, as it is not on Fedora. Anyway it should be 
fix in SVN.

Original comment by kdeko...@gmail.com on 6 Feb 2009 at 8:09