https://bugzilla.redhat.com/show_bug.cgi?id=1313248 Bug ID: 1313248 Summary: perl-Date-Handler-1.2-5.fc25 FTBFS: Locale french does not seem to be implemented on this system Product: Fedora Version: rawhide Component: perl-Date-Handler Assignee: ddick@xxxxxxxx Reporter: ppisar@xxxxxxxxxx QA Contact: extras-qa@xxxxxxxxxxxxxxxxx CC: ddick@xxxxxxxx, perl-devel@xxxxxxxxxxxxxxxxxxxxxxx perl-Date-Handler-1.2-5.fc25 fails to build in F25 because tests fail: t/3ranges.t .......... ok Locale french does not seem to be implemented on this system, keeping locale en_US # Test 1 got: "wednesday" (/home/test/fedora/perl-Date-Handler/Date-Handler-1.2/blib/lib/Date/Handler/Test.pm at line 1082) # Expected: "mercredi" # /home/test/fedora/perl-Date-Handler/Date-Handler-1.2/blib/lib/Date/Handler/Test.pm line 1082 is: ok(lc $day_french, lc "Mercredi"); Locale spanish does not seem to be implemented on this system, keeping locale en_US # Test 2 got: "wednesday" (/home/test/fedora/perl-Date-Handler/Date-Handler-1.2/blib/lib/Date/Handler/Test.pm at line 1088) # Expected: "mi\xE9rcoles" # /home/test/fedora/perl-Date-Handler/Date-Handler-1.2/blib/lib/Date/Handler/Test.pm line 1088 is: ok(lc $day_spanish, lc "mi�rcoles"); t/4locale.t .......... Failed 2/2 subtests This is caused by removal of French and Spanish locales from glibc. Proper fix should be to build-require glibc-langpack-fr and glibc-langpack-es. Similar issue will be in F24. -- You are receiving this mail because: You are on the CC list for the bug. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx http://lists.fedoraproject.org/admin/lists/perl-devel@xxxxxxxxxxxxxxxxxxxxxxx