Bug 2240533 - perl-Date-Handler-1.2-28.fc40: Should build-require and require/recommend glibc-langpack-en: Locale en_US does not seem to be implemented on this system, keeping locale
Summary: perl-Date-Handler-1.2-28.fc40: Should build-require and require/recommend gli...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-Date-Handler
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Pisar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-09-25 07:01 UTC by Petr Pisar
Modified: 2023-11-03 18:22 UTC (History)
1 user (show)

Fixed In Version: perl-Date-Handler-1.2-29.fc40 perl-Date-Handler-1.2-29.fc39
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-11-03 18:22:57 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Petr Pisar 2023-09-25 07:01:07 UTC
Running tests without glibc-langpack-en produces a lot of warnings:

+ make test
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/0compiles.t ........ ok
Locale en_US does not seem to be implemented on this system, keeping locale 
Locale en_US does not seem to be implemented on this system, keeping locale 
Locale en_US does not seem to be implemented on this system, keeping locale 
[...]

This is because en_US is a default locale Handler.pm uses:

use constant DEFAULT_LOCALE => 'en_US';
[...]
sub new
[...]
    $self->{locale} = "";
    if(defined $args->{locale})
    {
        $self->SetLocale($args->{locale}) || $self->SetLocale($self->DEFAULT_LOCALE());
    }
    else
    {
        $self->SetLocale($self->DEFAULT_LOCALE());
    }

Comment 1 Fedora Update System 2023-09-25 11:08:53 UTC
FEDORA-2023-12f33849b5 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-12f33849b5

Comment 2 Fedora Update System 2023-09-26 01:26:14 UTC
FEDORA-2023-12f33849b5 has been pushed to the Fedora 39 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-12f33849b5`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-12f33849b5

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 3 Fedora Update System 2023-11-03 18:22:57 UTC
FEDORA-2023-12f33849b5 has been pushed to the Fedora 39 stable repository.
If problem still persists, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.