open-webrtc-toolkit / owt-server

General server (streaming/conference/transcoding/anayltics) for OWT. (A.k.a. MediaServer)
https://01.org/open-webrtc-toolkit
Apache License 2.0
1.13k stars 369 forks source link

openvino docker build failed. #1239

Open zhcf opened 2 years ago

zhcf commented 2 years ago

./build_docker_image.sh openvino

failed with:

gst-plugins-good-1.16.2/tests/files/image.jpg gst-plugins-good-1.16.2/tests/files/id3-407349-2.tag gst-plugins-good-1.16.2/tests/files/splitvideo00.ogg gst-plugins-good-1.16.2/tests/files/pinknoise-vorbis.mkv gst-plugins-good-1.16.2/tests/files/h264.rtp gst-plugins-good-1.16.2/tests/files/id3-407349-1.tag gst-plugins-good-1.16.2/tests/files/test-key.pem gst-plugins-good-1.16.2/tests/files/test-cert.pem gst-plugins-good-1.16.2/tests/files/splitvideo01.ogg gst-plugins-good-1.16.2/gst-plugins-good.doap gst-plugins-good-1.16.2/install-sh gst-plugins-good-1.16.2/config.sub gst-plugins-good-1.16.2/depcomp patching file gst/rtpmanager/gstrtpjitterbuffer.c Hunk #1 succeeded at 3158 (offset 3 lines). Hunk #2 succeeded at 3681 (offset -13 lines). patching file gst/rtpmanager/rtpjitterbuffer.c Hunk #1 succeeded at 1231 (offset -28 lines). Hunk #2 succeeded at 1240 (offset -28 lines). Hunk #3 succeeded at 1341 (offset -28 lines). patching file gst/rtpmanager/rtpjitterbuffer.h Hunk #2 succeeded at 194 (offset -1 lines). The Meson build system Version: 0.61.5 Source dir: /home/gst-plugins-good-1.16.2 Build dir: /home/gst-plugins-good-1.16.2/build Build type: native build

meson.build:1:0: ERROR: Unknown options: "gtk_doc"

A full log can be found at /home/gst-plugins-good-1.16.2/build/meson-logs/meson-log.txt NOTICE: You are using Python 3.6 which is EOL. Starting with v0.62.0, Meson will require Python 3.7 or newer The command '/bin/sh -c tar xvf build/src/gst-plugins-good-${GST_VERSION}.tar.xz && cd gst-plugins-good-${GST_VERSION} && patch -p1 < rtpjitterbuffer-fix.patch && PKG_CONFIG_PATH=$PWD/build/pkgconfig:${PKG_CONFIG_PATH} meson -Dexamples=disabled -Dtests=disabled -Dgtk_doc=disabled -Dnls=disabled -Dpackage-origin="${PACKAGE_ORIGIN}" --buildtype=${BUILD_TYPE} --prefix=${PREFIX} --libdir=${LIBDIR} --libexecdir=${LIBEXECDIR} build/ && ninja -C build && DESTDIR=/home/build meson install -C build/ && meson install -C build/' returned a non-zero code: 1

qwu16 commented 2 years ago

Please refer to https://github.com/OpenVisualCloud/Dockerfiles/blob/master/Xeon/ubuntu-18.04/service/owt/Dockerfile to upgrade the gstreamer version