Bug 308271

Summary: i18n: POT creation fails
Product: [Fedora] Fedora Reporter: Dimitris Glezos <dimitris>
Component: readaheadAssignee: Karel Zak <kzak>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 6   
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: 2007-10-01 23:13:09 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:

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.