Bug 485024 - Broken translation for German
Summary: Broken translation for German
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: lrzsz
Version: 10
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Miroslav Lichvar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-02-11 08:33 UTC by Dwayne Bailey
Modified: 2009-02-11 13:32 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-02-11 13:32:50 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Changes to .spec to delete all po/*.gmo before building (442 bytes, patch)
2009-02-11 08:35 UTC, Dwayne Bailey
no flags Details | Diff

Description Dwayne Bailey 2009-02-11 08:33:58 UTC
Description of problem:
The German .mo file installed by lrzsz is broken.  This is due to the fact that source tarball includes a broken de.gmo, newer ones are not created due to Makefile rules.

msgunfmt /usr/share/locale/de/LC_MESSAGES/lrzsz.mo

Observer all the errors about multibyte encoding errors

Version-Release number of selected component (if applicable):
0.12.20

How reproducible:
Always

Steps to Reproduce:
1. in tarball
2. cd po/
3. ls -l de.gmo
4. do all building stuff
5. ls -l de.gmo - unchanged
6. msgfmt de.po
7. ls -l messages.mo - notice different sizes
8. rm po/de.gmo
9. make
10. ls -l po/de.gmo - notice that its updated and matches messages.mo size
  
Actual results:
Nothing built

Expected results:
We build correctly

Additional info:
I'll attach idea of a patch

Comment 1 Dwayne Bailey 2009-02-11 08:35:38 UTC
Created attachment 331531 [details]
Changes to .spec to delete all po/*.gmo before building

I did think about patching the source, but that seemed like overkill.  Instead I simply removed all po/*.gmo from the tarball before we run make

Comment 2 Miroslav Lichvar 2009-02-11 13:32:50 UTC
Fixed in lrzsz-0.12.20-25.fc11. Thanks.


Note You need to log in before you can comment on or make changes to this bug.