Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 418479 - =dev-perl/libintl-perl-1.200.0 fails tests
Summary: =dev-perl/libintl-perl-1.200.0 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL: https://rt.cpan.org/Public/Bug/Displa...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-01 06:26 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2012-06-24 19:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
/var/log/portage/dev-perl:libintl-perl-1.200.0:20120617-155955.log.gz (dev-perl:libintl-perl-1.200.0:20120617-155955.log.gz,28.52 KB, application/x-gzip)
2012-06-17 16:31 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2012-06-01 06:26:35 UTC
Known upstream bug. 

If you have any de_ locales, you must also have de_AT or tests will fail. 

Present work-arounds:

 1. remove all de_ locales
 2. add "de_AT ISO-8859-15" to /etc/locales.gen and run locale-gen
 3. disable tests. 

possibly, the ebuild could be tweaked as such 

src_test {
   if grep -q "de_" <( locale -a ); then
     if grep -q "de_AT" <( locale -a ); then
        perl-module_src_test;
     else
        ewarn "Skipping tests, known broken with de_ and without de_AT";
        # die here maybe? 
     fi;
   else 
        perl-module_src_test;
   fi;
}
Comment 1 Toralf Förster gentoo-dev 2012-06-17 16:31:34 UTC
Created attachment 315607 [details]
/var/log/portage/dev-perl:libintl-perl-1.200.0:20120617-155955.log.gz

I do not have de_AT set and get the failed test at an almost stable x86 Gentoo as seen attached.
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2012-06-24 19:00:32 UTC
Fixed. Thanks