Created attachment 247310 [details] patch
Created attachment 247314 [details] patch
Created attachment 247315 [details] patch
Tried to build on a RPI4 with synth. Failed with: /construction/xports/graphics/opencv/work/opencv-4.9.0/modules/core/src/system.cpp:573:13: error: unknown type name 'Elf64_auxv_t' Elf64_auxv_t auxv;
(In reply to Stéphane D'Alu from comment #3) Hi Stéphane, I'll investigate this. Thanks for reporting, Yuri
(In reply to Stéphane D'Alu from comment #3) The new code section for ARM introduces in 4.9.0 is faulty. I filed this bug report: https://github.com/opencv/opencv/issues/25527 I'll patch this section out until they would fix it.
Update committed.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a2c5ca042fda31ac37c629793420d7035502e01 commit 0a2c5ca042fda31ac37c629793420d7035502e01 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-02 14:58:23 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-02 17:42:04 +0000 graphics/opencv: update 4.6.0 → 4.9.0 PR: 275977 Approved by: desktop@FreeBSD.org (maintainers timeout; 4+ months) astro/siril/Makefile | 2 +- graphics/dbow2/Makefile | 2 +- graphics/digikam/Makefile | 1 + graphics/facedetect/Makefile | 2 +- graphics/frei0r-plugins-opencv/Makefile | 2 +- graphics/gmic/Makefile | 2 +- graphics/gstreamer1-plugins-opencv/Makefile | 2 +- graphics/nomacs/Makefile | 2 +- graphics/opencolorio-tools/Makefile | 2 +- graphics/opencv/Makefile | 13 +- graphics/opencv/distinfo | 10 +- .../patch-cmake_OpenCVFindLibsGrfmt.cmake (gone) | 14 -- ...es_sfm_src_libmv__light_libmv_numeric_numeric.h | 6 +- .../files/patch-modules_core_src_system.cpp (new) | 20 ++ .../patch-modules_gapi_cmake_DownloadADE.cmake | 22 +- ...tch-modules_imgcodecs_src_grfmt__png.cpp (gone) | 11 - graphics/opencv/pkg-plist | 231 +++++++-------------- graphics/openmvs/Makefile | 2 +- graphics/php-facedetect/Makefile | 2 +- graphics/py-imageio/Makefile | 1 + graphics/py-imutils/Makefile | 1 + graphics/py-qudida/Makefile | 1 + graphics/waifu2x-converter-cpp/Makefile | 2 +- graphics/yafaray/Makefile | 2 +- misc/actiona/Makefile | 2 +- misc/caffe/Makefile | 2 +- misc/darknet/Makefile | 2 +- misc/mxnet/Makefile | 2 +- misc/visp/Makefile | 1 + multimedia/chilitags/Makefile | 2 +- multimedia/libopenshot/Makefile | 2 +- multimedia/lives/Makefile | 2 +- multimedia/opentoonz/Makefile | 2 +- multimedia/py-PySceneDetect/Makefile | 1 + multimedia/zart/Makefile | 2 +- security/howdy/Makefile | 2 +- textproc/py-pdf2docx/Makefile | 1 + 37 files changed, 144 insertions(+), 234 deletions(-)