Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Aug 2022 15:33:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        desktop@FreeBSD.org
Subject:   [Bug 265804] graphics/opencv: make install fail with non default options
Message-ID:  <bug-265804-39348-mUji88D3KR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-265804-39348@https.bugs.freebsd.org/bugzilla/>
References:  <bug-265804-39348@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265804

VVD <vvd@unislabs.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #235906|                            |maintainer-approval?
              Flags|                            |

--- Comment #4 from VVD <vvd@unislabs.com> ---
Created attachment 235906
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D235906&action=
=3Dedit
Fixed pkg-plist with PROTOBUF off

After turn off PROTOBUF and make check-plist:
=3D=3D=3D=3D> Checking for pkg-plist issues (check-plist)
=3D=3D=3D> Parsing plist
=3D=3D=3D> Checking for items in STAGEDIR missing from pkg-plist
=3D=3D=3D> Checking for items in pkg-plist which are not in STAGEDIR
Error: Missing: bin/opencv_waldboost_detector
Error: Missing: include/opencv4/opencv2/dpm.hpp
Error: Missing: include/opencv4/opencv2/face.hpp
Error: Missing: include/opencv4/opencv2/face/bif.hpp
Error: Missing: include/opencv4/opencv2/face/face_alignment.hpp
Error: Missing: include/opencv4/opencv2/face/facemark.hpp
Error: Missing: include/opencv4/opencv2/face/facemarkAAM.hpp
Error: Missing: include/opencv4/opencv2/face/facemarkLBF.hpp
Error: Missing: include/opencv4/opencv2/face/facemark_train.hpp
Error: Missing: include/opencv4/opencv2/face/facerec.hpp
Error: Missing: include/opencv4/opencv2/face/mace.hpp
Error: Missing: include/opencv4/opencv2/face/predict_collector.hpp
Error: Missing: include/opencv4/opencv2/objdetect.hpp
Error: Missing: include/opencv4/opencv2/objdetect/detection_based_tracker.h=
pp
Error: Missing: include/opencv4/opencv2/objdetect/face.hpp
Error: Missing: include/opencv4/opencv2/objdetect/objdetect.hpp
Error: Missing: include/opencv4/opencv2/xobjdetect.hpp
Error: Missing: lib/libopencv_dpm.so
Error: Missing: lib/libopencv_dpm.so.%%SHLIB_VER%%
Error: Missing: lib/libopencv_dpm.so.405
Error: Missing: lib/libopencv_face.so
Error: Missing: lib/libopencv_face.so.%%SHLIB_VER%%
Error: Missing: lib/libopencv_face.so.405
Error: Missing: lib/libopencv_objdetect.so
Error: Missing: lib/libopencv_objdetect.so.%%SHLIB_VER%%
Error: Missing: lib/libopencv_objdetect.so.405
Error: Missing: lib/libopencv_xobjdetect.so
Error: Missing: lib/libopencv_xobjdetect.so.%%SHLIB_VER%%
Error: Missing: lib/libopencv_xobjdetect.so.405
=3D=3D=3D> Error: Plist issues found.
*** Error code 1

Check attached patch.

Also need to test port with default options after apply this patch.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265804-39348-mUji88D3KR>