Howdy,

When I run intltool-update -p in claws-email's op/ directory to build a po template file, intlltool-update quits with an error.

I think it is because intltool-update is inserting a string (--msgid- bugs-address="[EMAIL PROTECTED]) into the xgettext part of the process that xgettext interprets as an input file to scan for marked strings, but since this is not a file that should be scanned for marked strings, the fatal error occurs.

None of the other applications I've tried intltool-update -p on insert such a string into xgettext, and I don't think it should be here. When I grep for the string, the closest I find is in po/Makefile.in.in, which contains:

 --msgid-bugs-address="$$msgid_bugs_address"

Below find the verbose intltool-update -p -x output.

xgettext: warning: file `./../src/quote_fmt_parse.y' extension `y' is unknown; will try C xgettext: warning: file ` [EMAIL PROTECTED]' extension `org' is unknown; will try C xgettext: error while opening " [EMAIL PROTECTED] mail.org" for reading: No such file or directory
ERROR: xgettext failed to generate PO template file. Please consult
       error message above if there is any.
(P: compal-stable-20080206.mic.2)[EMAIL PROTECTED]:~/src/claws- mail/claws-mail-3.2.0/po# intltool-update -p -x
Building claws-mail.pot...
Running xgettext --add-comments --directory=. --default-domain=claws- mail --flag=g_strdup_printf:1:c-format --flag=g_string_printf:2:c- format --flag=g_string_append_printf:2:c-format --flag=g_error_new:3:c- format --flag=g_set_error:4:c-format --flag=g_markup_printf_escaped: 1:c-format --flag=g_log:3:c-format --flag=g_print:1:c-format -- flag=g_printerr:1:c-format --flag=g_printf:1:c-format --flag=g_fprintf: 2:c-format --flag=g_sprintf:2:c-format --flag=g_snprintf:3:c-format -- flag=g_scanner_error:2:c-format --flag=g_scanner_warn:2:c-format -- output=claws-mail.pot --files-from=./POTFILES.in.temp \ --msgid-bugs- address="[EMAIL PROTECTED]" --from-code=ASCII
Removing generated header (.h) files...done.
xgettext: warning: file `./../src/quote_fmt_parse.y' extension `y' is unknown; will try C xgettext: warning: file ` [EMAIL PROTECTED]' extension `org' is unknown; will try C xgettext: error while opening " [EMAIL PROTECTED] mail.org" for reading: No such file or directory
ERROR: xgettext failed to generate PO template file. Please consult
       error message above if there is any.

Anyone have any suggestions?

Kyle
-- 
Ubuntu-mobile mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile

Reply via email to