Bug 462617

Summary: Cannot generate system-config-audit.pot
Product: [Fedora] Fedora Localization Reporter: Miloslav Trmač <mitr>
Component: WebsiteAssignee: Dimitris Glezos <dimitris>
Status: CLOSED NOTABUG QA Contact: Diego Búrigo Zacarão <diegobz>
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: aalam
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-09-18 15:04:29 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 Miloslav Trmač 2008-09-17 15:19:51 UTC
http://translate.fedoraproject.org/module/system-config-audit does not provide a .pot file, and contains the following error messages:

Notices (What are these?)

    * error PO file '/var/tmp/l10n-data/scratchdir/hg/system-config-audit.tip/po/system-config-audit.pot' doesn't exist.
    * error Can't get statistics for POT file '/var/tmp/l10n-data/scratchdir/hg/system-config-audit.tip/po/system-config-audit.pot'.
    * error Can't generate POT file, using old one if it exists.
    * error Can't copy new POT file to public location.

On Fedora-9, and intltool-0.37.1-1.fc9.i386, (intltool-update --pot) works correctly.

What version of intltool is used by translate.fp.org?

Are there any logs I can look at?

Comment 1 Dimitris Glezos 2008-09-17 23:19:46 UTC
$ intltool-update --version
intltool-update (intltool) 0.35.0

$ cat /etc/*release
Red Hat Enterprise Linux Server release 5.2 (Tikanga)

$ intltool-update --pot --verbose
Wrote ../src/system-config-audit.glade.h
Wrote ../system-config-audit.desktop.in.h
Building system-config-audit.pot...
Running /usr/bin/xgettext --add-comments --directory=. --output=system-config-audit.pot --files-from=./POTFILES.in.temp  --keyword=_ --keyword=N_ --msgid-bugs-address=<mitr> --from-code=ASCII
sh: mitr: No such file or directory
Removing generated header (.h) files...done.
ERROR: xgettext failed to generate PO template file. Please consult
       error message above if there is any.

Hope this helps.

Comment 2 Miloslav Trmač 2008-09-18 15:04:29 UTC
It does help, thank you!