Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Command line:
- looking for library alsa
- Trying source 0 (type inline) of library alsa ...
- + cd <CACHE_PATH>/qtmultimedia/config.tests/alsa && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=<SYSROOT_PATH>/usr/lib/pkgconfig:<SYSROOT_PATH>/usr/lib/arm-linux-gnueabihf/pkgconfig <SYSROOT_PATH>/opt/Qt5.9/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lasound' <CACHE_PATH>/qtmultimedia/config.tests/alsa
- > Info: creating stash file <CACHE_PATH>/qtmultimedia/config.tests/.qmake.stash
- + cd <CACHE_PATH>/qtmultimedia/config.tests/alsa && MAKEFLAGS= make
- > <CACHE_PATH>/gcc-linaro-7.4.1-2019.02-i686_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard --sysroot=<SYSROOT_PATH> -g -w -fPIC -I. -I<SYSROOT_PATH>/opt/Qt5.9/mkspecs/devices/linux-imx6-g++ -o alsatest.o alsatest.cpp
- > alsatest.cpp:29:10: fatal error: alsa/asoundlib.h: No such file or directory
- > #include <alsa/asoundlib.h>
- > ^~~~~~~~~~~~~~~~~~
- > compilation terminated.
- > Makefile:287: recipe for target 'alsatest.o' failed
- > make: *** [alsatest.o] Error 1
- => source failed verification.
- test config.multimedia.libraries.alsa FAILED
- executing config test gpu_vivante
- + cd <CACHE_PATH>/qtmultimedia/config.tests/gpu_vivante && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=<SYSROOT_PATH>/usr/lib/pkgconfig:<SYSROOT_PATH>/usr/lib/arm-linux-gnueabihf/pkgconfig <SYSROOT_PATH>/opt/Qt5.9/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" -early "CONFIG += cross_compile" <CACHE_PATH>/qtmultimedia/config.tests/gpu_vivante
- + cd <CACHE_PATH>/qtmultimedia/config.tests/gpu_vivante && MAKEFLAGS= make
- > <CACHE_PATH>/gcc-linaro-7.4.1-2019.02-i686_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard --sysroot=<SYSROOT_PATH> -g -w -fPIC -I. -I<SYSROOT_PATH>/opt/Qt5.9/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
- > main.cpp:32:20: error: ‘GL_VIV_YV12’ was not declared in this scope
- > const int format = GL_VIV_YV12;
- > ^~~~~~~~~~~
- > Makefile:290: recipe for target 'main.o' failed
- > make: *** [main.o] Error 1
- test config.multimedia.tests.gpu_vivante FAILED
- looking for library gstreamer_1_0
- Trying source 0 (type pkgConfig) of library gstreamer_1_0 ...
- + PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=<SYSROOT_PATH>/usr/lib/pkgconfig:<SYSROOT_PATH>/usr/lib/arm-linux-gnueabihf/pkgconfig /usr/bin/pkg-config --exists --silence-errors gstreamer-1.0 gstreamer-base-1.0 gstreamer-audio-1.0 gstreamer-video-1.0 gstreamer-pbutils-1.0
- + PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=<SYSROOT_PATH>/usr/lib/pkgconfig:<SYSROOT_PATH>/usr/lib/arm-linux-gnueabihf/pkgconfig /usr/bin/pkg-config --modversion gstreamer-1.0 gstreamer-base-1.0 gstreamer-audio-1.0 gstreamer-video-1.0 gstreamer-pbutils-1.0
- > 1.14.1
- > 1.14.1
- > 1.14.1
- > 1.14.1
- > 1.14.1
- + PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=<SYSROOT_PATH>/usr/lib/pkgconfig:<SYSROOT_PATH>/usr/lib/arm-linux-gnueabihf/pkgconfig /usr/bin/pkg-config --libs-only-L gstreamer-1.0 gstreamer-base-1.0 gstreamer-audio-1.0 gstreamer-video-1.0 gstreamer-pbutils-1.0
- > -L//usr/lib/arm-linux-gnueabihf
- + PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=<SYSROOT_PATH>/usr/lib/pkgconfig:<SYSROOT_PATH>/usr/lib/arm-linux-gnueabihf/pkgconfig /usr/bin/pkg-config --libs-only-l gstreamer-1.0 gstreamer-base-1.0 gstreamer-audio-1.0 gstreamer-video-1.0 gstreamer-pbutils-1.0
- > -lgstaudio-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstpbutils-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0
- + PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=<SYSROOT_PATH>/usr/lib/pkgconfig:<SYSROOT_PATH>/usr/lib/arm-linux-gnueabihf/pkgconfig /usr/bin/pkg-config --cflags gstreamer-1.0 gstreamer-base-1.0 gstreamer-audio-1.0 gstreamer-video-1.0 gstreamer-pbutils-1.0
- > -pthread -I//usr/include/gstreamer-1.0 -I//usr/include/orc-0.4 -I//usr/include/gstreamer-1.0 -I//usr/include/glib-2.0 -I//usr/lib/arm-linux-gnueabihf/glib-2.0/include
- + cd <CACHE_PATH>/qtmultimedia/config.tests/gstreamer && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=<SYSROOT_PATH>/usr/lib/pkgconfig:<SYSROOT_PATH>/usr/lib/arm-linux-gnueabihf/pkgconfig <SYSROOT_PATH>/opt/Qt5.9/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -L//usr/lib/arm-linux-gnueabihf -lgstaudio-1.0 -lgstvideo-1.0 -lgstbase-1.0 -lgstpbutils-1.0 -lgstreamer-1.0 -lgobject-2.0 -lglib-2.0' 'QMAKE_CFLAGS += -pthread -I//usr/include/gstreamer-1.0 -I//usr/include/orc-0.4 -I//usr/include/gstreamer-1.0 -I//usr/include/glib-2.0 -I//usr/lib/arm-linux-gnueabihf/glib-2.0/include' 'QMAKE_CXXFLAGS += -pthread -I//usr/include/gstreamer-1.0 -I//usr/include/orc-0.4 -I//usr/include/gstreamer-1.0 -I//usr/include/glib-2.0 -I//usr/lib/arm-linux-gnueabihf/glib-2.0/include' <CACHE_PATH>/qtmultimedia/config.tests/gstreamer
- + cd <CACHE_PATH>/qtmultimedia/config.tests/gstreamer && MAKEFLAGS= make
- > <CACHE_PATH>/gcc-linaro-7.4.1-2019.02-i686_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard --sysroot=<SYSROOT_PATH> -pthread -I//usr/include/gstreamer-1.0 -I//usr/include/orc-0.4 -I//usr/include/gstreamer-1.0 -I//usr/include/glib-2.0 -I//usr/lib/arm-linux-gnueabihf/glib-2.0/include -g -w -fPIC -I. -I<SYSROOT_PATH>/opt/Qt5.9/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
- > In file included from //usr/include/glib-2.0/glib/galloca.h:32:0,
- > from //usr/include/glib-2.0/glib.h:30,
- > from //usr/include/gstreamer-1.0/gst/gst.h:27,
- > from main.cpp:31:
- > //usr/include/glib-2.0/glib/gtypes.h:32:10: fatal error: glibconfig.h: No such file or directory
- > #include <glibconfig.h>
- > ^~~~~~~~~~~~~~
- > compilation terminated.
- > Makefile:290: recipe for target 'main.o' failed
- > make: *** [main.o] Error 1
- => source failed verification.
- test config.multimedia.libraries.gstreamer_1_0 FAILED
- looking for library gstreamer_0_10
- Trying source 0 (type pkgConfig) of library gstreamer_0_10 ...
- + PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=<SYSROOT_PATH>/usr/lib/pkgconfig:<SYSROOT_PATH>/usr/lib/arm-linux-gnueabihf/pkgconfig /usr/bin/pkg-config --exists --silence-errors gstreamer-0.10 gstreamer-base-0.10 gstreamer-audio-0.10 gstreamer-video-0.10 gstreamer-pbutils-0.10 gstreamer-interfaces-0.10
- pkg-config did not find package.
- => source produced no result.
- test config.multimedia.libraries.gstreamer_0_10 FAILED
- executing config test linux_v4l
- + cd <CACHE_PATH>/qtmultimedia/config.tests/linux_v4l && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=<SYSROOT_PATH>/usr/lib/pkgconfig:<SYSROOT_PATH>/usr/lib/arm-linux-gnueabihf/pkgconfig <SYSROOT_PATH>/opt/Qt5.9/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" -early "CONFIG += cross_compile" <CACHE_PATH>/qtmultimedia/config.tests/linux_v4l
- + cd <CACHE_PATH>/qtmultimedia/config.tests/linux_v4l && MAKEFLAGS= make
- > <CACHE_PATH>/gcc-linaro-7.4.1-2019.02-i686_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard --sysroot=<SYSROOT_PATH> -g -w -fPIC -I. -I<SYSROOT_PATH>/opt/Qt5.9/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
- > <CACHE_PATH>/gcc-linaro-7.4.1-2019.02-i686_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-g++ -mfloat-abi=hard --sysroot=<SYSROOT_PATH> -Wl,-rpath,<SYSROOT_PATH>/lib/arm-linux-gnueabihf -Wl,-rpath,<SYSROOT_PATH>/usr/lib/arm-linux-gnueabihf -o linux_v4l main.o
- test config.multimedia.tests.linux_v4l succeeded
- looking for library openal
- Trying source 0 (type pkgConfig) of library openal ...
- + PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=<SYSROOT_PATH>/usr/lib/pkgconfig:<SYSROOT_PATH>/usr/lib/arm-linux-gnueabihf/pkgconfig /usr/bin/pkg-config --exists --silence-errors openal
- pkg-config did not find package.
- => source produced no result.
- Trying source 1 (type inline) of library openal ...
- => source failed condition 'config.win32'.
- Trying source 2 (type inline) of library openal ...
- => source failed condition 'config.darwin'.
- Trying source 3 (type inline) of library openal ...
- + cd <CACHE_PATH>/qtmultimedia/config.tests/openal && PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=<SYSROOT_PATH>/usr/lib/pkgconfig:<SYSROOT_PATH>/usr/lib/arm-linux-gnueabihf/pkgconfig <SYSROOT_PATH>/opt/Qt5.9/bin/qmake "CONFIG -= qt debug_and_release app_bundle lib_bundle" "CONFIG += shared warn_off console single_arch" -early "CONFIG += cross_compile" 'LIBS += -lopenal' <CACHE_PATH>/qtmultimedia/config.tests/openal
- + cd <CACHE_PATH>/qtmultimedia/config.tests/openal && MAKEFLAGS= make
- > <CACHE_PATH>/gcc-linaro-7.4.1-2019.02-i686_arm-linux-gnueabihf/bin/arm-linux-gnueabihf-g++ -c -pipe -march=armv7-a -mfpu=neon -DLINUX=1 -DEGL_API_FB=1 -mfloat-abi=hard --sysroot=<SYSROOT_PATH> -g -w -fPIC -I. -I<SYSROOT_PATH>/opt/Qt5.9/mkspecs/devices/linux-imx6-g++ -o main.o main.cpp
- > main.cpp:32:10: fatal error: AL/al.h: No such file or directory
- > #include <AL/al.h>
- > ^~~~~~~~~
- > compilation terminated.
- > Makefile:290: recipe for target 'main.o' failed
- > make: *** [main.o] Error 1
- => source failed verification.
- test config.multimedia.libraries.openal FAILED
- looking for library pulseaudio
- Trying source 0 (type pkgConfig) of library pulseaudio ...
- + PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=<SYSROOT_PATH>/usr/lib/pkgconfig:<SYSROOT_PATH>/usr/lib/arm-linux-gnueabihf/pkgconfig /usr/bin/pkg-config --exists --silence-errors libpulse '>=' 0.9.10 libpulse-mainloop-glib
- pkg-config did not find package.
- => source produced no result.
- test config.multimedia.libraries.pulseaudio FAILED
- looking for library libresourceqt5
- Trying source 0 (type pkgConfig) of library libresourceqt5 ...
- + PKG_CONFIG_SYSROOT_DIR=/ PKG_CONFIG_LIBDIR=<SYSROOT_PATH>/usr/lib/pkgconfig:<SYSROOT_PATH>/usr/lib/arm-linux-gnueabihf/pkgconfig /usr/bin/pkg-config --exists --silence-errors libresourceqt5
- pkg-config did not find package.
- => source produced no result.
- test config.multimedia.libraries.libresourceqt5 FAILED
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement