Hi All I thought I'd give gst-build a go on raspbian. It complained in gstdashdemux - $ ninja -C build/ ninja: Entering directory `build/'[2/1597] Compiling c object 'subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstmpdparser.c.o' FAILED: subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstmpdparser.c.o ccache cc '-Isubprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha' '-fdiagnostics-color=always' '-Isubprojects/gst-plugins-bad/ext/dash' '-I../subprojects/gst-plugins-bad/ext/dash' '-Isubprojects/gst-plugins-bad/.' '-I../subprojects/gst-plugins-bad/.' '-Isubprojects/gst-plugins-bad/gst-libs' '-I../subprojects/gst-plugins-bad/gst-libs' '-Isubprojects/gstreamer/libs' '-I../subprojects/gstreamer/libs' '-Isubprojects/gstreamer/.' '-I../subprojects/gstreamer/.' '-I/home/pi/gst-build/build/subprojects/gstreamer/gst/..' '-Isubprojects/gst-plugins-base/gst-libs' '-I../subprojects/gst-plugins-base/gst-libs' '-pipe' '-Wall' '-Winvalid-pch' '-DHAVE_CONFIG_H' '-DGST_USE_UNSTABLE_API' '-O0' '-g' '-fPIC' '-I/usr/include/glib-2.0' '-I/usr/lib/arm-linux-gnueabihf/glib-2.0/include' '-pthread' '-I/usr/include/libxml2' '-Isubprojects/gstreamer/libs/gst/base' '-Isubprojects/gstreamer/gst' '-Isubprojects/gst-plugins-base/gst-libs/gst/tag' '-MMD' '-MQ' 'subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstmpdparser.c.o' '-MF' 'subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstmpdparser.c.o.d' -o 'subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstmpdparser.c.o' -c ../subprojects/gst-plugins-bad/ext/dash/gstmpdparser.c ../subprojects/gst-plugins-bad/ext/dash/gstmpdparser.c: In function ‘gst_mpdparser_parse_utctiming_node’: ../subprojects/gst-plugins-bad/ext/dash/gstmpdparser.c:2241:5: error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode for (int i = 0; gst_mpdparser_utc_timing_methods[i].name; ++i) { ^ ../subprojects/gst-plugins-bad/ext/dash/gstmpdparser.c:2241:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code ../subprojects/gst-plugins-bad/ext/dash/gstmpdparser.c: In function ‘gst_mpd_client_setup_representation’: ../subprojects/gst-plugins-bad/ext/dash/gstmpdparser.c:4110:7: error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode for (guint n = 0; n < stream->segments->len; ++n) { ^ [3/1597] Compiling c object 'subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstdashdemux.c.o' FAILED: subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstdashdemux.c.o ccache cc '-Isubprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha' '-fdiagnostics-color=always' '-Isubprojects/gst-plugins-bad/ext/dash' '-I../subprojects/gst-plugins-bad/ext/dash' '-Isubprojects/gst-plugins-bad/.' '-I../subprojects/gst-plugins-bad/.' '-Isubprojects/gst-plugins-bad/gst-libs' '-I../subprojects/gst-plugins-bad/gst-libs' '-Isubprojects/gstreamer/libs' '-I../subprojects/gstreamer/libs' '-Isubprojects/gstreamer/.' '-I../subprojects/gstreamer/.' '-I/home/pi/gst-build/build/subprojects/gstreamer/gst/..' '-Isubprojects/gst-plugins-base/gst-libs' '-I../subprojects/gst-plugins-base/gst-libs' '-pipe' '-Wall' '-Winvalid-pch' '-DHAVE_CONFIG_H' '-DGST_USE_UNSTABLE_API' '-O0' '-g' '-fPIC' '-I/usr/include/glib-2.0' '-I/usr/lib/arm-linux-gnueabihf/glib-2.0/include' '-pthread' '-I/usr/include/libxml2' '-Isubprojects/gstreamer/libs/gst/base' '-Isubprojects/gstreamer/gst' '-Isubprojects/gst-plugins-base/gst-libs/gst/tag' '-MMD' '-MQ' 'subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstdashdemux.c.o' '-MF' 'subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstdashdemux.c.o.d' -o 'subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstdashdemux.c.o' -c ../subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c ../subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c: In function ‘gst_dash_demux_parse_http_head’: ../subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c:2856:5: error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode for (int i = 1; months[i]; ++i) { ^ ../subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c:2856:5: note: use option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code ../subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c:2862:14: error: redefinition of ‘i’ for (int i = 0; timezones[i].name && !parsed_tz; ++i) { ^ ../subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c:2856:14: note: previous definition of ‘i’ was here for (int i = 1; months[i]; ++i) { ^ ../subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c:2862:5: error: ‘for’ loop initial declarations are only allowed in C99 or C11 mode for (int i = 0; timezones[i].name && !parsed_tz; ++i) { ^ [7/1597] Compiling c object 'subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth265parser.c.o' ninja: build stopped: subcommand failed. _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Wed, Dec 14, 2016 at 12:47 AM, Stuart Axon <[hidden email]> wrote:
> Hi All > I thought I'd give gst-build a go on raspbian. > > It complained in gstdashdemux - > What compiler and what version of that compiler are you using? > $ ninja -C build/ > ninja: Entering directory `build/' > [2/1597] Compiling c object > 'subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstmpdparser.c.o' > FAILED: > subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstmpdparser.c.o > ccache cc '-Isubprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha' > '-fdiagnostics-color=always' '-Isubprojects/gst-plugins-bad/ext/dash' > '-I../subprojects/gst-plugins-bad/ext/dash' > '-Isubprojects/gst-plugins-bad/.' '-I../subprojects/gst-plugins-bad/.' > '-Isubprojects/gst-plugins-bad/gst-libs' > '-I../subprojects/gst-plugins-bad/gst-libs' '-Isubprojects/gstreamer/libs' > '-I../subprojects/gstreamer/libs' '-Isubprojects/gstreamer/.' > '-I../subprojects/gstreamer/.' > '-I/home/pi/gst-build/build/subprojects/gstreamer/gst/..' > '-Isubprojects/gst-plugins-base/gst-libs' > '-I../subprojects/gst-plugins-base/gst-libs' '-pipe' '-Wall' '-Winvalid-pch' > '-DHAVE_CONFIG_H' '-DGST_USE_UNSTABLE_API' '-O0' '-g' '-fPIC' > '-I/usr/include/glib-2.0' '-I/usr/lib/arm-linux-gnueabihf/glib-2.0/include' > '-pthread' '-I/usr/include/libxml2' '-Isubprojects/gstreamer/libs/gst/base' > '-Isubprojects/gstreamer/gst' > '-Isubprojects/gst-plugins-base/gst-libs/gst/tag' '-MMD' '-MQ' > 'subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstmpdparser.c.o' > '-MF' > 'subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstmpdparser.c.o.d' > -o 'subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstmpdparser.c.o' > -c ../subprojects/gst-plugins-bad/ext/dash/gstmpdparser.c > ../subprojects/gst-plugins-bad/ext/dash/gstmpdparser.c: In function > ‘gst_mpdparser_parse_utctiming_node’: > ../subprojects/gst-plugins-bad/ext/dash/gstmpdparser.c:2241:5: error: ‘for’ > loop initial declarations are only allowed in C99 or C11 mode > for (int i = 0; gst_mpdparser_utc_timing_methods[i].name; ++i) { > ^ > ../subprojects/gst-plugins-bad/ext/dash/gstmpdparser.c:2241:5: note: use > option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code > ../subprojects/gst-plugins-bad/ext/dash/gstmpdparser.c: In function > ‘gst_mpd_client_setup_representation’: > ../subprojects/gst-plugins-bad/ext/dash/gstmpdparser.c:4110:7: error: ‘for’ > loop initial declarations are only allowed in C99 or C11 mode > for (guint n = 0; n < stream->segments->len; ++n) { > ^ > [3/1597] Compiling c object > 'subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstdashdemux.c.o' > FAILED: > subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstdashdemux.c.o > ccache cc '-Isubprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha' > '-fdiagnostics-color=always' '-Isubprojects/gst-plugins-bad/ext/dash' > '-I../subprojects/gst-plugins-bad/ext/dash' > '-Isubprojects/gst-plugins-bad/.' '-I../subprojects/gst-plugins-bad/.' > '-Isubprojects/gst-plugins-bad/gst-libs' > '-I../subprojects/gst-plugins-bad/gst-libs' '-Isubprojects/gstreamer/libs' > '-I../subprojects/gstreamer/libs' '-Isubprojects/gstreamer/.' > '-I../subprojects/gstreamer/.' > '-I/home/pi/gst-build/build/subprojects/gstreamer/gst/..' > '-Isubprojects/gst-plugins-base/gst-libs' > '-I../subprojects/gst-plugins-base/gst-libs' '-pipe' '-Wall' '-Winvalid-pch' > '-DHAVE_CONFIG_H' '-DGST_USE_UNSTABLE_API' '-O0' '-g' '-fPIC' > '-I/usr/include/glib-2.0' '-I/usr/lib/arm-linux-gnueabihf/glib-2.0/include' > '-pthread' '-I/usr/include/libxml2' '-Isubprojects/gstreamer/libs/gst/base' > '-Isubprojects/gstreamer/gst' > '-Isubprojects/gst-plugins-base/gst-libs/gst/tag' '-MMD' '-MQ' > 'subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstdashdemux.c.o' > '-MF' > 'subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstdashdemux.c.o.d' > -o 'subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstdashdemux.c.o' > -c ../subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c > ../subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c: In function > ‘gst_dash_demux_parse_http_head’: > ../subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c:2856:5: error: ‘for’ > loop initial declarations are only allowed in C99 or C11 mode > for (int i = 1; months[i]; ++i) { > ^ > ../subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c:2856:5: note: use > option -std=c99, -std=gnu99, -std=c11 or -std=gnu11 to compile your code > ../subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c:2862:14: error: > redefinition of ‘i’ > for (int i = 0; timezones[i].name && !parsed_tz; ++i) { > ^ > ../subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c:2856:14: note: > previous definition of ‘i’ was here > for (int i = 1; months[i]; ++i) { > ^ > ../subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c:2862:5: error: ‘for’ > loop initial declarations are only allowed in C99 or C11 mode > for (int i = 0; timezones[i].name && !parsed_tz; ++i) { > ^ > [7/1597] Compiling c object > 'subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth265parser.c.o' > ninja: build stopped: subcommand failed. > > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel > gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Stuart Axon
On Tue, 2016-12-13 at 19:17 +0000, Stuart Axon wrote:
> Hi All > I thought I'd give gst-build a go on raspbian. > > It complained in gstdashdemux - > > $ ninja -C build/ > [...] > [3/1597] Compiling c object 'subprojects/gst-plugins-bad/ext/dash/gst > dashdemux@sha/gstdashdemux.c.o' > FAILED: subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstdash > demux.c.o > ccache cc '-Isubprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha' > '-fdiagnostics-color=always' '-Isubprojects/gst-plugins-bad/ext/dash' > '-I../subprojects/gst-plugins-bad/ext/dash' '-Isubprojects/gst- > plugins-bad/.' '-I../subprojects/gst-plugins-bad/.' '- > Isubprojects/gst-plugins-bad/gst-libs' '-I../subprojects/gst-plugins- > bad/gst-libs' '-Isubprojects/gstreamer/libs' '- > I../subprojects/gstreamer/libs' '-Isubprojects/gstreamer/.' '- > I../subprojects/gstreamer/.' '-I/home/pi/gst- > build/build/subprojects/gstreamer/gst/..' '-Isubprojects/gst-plugins- > base/gst-libs' '-I../subprojects/gst-plugins-base/gst-libs' '-pipe' > '-Wall' '-Winvalid-pch' '-DHAVE_CONFIG_H' '-DGST_USE_UNSTABLE_API' '- > O0' '-g' '-fPIC' '-I/usr/include/glib-2.0' '-I/usr/lib/arm-linux- > gnueabihf/glib-2.0/include' '-pthread' '-I/usr/include/libxml2' '- > Isubprojects/gstreamer/libs/gst/base' '-Isubprojects/gstreamer/gst' > '-Isubprojects/gst-plugins-base/gst-libs/gst/tag' '-MMD' '-MQ' 'subpr > ojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstdashdemux.c.o' '- > MF' 'subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/gstdashdem > ux.c.o.d' -o 'subprojects/gst-plugins-bad/ext/dash/gstdashdemux@sha/g > stdashdemux.c.o' -c ../subprojects/gst-plugins- > bad/ext/dash/gstdashdemux.c > ../subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c: In function > ‘gst_dash_demux_parse_http_head’: > ../subprojects/gst-plugins-bad/ext/dash/gstdashdemux.c:2856:5: error: > ‘for’ loop initial declarations are only allowed in C99 or C11 mode > for (int i = 1; months[i]; ++i) { > ^ http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=788bb676396a28bed4a6a423500a96a913708ed0 -- Sebastian Dröge, Centricular Ltd · http://www.centricular.com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (981 bytes) Download Attachment |
Hi, Compiler version is gcc (Raspbian 4.9.2-10) 4.9.2 ninja 1.7.2.git meson 0.36.0 Things got a lot further this time, and seems to get stuck in a linking phase: The Meson build system Version: 0.36.0 Source dir: /home/pi/gst-build Build dir: /home/pi/gst-build/build Build type: native build Project name: All GStreamer modules Native c compiler: gcc (gcc 4.9.2) Build machine cpu family: arm Build machine cpu: armv7l Found pkg-config: /usr/bin/pkg-config (0.28) Dependency libavfilter found: NO Message: WARNING: gst-libav not built as ffmpeg >= n3.1.2 not found on the system Dependency json-glib-1.0 found: NO Message: WARNING: not building gst-devtools module, missing glib-json-1.0 Program python3 found: YES (/home/pi/.virtualenvs/lumen_client/bin/python3) Executing subproject gstreamer. Project name: gstreamer Native c compiler: gcc (gcc 4.9.2) Native cpp compiler: ccache c++ (gcc 4.9.2) Has header "dlfcn.h": YES Has header "inttypes.h": YES Has header "memory.h": YES Has header "poll.h": YES Has header "stdint.h": YES Has header "stdio_ext.h": YES Has header "strings.h": YES Has header "string.h": YES Has header "sys/param.h": YES Has header "sys/poll.h": YES Has header "sys/prctl.h": YES Has header "sys/socket.h": YES Has header "sys/stat.h": YES Has header "sys/times.h": YES Has header "sys/time.h": YES Has header "sys/types.h": YES Has header "sys/utsname.h": YES Has header "sys/wait.h": YES Has header "ucontext.h": YES Has header "unistd.h": YES Has header "valgrind/valgrind.h": NO Has header "sys/resource.h": YES Checking if "tm_gmtoff from time.h" compiles : YES Checking for function "gmtime_r": YES Checking for function "localtime_r": YES Checking for function "sigaction": YES Checking for function "getrusage": YES Checking for function "fseeko": YES Checking for function "ftello": YES Checking for function "fsetpos": YES Checking for function "fgetpos": YES Checking for function "poll": YES Checking for function "pselect": YES Checking for function "posix_memalign": YES Checking for function "getpagesize": YES Checking for function "clock_gettime": YES Checking for function "getpid": YES Checking for function "strdup": YES Checking for function "getline": YES Checking for function "mkstemp": YES Checking for function "alarm": YES Checking for function "gettimeofday": YES Checking for function "strsignal": YES Checking for type "clockid_t": YES Checking for type "timer_t": YES Checking whether type "struct timespec" has members "tv_sec", "tv_nsec": YES Checking whether type "struct itimerspec" has members "it_interval", "it_value": YES Dependency libunwind found: NO Dependency libdw found: NO Checking for function "backtrace": YES Has header "execinfo.h": YES Checking for function "backtrace": YES Native dependency glib-2.0 found: YES 2.42.1 Native dependency gobject-2.0 found: YES 2.42.1 Native dependency gmodule-2.0 found: YES 2.42.1 Native dependency gio-2.0 found: YES 2.42.1 Native dependency gio-unix-2.0 found: YES 2.42.1 Library m found: YES Library rt found: YES Program g-ir-scanner found: YES (/usr/bin/g-ir-scanner) Program build_mkenum.py found: YES (/home/pi/gst-build/subprojects/gstreamer/gst/build_mkenum.py) Program glib-mkenums found: YES (/usr/bin/glib-mkenums) Program python3 found: YES (/home/pi/.virtualenvs/lumen_client/bin/python3) Program flex found: YES (/usr/bin/flex) Program bison found: YES (/usr/bin/bison) Checking if "long long" compiles : YES Checking if "uintmax_t in inttypes.h" compiles : YES Checking if "uintmax_t in stdint.h" compiles : YES Dependency gtk+-3.0 found: NO Dependency threads found: YES Has header "pthread.h": YES Program gtkdoc-scan found: NO Message: Not building documentation as gtk-doc was not found Program python3 found: YES (/home/pi/.virtualenvs/lumen_client/bin/python3) Build targets in project: 154 Subproject gstreamer finished. Message: Could not create symlink to gstreamer Executing subproject gst-plugins-base. Project name: gst-plugins-base Native c compiler: gcc (gcc 4.9.2) Native cpp compiler: ccache c++ (gcc 4.9.2) Has header "dlfcn.h": YES Has header "emmintrin.h": NO Has header "inttypes.h": YES Has header "memory.h": YES Has header "process.h": NO Has header "smmintrin.h": NO Has header "stdint.h": YES Has header "stdlib.h": YES Has header "strings.h": YES Has header "string.h": YES Has header "sys/socket.h": YES Has header "sys/stat.h": YES Has header "sys/types.h": YES Has header "sys/wait.h": YES Has header "unistd.h": YES Has header "winsock2.h": NO Has header "xmmintrin.h": NO Library m found: YES Checking for function "dcgettext": YES Checking for function "gmtime_r": YES Checking for function "lrintf": YES Checking for function "mmap": YES Checking for function "log2": YES Checking for size of "char": 1 Checking for size of "int": 4 Checking for size of "long": 4 Checking for size of "short": 2 Checking for size of "void*": 4 Native dependency x11 found: YES 1.6.2 Found a fallback subproject subprojects/gstreamer for gstreamer-1.0 Found a fallback subproject subprojects/gstreamer for gstreamer-base-1.0 Found a fallback subproject subprojects/gstreamer for gstreamer-net-1.0 Found a fallback subproject subprojects/gstreamer for gstreamer-check-1.0 Found a fallback subproject subprojects/gstreamer for gstreamer-controller-1.0 Program glib-mkenums found: YES (/usr/bin/glib-mkenums) Native dependency orc-0.4 found: NO found '0.4.22' but need '>= 0.4.24' Dependency orc-0.4 found: NO Program orcc found: YES (/usr/bin/orcc) Message: Orc Compiler not found, will use backup C code Compiler for c supports argument -msse: NO Compiler for c supports argument -msse2: NO Compiler for c supports argument -msse4.1: NO Message: GStreamer debug system is enabled Program g-ir-scanner found: YES (/usr/bin/g-ir-scanner) Program video_mkenum.py found: YES (/home/pi/gst-build/subprojects/gst-plugins-base/gst-libs/gst/video/video_mkenum.py) Program audio_mkenum.py found: YES (/home/pi/gst-build/subprojects/gst-plugins-base/gst-libs/gst/audio/audio_mkenum.py) Program rtp_mkenum.py found: YES (/home/pi/gst-build/subprojects/gst-plugins-base/gst-libs/gst/rtp/rtp_mkenum.py) Program rtsp_mkenum.py found: YES (/home/pi/gst-build/subprojects/gst-plugins-base/gst-libs/gst/rtsp/rtsp_mkenum.py) Library ws2_32 found: NO Program pbutils_mkenum.py found: YES (/home/pi/gst-build/subprojects/gst-plugins-base/gst-libs/gst/pbutils/pbutils_mkenum.py) Dependency alsa found: NO Dependency cdparanoia-3 found: NO Library cdda_paranoia found: NO Library cdda_interface found: NO Dependency libvisual-0.4 found: NO Dependency ogg found: NO Dependency opus found: NO Dependency pangocairo found: NO Dependency theoradec found: NO Dependency theoraenc found: NO Dependency vorbis found: NO Dependency vorbisenc found: NO Dependency vorbisidec found: NO Native dependency xext found: YES 1.3.3 Dependency xv found: NO Dependency gtk+-3.0 found: NO Dependency gtk+-x11-3.0 found: NO Dependency gtk+-quartz-3.0 found: NO Native cpp compiler: ccache c++ (gcc 4.9.2) WARNING: rcc dependencies will not work reliably until this upstream issue is fixed: https://bugreports.qt.io/browse/QTBUG-45460 Qt5 native (checked pkg-config, qmake-qt5, and qmake) dependency (modules: Gui, Widgets) found: NO Program moc-qt5 found: NO Program python3 found: YES (/home/pi/.virtualenvs/lumen_client/bin/python3) Build targets in project: 295 Subproject gst-plugins-base finished. Message: Could not create symlink to gst-plugins-base Executing subproject gst-plugins-good. Project name: gst-plugins-good Native c compiler: gcc (gcc 4.9.2) Native cpp compiler: ccache c++ (gcc 4.9.2) Has header "dlfcn.h": YES Has header "fcntl.h": YES Has header "inttypes.h": YES Has header "memory.h": YES Has header "process.h": NO Has header "stdint.h": YES Has header "stdlib.h": YES Has header "strings.h": YES Has header "string.h": YES Has header "sys/ioctl.h": YES Has header "sys/param.h": YES Has header "sys/socket.h": YES Has header "sys/stat.h": YES Has header "sys/time.h": YES Has header "sys/types.h": YES Has header "unistd.h": YES Library m found: YES Checking for function "asinh": YES Checking for function "clock_gettime": YES Checking for function "cosh": YES Checking for function "dcgettext": YES Checking for function "getpagesize": YES Checking for function "isinf": YES Checking for function "mmap": YES Checking for function "sinh": YES Checking for size of "char": 1 Checking for size of "int": 4 Checking for size of "long": 4 Checking for size of "short": 2 Checking for size of "void*": 4 Found a fallback subproject subprojects/gstreamer for gstreamer-1.0 Found a fallback subproject subprojects/gstreamer for gstreamer-base-1.0 Found a fallback subproject subprojects/gstreamer for gstreamer-net-1.0 Found a fallback subproject subprojects/gstreamer for gstreamer-check-1.0 Found a fallback subproject subprojects/gstreamer for gstreamer-controller-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-pbutils-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-allocators-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-app-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-audio-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-fft-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-riff-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-rtp-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-rtsp-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-sdp-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-tag-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-video-1.0 Native dependency zlib found: YES 1.2.8 Library bz2 found: YES Dependency caca found: NO Dependency libraw1394 found: NO Dependency libiec61883 found: NO Native dependency orc-0.4 found: YES 0.4.22 Program orcc found: YES (/usr/bin/orcc) Message: GStreamer debug system is enabled Has header "linux/videodev2.h": YES Message: building v4l2 plugin Dependency gudev-1.0 found: NO Dependency libv4l2 found: NO Dependency xfixes found: NO Dependency xdamage found: NO Native dependency cairo-gobject found: YES 1.14.0 Dependency flac found: NO Dependency gdk-pixbuf-2.0 found: NO Dependency jack found: NO Library jpeg found: YES Dependency libdv found: NO Native dependency libpng found: YES 1.2.50 Dependency libpulse found: NO Dependency shout found: NO Native dependency libsoup-2.4 found: YES 2.48.0 Dependency speex found: NO Dependency taglib found: NO Dependency vpx found: NO Dependency wavpack found: NO Has header "valgrind/valgrind.h": NO Program python3 found: YES (/home/pi/.virtualenvs/lumen_client/bin/python3) Build targets in project: 438 Subproject gst-plugins-good finished. Message: Could not create symlink to gst-plugins-good Executing subproject gst-plugins-ugly. Project name: gst-plugins-ugly Native c compiler: gcc (gcc 4.9.2) Has header "dlfcn.h": YES Has header "inttypes.h": YES Has header "malloc.h": YES Has header "memory.h": YES Has header "stdint.h": YES Has header "stdlib.h": YES Has header "strings.h": YES Has header "string.h": YES Has header "sys/stat.h": YES Has header "sys/types.h": YES Has header "unistd.h": YES Has header "winsock2.h": NO Checking for function "dcgettext": YES Checking for size of "char": 1 Checking for size of "int": 4 Checking for size of "long": 4 Checking for size of "short": 2 Checking for size of "void*": 4 Found a fallback subproject subprojects/gstreamer for gstreamer-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-app-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-video-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-pbutils-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-tag-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-fft-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-audio-1.0 Found a fallback subproject subprojects/gstreamer for gstreamer-base-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-riff-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-rtp-1.0 Found a fallback subproject subprojects/gstreamer for gstreamer-net-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-sdp-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-rtsp-1.0 Found a fallback subproject subprojects/gstreamer for gstreamer-check-1.0 Found a fallback subproject subprojects/gstreamer for gstreamer-controller-1.0 Message: GStreamer debug system is enabled Library a52 found: NO Dependency opencore-amrnb found: NO Dependency opencore-amrwb found: NO Dependency libcdio found: NO Dependency dvdread found: NO Library mp3lame found: NO Dependency mad found: NO Header <mad.h> has symbol "mad_decoder_finish": NO Dependency libmpeg2 found: NO Dependency libmpg123 found: NO Dependency twolame found: NO Dependency x264 found: NO Library m found: YES Program python3 found: YES (/home/pi/.virtualenvs/lumen_client/bin/python3) Build targets in project: 448 Subproject gst-plugins-ugly finished. Message: Could not create symlink to gst-plugins-ugly Executing subproject gst-plugins-bad. Project name: gst-plugins-bad Native c compiler: gcc (gcc 4.9.2) Native cpp compiler: ccache c++ (gcc 4.9.2) Has header "dlfcn.h": YES Has header "fcntl.h": YES Has header "highgui.h": NO Has header "inttypes.h": YES Has header "memory.h": YES Has header "msacm.h": NO Has header "netinet/in.h": YES Has header "netinet/ip.h": YES Has header "netinet/tcp.h": YES Has header "opencv2/highgui/highgui_c.h": NO Has header "pthread.h": YES Has header "stdint.h": YES Has header "stdlib.h": YES Has header "strings.h": YES Has header "string.h": YES Has header "sys/param.h": YES Has header "sys/socket.h": YES Has header "sys/stat.h": YES Has header "sys/time.h": YES Has header "sys/types.h": YES Has header "sys/utsname.h": YES Has header "unistd.h": YES Has header "windows.h": NO Has header "wininet.h": NO Has header "winsock2.h": NO Has header "ws2tcpip.h": NO Checking for function "dcgettext": YES Checking for function "getpagesize": YES Checking for function "gmtime_r": YES Checking for function "mmap": YES Checking for size of "char": 1 Checking for size of "int": 4 Checking for size of "long": 4 Checking for size of "short": 2 Checking for size of "void*": 4 Found a fallback subproject subprojects/gstreamer for gstreamer-1.0 Found a fallback subproject subprojects/gstreamer for gstreamer-base-1.0 Found a fallback subproject subprojects/gstreamer for gstreamer-net-1.0 Found a fallback subproject subprojects/gstreamer for gstreamer-controller-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-pbutils-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-allocators-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-app-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-audio-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-fft-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-riff-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-rtp-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-rtsp-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-sdp-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-tag-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-video-1.0 Library m found: YES Native dependency openssl found: YES 1.0.1t Library m found: YES Program orcc found: YES (/usr/bin/orcc) Program glib-mkenums found: YES (/usr/bin/glib-mkenums) Program build_mkenum.py found: YES (/home/pi/gst-build/subprojects/gst-plugins-bad/gst-libs/gst/interfaces/build_mkenum.py) Program mpegts_enum.py found: YES (/home/pi/gst-build/subprojects/gst-plugins-bad/gst-libs/gst/mpegts/mpegts_enum.py) Dependency opencv found: NO Dependency wayland-client found: NO Dependency libdrm found: NO Dependency wayland-protocols found: NO Program wayland-scanner found: NO Native dependency gmodule-no-export-2.0 found: YES 2.42.1 Dependency found: NO Library GL found: NO Native dependency glesv2 found: YES 10 Has header "GLES3/gl3.h": NO Native dependency egl found: YES 10 Has header "libdrm/drm_fourcc.h": NO Dependency wayland-client found: NO Dependency wayland-cursor found: NO Dependency wayland-egl found: NO Dependency x11-xcb found: NO Native dependency bcm_host found: YES 1 Library gdi32 found: NO Header <GL/wglext.h> has symbol "WGL_WGLEXT_VERSION": NO Checking for type "GLeglImageOES": YES Checking for type "GLchar": YES Checking for type "GLsizeiptr": YES Checking for type "GLintptr": YES Checking for type "GLsync": NO Checking for type "GLuint64": NO Checking for type "GLint64": NO Checking for type "EGLAttrib": NO Message: Building libgstgl with GL api: gles2 Message: Building libgstgl with GL platform: egl Message: Building libgstgl with GL winsys: dispmanx Dependency bluez found: NO Has header "linux/fb.h": YES Dependency libdrm found: NO Program python3 found: YES (/home/pi/.virtualenvs/lumen_client/bin/python3) Dependency libass found: NO Library bz2 found: YES Header <bzlib.h> has symbol "BZ2_bzlibVersion": YES Dependency libchromaprint found: NO Dependency libcurl found: NO Native dependency libxml-2.0 found: YES 2.9.1 Dependency directfb found: NO Native dependency libcrypto found: YES 1.0.1t Dependency libdca found: NO Header <dca.h> has symbol "dca_init": NO Library faac found: NO Header <neaacdec.h> has symbol "NeAACDecOpen": NO Library faad found: NO Dependency fdk-aac found: NO Library flite found: NO Library flite_cmu_us_kal found: NO Library flite_usenglish found: NO Library flite_cmulex found: NO Dependency fluidsynth found: NO Dependency graphene-1.0 found: NO Library jpeg-mmx found: NO Library jpeg found: YES Dependency nettle found: NO Library gcrypt found: NO Dependency dssim found: NO Also couldn't find a fallback subproject in subprojects/dssim for the dependency dssim Dependency kate found: NO Dependency libde265 found: NO Dependency libmms found: NO Dependency opencv found: NO Dependency opencv found: NO Dependency openh264 found: NO Dependency libopenjp2 found: NO Dependency libopenjpeg1 found: NO Dependency opus found: NO Dependency dvdnav found: NO Dependency dvdread found: NO Dependency librsvg-2.0 found: NO Dependency librtmp found: NO Dependency sbc found: NO Dependency schroedinger-1.0 found: NO Dependency soundtouch found: NO Dependency soundtouch-1.4 found: NO Dependency soundtouch-1.0 found: NO Dependency spandsp found: NO Dependency libsrtp found: NO Header <srtp/srtp.h> has symbol "srtp_init": NO Native dependency libxml-2.0 found: NO found '2.9.1' but need '>= 2.9.2' Dependency libxml-2.0 found: NO Dependency pango found: NO Native dependency cairo found: YES 1.14.0 Library m found: YES Dependency vo-aacenc found: NO Library vulkan found: NO Has header "vulkan/vulkan.h": NO Dependency libwebp found: NO Dependency x265 found: NO Dependency zbar found: NO Program python3 found: YES (/home/pi/.virtualenvs/lumen_client/bin/python3) Build targets in project: 539 Subproject gst-plugins-bad finished. Message: Could not create symlink to gst-plugins-bad Executing subproject gst-editing-services. Project name: gst-editing-services Native c compiler: gcc (gcc 4.9.2) Found a fallback subproject subprojects/gstreamer for gstreamer-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-pbutils-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-video-1.0 Found a fallback subproject subprojects/gstreamer for gstreamer-base-1.0 Found a fallback subproject subprojects/gstreamer for gstreamer-check-1.0 Found a fallback subproject subprojects/gstreamer for gstreamer-controller-1.0 Dependency gst-validate-1.0 found: NO Executing subproject gst-devtools. Project name: gst-devtools Native c compiler: gcc (gcc 4.9.2) Found a fallback subproject subprojects/gstreamer for gstreamer-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-pbutils-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-video-1.0 Found a fallback subproject subprojects/gstreamer for gstreamer-check-1.0 Library m found: YES Also couldn't find a fallback subproject in subprojects/json-glib for the dependency json-glib-1.0 Also couldn't find a fallback subproject in subprojects/gst-devtools for the dependency gst-validate-1.0 Native dependency libxml-2.0 found: YES 2.9.1 Program g-ir-scanner found: YES (/usr/bin/g-ir-scanner) Program gtkdoc-scan found: NO Message: GStreamer debug system is enabled Program flex found: YES (/usr/bin/flex) Program nose2 found: NO Message: Not building documentation as gtk-doc was not found Program python3 found: YES (/home/pi/.virtualenvs/lumen_client/bin/python3) Build targets in project: 580 Subproject gst-editing-services finished. Message: Could not create symlink to gst-editing-services Executing subproject gst-rtsp-server. Project name: gst-rtsp-server Native c compiler: gcc (gcc 4.9.2) Found a fallback subproject subprojects/gstreamer for gstreamer-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-rtsp-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-rtp-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-sdp-1.0 Found a fallback subproject subprojects/gst-plugins-base for gstreamer-app-1.0 Found a fallback subproject subprojects/gstreamer for gstreamer-net-1.0 Dependency libcgroup found: NO Build targets in project: 598 Subproject gst-rtsp-server finished. Message: Could not create symlink to gst-rtsp-server Program gst-uninstalled.py found: YES (/home/pi/gst-build/gst-uninstalled.py) Program git-update found: YES (/home/pi/gst-build/git-update) Build targets in project: 601 ninja: Entering directory `build/' [133/2201] 'Generating Gst-1.0.gir with a custom command.' g-ir-scanner: compile: ccache gcc -Wno-deprecated-declarations -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/pi/gst-build/subprojects/gstreamer/gst -I/home/pi/gst-build/build/subprojects/gstreamer/gst -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer/gst/parse -I/home/pi/gst-build/subprojects/gstreamer/gst/parse -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -c -o /home/pi/gst-build/build/tmp-introspectQnLRwe/Gst-1.0.o /home/pi/gst-build/build/tmp-introspectQnLRwe/Gst-1.0.c g-ir-scanner: link: ccache gcc -o /home/pi/gst-build/build/tmp-introspectQnLRwe/Gst-1.0 /home/pi/gst-build/build/tmp-introspectQnLRwe/Gst-1.0.o -L. -Wl,-rpath=. -Wl,--no-as-needed -lm -lglib-2.0 -lgmodule-2.0 -lgobject-2.0 -lgstreamer-1.0 -L/home/pi/gst-build/build/subprojects/gstreamer/gst -Wl,-rpath=/home/pi/gst-build/build/subprojects/gstreamer/gst -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 [222/2201] 'Generating GstAllocators-1.0.gir with a custom command.' Package gstreamer-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gstreamer-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-1.0' found g-ir-scanner: compile: ccache gcc -Wno-deprecated-declarations -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/pi/gst-build/subprojects/gst-plugins-base/gst-libs/gst/allocators -I/home/pi/gst-build/build/subprojects/gst-plugins-base/gst-libs/gst/allocators -I/home/pi/gst-build/build/subprojects/gst-plugins-base -I/home/pi/gst-build/subprojects/gst-plugins-base -I/home/pi/gst-build/build/subprojects/gst-plugins-base/gst-libs -I/home/pi/gst-build/subprojects/gst-plugins-base/gst-libs -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer -I/usr/include/glib-2.0 -I/home/pi/gst-build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -c -o /home/pi/gst-build/build/tmp-introspectekGZ0a/GstAllocators-1.0.o /home/pi/gst-build/build/tmp-introspectekGZ0a/GstAllocators-1.0.c g-ir-scanner: link: ccache gcc -o /home/pi/gst-build/build/tmp-introspectekGZ0a/GstAllocators-1.0 /home/pi/gst-build/build/tmp-introspectekGZ0a/GstAllocators-1.0.o -L. -Wl,-rpath=. -Wl,--no-as-needed -lgstreamer-1.0 -lgobject-2.0 -lgmodule-2.0 -lm -lglib-2.0 -lgstallocators-1.0 -L/home/pi/gst-build/build/subprojects/gst-plugins-base/gst-libs/gst/allocators -Wl,-rpath=/home/pi/gst-build/build/subprojects/gst-plugins-base/gst-libs/gst/allocators -L/home/pi/gst-build/build/subprojects/gstreamer/gst -Wl,-rpath=/home/pi/gst-build/build/subprojects/gstreamer/gst -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 [257/2201] 'Generating GstController-1.0.gir with a custom command.' Package gstreamer-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gstreamer-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-1.0' found g-ir-scanner: compile: ccache gcc -Wno-deprecated-declarations -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/pi/gst-build/subprojects/gstreamer/libs/gst/controller -I/home/pi/gst-build/build/subprojects/gstreamer/libs/gst/controller -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer/libs -I/home/pi/gst-build/subprojects/gstreamer/libs -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/pi/gst-build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer/libs -I/home/pi/gst-build/subprojects/gstreamer/libs -I/home/pi/gst-build/build/subprojects/gstreamer/gst -I/home/pi/gst-build/subprojects/gstreamer/gst -c -o /home/pi/gst-build/build/tmp-introspectG7r9_X/GstController-1.0.o /home/pi/gst-build/build/tmp-introspectG7r9_X/GstController-1.0.c g-ir-scanner: link: ccache gcc -o /home/pi/gst-build/build/tmp-introspectG7r9_X/GstController-1.0 /home/pi/gst-build/build/tmp-introspectG7r9_X/GstController-1.0.o -L. -Wl,-rpath=. -Wl,--no-as-needed -lgstreamer-1.0 -lgobject-2.0 -lgmodule-2.0 -lm -lglib-2.0 -lgstcontroller-1.0 -L/home/pi/gst-build/build/subprojects/gstreamer/libs/gst/controller -Wl,-rpath=/home/pi/gst-build/build/subprojects/gstreamer/libs/gst/controller -L/home/pi/gst-build/build/subprojects/gstreamer/gst -Wl,-rpath=/home/pi/gst-build/build/subprojects/gstreamer/gst -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 [304/2201] 'Generating GstFft-1.0.gir with a custom command.' Package gstreamer-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gstreamer-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-1.0' found g-ir-scanner: compile: ccache gcc -Wno-deprecated-declarations -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/pi/gst-build/subprojects/gst-plugins-base/gst-libs/gst/fft -I/home/pi/gst-build/build/subprojects/gst-plugins-base/gst-libs/gst/fft -I/home/pi/gst-build/build/subprojects/gst-plugins-base -I/home/pi/gst-build/subprojects/gst-plugins-base -I/home/pi/gst-build/build/subprojects/gst-plugins-base/gst-libs -I/home/pi/gst-build/subprojects/gst-plugins-base/gst-libs -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer -I/usr/include/glib-2.0 -I/home/pi/gst-build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -c -o /home/pi/gst-build/build/tmp-introspect9USuE_/GstFft-1.0.o /home/pi/gst-build/build/tmp-introspect9USuE_/GstFft-1.0.c g-ir-scanner: link: ccache gcc -o /home/pi/gst-build/build/tmp-introspect9USuE_/GstFft-1.0 /home/pi/gst-build/build/tmp-introspect9USuE_/GstFft-1.0.o -L. -Wl,-rpath=. -Wl,--no-as-needed -lgstreamer-1.0 -lgobject-2.0 -lgmodule-2.0 -lm -lglib-2.0 -lgstfft-1.0 -L/home/pi/gst-build/build/subprojects/gst-plugins-base/gst-libs/gst/fft -Wl,-rpath=/home/pi/gst-build/build/subprojects/gst-plugins-base/gst-libs/gst/fft -L/home/pi/gst-build/build/subprojects/gstreamer/gst -Wl,-rpath=/home/pi/gst-build/build/subprojects/gstreamer/gst -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 [305/2201] 'Generating GstBase-1.0.gir with a custom command.' Package gstreamer-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gstreamer-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-1.0' found g-ir-scanner: compile: ccache gcc -Wno-deprecated-declarations -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/pi/gst-build/subprojects/gstreamer/libs/gst/base -I/home/pi/gst-build/build/subprojects/gstreamer/libs/gst/base -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer/libs -I/home/pi/gst-build/subprojects/gstreamer/libs -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/pi/gst-build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer/libs -I/home/pi/gst-build/subprojects/gstreamer/libs -I/home/pi/gst-build/build/subprojects/gstreamer/gst -I/home/pi/gst-build/subprojects/gstreamer/gst -c -o /home/pi/gst-build/build/tmp-introspectdzPc0c/GstBase-1.0.o /home/pi/gst-build/build/tmp-introspectdzPc0c/GstBase-1.0.c g-ir-scanner: link: ccache gcc -o /home/pi/gst-build/build/tmp-introspectdzPc0c/GstBase-1.0 /home/pi/gst-build/build/tmp-introspectdzPc0c/GstBase-1.0.o -L. -Wl,-rpath=. -Wl,--no-as-needed -lgstreamer-1.0 -lgobject-2.0 -lgmodule-2.0 -lm -lglib-2.0 -lgstbase-1.0 -L/home/pi/gst-build/build/subprojects/gstreamer/libs/gst/base -Wl,-rpath=/home/pi/gst-build/build/subprojects/gstreamer/libs/gst/base -L/home/pi/gst-build/build/subprojects/gstreamer/gst -Wl,-rpath=/home/pi/gst-build/build/subprojects/gstreamer/gst -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 [447/2201] 'Generating GstApp-1.0.gir with a custom command.' Package gstreamer-base-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gstreamer-base-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-base-1.0' found Package gstreamer-1.0 was not found in the pkg-config search path. Perhaps you should add the directory containing `gstreamer-1.0.pc' to the PKG_CONFIG_PATH environment variable No package 'gstreamer-1.0' found g-ir-scanner: compile: ccache gcc -Wno-deprecated-declarations -pthread -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/pi/gst-build/subprojects/gst-plugins-base/gst-libs/gst/app -I/home/pi/gst-build/build/subprojects/gst-plugins-base/gst-libs/gst/app -I/home/pi/gst-build/build/subprojects/gst-plugins-base -I/home/pi/gst-build/subprojects/gst-plugins-base -I/home/pi/gst-build/build/subprojects/gst-plugins-base/gst-libs -I/home/pi/gst-build/subprojects/gst-plugins-base/gst-libs -I/home/pi/gst-build/build/subprojects/gstreamer/libs -I/home/pi/gst-build/subprojects/gstreamer/libs -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer -I/usr/include/glib-2.0 -I/usr/lib/arm-linux-gnueabihf/glib-2.0/include -I/home/pi/gst-build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/subprojects/gstreamer/libs -I/home/pi/gst-build/build/subprojects/gstreamer -I/home/pi/gst-build/build/subprojects/gstreamer/libs -c -o /home/pi/gst-build/build/tmp-introspectRIOZib/GstApp-1.0.o /home/pi/gst-build/build/tmp-introspectRIOZib/GstApp-1.0.c g-ir-scanner: link: ccache gcc -o /home/pi/gst-build/build/tmp-introspectRIOZib/GstApp-1.0 /home/pi/gst-build/build/tmp-introspectRIOZib/GstApp-1.0.o -L. -Wl,-rpath=. -Wl,--no-as-needed -lgstreamer-1.0 -lgobject-2.0 -lgmodule-2.0 -lgstbase-1.0 -lm -lglib-2.0 -lgstapp-1.0 -L/home/pi/gst-build/build/subprojects/gst-plugins-base/gst-libs/gst/app -Wl,-rpath=/home/pi/gst-build/build/subprojects/gst-plugins-base/gst-libs/gst/app -L/home/pi/gst-build/build/subprojects/gstreamer/libs/gst/base -Wl,-rpath=/home/pi/gst-build/build/subprojects/gstreamer/libs/gst/base -L/home/pi/gst-build/build/subprojects/gstreamer/gst -Wl,-rpath=/home/pi/gst-build/build/subprojects/gstreamer/gst -lgio-2.0 -lgobject-2.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 <unknown>:: Warning: GstApp: (Signal)push-buffer: context=Signal('push-buffer') return value: Unresolved type: 'GstFlowReturn' <unknown>:: Warning: GstApp: (Signal)push-sample: context=Signal('push-sample') return value: Unresolved type: 'GstFlowReturn' <unknown>:: Warning: GstApp: (Signal)end-of-stream: context=Signal('end-of-stream') return value: Unresolved type: 'GstFlowReturn' <unknown>:: Warning: GstApp: (Signal)new-preroll: context=Signal('new-preroll') return value: Unresolved type: 'GstFlowReturn' <unknown>:: Warning: GstApp: (Signal)new-sample: context=Signal('new-sample') return value: Unresolved type: 'GstFlowReturn' [484/2201] Compiling c object 'subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/nalutils.c.o' In file included from ../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/nalutils.h:38:0, from ../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/nalutils.c:38: ../subprojects/gstreamer/libs/gst/base/gstbytereader.h:351:5: warning: ‘_gst_byte_reader_init_inline’ is static but used in inline function ‘scan_for_start_codes’ which is not static _gst_byte_reader_init_inline(reader,data,size) ^ ../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/nalutils.c:304:3: note: in expansion of macro ‘gst_byte_reader_init’ gst_byte_reader_init (&br, data, size); ^ [491/2201] Linking target subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/libgstcodecparsers-1.0.so.0.1100.0 FAILED: subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/libgstcodecparsers-1.0.so.0.1100.0 ccache c++ -o subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/libgstcodecparsers-1.0.so.0.1100.0 'subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gstjpeg2000sampling.c.o' 'subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gstjpegparser.c.o' 'subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gstmpegvideoparser.c.o' 'subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth264parser.c.o' 'subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gstvc1parser.c.o' 'subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gstmpeg4parser.c.o' 'subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth265parser.c.o' 'subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gstvp8parser.c.o' 'subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gstvp8rangedecoder.c.o' 'subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gstvp9parser.c.o' 'subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/vp9utils.c.o' 'subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/parserutils.c.o' 'subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/nalutils.c.o' 'subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/dboolhuff.c.o' 'subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/vp8utils.c.o' 'subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gstmpegvideometa.c.o' '-Wl,--no-undefined' '-Wl,--as-needed' '-shared' '-fPIC' '-Wl,-soname,libgstcodecparsers-1.0.so.0' 'subprojects/gstreamer/libs/gst/base/libgstbase-1.0.so.0.1100.0' 'subprojects/gstreamer/gst/libgstreamer-1.0.so.0.1100.0' 'subprojects/gstreamer/gst/printf/libgstprintf.a' 'subprojects/gstreamer/gst/libgstreamer-1.0.so.0.1100.0' 'subprojects/gstreamer/gst/printf/libgstprintf.a' '-lglib-2.0' '-lgobject-2.0' '-lglib-2.0' '-Wl,--export-dynamic' '-lgmodule-2.0' '-pthread' '-lglib-2.0' '-lm' '-Wl,-rpath,/home/pi/gst-build/build/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers:/home/pi/gst-build/build/subprojects/gstreamer/libs/gst/base:/home/pi/gst-build/build/subprojects/gstreamer/gst' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth264parser.c.o: In function `gst_h264_parser_parse_scaling_list': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c:572: undefined reference to `nal_reader_get_se' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth264parser.c.o: In function `gst_h264_slice_parse_pred_weight_table': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c:805: undefined reference to `nal_reader_get_se' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c:806: undefined reference to `nal_reader_get_se' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c:815: undefined reference to `nal_reader_get_se' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c:816: undefined reference to `nal_reader_get_se' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth264parser.c.o:/home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c:828: more undefined references to `nal_reader_get_se' follow subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth264parser.c.o: In function `gst_h264_parser_parse_frame_packing': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c:1084: undefined reference to `nal_reader_get_pos' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c:1109: undefined reference to `nal_reader_skip' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c:1122: undefined reference to `nal_reader_get_pos' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth264parser.c.o: In function `gst_h264_parser_parse_sei_message': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c:1157: undefined reference to `nal_reader_get_remaining' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth264parser.c.o: In function `gst_h264_parser_identify_nalu_unchecked': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c:1292: undefined reference to `scan_for_start_codes' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth264parser.c.o: In function `gst_h264_parser_identify_nalu': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c:1363: undefined reference to `scan_for_start_codes' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth264parser.c.o: In function `gst_h264_parse_sps_data': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c:1525: undefined reference to `nal_reader_skip' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c:1569: undefined reference to `nal_reader_get_se' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c:1570: undefined reference to `nal_reader_get_se' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c:1574: undefined reference to `nal_reader_get_se' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth264parser.c.o: In function `gst_h264_parse_pps': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c:1963: undefined reference to `nal_reader_get_se' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c:1964: undefined reference to `nal_reader_get_se' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth264parser.c.o:/home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c:1965: more undefined references to `nal_reader_get_se' follow subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth264parser.c.o: In function `gst_h264_parser_parse_slice_hdr': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c:2227: undefined reference to `nal_reader_get_pos' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth264parser.c:2228: undefined reference to `nal_reader_get_epb_count' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth265parser.c.o: In function `gst_h265_parse_profile_tier_level': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:282: undefined reference to `nal_reader_skip' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:293: undefined reference to `nal_reader_skip' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:311: undefined reference to `nal_reader_skip' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth265parser.c.o: In function `gst_h265_parser_parse_scaling_lists': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:685: undefined reference to `nal_reader_get_se' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:691: undefined reference to `nal_reader_get_se' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth265parser.c.o: In function `gst_h265_slice_parse_pred_weight_table': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:899: undefined reference to `nal_reader_get_se' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:912: undefined reference to `nal_reader_get_se' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:913: undefined reference to `nal_reader_get_se' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth265parser.c.o:/home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:917: more undefined references to `nal_reader_get_se' follow subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth265parser.c.o: In function `gst_h265_parser_identify_nalu_unchecked': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:1169: undefined reference to `scan_for_start_codes' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth265parser.c.o: In function `gst_h265_parser_identify_nalu': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:1235: undefined reference to `scan_for_start_codes' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth265parser.c.o: In function `gst_h265_parse_vps': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:1402: undefined reference to `nal_reader_skip' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:1410: undefined reference to `nal_reader_skip' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:1447: undefined reference to `nal_reader_skip' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth265parser.c.o: In function `gst_h265_parse_pps': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:1772: undefined reference to `nal_reader_get_se' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:1782: undefined reference to `nal_reader_get_se' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:1783: undefined reference to `nal_reader_get_se' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:1839: undefined reference to `nal_reader_get_se' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:1840: undefined reference to `nal_reader_get_se' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth265parser.c.o: In function `gst_h265_parser_parse_slice_hdr': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:1975: undefined reference to `nal_reader_skip' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:2116: undefined reference to `nal_reader_get_se' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:2118: undefined reference to `nal_reader_get_se' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:2119: undefined reference to `nal_reader_get_se' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:2127: undefined reference to `nal_reader_get_se' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:2128: undefined reference to `nal_reader_get_se' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:2166: undefined reference to `nal_reader_skip' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:2171: undefined reference to `nal_reader_skip' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:2174: undefined reference to `nal_reader_skip' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:2178: undefined reference to `nal_reader_get_pos' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:2179: undefined reference to `nal_reader_get_epb_count' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth265parser.c.o: In function `nal_reader_has_more_data_in_payload': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:2196: undefined reference to `nal_reader_get_pos' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/gsth265parser.c.o: In function `gst_h265_parser_parse_sei_message': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:2227: undefined reference to `nal_reader_get_remaining' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:2230: undefined reference to `nal_reader_get_pos' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:2280: undefined reference to `nal_reader_skip' /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gsth265parser.c:2283: undefined reference to `nal_reader_skip' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/nalutils.c.o: In function `nal_reader_skip_long': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/nalutils.c:141: undefined reference to `nal_reader_skip' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/nalutils.c.o: In function `nal_reader_get_bits_uint8': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/nalutils.c:190: undefined reference to `nal_reader_read' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/nalutils.c.o: In function `nal_reader_get_bits_uint16': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/nalutils.c:191: undefined reference to `nal_reader_read' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/nalutils.c.o: In function `nal_reader_get_bits_uint32': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/nalutils.c:192: undefined reference to `nal_reader_read' subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstcodecparsers-1.0@sha/nalutils.c.o: In function `nal_reader_has_more_data': /home/pi/gst-build/build/../subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/nalutils.c:264: undefined reference to `nal_reader_get_remaining' /usr/bin/ld: subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/libgstcodecparsers-1.0.so.0.1100.0: hidden symbol `nal_reader_read' isn't defined /usr/bin/ld: final link failed: Bad value collect2: error: ld returned 1 exit status [496/2201] Compiling c object 'subprojects/gst-plugins-bad/gst-libs/gst/adaptivedemux/gstadaptivedemux-1.0@sha/gstadaptivedemux.c.o' ninja: build stopped: subcommand failed. On Tuesday, December 13, 2016 8:23 PM, Sebastian Dröge <[hidden email]> wrote:
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
On Tue, 2016-12-13 at 21:36 +0000, Stuart Axon wrote:
> Hi, > Compiler version is > > gcc (Raspbian 4.9.2-10) 4.9.2 > ninja 1.7.2.git > meson 0.36.0 > > Things got a lot further this time, and seems to get stuck in a > linking phase: > [...] compiler for gst-plugins-bad/gst-libs/gst/codecutils. This causes symbol mangling, which then causes problem with other code that just goes through a C compiler. This looks like something weird on your setup, it shouldn't use "c++" for compilation there but "cc" or some variant of "gcc". -- Sebastian Dröge, Centricular Ltd · http://www.centricular.com _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (981 bytes) Download Attachment |
I have used CC="ccache gcc" in the past with gstreamer uninstalled, I wonder if this could have caused problems ? Next time I try this, I'll try on a cleaner image and see how things go. S++ On Wednesday, December 14, 2016 8:04 AM, Sebastian Dröge <[hidden email]> wrote:
_______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |