Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 737184 - =dev-libs/tntnet-2.2.1-r2 misses USE=static-libs and installs '.a' files
Summary: =dev-libs/tntnet-2.2.1-r2 misses USE=static-libs and installs '.a' files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Joerg Bornkessel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: static-libs
  Show dependency tree
 
Reported: 2020-08-15 05:00 UTC by Agostino Sarubbo
Modified: 2020-08-29 13:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-08-15 05:00:03 UTC
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'
Comment 1 Larry the Git Cow gentoo-dev 2020-08-27 21:32:30 UTC
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(-)
Comment 2 Larry the Git Cow gentoo-dev 2020-08-29 13:13:05 UTC
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(-)
Comment 3 David Seifert gentoo-dev 2020-08-29 13:16:06 UTC
@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).