https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-libs/tntnet misses USE=static-libs and installs '.a' files. Discovered on: amd64 (internal ref: tinderbox) 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=9686d9bc86cbc02fccce616245d2edfdac17be24 commit 9686d9bc86cbc02fccce616245d2edfdac17be24 Author: Joerg Bornkessel <hd_brummy@gentoo.org> AuthorDate: 2020-08-27 21:31:57 +0000 Commit: Joerg Bornkessel <hd_brummy@gentoo.org> CommitDate: 2020-08-27 21:31:57 +0000 dev-libs/tntnet: cleanup old, use=static-lib and installs '.a' files better handling for .a and .la files by use flag handling Closes: https://bugs.gentoo.org/737184 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org> dev-libs/tntnet/tntnet-2.2.1-r1.ebuild | 92 ---------------------- ...tnet-2.2.1-r2.ebuild => tntnet-2.2.1-r3.ebuild} | 7 +- 2 files changed, 6 insertions(+), 93 deletions(-)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd52419b82ae922b54c7a79e1ff02bba20fa0a7d commit dd52419b82ae922b54c7a79e1ff02bba20fa0a7d Author: David Seifert <soap@gentoo.org> AuthorDate: 2020-08-29 13:12:51 +0000 Commit: David Seifert <soap@gentoo.org> CommitDate: 2020-08-29 13:12:51 +0000 dev-libs/tntnet: [QA] Many fixes * Do not build static archives * Add missing `|| die` * Add missing sub-slot operators * Clean examples properly * Rebase patch * Use `default` correctly * Remove `eutils.eclass` * Use bash-arrays for `econf` arguments Closes: https://bugs.gentoo.org/737184 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: David Seifert <soap@gentoo.org> .../tntnet/files/tntnet-2.0-zlib-minizip.patch | 12 ++--- dev-libs/tntnet/tntnet-2.2.1-r3.ebuild | 62 ++++++++++------------ 2 files changed, 34 insertions(+), 40 deletions(-)
@Jörg, please have a look at my commit. Your ebuilds oftentimes don't meet QA standards (eutils, missing || die, eapply_user after eautoreconf, building static archives even though the QA document disallows this, patches that don't apply cleanly, examples is full of compiled code).