| Summary: | media-libs/opencv-4.8.0-r1 fails to compile: convolution.cpp:143:19: error: struct cv::dnn::FastConv has no member named weightsBuf_FP16 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
| Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | sam |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| See Also: | https://bugs.gentoo.org/show_bug.cgi?id=913031 | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log | ||
|
Description
Agostino Sarubbo
2023-08-28 06:40:29 UTC
Created attachment 868844 [details]
build.log
build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary:
342 | #define CV_Assert( expr ) do { if(!!(expr)) ; else cv::error( cv::Error::StsAssert, #expr, CV_Func, __FILE__, __LINE__ ); } while(0)
-- Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at least version "2.7")
FAILED: modules/dnn/CMakeFiles/opencv_dnn.dir/src/layers/cpu_kernels/convolution.cpp.o
/var/tmp/portage/media-libs/opencv-4.8.0-r1/work/opencv-4.8.0/modules/dnn/src/layers/cpu_kernels/convolution.cpp:143:19: error: ‘struct cv::dnn::FastConv’ has no member named ‘weightsBuf_FP16’; did you mean ‘weightsBufPtr’?
Ugh, thanks. I'll take a look. I guess I broke amd64. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f86f0e650d2bc739837a28cd32bc4c255cca258a commit f86f0e650d2bc739837a28cd32bc4c255cca258a Author: Sam James <sam@gentoo.org> AuthorDate: 2023-08-28 06:43:37 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2023-08-28 06:43:37 +0000 media-libs/opencv: fix amd64 build (oops) Bug: https://bugs.gentoo.org/913031 Closes: https://bugs.gentoo.org/913131 Fixes: 4e6bb1138e0e8009b6e66b479e417d4d7c066fda Signed-off-by: Sam James <sam@gentoo.org> .../opencv/files/opencv-4.8.0-arm64-fp16.patch | 56 +++++++++++----------- 1 file changed, 28 insertions(+), 28 deletions(-) |