This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
vcaca-ubuntu1804-analytics-dev image build failed on FFMPEG #533
Comments
Fixed. #534 |
jhou5
added a commit
that referenced
this issue
Jul 29, 2020
jhou5
added a commit
that referenced
this issue
Jul 29, 2020
Same issue found in ubuntu1604 OS |
jhou5
added a commit
that referenced
this issue
Aug 6, 2020
jhou5
added a commit
that referenced
this issue
Aug 8, 2020
* fix issue #533 for vcaca-ubuntu1604-analytics-dev image (#535) * Fix Xeon/XeonE3 ubuntu analytics dev image build failure (#539) * fix dev no json.h build issue * correct version info * Fix model optimizer by wheel (#544) * Remove pipefail SHELL instruction from all files (#543) * upgrade to OpenCV 4.4.0 (#545) Co-authored-by: dpatel257 <dhaval.r.patel@intel.com>
jhou5
added a commit
that referenced
this issue
Aug 10, 2020
* fix issue #533 for vcaca-ubuntu1604-analytics-dev image (#535) * Fix Xeon/XeonE3 ubuntu analytics dev image build failure (#539) * fix dev no json.h build issue * correct version info * Fix model optimizer by wheel (#544) * Remove pipefail SHELL instruction from all files (#543) * upgrade to OpenCV 4.4.0 (#545) * open vino tools build fix (#550) Co-authored-by: dpatel257 <dhaval.r.patel@intel.com>
jhou5
added a commit
that referenced
this issue
Aug 11, 2020
* fix issue #533 for vcaca-ubuntu1604-analytics-dev image (#535) * Fix Xeon/XeonE3 ubuntu analytics dev image build failure (#539) * fix dev no json.h build issue * correct version info * Fix model optimizer by wheel (#544) * Remove pipefail SHELL instruction from all files (#543) * upgrade to OpenCV 4.4.0 (#545) * open vino tools build fix (#550) * Overall fix for release 20.7 document (#552) * release 20.7 doc update * update owt doc * update Dockerhub README * correct duplicating copy Co-authored-by: dpatel257 <dhaval.r.patel@intel.com>
jhou5
added a commit
that referenced
this issue
Aug 11, 2020
* fix issue #533 for vcaca-ubuntu1604-analytics-dev image (#535) * Fix Xeon/XeonE3 ubuntu analytics dev image build failure (#539) * fix dev no json.h build issue * correct version info * Fix model optimizer by wheel (#544) * Remove pipefail SHELL instruction from all files (#543) * upgrade to OpenCV 4.4.0 (#545) * open vino tools build fix (#550) * Overall fix for release 20.7 document (#552) * release 20.7 doc update * update owt doc * update Dockerhub README * correct duplicating copy * Update setup_hddl_daemonset.yaml Co-authored-by: dpatel257 <dhaval.r.patel@intel.com>
jhou5
added a commit
that referenced
this issue
Sep 17, 2020
* merge master fix to v20.7 branch (#553) * fix issue #533 for vcaca-ubuntu1604-analytics-dev image (#535) * Fix Xeon/XeonE3 ubuntu analytics dev image build failure (#539) * fix dev no json.h build issue * correct version info * Fix model optimizer by wheel (#544) * Remove pipefail SHELL instruction from all files (#543) * upgrade to OpenCV 4.4.0 (#545) * open vino tools build fix (#550) * Overall fix for release 20.7 document (#552) * release 20.7 doc update * update owt doc * update Dockerhub README * correct duplicating copy Co-authored-by: dpatel257 <dhaval.r.patel@intel.com> * Merge master change to v20.7 branch (#554) * fix issue #533 for vcaca-ubuntu1604-analytics-dev image (#535) * Fix Xeon/XeonE3 ubuntu analytics dev image build failure (#539) * fix dev no json.h build issue * correct version info * Fix model optimizer by wheel (#544) * Remove pipefail SHELL instruction from all files (#543) * upgrade to OpenCV 4.4.0 (#545) * open vino tools build fix (#550) * Overall fix for release 20.7 document (#552) * release 20.7 doc update * update owt doc * update Dockerhub README * correct duplicating copy * Update setup_hddl_daemonset.yaml Co-authored-by: dpatel257 <dhaval.r.patel@intel.com> * upgrade SVT to v1.5.0 Co-authored-by: dpatel257 <dhaval.r.patel@intel.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The issue is found in master, introduced by PR #526
Failure log:
In file included from /usr/local/include/opencv4/opencv2/core/core_c.h:48:0,
from libavfilter/vf_ocv_overlay.c:32:
/usr/local/include/opencv4/opencv2/core/types_c.h:367:20: warning: function declaration isn't a prototype [-Wstrict-prototypes]
CV_INLINE IplImage cvIplImage()
^~~~~~~~~~
/usr/local/include/opencv4/opencv2/core/types_c.h:717:19: warning: function declaration isn't a prototype [-Wstrict-prototypes]
CV_INLINE CvMatND cvMatND()
^~~~~~~
libavfilter/vf_ocv_overlay.c:40:10: fatal error: json-c/json.h: No such file or directory
#include <json-c/json.h>
^~~~~~~~~~~~~~~
compilation terminated.
make: *** [libavfilter/vf_ocv_overlay.o] Error 1
ffbuild/common.mak:59: recipe for target 'libavfilter/vf_ocv_overlay.o' failed
make: *** Waiting for unfinished jobs....
CC libavfilter/vf_owdenoise.o
The command '/bin/bash -o pipefail -c cd /home/FFmpeg && export PKG_CONFIG_PATH="/usr/local/lib/x86_64-linux-gnu/pkgconfig" && ./configure --prefix="/openvino/deployment_tools/inference_engine/lib/intel64 " --libdir=/usr/local/lib/x86_64-linux-gnu --extra-libs="-lpthread -lm" --enable-shared --enable-gpl bvpx --enable-libx264 --enable-libx265 --enable-libdav1d --enable-libinference_engine_c_api --enable-librdkafka --enable-libopencv && make -j8 && ma
VCAC-A/ubuntu-18.04/analytics/dev/CMakeFiles/build_vcaca_analytics_devel_ubuntu1804.dir/build.make:57: recipe for target 'VCAC-A/ubuntu-18.04/analytics/dev/C
make[2]: *** [VCAC-A/ubuntu-18.04/analytics/dev/CMakeFiles/build_vcaca_analytics_devel_ubuntu1804] Error 2
CMakeFiles/Makefile2:26978: recipe for target 'VCAC-A/ubuntu-18.04/analytics/dev/CMakeFiles/build_vcaca_analytics_devel_ubuntu1804.dir/all' failed
make[1]: *** [VCAC-A/ubuntu-18.04/analytics/dev/CMakeFiles/build_vcaca_analytics_devel_ubuntu1804.dir/all] Error 2
Makefile:94: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: