Summary: | media-libs/opencv-4.8.1-r1 fails to build due to ABI issues | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Michael Cook <mackal.cook> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Michael Cook
2024-01-12 22:54:01 UTC
Could you please attach build.log and comment with emerge --info? And is the actual bug in media-libs/opencv or dev-libs/flatbuffer, or perhaps we leave that to the maintainer to decide. Or maybe related to bug 909081? I had the same issue Michael did, which turned out to be that my ABI_X86 was '32 64', and flatbuffers doesn't seem to support a 32 bit build, so flatbuffers' search would return nada when doing the system search. By doing ABI_X86=64 emerge opencv, I got past that. But then cmake complained about not being able to download a bunch of files from raw.githubusercontent.com claiming, 'could not resolve host name', but by this time, I'd lost patience with it. :) (In reply to Greg Kubaryk from comment #1) > Could you please attach build.log and comment with emerge --info? And is the > actual bug in media-libs/opencv or dev-libs/flatbuffer, or perhaps we leave > that to the maintainer to decide. > > Or maybe related to bug 909081? This is happening when building with ABI_X86="32 64" and it was in the 32 pass. flatbuffers is only 64, so it fails. Either need to remove ABI support in opencv or add it in flatbuffers. In the absence of rquested info, surely a dupe. *** This bug has been marked as a duplicate of bug 909081 *** Sorry, rather bug 921971. *** This bug has been marked as a duplicate of bug 921761 *** |