* Mikle Kolyada <zlog.gen...@gmail.com>: > Lately, i saw many bugs like =dev-perl/${packagename}: fails test.
Strange, I didn't. > Me just interested proper way to fix those bugs? I think it depends on the bug. So let's have a look at all "dev-perl" bugs in the last month: https://bugs.gentoo.org/buglist.cgi?short_desc=dev-perl&chfieldto=Now&chfield=%5BBug%20creation%5D&chfieldfrom=-1M&short_desc_type=allwordssubstr I see four bugs with test failures in the summary. The last three are probably caused by not running perl-cleaner and invalid as the dependencies are already correct. The libintl-perl tests depend on the locale setting. An upstream bug was filed a long time ago and we tried to skip the tests if they will fail but probably missed some case. -- Thanks Torsten