[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#984312: qtwayland-opensource-src: ftbfs with GCC-11



Package: src:qtwayland-opensource-src
Version: 5.15.2-2
Severity: normal
Tags: sid bookworm
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-11

[This bug is not targeted to the upcoming bullseye release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-11/g++-11, but succeeds to build with gcc-10/g++-10. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://people.debian.org/~doko/logs/20210228/filtered/gcc11/qtwayland-opensource-src_5.15.2-2_unstable_gcc11.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
g++ -g -O2 -ffile-prefix-map=/build/qtbase-opensource-src-byrn3E/qtbase-opensource-src-5.15.2+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -dM -E -o .moc/moc_predefs.h /usr/lib/x86_64-linux-gnu/qt5/mkspecs/features/data/dummy.cpp
wayland-scanner --include-core-only code < ../../../../src/3rdparty/protocol/ivi-application.xml > wayland-ivi-application-protocol.c
Using "code" is deprecated - use private-code or public-code.
See the help page for details.
wayland-scanner --include-core-only code < ../../../../src/3rdparty/protocol/wayland.xml > wayland-wayland-protocol.c
Using "code" is deprecated - use private-code or public-code.
See the help page for details.
wayland-scanner --include-core-only code < ../../../../src/3rdparty/protocol/xdg-shell-unstable-v6.xml > wayland-xdg-shell-unstable-v6-protocol.c
Using "code" is deprecated - use private-code or public-code.
See the help page for details.
wayland-scanner --include-core-only code < ../../../../src/3rdparty/protocol/fullscreen-shell-unstable-v1.xml > wayland-fullscreen-shell-unstable-v1-protocol.c
Using "code" is deprecated - use private-code or public-code.
See the help page for details.
/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1/qtwaylandscanner_wrapper.sh server-header ../../../../src/3rdparty/protocol/xdg-shell-unstable-v6.xml > qwayland-server-xdg-shell-unstable-v6.h
/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1/qtwaylandscanner_wrapper.sh server-header ../../../../src/3rdparty/protocol/ivi-application.xml > qwayland-server-ivi-application.h
/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1/qtwaylandscanner_wrapper.sh server-header ../../../../src/3rdparty/protocol/fullscreen-shell-unstable-v1.xml > qwayland-server-fullscreen-shell-unstable-v1.h
/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1/qtwaylandscanner_wrapper.sh server-header ../../../../src/3rdparty/protocol/wayland.xml > qwayland-server-wayland.h
gcc -c -g -O2 -ffile-prefix-map=/build/qtbase-opensource-src-byrn3E/qtbase-opensource-src-5.15.2+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WAYLANDCLIENT_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1"' -I. -I../shared_old -I../../../../include/QtWaylandClient/5.15.2 -I../../../../include/QtWaylandClient/5.15.2/QtWaylandClient -I../../../../include -I../../../../include/QtWaylandClient -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport -I/usr/i
 nclude/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtTest -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/wayland-ivi-application-protocol.o wayland-ivi-application-protocol.c
gcc -c -g -O2 -ffile-prefix-map=/build/qtbase-opensource-src-byrn3E/qtbase-opensource-src-5.15.2+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WAYLANDCLIENT_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1"' -I. -I../shared_old -I../../../../include/QtWaylandClient/5.15.2 -I../../../../include/QtWaylandClient/5.15.2/QtWaylandClient -I../../../../include -I../../../../include/QtWaylandClient -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport -I/usr/i
 nclude/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtTest -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/wayland-wayland-protocol.o wayland-wayland-protocol.c
gcc -c -g -O2 -ffile-prefix-map=/build/qtbase-opensource-src-byrn3E/qtbase-opensource-src-5.15.2+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WAYLANDCLIENT_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1"' -I. -I../shared_old -I../../../../include/QtWaylandClient/5.15.2 -I../../../../include/QtWaylandClient/5.15.2/QtWaylandClient -I../../../../include -I../../../../include/QtWaylandClient -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport -I/usr/i
 nclude/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtTest -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/wayland-xdg-shell-unstable-v6-protocol.o wayland-xdg-shell-unstable-v6-protocol.c
gcc -c -g -O2 -ffile-prefix-map=/build/qtbase-opensource-src-byrn3E/qtbase-opensource-src-5.15.2+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WAYLANDCLIENT_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1"' -I. -I../shared_old -I../../../../include/QtWaylandClient/5.15.2 -I../../../../include/QtWaylandClient/5.15.2/QtWaylandClient -I../../../../include -I../../../../include/QtWaylandClient -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport -I/usr/i
 nclude/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtTest -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/wayland-fullscreen-shell-unstable-v1-protocol.o wayland-fullscreen-shell-unstable-v1-protocol.c
/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1/qtwaylandscanner_wrapper.sh server-code ../../../../src/3rdparty/protocol/ivi-application.xml > qwayland-server-ivi-application.cpp
/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1/qtwaylandscanner_wrapper.sh server-code ../../../../src/3rdparty/protocol/wayland.xml > qwayland-server-wayland.cpp
/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1/qtwaylandscanner_wrapper.sh server-code ../../../../src/3rdparty/protocol/xdg-shell-unstable-v6.xml > qwayland-server-xdg-shell-unstable-v6.cpp
/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1/qtwaylandscanner_wrapper.sh server-code ../../../../src/3rdparty/protocol/fullscreen-shell-unstable-v1.xml > qwayland-server-fullscreen-shell-unstable-v1.cpp
/usr/lib/qt5/bin/moc -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WAYLANDCLIENT_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1"' --include /<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1/.moc/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1 -I/<<PKGBUILDDIR>>/tests/auto/client/shared_old -I/<<PKGBUILDDIR>>/include/QtWaylandClient/5.15.2 -I/<<PKGBUILDDIR>>/include/QtWaylandClient/5.15.2/QtWaylandClient -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/include/QtWaylandClient -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/
 5.15.2/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtTest -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/11 -I/usr/include/x86_64-linux-gnu/c++/11 -I/usr/include/c++/11/backward -I/usr/lib/gcc/x86_64-linux-gnu/11/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include ../shared_old/mockcompositor.h -o .moc/moc_mockcompositor.cpp
g++ -c -g -O2 -ffile-prefix-map=/build/qtbase-opensource-src-byrn3E/qtbase-opensource-src-5.15.2+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WAYLANDCLIENT_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1"' -I. -I../shared_old -I../../../../include/QtWaylandClient/5.15.2 -I../../../../include/QtWaylandClient/5.15.2/QtWaylandClient -I../../../../include -I../../../../include/QtWaylandClient -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport -I/usr/i
 nclude/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtTest -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/mockcompositor.o ../shared_old/mockcompositor.cpp
../shared/corecompositor.cpp: In lambda function:
../shared/corecompositor.cpp:41:31: error: ‘sleep_for’ is not a member of ‘std::this_thread’
   41 |             std::this_thread::sleep_for(std::chrono::milliseconds(20));
      |                               ^~~~~~~~~
g++ -Wl,-z,relro -Wl,--as-needed -Wl,-z,relro -Wl,--enable-new-dtags -o custom-compositor .obj/main.o .obj/qrc_compositor.o   /<<PKGBUILDDIR>>/lib/libQt5WaylandCompositor.so /usr/lib/x86_64-linux-gnu/libQt5XkbCommonSupport.a /usr/lib/x86_64-linux-gnu/libQt5Quick.so /usr/lib/x86_64-linux-gnu/libQt5Gui.so /usr/lib/x86_64-linux-gnu/libQt5QmlModels.so /usr/lib/x86_64-linux-gnu/libQt5Qml.so /usr/lib/x86_64-linux-gnu/libQt5Network.so /usr/lib/x86_64-linux-gnu/libQt5Core.so -lGL -lpthread -lwayland-server -lxkbcommon   
make[5]: *** [Makefile:763: .obj/corecompositor.o] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/client/datadevicev1'
make[4]: *** [Makefile:88: sub-datadevicev1-make_first] Error 2
make[4]: *** Waiting for unfinished jobs....
g++ -c -g -O2 -ffile-prefix-map=/build/qtbase-opensource-src-byrn3E/qtbase-opensource-src-5.15.2+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WAYLANDCLIENT_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1"' -I. -I../shared_old -I../../../../include/QtWaylandClient/5.15.2 -I../../../../include/QtWaylandClient/5.15.2/QtWaylandClient -I../../../../include -I../../../../include/QtWaylandClient -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport -I/usr/i
 nclude/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtTest -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/mockfullscreenshellv1.o ../shared_old/mockfullscreenshellv1.cpp
make[5]: Leaving directory '/<<PKGBUILDDIR>>/examples/wayland/texture-sharing/custom-compositor'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/examples/wayland/texture-sharing'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/examples/wayland'
make[2]: Leaving directory '/<<PKGBUILDDIR>>/examples'
g++ -c -g -O2 -ffile-prefix-map=/build/qtbase-opensource-src-byrn3E/qtbase-opensource-src-5.15.2+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WAYLANDCLIENT_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1"' -I. -I../shared_old -I../../../../include/QtWaylandClient/5.15.2 -I../../../../include/QtWaylandClient/5.15.2/QtWaylandClient -I../../../../include -I../../../../include/QtWaylandClient -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport -I/usr/i
 nclude/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtTest -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/mockinput.o ../shared_old/mockinput.cpp
g++ -c -g -O2 -ffile-prefix-map=/build/qtbase-opensource-src-byrn3E/qtbase-opensource-src-5.15.2+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WAYLANDCLIENT_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1"' -I. -I../shared_old -I../../../../include/QtWaylandClient/5.15.2 -I../../../../include/QtWaylandClient/5.15.2/QtWaylandClient -I../../../../include -I../../../../include/QtWaylandClient -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport -I/usr/i
 nclude/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtTest -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/mockiviapplication.o ../shared_old/mockiviapplication.cpp
g++ -c -g -O2 -ffile-prefix-map=/build/qtbase-opensource-src-byrn3E/qtbase-opensource-src-5.15.2+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WAYLANDCLIENT_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1"' -I. -I../shared_old -I../../../../include/QtWaylandClient/5.15.2 -I../../../../include/QtWaylandClient/5.15.2/QtWaylandClient -I../../../../include -I../../../../include/QtWaylandClient -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport -I/usr/i
 nclude/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtTest -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/mockwlshell.o ../shared_old/mockwlshell.cpp
g++ -c -g -O2 -ffile-prefix-map=/build/qtbase-opensource-src-byrn3E/qtbase-opensource-src-5.15.2+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WAYLANDCLIENT_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1"' -I. -I../shared_old -I../../../../include/QtWaylandClient/5.15.2 -I../../../../include/QtWaylandClient/5.15.2/QtWaylandClient -I../../../../include -I../../../../include/QtWaylandClient -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport -I/usr/i
 nclude/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtTest -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/mockxdgshellv6.o ../shared_old/mockxdgshellv6.cpp
g++ -c -g -O2 -ffile-prefix-map=/build/qtbase-opensource-src-byrn3E/qtbase-opensource-src-5.15.2+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WAYLANDCLIENT_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1"' -I. -I../shared_old -I../../../../include/QtWaylandClient/5.15.2 -I../../../../include/QtWaylandClient/5.15.2/QtWaylandClient -I../../../../include -I../../../../include/QtWaylandClient -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport -I/usr/i
 nclude/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtTest -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/mocksurface.o ../shared_old/mocksurface.cpp
g++ -Wl,-z,relro -Wl,--as-needed -Wl,-z,relro -Wl,--enable-new-dtags -o tst_compositor .obj/tst_compositor.o .obj/testcompositor.o .obj/testkeyboardgrabber.o .obj/mockclient.o .obj/mockseat.o .obj/testseat.o .obj/mockkeyboard.o .obj/mockpointer.o .obj/mockxdgoutputv1.o .obj/wayland-ivi-application-protocol.o .obj/wayland-wayland-protocol.o .obj/wayland-xdg-shell-protocol.o .obj/wayland-viewporter-protocol.o .obj/wayland-idle-inhibit-unstable-v1-protocol.o .obj/wayland-xdg-output-unstable-v1-protocol.o .obj/qwayland-ivi-application.o .obj/qwayland-wayland.o .obj/qwayland-xdg-shell.o .obj/qwayland-viewporter.o .obj/qwayland-idle-inhibit-unstable-v1.o .obj/qwayland-xdg-output-unstable-v1.o .obj/moc_testcompositor.o .obj/moc_testkeyboardgrabber.o .obj/moc_mockclient.o .obj/moc_mockseat.o .obj/moc_testseat.o .obj/moc_mockkeyboard.o .obj/moc_mockpointer.o   /<<PKGBUILDDIR>>/lib/libQt5WaylandCompositor.so /usr/lib/x86_64-linux-gnu/libQt5XkbCommonSupport.a /usr/lib/x86_64-linux-gnu/libQt5Qui
 ck.so /usr/lib/x86_64-linux-gnu/libQt5Gui.so /usr/lib/x86_64-linux-gnu/libQt5Test.so /usr/lib/x86_64-linux-gnu/libQt5QmlModels.so /usr/lib/x86_64-linux-gnu/libQt5Qml.so /usr/lib/x86_64-linux-gnu/libQt5Network.so /usr/lib/x86_64-linux-gnu/libQt5Core.so -lGL -lpthread -lwayland-client -lwayland-server -lxkbcommon   
make[5]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/compositor/compositor'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/compositor'
g++ -c -g -O2 -ffile-prefix-map=/build/qtbase-opensource-src-byrn3E/qtbase-opensource-src-5.15.2+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WAYLANDCLIENT_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1"' -I. -I../shared_old -I../../../../include/QtWaylandClient/5.15.2 -I../../../../include/QtWaylandClient/5.15.2/QtWaylandClient -I../../../../include -I../../../../include/QtWaylandClient -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport -I/usr/i
 nclude/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtTest -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/mockregion.o ../shared_old/mockregion.cpp
g++ -c -g -O2 -ffile-prefix-map=/build/qtbase-opensource-src-byrn3E/qtbase-opensource-src-5.15.2+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WAYLANDCLIENT_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1"' -I. -I../shared_old -I../../../../include/QtWaylandClient/5.15.2 -I../../../../include/QtWaylandClient/5.15.2/QtWaylandClient -I../../../../include -I../../../../include/QtWaylandClient -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport -I/usr/i
 nclude/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtTest -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/mockoutput.o ../shared_old/mockoutput.cpp
/usr/lib/qt5/bin/moc -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WAYLANDCLIENT_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1"' --include /<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1/.moc/moc_predefs.h -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -I/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1 -I/<<PKGBUILDDIR>>/tests/auto/client/shared_old -I/<<PKGBUILDDIR>>/include/QtWaylandClient/5.15.2 -I/<<PKGBUILDDIR>>/include/QtWaylandClient/5.15.2/QtWaylandClient -I/<<PKGBUILDDIR>>/include -I/<<PKGBUILDDIR>>/include/QtWaylandClient -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/
 5.15.2/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtTest -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/c++/11 -I/usr/include/x86_64-linux-gnu/c++/11 -I/usr/include/c++/11/backward -I/usr/lib/gcc/x86_64-linux-gnu/11/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include tst_fullscreenshellv1.cpp -o .moc/tst_fullscreenshellv1.moc
g++ -c -g -O2 -ffile-prefix-map=/build/qtbase-opensource-src-byrn3E/qtbase-opensource-src-5.15.2+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WAYLANDCLIENT_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1"' -I. -I../shared_old -I../../../../include/QtWaylandClient/5.15.2 -I../../../../include/QtWaylandClient/5.15.2/QtWaylandClient -I../../../../include -I../../../../include/QtWaylandClient -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport -I/usr/i
 nclude/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtTest -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/qwayland-server-ivi-application.o qwayland-server-ivi-application.cpp
g++ -c -g -O2 -ffile-prefix-map=/build/qtbase-opensource-src-byrn3E/qtbase-opensource-src-5.15.2+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WAYLANDCLIENT_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1"' -I. -I../shared_old -I../../../../include/QtWaylandClient/5.15.2 -I../../../../include/QtWaylandClient/5.15.2/QtWaylandClient -I../../../../include -I../../../../include/QtWaylandClient -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport -I/usr/i
 nclude/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtTest -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/qwayland-server-wayland.o qwayland-server-wayland.cpp
g++ -c -g -O2 -ffile-prefix-map=/build/qtbase-opensource-src-byrn3E/qtbase-opensource-src-5.15.2+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WAYLANDCLIENT_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1"' -I. -I../shared_old -I../../../../include/QtWaylandClient/5.15.2 -I../../../../include/QtWaylandClient/5.15.2/QtWaylandClient -I../../../../include -I../../../../include/QtWaylandClient -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport -I/usr/i
 nclude/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtTest -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/qwayland-server-xdg-shell-unstable-v6.o qwayland-server-xdg-shell-unstable-v6.cpp
g++ -c -g -O2 -ffile-prefix-map=/build/qtbase-opensource-src-byrn3E/qtbase-opensource-src-5.15.2+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WAYLANDCLIENT_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1"' -I. -I../shared_old -I../../../../include/QtWaylandClient/5.15.2 -I../../../../include/QtWaylandClient/5.15.2/QtWaylandClient -I../../../../include -I../../../../include/QtWaylandClient -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport -I/usr/i
 nclude/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtTest -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/qwayland-server-fullscreen-shell-unstable-v1.o qwayland-server-fullscreen-shell-unstable-v1.cpp
g++ -c -g -O2 -ffile-prefix-map=/build/qtbase-opensource-src-byrn3E/qtbase-opensource-src-5.15.2+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WAYLANDCLIENT_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1"' -I. -I../shared_old -I../../../../include/QtWaylandClient/5.15.2 -I../../../../include/QtWaylandClient/5.15.2/QtWaylandClient -I../../../../include -I../../../../include/QtWaylandClient -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport -I/usr/i
 nclude/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtTest -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/moc_mockcompositor.o .moc/moc_mockcompositor.cpp
g++ -c -g -O2 -ffile-prefix-map=/build/qtbase-opensource-src-byrn3E/qtbase-opensource-src-5.15.2+dfsg=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -Wextra -D_REENTRANT -fPIC -DQT_NO_LINKED_LIST -DQT_NO_FOREACH -DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_LINKED_LIST -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -DQT_NO_DEBUG -DQT_WAYLANDCLIENT_LIB -DQT_SERVICE_SUPPORT_LIB -DQT_XKBCOMMON_SUPPORT_LIB -DQT_GUI_LIB -DQT_TESTLIB_LIB -DQT_DBUS_LIB -DQT_CORE_LIB -DQT_TESTCASE_BUILDDIR='"/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1"' -I. -I../shared_old -I../../../../include/QtWaylandClient/5.15.2 -I../../../../include/QtWaylandClient/5.15.2/QtWaylandClient -I../../../../include -I../../../../include/QtWaylandClient -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport -I/usr/i
 nclude/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtServiceSupport/5.15.2/QtServiceSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtXkbCommonSupport/5.15.2/QtXkbCommonSupport -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtGui/5.15.2/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtTest -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2 -I/usr/include/x86_64-linux-gnu/qt5/QtCore/5.15.2/QtCore -I/usr/include/x86_64-linux-gnu/qt5/QtDBus -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I.moc -I/usr/lib/x86_64-linux-gnu/qt5/mkspecs/linux-g++ -o .obj/tst_fullscreenshellv1.o tst_fullscreenshellv1.cpp
g++ -Wl,-z,relro -Wl,--as-needed -Wl,-z,relro -Wl,--enable-new-dtags -Wl,-rpath-link,/usr/lib/x86_64-linux-gnu -o tst_client_fullscreenshellv1 .obj/mockcompositor.o .obj/mockfullscreenshellv1.o .obj/mockinput.o .obj/mockiviapplication.o .obj/mockwlshell.o .obj/mockxdgshellv6.o .obj/mocksurface.o .obj/mockregion.o .obj/mockoutput.o .obj/tst_fullscreenshellv1.o .obj/wayland-ivi-application-protocol.o .obj/wayland-wayland-protocol.o .obj/wayland-xdg-shell-unstable-v6-protocol.o .obj/wayland-fullscreen-shell-unstable-v1-protocol.o .obj/qwayland-server-ivi-application.o .obj/qwayland-server-wayland.o .obj/qwayland-server-xdg-shell-unstable-v6.o .obj/qwayland-server-fullscreen-shell-unstable-v1.o .obj/moc_mockcompositor.o   /<<PKGBUILDDIR>>/lib/libQt5WaylandClient.so /usr/lib/x86_64-linux-gnu/libQt5ServiceSupport.a /usr/lib/x86_64-linux-gnu/libQt5XkbCommonSupport.a /usr/lib/x86_64-linux-gnu/libQt5Gui.so /usr/lib/x86_64-linux-gnu/libQt5Test.so /usr/lib/x86_64-linux-gnu/libQt5DBus.so /usr/li
 b/x86_64-linux-gnu/libQt5Core.so -lGL -lpthread -lwayland-cursor -lwayland-client -lwayland-server -lxkbcommon   
make[5]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/client/fullscreenshellv1'
make[4]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto/client'
make[3]: *** [Makefile:49: sub-client-make_first] Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/tests/auto'
make[2]: *** [Makefile:47: sub-auto-make_first] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/tests'
make[1]: *** [Makefile:99: sub-tests-make_first] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:11: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2


Reply to: