This is an auto-filed bug because dev-libs/concurrencykit 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'
Submited a patch for Upstream.
Patch accepted!
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e2dd79d860822c8ee78b6844511472a2bbcc6a commit d9e2dd79d860822c8ee78b6844511472a2bbcc6a Author: Conrad Kostecki <conikost@gentoo.org> AuthorDate: 2020-11-22 01:47:55 +0000 Commit: Conrad Kostecki <conikost@gentoo.org> CommitDate: 2020-11-22 01:50:36 +0000 dev-libs/concurrencykit: fixed several bugs This is a overhaul of the whole ebuild. Nothing will change for the user, so I will keep the stable keyword for amd64, as I will drop 0.7.0 afterwards. Fixes: 1) Fixed calling AR - upstream accepted patch. 2) Failing tests on x86 - Setting PROFILE correctly. 3) Disabling static libs - upstream accepted patch. 4) Updated patches to use from upstreams git. Closes: https://bugs.gentoo.org/721926 Closes: https://bugs.gentoo.org/733170 Closes: https://bugs.gentoo.org/726398 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> .../concurrencykit/concurrencykit-0.7.0-r1.ebuild | 40 ++++++++ .../files/concurrencykit-0.7.0-ar.patch | 112 +++++++++++++++++++++ .../files/concurrencykit-0.7.0-glibc-2.30.patch | 54 ++++++++++ .../files/concurrencykit-0.7.0-gzip.patch | 58 +++++++++++ .../files/concurrencykit-0.7.0-static-libs.patch | 75 ++++++++++++++ 5 files changed, 339 insertions(+)