Summary: | dev-perl/Text-Aspell fails tests | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Tobias Scherbaum (RETIRED) <dertobi123> |
Component: | New packages | Assignee: | Gentoo Perl team <perl> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Tobias Scherbaum (RETIRED)
![]() Looks like you don't have app-text/aspell which Text-Aspell DEPENDs on. Could you try emerging it and let us know if it works? [ebuild R ] app-text/aspell-0.60.4 USE="nls -gpm" 0 kB [ebuild R ] app-dicts/aspell-en-0.51.1 0 kB aspell and the english aspell dictionary already were installed (that's what DEPEND is for ...) I had a look at the testsuites of 0.04, 0.05 and 0.06 and all of them fail at least on the initial test on installations where LC is set to something different than 'en_US'. Unless we want to do some use-test depend voodoo like DEP='test? ( app-dicts/aspell-$MY_LC )' the testsuites all need patching. Next problem: The testsuites all differ majorly and fail on other tests too. The testsuite of 0.06 looks promising but it seems like cmp_ok is used in a wrong context there. I suggest disabling tests for now as we've got no sensible way to ensure that the tests work. Disabled tests in 0.04 - 0.06. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e137ceb0a293ea19a79ddced59e4436150ab75b commit 0e137ceb0a293ea19a79ddced59e4436150ab75b Author: Kent Fredric <kentnl@gentoo.org> AuthorDate: 2018-03-15 06:33:25 +0000 Commit: Kent Fredric <kentnl@gentoo.org> CommitDate: 2018-03-15 06:33:25 +0000 dev-perl/Text-Aspell: EAPI6 + tests - EAPI6ify - Restore tests which appear to be sane upstream now - Purge author tests Bug: https://bugs.gentoo.org/147897 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-perl/Text-Aspell/Text-Aspell-0.90.0-r2.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)} |