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

            Bug ID: 2240533
           Summary: 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
           Product: Fedora
           Version: rawhide
            Status: NEW
         Component: perl-Date-Handler
          Assignee: ppi...@redhat.com
          Reporter: ppi...@redhat.com
        QA Contact: extras...@fedoraproject.org
                CC: perl-devel@lists.fedoraproject.org, ppi...@redhat.com
  Target Milestone: ---
    Classification: Fedora



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());
    }


-- 
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=2240533

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202240533%23c0
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/perl-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to