Summary: | dev-libs/libgpiod-1.4.1 : configure: error: Package requirements (libkmod >= 18) were not met: | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Anthony Basile <blueness> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dan |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
dev-libs:libgpiod-1.4.1:20191211-141656.log emerge-history.txt environment etc.portage.tbz2 logs.tbz2 temp.tbz2 |
Description
Toralf Förster
![]() Created attachment 599208 [details]
emerge-info.txt
Created attachment 599210 [details]
dev-libs:libgpiod-1.4.1:20191211-141656.log
Created attachment 599212 [details]
emerge-history.txt
Created attachment 599214 [details]
environment
Created attachment 599216 [details]
etc.portage.tbz2
Created attachment 599218 [details]
logs.tbz2
Created attachment 599220 [details]
temp.tbz2
All versions of kmod in ::gentoo are above 18. I'm not sure how this was triggered. Yeah, emerge-history.txt contains:
>2019-12-09T08:06:15 >>> sys-apps/kmod-26-r3
(In reply to Sam James from comment #9) > Yeah, emerge-history.txt contains: > >2019-12-09T08:06:15 >>> sys-apps/kmod-26-r3 Oh, I get it! It's a multilib ebuild and the check dies on the ABI_X86_32 build. The eclass (linux-mod) does not add a MULTILIB_USEDEP dep. (In reply to Sam James from comment #10) > (In reply to Sam James from comment #9) > > Yeah, emerge-history.txt contains: > > >2019-12-09T08:06:15 >>> sys-apps/kmod-26-r3 > > Oh, I get it! It's a multilib ebuild and the check dies on the ABI_X86_32 > build. The eclass (linux-mod) does not add a MULTILIB_USEDEP dep. EAPI=8 does not allow default in pkg_setup phase. Looks like the eclass needs multilib support. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba1b62c7bd0698c5b58f4bf371345bfeea2e958 commit 8ba1b62c7bd0698c5b58f4bf371345bfeea2e958 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-09-09 09:15:12 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-09-09 09:15:36 +0000 dev-libs/libgpiod: add missing test deps Not worrying about old version as multilib got dropped. Closes: https://bugs.gentoo.org/702568 Closes: https://bugs.gentoo.org/865197 Signed-off-by: Sam James <sam@gentoo.org> dev-libs/libgpiod/libgpiod-1.6.3-r4.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) |