Bug 430340
| Summary: | i18n: POT creation fails | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dimitris Glezos <dimitris> |
| Component: | system-config-network | Assignee: | Harald Hoyer <harald> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | high | ||
| Version: | rawhide | CC: | jmoskovc |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-03-31 10:41:58 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
hmm, version.py as well as some *.desktop files are only created after: $ configure $ make Aha, makes sense. But the tools (intltool, statistics interface) and translators don't know about that, so they'll be faced with a problem here. Maybe it can be fixed with other intltool based tools like `intltool-prepare` etc? Any idea on how other projects handle this? If it can't be fixed on the toolchain layer, maybe we could just have those files added in the VCS and overwritten when configure/make is called. should be fixed |
## Description of problem: There are some files missing from POTFILES.{in,skip} that cause intltool (and our translation statistics website) to choke. We need to make sure `intltool -r` never complains, otherwise translators can't work. $ intltool-update -r /usr/bin/xgettext: error while opening "./../src/version.py" for reading: No such file or directory ERROR: xgettext failed to generate PO template file. Please consult error message above if there is any. For more information, see the following FAQ: http://fedoraproject.org/wiki/L10N/Tools/Website#missing-files-no-pot