Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 726980 - =dev-libs/libspt-1.1-r4 misses USE=static-libs and installs '.a' files
Summary: =dev-libs/libspt-1.1-r4 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: CJK Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: static-libs
  Show dependency tree
 
Reported: 2020-06-03 18:44 UTC by Agostino Sarubbo
Modified: 2020-08-14 12:46 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-06-03 18:44:55 UTC
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'
Comment 1 Larry the Git Cow gentoo-dev 2020-08-11 13:18:36 UTC
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(-)
Comment 2 Larry the Git Cow gentoo-dev 2020-08-14 12:45:01 UTC
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(-)
Comment 3 David Seifert gentoo-dev 2020-08-14 12:46:40 UTC
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.