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: ppisar@redhat.com Reporter: ppisar@redhat.com QA Contact: extras-qa@fedoraproject.org CC: perl-devel@lists.fedoraproject.org, ppisar@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()); }
https://bugzilla.redhat.com/show_bug.cgi?id=2240533
Petr Pisar ppisar@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version| |perl-Date-Handler-1.2-29.fc | |40 Status|ASSIGNED |MODIFIED
https://bugzilla.redhat.com/show_bug.cgi?id=2240533
--- Comment #1 from Fedora Update System updates@fedoraproject.org --- FEDORA-2023-12f33849b5 has been submitted as an update to Fedora 39. https://bodhi.fedoraproject.org/updates/FEDORA-2023-12f33849b5
https://bugzilla.redhat.com/show_bug.cgi?id=2240533
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|MODIFIED |ON_QA
--- Comment #2 from Fedora Update System updates@fedoraproject.org --- 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.
https://bugzilla.redhat.com/show_bug.cgi?id=2240533
Fedora Update System updates@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed In Version|perl-Date-Handler-1.2-29.fc |perl-Date-Handler-1.2-29.fc |40 |40 | |perl-Date-Handler-1.2-29.fc | |39 Status|ON_QA |CLOSED Resolution|--- |ERRATA Last Closed| |2023-11-03 18:22:57
--- Comment #3 from Fedora Update System updates@fedoraproject.org --- 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.
perl-devel@lists.fedoraproject.org