[Bug 1044943] perl-Gtk2 GUI programs fails to start when using DBD::Pg

bugzilla at redhat.com bugzilla at redhat.com
Thu Dec 19 13:18:01 UTC 2013


https://bugzilla.redhat.com/show_bug.cgi?id=1044943



--- Comment #2 from doome at uhusystems.com ---
Getting closer:

The two case seems to be two different issue.

case 2 (package 'm' is not registered) could be solved by upgrading perl-glib.

case 1 (invalid version format) is probably caused by LC_NUMERIC as below:

LC_NUMERIC=hu_HU.utf8 perl -e 'use Gtk2 -init; use DBD::Pg;'
Invalid version format (non-numeric data) at
/usr/share/perl5/vendor_perl/Exporter/Heavy.pm line 237.
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.

LC_NUMERIC=C perl -e 'use Gtk2 -init; use DBD::Pg;' - runs without error even
with 1.280 Glib packaged in F20.


In hungarian locale decimal comma is used instead of decimal point. I think
this could be the root cause of the problem somehow...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=K2wAfpL3Tc&a=cc_unsubscribe



More information about the perl-devel mailing list