Mailinglist Archive: opensuse-bugs (7153 mails)
| < Previous | Next > |
[Bug 354598] mkinitrd throws error messages about LC_*
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Tue, 29 Jan 2008 01:41:35 -0700 (MST)
- Message-id: <20080129084135.DBE4524538F@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=354598
User holler@xxxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=354598#c4
--- Comment #4 from Hans-Peter Holler <holler@xxxxxxxxxxx> 2008-01-29 01:41:35
MST ---
Tracked it down:
It's perl-base-5.10.0 vs perl-gettext-1.05
Try running this script:
#! /usr/bin/perl
use POSIX;
use Locale::gettext;
Commenting out line 282 in
/usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi/Locale/gettext.pm:
locale_h => [qw(LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY
LC_MESSAGES LC_ALL)],
makes the testscript and /sbin/update-bootloader silent.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
User holler@xxxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=354598#c4
--- Comment #4 from Hans-Peter Holler <holler@xxxxxxxxxxx> 2008-01-29 01:41:35
MST ---
Tracked it down:
It's perl-base-5.10.0 vs perl-gettext-1.05
Try running this script:
#! /usr/bin/perl
use POSIX;
use Locale::gettext;
Commenting out line 282 in
/usr/lib/perl5/vendor_perl/5.10.0/i586-linux-thread-multi/Locale/gettext.pm:
locale_h => [qw(LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY
LC_MESSAGES LC_ALL)],
makes the testscript and /sbin/update-bootloader silent.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |