This is an auto-filed bug because dev-libs/libspt 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'
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5208c5b1bab20efa7a4b7b87b3a64ba6c418bbd commit d5208c5b1bab20efa7a4b7b87b3a64ba6c418bbd Author: Akinori Hattori <hattya@gentoo.org> AuthorDate: 2020-08-11 13:16:21 +0000 Commit: Akinori Hattori <hattya@gentoo.org> CommitDate: 2020-08-11 13:16:21 +0000 dev-libs/libspt: add static-libs USE flag Closes: https://bugs.gentoo.org/726980 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Akinori Hattori <hattya@gentoo.org> dev-libs/libspt/libspt-1.1-r2.ebuild | 6 ++++-- dev-libs/libspt/libspt-1.1-r4.ebuild | 8 +++++--- 2 files changed, 9 insertions(+), 5 deletions(-)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92180613098df2491c2b7405c82143e20932d95f commit 92180613098df2491c2b7405c82143e20932d95f Author: David Seifert <soap@gentoo.org> AuthorDate: 2020-08-14 12:44:47 +0000 Commit: David Seifert <soap@gentoo.org> CommitDate: 2020-08-14 12:44:47 +0000 dev-libs/libspt: [QA] Remove 'static-libs' from IUSE Closes: https://bugs.gentoo.org/726980 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: David Seifert <soap@gentoo.org> dev-libs/libspt/libspt-1.1-r2.ebuild | 13 ++++++++++--- dev-libs/libspt/libspt-1.1-r4.ebuild | 9 ++++++--- 2 files changed, 16 insertions(+), 6 deletions(-)
hattya: as stated in the policy guide linked by ago, please do not add "static-libs" to packages' IUSE liberally, unless there is an absolute requirement.