Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 750806 - =dev-libs/raft-0.9.25 misses USE=static-libs and installs '.a' files
Summary: =dev-libs/raft-0.9.25 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:25 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:50 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/raft 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:46 UTC
The bug has been closed via the following commit(s):

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

commit bc505f63e9c1dce286594f6e77e69b6903145b19
Author:     Joonas Niilola <juippis@gentoo.org>
AuthorDate: 2020-10-23 08:02:48 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-10-23 08:06:33 +0000

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

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

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

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

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

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