https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-libs/libmpack misses USE=static-libs and installs '.a' files. Discovered on: amd64 (internal ref: ci) 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'
Is there any build.log? I am unable to reproduce that. If I run it on my system, everything is fine and no '.a' file is installed: >>> Installing (1 of 1) dev-libs/libmpack-1.0.5::gentoo * checking 5 files for package collisions >>> Merging dev-libs/libmpack-1.0.5 to / --- /usr/ --- /usr/include/ >>> /usr/include/mpack.h --- /usr/lib64/ --- /usr/lib64/pkgconfig/ >>> /usr/lib64/pkgconfig/mpack.pc >>> /usr/lib64/libmpack.so.0.0.0 >>> /usr/lib64/libmpack.so -> libmpack.so.0.0.0 >>> /usr/lib64/libmpack.so.0 -> libmpack.so.0.0.0 >>> dev-libs/libmpack-1.0.5 merged. >>> Regenerating /etc/ld.so.cache... >>> Auto-cleaning packages... >>> No outdated packages were found on your system. * GNU info directory index is up-to-date.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b86bc3a3eda2405c55983cf5fadd328d379e573a commit b86bc3a3eda2405c55983cf5fadd328d379e573a Author: Conrad Kostecki <conikost@gentoo.org> AuthorDate: 2020-12-01 10:16:48 +0000 Commit: Conrad Kostecki <conikost@gentoo.org> CommitDate: 2020-12-01 10:16:48 +0000 dev-lua/mpack: fix reversed deps Closes: https://bugs.gentoo.org/757831 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> dev-lua/mpack/mpack-1.0.8-r1.ebuild | 71 +++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+)
Closing here. If you have a build.log or can reproduce, feel free to open.
Can you try if with features=test you have that library?
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7faf3a9e42f8ea52bf2ea3c99d30d2ae85ca3e9 commit a7faf3a9e42f8ea52bf2ea3c99d30d2ae85ca3e9 Author: Conrad Kostecki <conikost@gentoo.org> AuthorDate: 2020-12-05 20:55:42 +0000 Commit: Conrad Kostecki <conikost@gentoo.org> CommitDate: 2020-12-05 20:55:42 +0000 dev-libs/libmpack: fix tests Closes: https://bugs.gentoo.org/757831 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost@gentoo.org> dev-libs/libmpack/libmpack-1.0.5.ebuild | 4 ++++ 1 file changed, 4 insertions(+)