This is an auto-filed bug because dev-libs/capstone 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. NOTE: If you want to change the summary, to avoid auto-filed duplicates, please at least keep the word 'static-libs'
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa42a94e69af8e64611dd012457691e8b420adf commit efa42a94e69af8e64611dd012457691e8b420adf Author: Sergei Trofimovich <slyfox@gentoo.org> AuthorDate: 2020-05-20 17:53:27 +0000 Commit: Sergei Trofimovich <slyfox@gentoo.org> CommitDate: 2020-05-20 17:53:40 +0000 dev-libs/capstone: switch to cmake, add USE=static-libs, bug #724302 Make-based build system can't handle shared-only cstoll linkage. Let's switch over to cmake and see how it goes. Reported-by: Agostino Sarubbo Closes: https://bugs.gentoo.org/724302 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> dev-libs/capstone/capstone-4.0.2-r1.ebuild | 70 ++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+)