[Bug 265804] graphics/opencv: make install fail with non default options

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 13 Aug 2022 21:06:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265804

VVD <vvd@unislabs.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vvd@unislabs.com

--- Comment #2 from VVD <vvd@unislabs.com> ---
With my custom options install without errors.

Diff with your options:
OPTIONS_FILE_UNSET+=LTO
OPTIONS_FILE_SET+=OPENCL
OPTIONS_FILE_SET+=PATENTED
OPTIONS_FILE_SET+=PROTOBUF

OPTIONS_FILE_SET+=TBB
OPTIONS_FILE_SET+=TESSERACT

OPTIONS_FILE_SET+=VTK
OPTIONS_FILE_SET+=GPHOTO2

OPTIONS_FILE_SET+=DC1394

OPTIONS_FILE_SET+=GSTREAMER

OPTIONS_FILE_SET+=VULKAN

OPTIONS_FILE_SET+=XINE

Diff from default and from my are: OPENCL PROTOBUF DC1394 GSTREAMER VULKAN
GPHOTO2.
Probable options you search are from this list.

You can try to change options and look on output "pkg-static: Unable to access
file".
Then we can fix pkg-plist file.

pkg-plist have line:
%%PROTOBUF%%lib/libopencv_dnn_objdetect.so
Check 1st: turn on PROTOBUF.

-- 
You are receiving this mail because:
You are the assignee for the bug.