This is an auto-filed bug because dev-libs/libvoikko misses USE=static-libs and installs '.a' files. The issue was originally discovered on amd64, but it may be reproducible on other arches as well. The issue was discovered on the version reported in the summary but it may be reproducible on other versions as well. The best solution is avoid to build the '.a' files by touching the configure. In case the buildsystem makes your life hard, a good compromise would be just remove the files. See also:https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0302 NOTE: If you want to change the summary, to avoid auto-filed duplicates, please at least keep the word 'static-libs'
I can't find a controllable configure flag for static libs. So I guess it's either a patch, or dirty find "${D}" -name '*.la' -delete -o -name '*.a' -delete || die
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7991ee70424f45fb70cae7b1d9ee4a83ea83c65 commit c7991ee70424f45fb70cae7b1d9ee4a83ea83c65 Author: Joonas Niilola <juippis@gentoo.org> AuthorDate: 2020-06-07 08:25:51 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2020-06-07 08:26:57 +0000 dev-libs/libvoikko: remove all static files, #726990 Closes: https://bugs.gentoo.org/726990 Signed-off-by: Joonas Niilola <juippis@gentoo.org> dev-libs/libvoikko/libvoikko-4.3.ebuild | 2 ++ 1 file changed, 2 insertions(+)