Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 750809 - =dev-libs/dqlite-1.6.0 misses USE=static-libs and installs '.a' files
Summary: =dev-libs/dqlite-1.6.0 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: Joonas Niilola
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: static-libs
  Show dependency tree
 
Reported: 2020-10-23 07:50 UTC by Agostino Sarubbo
Modified: 2020-10-23 09:24 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-10-23 07:50:57 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/dqlite 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'
Comment 1 Larry the Git Cow gentoo-dev 2020-10-23 08:06:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f55a24e3653e6b498c1444d4030f5492fa083e

commit 37f55a24e3653e6b498c1444d4030f5492fa083e
Author:     Joonas Niilola <juippis@gentoo.org>
AuthorDate: 2020-10-23 08:04:50 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-10-23 08:06:33 +0000

    dev-libs/dqlite: don't install .a & .la files
    
    Closes: https://bugs.gentoo.org/750809
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 dev-libs/dqlite/dqlite-1.6.0.ebuild | 5 +++++
 1 file changed, 5 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2020-10-23 09:24:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c0da7447257be4c9e3168a86d1202733751e63

commit 24c0da7447257be4c9e3168a86d1202733751e63
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2020-10-23 09:24:48 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-10-23 09:24:48 +0000

    dev-libs/dqlite: Disable building of static libraries
    
    Closes: https://bugs.gentoo.org/750809
    Package-Manager: Portage-3.0.8, Repoman-3.0.2
    Signed-off-by: David Seifert <soap@gentoo.org>

 dev-libs/dqlite/dqlite-1.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)