Bug 308271 - i18n: POT creation fails
Summary: i18n: POT creation fails
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: readahead
Version: 6
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Karel Zak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-09-27 01:05 UTC by Dimitris Glezos
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-10-01 23:13:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dimitris Glezos 2007-09-27 01:05:31 UTC
## Description of problem:

It seems that intltool-update fails for readahead:

po/$ intltool-update --pot -x
Building readahead.pot...
Running /usr/bin/xgettext --add-comments --directory=.
--output=readahead.pot --files-from=./POTFILES.in.temp  --keyword=_
--keyword=N_ --msgid-bugs-address=Karel Zak <kzak>
--from-code=ASCII
sh: kzak: No such file
Removing generated header (.h) files...done.
ERROR: xgettext failed to generate PO template file. Please consult
       error message above if there is any.

I think the following change is needed:

$ git diff po/Makevars 
diff --git a/po/Makevars b/po/Makevars
index f6e320c..d359962 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Karel Zak <kzak>
 # It can be your email address, or a mailing list address where
translators
 # can write to without being subscribed, or the URL of a web page
through
 # which the translators can contact you.
-MSGID_BUGS_ADDRESS = Karel Zak <kzak>
+MSGID_BUGS_ADDRESS = kzak
 
 # This is the list of locale categories, beyond LC_MESSAGES, for which
the
 # message catalogs shall be used.  It is usually empty.


This bug causes the statistics at
http://translate.fedoraproject.org/module/readahead to fail. A module should
either be able to create a POT file using intltool or provide a POT file.

Comment 1 Dimitris Glezos 2007-10-02 05:54:39 UTC
Confirming it's fixed -- thanks Karel.


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