Summary: | dev-libs/check-0.15.2-r1: removes static library breaking cmake config package file | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alfred Wingate <parona> |
Component: | Current packages | Assignee: | Joonas Niilola <juippis> |
Status: | RESOLVED FIXED | ||
Severity: | normal | Keywords: | PullRequest |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/40754 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 950956 |
Description
Alfred Wingate
2025-02-24 21:36:11 UTC
commit 6c5026b88f869f521d85d6a130982c2e92f63e75 Author: Joonas Niilola <juippis@gentoo.org> Date: Sat Mar 21 10:52:58 2020 +0200 dev-libs/check: migrate to CMake, "fix" tests, revbump 0.14.0 Bug: https://bugs.gentoo.org/711390 Signed-off-by: Joonas Niilola <juippis@gentoo.org> So uhh, check needs 'static-libs' use flag then? Or they just get installed unconditionally without any use flags. Use flags should have a rhyme and reason and here the avoidance of static libs is causing more harm than good. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6466f4c98c38a9ba61d857450068f6215e08c50 commit e6466f4c98c38a9ba61d857450068f6215e08c50 Author: Alfred Wingate <parona@protonmail.com> AuthorDate: 2025-02-25 17:14:02 +0000 Commit: Joonas Niilola <juippis@gentoo.org> CommitDate: 2025-02-26 07:14:47 +0000 dev-libs/check: fix cmake package config files Stop removing require static libs. In the meanwhile bump eapi and remove other cruft. Bug: https://bugs.gentoo.org/950252 Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/40754 Signed-off-by: Joonas Niilola <juippis@gentoo.org> dev-libs/check/check-0.15.2-r2.ebuild | 53 +++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) so, this is fixed? ... assuming so. |