Your message dated Sun, 09 Oct 2022 06:04:14 +0000
with message-id <[email protected]>
and subject line Bug#1012998: fixed in mir 1.8.2+dfsg-4
has caused the Debian Bug report #1012998,
regarding mir: ftbfs with GCC-12
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1012998: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012998
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:mir
Version: 1.8.2+dfsg-3
Severity: normal
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-gcc-12
[This bug is targeted to the upcoming bookworm 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-12/g++-12, but succeeds to build with gcc-11/g++-11. The
severity of this report will be raised before the bookworm release.
The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/gcc12/mir_1.8.2+dfsg-3_unstable_gcc12.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.
[...]
cd /<<PKGBUILDDIR>>/build-amd64/src/server/compositor && /usr/bin/c++
-DEGL_NO_X11 -DLOG_NDEBUG=1 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMESA_EGL_NO_X11_HEADERS -DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE
-DMIR_LOG_COMPONENT_FALLBACK=\"mirserver\"
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT
-DMIR_SERVER_GLEXT_H="<GLES2/gl2ext.h>" -DMIR_SERVER_GL_H="<GLES2/gl2.h>"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_0.32\"
-DMIR_SERVER_INPUT_PLATFORM_VERSION=\"MIR_INPUT_PLATFORM_0.27\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION=\"1.8.2\" -DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=2
-DMIR_VERSION_MINOR=8 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
-I/<<PKGBUILDDIR>>/include/core -I/<<PKGBUILDDIR>>/include/common
-I/<<PKGBUILDDIR>>/include/cookie -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/build-amd64/src/capnproto
-I/<<PKGBUILDDIR>>/build-amd64/src/protobuf -I/<<PKGBUILDDIR>>/include/
platform -I/<<PKGBUILDDIR>>/include/client -I/<<PKGBUILDDIR>>/include/server
-I/<<PKGBUILDDIR>>/include/renderer -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/renderers/sw -I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/src/include/client -I/<<PKGBUILDDIR>>/src/include/server
-I/<<PKGBUILDDIR>>/src/include/cookie -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0
-I/usr/include/libmount -I/usr/include/blkid -I/<<PKGBUILDDIR>>/src/renderers
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -std=c++14
-Wall -fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC
-Wno-mismatched-tags -Wno-psabi -flto -ffat-lto-objects -std=c++14 -MD -MT
src/server/compositor/CMakeFiles/mircompositor.dir/screencast_display_buffer.cpp.o
-MF CMakeFiles/mircompositor.dir/screencast_display_buffer.cpp.o.d -o
CMakeFiles/mircompos
itor.dir/screencast_display_buffer.cpp.o -c
/<<PKGBUILDDIR>>/src/server/compositor/screencast_display_buffer.cpp
[ 14%] Building CXX object
src/server/graphics/CMakeFiles/mirgraphics.dir/surfaceless_egl_context.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/server/graphics && /usr/bin/c++
-DEGL_NO_X11 -DLOG_NDEBUG=1 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMESA_EGL_NO_X11_HEADERS -DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE
-DMIR_LOG_COMPONENT_FALLBACK=\"mirserver\"
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT
-DMIR_SERVER_GLEXT_H="<GLES2/gl2ext.h>" -DMIR_SERVER_GL_H="<GLES2/gl2.h>"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_0.32\"
-DMIR_SERVER_INPUT_PLATFORM_VERSION=\"MIR_INPUT_PLATFORM_0.27\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION=\"1.8.2\" -DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=2
-DMIR_VERSION_MINOR=8 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
-I/<<PKGBUILDDIR>>/include/core -I/<<PKGBUILDDIR>>/include/common
-I/<<PKGBUILDDIR>>/include/cookie -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/build-amd64/src/capnproto
-I/<<PKGBUILDDIR>>/build-amd64/src/protobuf -I/<<PKGBUILDDIR>>/include/pl
atform -I/<<PKGBUILDDIR>>/include/client -I/<<PKGBUILDDIR>>/include/server
-I/<<PKGBUILDDIR>>/include/renderer -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/renderers/sw -I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/src/include/client -I/<<PKGBUILDDIR>>/src/include/server
-I/<<PKGBUILDDIR>>/src/include/cookie -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0
-I/usr/include/libmount -I/usr/include/blkid -I/<<PKGBUILDDIR>> -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -std=c++14
-Wall -fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC
-Wno-mismatched-tags -Wno-psabi -flto -ffat-lto-objects -std=c++14 -MD -MT
src/server/graphics/CMakeFiles/mirgraphics.dir/surfaceless_egl_context.cpp.o
-MF CMakeFiles/mirgraphics.dir/surfaceless_egl_context.cpp.o.d -o
CMakeFiles/mirgraphics.dir/surfaceless_egl_con
text.cpp.o -c /<<PKGBUILDDIR>>/src/server/graphics/surfaceless_egl_context.cpp
[ 15%] Building CXX object
src/server/graphics/CMakeFiles/mirgraphics.dir/software_cursor.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/server/graphics && /usr/bin/c++
-DEGL_NO_X11 -DLOG_NDEBUG=1 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMESA_EGL_NO_X11_HEADERS -DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE
-DMIR_LOG_COMPONENT_FALLBACK=\"mirserver\"
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT
-DMIR_SERVER_GLEXT_H="<GLES2/gl2ext.h>" -DMIR_SERVER_GL_H="<GLES2/gl2.h>"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_0.32\"
-DMIR_SERVER_INPUT_PLATFORM_VERSION=\"MIR_INPUT_PLATFORM_0.27\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION=\"1.8.2\" -DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=2
-DMIR_VERSION_MINOR=8 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
-I/<<PKGBUILDDIR>>/include/core -I/<<PKGBUILDDIR>>/include/common
-I/<<PKGBUILDDIR>>/include/cookie -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/build-amd64/src/capnproto
-I/<<PKGBUILDDIR>>/build-amd64/src/protobuf -I/<<PKGBUILDDIR>>/include/pl
atform -I/<<PKGBUILDDIR>>/include/client -I/<<PKGBUILDDIR>>/include/server
-I/<<PKGBUILDDIR>>/include/renderer -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/renderers/sw -I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/src/include/client -I/<<PKGBUILDDIR>>/src/include/server
-I/<<PKGBUILDDIR>>/src/include/cookie -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0
-I/usr/include/libmount -I/usr/include/blkid -I/<<PKGBUILDDIR>> -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -std=c++14
-Wall -fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC
-Wno-mismatched-tags -Wno-psabi -flto -ffat-lto-objects -std=c++14 -MD -MT
src/server/graphics/CMakeFiles/mirgraphics.dir/software_cursor.cpp.o -MF
CMakeFiles/mirgraphics.dir/software_cursor.cpp.o.d -o
CMakeFiles/mirgraphics.dir/software_cursor.cpp.o -c /<<PKGBUIL
DDIR>>/src/server/graphics/software_cursor.cpp
[ 15%] Building CXX object
src/server/compositor/CMakeFiles/mircompositor.dir/compositing_screencast.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/server/compositor && /usr/bin/c++
-DEGL_NO_X11 -DLOG_NDEBUG=1 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMESA_EGL_NO_X11_HEADERS -DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE
-DMIR_LOG_COMPONENT_FALLBACK=\"mirserver\"
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT
-DMIR_SERVER_GLEXT_H="<GLES2/gl2ext.h>" -DMIR_SERVER_GL_H="<GLES2/gl2.h>"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_0.32\"
-DMIR_SERVER_INPUT_PLATFORM_VERSION=\"MIR_INPUT_PLATFORM_0.27\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION=\"1.8.2\" -DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=2
-DMIR_VERSION_MINOR=8 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
-I/<<PKGBUILDDIR>>/include/core -I/<<PKGBUILDDIR>>/include/common
-I/<<PKGBUILDDIR>>/include/cookie -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/build-amd64/src/capnproto
-I/<<PKGBUILDDIR>>/build-amd64/src/protobuf -I/<<PKGBUILDDIR>>/include/
platform -I/<<PKGBUILDDIR>>/include/client -I/<<PKGBUILDDIR>>/include/server
-I/<<PKGBUILDDIR>>/include/renderer -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/renderers/sw -I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/src/include/client -I/<<PKGBUILDDIR>>/src/include/server
-I/<<PKGBUILDDIR>>/src/include/cookie -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0
-I/usr/include/libmount -I/usr/include/blkid -I/<<PKGBUILDDIR>>/src/renderers
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -std=c++14
-Wall -fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC
-Wno-mismatched-tags -Wno-psabi -flto -ffat-lto-objects -std=c++14 -MD -MT
src/server/compositor/CMakeFiles/mircompositor.dir/compositing_screencast.cpp.o
-MF CMakeFiles/mircompositor.dir/compositing_screencast.cpp.o.d -o
CMakeFiles/mircompositor.d
ir/compositing_screencast.cpp.o -c
/<<PKGBUILDDIR>>/src/server/compositor/compositing_screencast.cpp
[ 15%] Building CXX object
src/platforms/eglstream-kms/server/CMakeFiles/mirplatformgraphicseglstreamkmsobjects.dir/kms_display_configuration.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platforms/eglstream-kms/server &&
/usr/bin/c++ -DEGL_NO_X11 -DLOG_NDEBUG=1 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMESA_EGL_NO_X11_HEADERS -DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE
-DMIR_LOG_COMPONENT_FALLBACK=\"eglstream\"
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT
-DMIR_SERVER_GLEXT_H="<GLES2/gl2ext.h>" -DMIR_SERVER_GL_H="<GLES2/gl2.h>"
-DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=2 -DMIR_VERSION_MINOR=8
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie
-I/<<PKGBUILDDIR>>/src/platforms/eglstream-kms/include
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/renderers/sw
-I/<<PKGBUILDDIR>>/src/platforms/common/server
-I/<<PKGBUILDDIR>>/src/include/platform -I/usr/include/libdrm -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-sec
urity -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -std=c++14 -Wall
-fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC
-Wno-mismatched-tags -Wno-psabi -flto -ffat-lto-objects -std=c++14 -MD -MT
src/platforms/eglstream-kms/server/CMakeFiles/mirplatformgraphicseglstreamkmsobjects.dir/kms_display_configuration.cpp.o
-MF
CMakeFiles/mirplatformgraphicseglstreamkmsobjects.dir/kms_display_configuration.cpp.o.d
-o
CMakeFiles/mirplatformgraphicseglstreamkmsobjects.dir/kms_display_configuration.cpp.o
-c
/<<PKGBUILDDIR>>/src/platforms/eglstream-kms/server/kms_display_configuration.cpp
[ 15%] Building CXX object
src/server/compositor/CMakeFiles/mircompositor.dir/stream.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/server/compositor && /usr/bin/c++
-DEGL_NO_X11 -DLOG_NDEBUG=1 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMESA_EGL_NO_X11_HEADERS -DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE
-DMIR_LOG_COMPONENT_FALLBACK=\"mirserver\"
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT
-DMIR_SERVER_GLEXT_H="<GLES2/gl2ext.h>" -DMIR_SERVER_GL_H="<GLES2/gl2.h>"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_0.32\"
-DMIR_SERVER_INPUT_PLATFORM_VERSION=\"MIR_INPUT_PLATFORM_0.27\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION=\"1.8.2\" -DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=2
-DMIR_VERSION_MINOR=8 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
-I/<<PKGBUILDDIR>>/include/core -I/<<PKGBUILDDIR>>/include/common
-I/<<PKGBUILDDIR>>/include/cookie -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/build-amd64/src/capnproto
-I/<<PKGBUILDDIR>>/build-amd64/src/protobuf -I/<<PKGBUILDDIR>>/include/
platform -I/<<PKGBUILDDIR>>/include/client -I/<<PKGBUILDDIR>>/include/server
-I/<<PKGBUILDDIR>>/include/renderer -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/renderers/sw -I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/src/include/client -I/<<PKGBUILDDIR>>/src/include/server
-I/<<PKGBUILDDIR>>/src/include/cookie -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0
-I/usr/include/libmount -I/usr/include/blkid -I/<<PKGBUILDDIR>>/src/renderers
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -std=c++14
-Wall -fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC
-Wno-mismatched-tags -Wno-psabi -flto -ffat-lto-objects -std=c++14 -MD -MT
src/server/compositor/CMakeFiles/mircompositor.dir/stream.cpp.o -MF
CMakeFiles/mircompositor.dir/stream.cpp.o.d -o
CMakeFiles/mircompositor.dir/stream.cpp.o -c /<<PKGBUILDDI
R>>/src/server/compositor/stream.cpp
[ 15%] Building CXX object
src/server/compositor/CMakeFiles/mircompositor.dir/multi_monitor_arbiter.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/server/compositor && /usr/bin/c++
-DEGL_NO_X11 -DLOG_NDEBUG=1 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMESA_EGL_NO_X11_HEADERS -DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE
-DMIR_LOG_COMPONENT_FALLBACK=\"mirserver\"
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT
-DMIR_SERVER_GLEXT_H="<GLES2/gl2ext.h>" -DMIR_SERVER_GL_H="<GLES2/gl2.h>"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_0.32\"
-DMIR_SERVER_INPUT_PLATFORM_VERSION=\"MIR_INPUT_PLATFORM_0.27\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION=\"1.8.2\" -DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=2
-DMIR_VERSION_MINOR=8 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
-I/<<PKGBUILDDIR>>/include/core -I/<<PKGBUILDDIR>>/include/common
-I/<<PKGBUILDDIR>>/include/cookie -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/build-amd64/src/capnproto
-I/<<PKGBUILDDIR>>/build-amd64/src/protobuf -I/<<PKGBUILDDIR>>/include/
platform -I/<<PKGBUILDDIR>>/include/client -I/<<PKGBUILDDIR>>/include/server
-I/<<PKGBUILDDIR>>/include/renderer -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/renderers/sw -I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/src/include/client -I/<<PKGBUILDDIR>>/src/include/server
-I/<<PKGBUILDDIR>>/src/include/cookie -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0
-I/usr/include/libmount -I/usr/include/blkid -I/<<PKGBUILDDIR>>/src/renderers
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -std=c++14
-Wall -fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC
-Wno-mismatched-tags -Wno-psabi -flto -ffat-lto-objects -std=c++14 -MD -MT
src/server/compositor/CMakeFiles/mircompositor.dir/multi_monitor_arbiter.cpp.o
-MF CMakeFiles/mircompositor.dir/multi_monitor_arbiter.cpp.o.d -o
CMakeFiles/mircompositor.dir
/multi_monitor_arbiter.cpp.o -c
/<<PKGBUILDDIR>>/src/server/compositor/multi_monitor_arbiter.cpp
[ 15%] Building CXX object
src/wayland/generator/CMakeFiles/mir_wayland_generator.dir/method.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/wayland/generator && /usr/bin/c++
-DEGL_NO_X11 -DLOG_NDEBUG=1 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMESA_EGL_NO_X11_HEADERS -DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE
-DMIR_LOG_COMPONENT_FALLBACK=\"mirwayland\"
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT
-DMIR_SERVER_GLEXT_H="<GLES2/gl2ext.h>" -DMIR_SERVER_GL_H="<GLES2/gl2.h>"
-DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=2 -DMIR_VERSION_MINOR=8
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie
-I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/build-amd64/src/capnproto
-I/<<PKGBUILDDIR>>/build-amd64/src/protobuf -isystem /usr/include/libxml++-2.6
-isystem /usr/lib/x86_64-linux-gnu/libxml++-2.6/include -isystem
/usr/include/libxml2 -isystem /usr/include/glibmm-2.4 -isystem
/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -isystem /usr/include/glib-2.0
-isystem /usr/lib/x86_
64-linux-gnu/glib-2.0/include -isystem /usr/include/sigc++-2.0 -isystem
/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -std=c++14
-Wall -fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC
-Wno-mismatched-tags -Wno-psabi -flto -ffat-lto-objects -std=c++14 -MD -MT
src/wayland/generator/CMakeFiles/mir_wayland_generator.dir/method.cpp.o -MF
CMakeFiles/mir_wayland_generator.dir/method.cpp.o.d -o
CMakeFiles/mir_wayland_generator.dir/method.cpp.o -c
/<<PKGBUILDDIR>>/src/wayland/generator/method.cpp
[ 15%] Building CXX object
src/server/graphics/CMakeFiles/mirgraphics.dir/display_configuration_observer_multiplexer.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/server/graphics && /usr/bin/c++
-DEGL_NO_X11 -DLOG_NDEBUG=1 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMESA_EGL_NO_X11_HEADERS -DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE
-DMIR_LOG_COMPONENT_FALLBACK=\"mirserver\"
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT
-DMIR_SERVER_GLEXT_H="<GLES2/gl2ext.h>" -DMIR_SERVER_GL_H="<GLES2/gl2.h>"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_0.32\"
-DMIR_SERVER_INPUT_PLATFORM_VERSION=\"MIR_INPUT_PLATFORM_0.27\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION=\"1.8.2\" -DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=2
-DMIR_VERSION_MINOR=8 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
-I/<<PKGBUILDDIR>>/include/core -I/<<PKGBUILDDIR>>/include/common
-I/<<PKGBUILDDIR>>/include/cookie -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/build-amd64/src/capnproto
-I/<<PKGBUILDDIR>>/build-amd64/src/protobuf -I/<<PKGBUILDDIR>>/include/pl
atform -I/<<PKGBUILDDIR>>/include/client -I/<<PKGBUILDDIR>>/include/server
-I/<<PKGBUILDDIR>>/include/renderer -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/renderers/sw -I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/src/include/client -I/<<PKGBUILDDIR>>/src/include/server
-I/<<PKGBUILDDIR>>/src/include/cookie -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0
-I/usr/include/libmount -I/usr/include/blkid -I/<<PKGBUILDDIR>> -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -std=c++14
-Wall -fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC
-Wno-mismatched-tags -Wno-psabi -flto -ffat-lto-objects -std=c++14 -MD -MT
src/server/graphics/CMakeFiles/mirgraphics.dir/display_configuration_observer_multiplexer.cpp.o
-MF
CMakeFiles/mirgraphics.dir/display_configuration_observer_multiplexer.cpp.o.d
-o CMakeFil
es/mirgraphics.dir/display_configuration_observer_multiplexer.cpp.o -c
/<<PKGBUILDDIR>>/src/server/graphics/display_configuration_observer_multiplexer.cpp
[ 15%] Building CXX object
src/server/compositor/CMakeFiles/mircompositor.dir/dropping_schedule.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/server/compositor && /usr/bin/c++
-DEGL_NO_X11 -DLOG_NDEBUG=1 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMESA_EGL_NO_X11_HEADERS -DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE
-DMIR_LOG_COMPONENT_FALLBACK=\"mirserver\"
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT
-DMIR_SERVER_GLEXT_H="<GLES2/gl2ext.h>" -DMIR_SERVER_GL_H="<GLES2/gl2.h>"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_0.32\"
-DMIR_SERVER_INPUT_PLATFORM_VERSION=\"MIR_INPUT_PLATFORM_0.27\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION=\"1.8.2\" -DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=2
-DMIR_VERSION_MINOR=8 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
-I/<<PKGBUILDDIR>>/include/core -I/<<PKGBUILDDIR>>/include/common
-I/<<PKGBUILDDIR>>/include/cookie -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/build-amd64/src/capnproto
-I/<<PKGBUILDDIR>>/build-amd64/src/protobuf -I/<<PKGBUILDDIR>>/include/
platform -I/<<PKGBUILDDIR>>/include/client -I/<<PKGBUILDDIR>>/include/server
-I/<<PKGBUILDDIR>>/include/renderer -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/renderers/sw -I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/src/include/client -I/<<PKGBUILDDIR>>/src/include/server
-I/<<PKGBUILDDIR>>/src/include/cookie -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0
-I/usr/include/libmount -I/usr/include/blkid -I/<<PKGBUILDDIR>>/src/renderers
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -std=c++14
-Wall -fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC
-Wno-mismatched-tags -Wno-psabi -flto -ffat-lto-objects -std=c++14 -MD -MT
src/server/compositor/CMakeFiles/mircompositor.dir/dropping_schedule.cpp.o -MF
CMakeFiles/mircompositor.dir/dropping_schedule.cpp.o.d -o
CMakeFiles/mircompositor.dir/droppin
g_schedule.cpp.o -c
/<<PKGBUILDDIR>>/src/server/compositor/dropping_schedule.cpp
[ 16%] Building CXX object
src/server/compositor/CMakeFiles/mircompositor.dir/queueing_schedule.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/server/compositor && /usr/bin/c++
-DEGL_NO_X11 -DLOG_NDEBUG=1 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMESA_EGL_NO_X11_HEADERS -DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE
-DMIR_LOG_COMPONENT_FALLBACK=\"mirserver\"
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT
-DMIR_SERVER_GLEXT_H="<GLES2/gl2ext.h>" -DMIR_SERVER_GL_H="<GLES2/gl2.h>"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_0.32\"
-DMIR_SERVER_INPUT_PLATFORM_VERSION=\"MIR_INPUT_PLATFORM_0.27\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION=\"1.8.2\" -DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=2
-DMIR_VERSION_MINOR=8 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
-I/<<PKGBUILDDIR>>/include/core -I/<<PKGBUILDDIR>>/include/common
-I/<<PKGBUILDDIR>>/include/cookie -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/build-amd64/src/capnproto
-I/<<PKGBUILDDIR>>/build-amd64/src/protobuf -I/<<PKGBUILDDIR>>/include/
platform -I/<<PKGBUILDDIR>>/include/client -I/<<PKGBUILDDIR>>/include/server
-I/<<PKGBUILDDIR>>/include/renderer -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/renderers/sw -I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/src/include/client -I/<<PKGBUILDDIR>>/src/include/server
-I/<<PKGBUILDDIR>>/src/include/cookie -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0
-I/usr/include/libmount -I/usr/include/blkid -I/<<PKGBUILDDIR>>/src/renderers
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -std=c++14
-Wall -fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC
-Wno-mismatched-tags -Wno-psabi -flto -ffat-lto-objects -std=c++14 -MD -MT
src/server/compositor/CMakeFiles/mircompositor.dir/queueing_schedule.cpp.o -MF
CMakeFiles/mircompositor.dir/queueing_schedule.cpp.o.d -o
CMakeFiles/mircompositor.dir/queuein
g_schedule.cpp.o -c
/<<PKGBUILDDIR>>/src/server/compositor/queueing_schedule.cpp
[ 16%] Building CXX object
src/server/graphics/CMakeFiles/mirgraphics.dir/platform_probe.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/server/graphics && /usr/bin/c++
-DEGL_NO_X11 -DLOG_NDEBUG=1 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMESA_EGL_NO_X11_HEADERS -DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE
-DMIR_LOG_COMPONENT_FALLBACK=\"mirserver\"
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT
-DMIR_SERVER_GLEXT_H="<GLES2/gl2ext.h>" -DMIR_SERVER_GL_H="<GLES2/gl2.h>"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_0.32\"
-DMIR_SERVER_INPUT_PLATFORM_VERSION=\"MIR_INPUT_PLATFORM_0.27\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION=\"1.8.2\" -DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=2
-DMIR_VERSION_MINOR=8 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
-I/<<PKGBUILDDIR>>/include/core -I/<<PKGBUILDDIR>>/include/common
-I/<<PKGBUILDDIR>>/include/cookie -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/build-amd64/src/capnproto
-I/<<PKGBUILDDIR>>/build-amd64/src/protobuf -I/<<PKGBUILDDIR>>/include/pl
atform -I/<<PKGBUILDDIR>>/include/client -I/<<PKGBUILDDIR>>/include/server
-I/<<PKGBUILDDIR>>/include/renderer -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/renderers/sw -I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/src/include/client -I/<<PKGBUILDDIR>>/src/include/server
-I/<<PKGBUILDDIR>>/src/include/cookie -I/usr/include/glib-2.0
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gio-unix-2.0
-I/usr/include/libmount -I/usr/include/blkid -I/<<PKGBUILDDIR>> -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -std=c++14
-Wall -fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC
-Wno-mismatched-tags -Wno-psabi -flto -ffat-lto-objects -std=c++14 -MD -MT
src/server/graphics/CMakeFiles/mirgraphics.dir/platform_probe.cpp.o -MF
CMakeFiles/mirgraphics.dir/platform_probe.cpp.o.d -o
CMakeFiles/mirgraphics.dir/platform_probe.cpp.o -c /<<PKGBUILDDI
R>>/src/server/graphics/platform_probe.cpp
[ 16%] Building CXX object
src/wayland/generator/CMakeFiles/mir_wayland_generator.dir/request.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/wayland/generator && /usr/bin/c++
-DEGL_NO_X11 -DLOG_NDEBUG=1 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMESA_EGL_NO_X11_HEADERS -DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE
-DMIR_LOG_COMPONENT_FALLBACK=\"mirwayland\"
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT
-DMIR_SERVER_GLEXT_H="<GLES2/gl2ext.h>" -DMIR_SERVER_GL_H="<GLES2/gl2.h>"
-DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=2 -DMIR_VERSION_MINOR=8
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie
-I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/build-amd64/src/capnproto
-I/<<PKGBUILDDIR>>/build-amd64/src/protobuf -isystem /usr/include/libxml++-2.6
-isystem /usr/lib/x86_64-linux-gnu/libxml++-2.6/include -isystem
/usr/include/libxml2 -isystem /usr/include/glibmm-2.4 -isystem
/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -isystem /usr/include/glib-2.0
-isystem /usr/lib/x86_
64-linux-gnu/glib-2.0/include -isystem /usr/include/sigc++-2.0 -isystem
/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -std=c++14
-Wall -fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC
-Wno-mismatched-tags -Wno-psabi -flto -ffat-lto-objects -std=c++14 -MD -MT
src/wayland/generator/CMakeFiles/mir_wayland_generator.dir/request.cpp.o -MF
CMakeFiles/mir_wayland_generator.dir/request.cpp.o.d -o
CMakeFiles/mir_wayland_generator.dir/request.cpp.o -c
/<<PKGBUILDDIR>>/src/wayland/generator/request.cpp
[ 16%] Building CXX object
src/wayland/generator/CMakeFiles/mir_wayland_generator.dir/event.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/wayland/generator && /usr/bin/c++
-DEGL_NO_X11 -DLOG_NDEBUG=1 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMESA_EGL_NO_X11_HEADERS -DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE
-DMIR_LOG_COMPONENT_FALLBACK=\"mirwayland\"
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT
-DMIR_SERVER_GLEXT_H="<GLES2/gl2ext.h>" -DMIR_SERVER_GL_H="<GLES2/gl2.h>"
-DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=2 -DMIR_VERSION_MINOR=8
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie
-I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/build-amd64/src/capnproto
-I/<<PKGBUILDDIR>>/build-amd64/src/protobuf -isystem /usr/include/libxml++-2.6
-isystem /usr/lib/x86_64-linux-gnu/libxml++-2.6/include -isystem
/usr/include/libxml2 -isystem /usr/include/glibmm-2.4 -isystem
/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -isystem /usr/include/glib-2.0
-isystem /usr/lib/x86_
64-linux-gnu/glib-2.0/include -isystem /usr/include/sigc++-2.0 -isystem
/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -std=c++14
-Wall -fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC
-Wno-mismatched-tags -Wno-psabi -flto -ffat-lto-objects -std=c++14 -MD -MT
src/wayland/generator/CMakeFiles/mir_wayland_generator.dir/event.cpp.o -MF
CMakeFiles/mir_wayland_generator.dir/event.cpp.o.d -o
CMakeFiles/mir_wayland_generator.dir/event.cpp.o -c
/<<PKGBUILDDIR>>/src/wayland/generator/event.cpp
[ 16%] Building CXX object
src/platforms/eglstream-kms/server/CMakeFiles/mirplatformgraphicseglstreamkmsobjects.dir/egl_output.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platforms/eglstream-kms/server &&
/usr/bin/c++ -DEGL_NO_X11 -DLOG_NDEBUG=1 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMESA_EGL_NO_X11_HEADERS -DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE
-DMIR_LOG_COMPONENT_FALLBACK=\"eglstream\"
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT
-DMIR_SERVER_GLEXT_H="<GLES2/gl2ext.h>" -DMIR_SERVER_GL_H="<GLES2/gl2.h>"
-DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=2 -DMIR_VERSION_MINOR=8
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie
-I/<<PKGBUILDDIR>>/src/platforms/eglstream-kms/include
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/renderers/sw
-I/<<PKGBUILDDIR>>/src/platforms/common/server
-I/<<PKGBUILDDIR>>/src/include/platform -I/usr/include/libdrm -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-sec
urity -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -std=c++14 -Wall
-fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC
-Wno-mismatched-tags -Wno-psabi -flto -ffat-lto-objects -std=c++14 -MD -MT
src/platforms/eglstream-kms/server/CMakeFiles/mirplatformgraphicseglstreamkmsobjects.dir/egl_output.cpp.o
-MF CMakeFiles/mirplatformgraphicseglstreamkmsobjects.dir/egl_output.cpp.o.d
-o CMakeFiles/mirplatformgraphicseglstreamkmsobjects.dir/egl_output.cpp.o -c
/<<PKGBUILDDIR>>/src/platforms/eglstream-kms/server/egl_output.cpp
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-amd64'
[ 16%] Built target mircompositor
[ 16%] Building CXX object
src/platforms/eglstream-kms/server/CMakeFiles/mirplatformgraphicseglstreamkmsobjects.dir/software_buffer.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platforms/eglstream-kms/server &&
/usr/bin/c++ -DEGL_NO_X11 -DLOG_NDEBUG=1 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMESA_EGL_NO_X11_HEADERS -DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE
-DMIR_LOG_COMPONENT_FALLBACK=\"eglstream\"
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT
-DMIR_SERVER_GLEXT_H="<GLES2/gl2ext.h>" -DMIR_SERVER_GL_H="<GLES2/gl2.h>"
-DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=2 -DMIR_VERSION_MINOR=8
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie
-I/<<PKGBUILDDIR>>/src/platforms/eglstream-kms/include
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/renderers/sw
-I/<<PKGBUILDDIR>>/src/platforms/common/server
-I/<<PKGBUILDDIR>>/src/include/platform -I/usr/include/libdrm -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-sec
urity -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -std=c++14 -Wall
-fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC
-Wno-mismatched-tags -Wno-psabi -flto -ffat-lto-objects -std=c++14 -MD -MT
src/platforms/eglstream-kms/server/CMakeFiles/mirplatformgraphicseglstreamkmsobjects.dir/software_buffer.cpp.o
-MF
CMakeFiles/mirplatformgraphicseglstreamkmsobjects.dir/software_buffer.cpp.o.d
-o CMakeFiles/mirplatformgraphicseglstreamkmsobjects.dir/software_buffer.cpp.o
-c /<<PKGBUILDDIR>>/src/platforms/eglstream-kms/server/software_buffer.cpp
[ 16%] Building CXX object
src/platforms/eglstream-kms/server/CMakeFiles/mirplatformgraphicseglstreamkmsobjects.dir/utils.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platforms/eglstream-kms/server &&
/usr/bin/c++ -DEGL_NO_X11 -DLOG_NDEBUG=1 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMESA_EGL_NO_X11_HEADERS -DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE
-DMIR_LOG_COMPONENT_FALLBACK=\"eglstream\"
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT
-DMIR_SERVER_GLEXT_H="<GLES2/gl2ext.h>" -DMIR_SERVER_GL_H="<GLES2/gl2.h>"
-DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=2 -DMIR_VERSION_MINOR=8
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie
-I/<<PKGBUILDDIR>>/src/platforms/eglstream-kms/include
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/renderers/sw
-I/<<PKGBUILDDIR>>/src/platforms/common/server
-I/<<PKGBUILDDIR>>/src/include/platform -I/usr/include/libdrm -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-sec
urity -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -std=c++14 -Wall
-fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC
-Wno-mismatched-tags -Wno-psabi -flto -ffat-lto-objects -std=c++14 -MD -MT
src/platforms/eglstream-kms/server/CMakeFiles/mirplatformgraphicseglstreamkmsobjects.dir/utils.cpp.o
-MF CMakeFiles/mirplatformgraphicseglstreamkmsobjects.dir/utils.cpp.o.d -o
CMakeFiles/mirplatformgraphicseglstreamkmsobjects.dir/utils.cpp.o -c
/<<PKGBUILDDIR>>/src/platforms/eglstream-kms/server/utils.cpp
[ 16%] Building CXX object
src/platforms/eglstream-kms/server/CMakeFiles/mirplatformgraphicseglstreamkmsobjects.dir/threaded_drm_event_handler.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platforms/eglstream-kms/server &&
/usr/bin/c++ -DEGL_NO_X11 -DLOG_NDEBUG=1 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMESA_EGL_NO_X11_HEADERS -DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE
-DMIR_LOG_COMPONENT_FALLBACK=\"eglstream\"
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT
-DMIR_SERVER_GLEXT_H="<GLES2/gl2ext.h>" -DMIR_SERVER_GL_H="<GLES2/gl2.h>"
-DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=2 -DMIR_VERSION_MINOR=8
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie
-I/<<PKGBUILDDIR>>/src/platforms/eglstream-kms/include
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/renderers/sw
-I/<<PKGBUILDDIR>>/src/platforms/common/server
-I/<<PKGBUILDDIR>>/src/include/platform -I/usr/include/libdrm -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-sec
urity -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -std=c++14 -Wall
-fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC
-Wno-mismatched-tags -Wno-psabi -flto -ffat-lto-objects -std=c++14 -MD -MT
src/platforms/eglstream-kms/server/CMakeFiles/mirplatformgraphicseglstreamkmsobjects.dir/threaded_drm_event_handler.cpp.o
-MF
CMakeFiles/mirplatformgraphicseglstreamkmsobjects.dir/threaded_drm_event_handler.cpp.o.d
-o
CMakeFiles/mirplatformgraphicseglstreamkmsobjects.dir/threaded_drm_event_handler.cpp.o
-c
/<<PKGBUILDDIR>>/src/platforms/eglstream-kms/server/threaded_drm_event_handler.cpp
[ 16%] Building CXX object
src/wayland/generator/CMakeFiles/mir_wayland_generator.dir/interface.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/wayland/generator && /usr/bin/c++
-DEGL_NO_X11 -DLOG_NDEBUG=1 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMESA_EGL_NO_X11_HEADERS -DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE
-DMIR_LOG_COMPONENT_FALLBACK=\"mirwayland\"
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT
-DMIR_SERVER_GLEXT_H="<GLES2/gl2ext.h>" -DMIR_SERVER_GL_H="<GLES2/gl2.h>"
-DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=2 -DMIR_VERSION_MINOR=8
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie
-I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/build-amd64/src/capnproto
-I/<<PKGBUILDDIR>>/build-amd64/src/protobuf -isystem /usr/include/libxml++-2.6
-isystem /usr/lib/x86_64-linux-gnu/libxml++-2.6/include -isystem
/usr/include/libxml2 -isystem /usr/include/glibmm-2.4 -isystem
/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -isystem /usr/include/glib-2.0
-isystem /usr/lib/x86_
64-linux-gnu/glib-2.0/include -isystem /usr/include/sigc++-2.0 -isystem
/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -std=c++14
-Wall -fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC
-Wno-mismatched-tags -Wno-psabi -flto -ffat-lto-objects -std=c++14 -MD -MT
src/wayland/generator/CMakeFiles/mir_wayland_generator.dir/interface.cpp.o -MF
CMakeFiles/mir_wayland_generator.dir/interface.cpp.o.d -o
CMakeFiles/mir_wayland_generator.dir/interface.cpp.o -c
/<<PKGBUILDDIR>>/src/wayland/generator/interface.cpp
[ 16%] Building CXX object
src/wayland/generator/CMakeFiles/mir_wayland_generator.dir/global.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/wayland/generator && /usr/bin/c++
-DEGL_NO_X11 -DLOG_NDEBUG=1 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMESA_EGL_NO_X11_HEADERS -DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE
-DMIR_LOG_COMPONENT_FALLBACK=\"mirwayland\"
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT
-DMIR_SERVER_GLEXT_H="<GLES2/gl2ext.h>" -DMIR_SERVER_GL_H="<GLES2/gl2.h>"
-DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=2 -DMIR_VERSION_MINOR=8
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie
-I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/build-amd64/src/capnproto
-I/<<PKGBUILDDIR>>/build-amd64/src/protobuf -isystem /usr/include/libxml++-2.6
-isystem /usr/lib/x86_64-linux-gnu/libxml++-2.6/include -isystem
/usr/include/libxml2 -isystem /usr/include/glibmm-2.4 -isystem
/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -isystem /usr/include/glib-2.0
-isystem /usr/lib/x86_
64-linux-gnu/glib-2.0/include -isystem /usr/include/sigc++-2.0 -isystem
/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -std=c++14
-Wall -fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC
-Wno-mismatched-tags -Wno-psabi -flto -ffat-lto-objects -std=c++14 -MD -MT
src/wayland/generator/CMakeFiles/mir_wayland_generator.dir/global.cpp.o -MF
CMakeFiles/mir_wayland_generator.dir/global.cpp.o.d -o
CMakeFiles/mir_wayland_generator.dir/global.cpp.o -c
/<<PKGBUILDDIR>>/src/wayland/generator/global.cpp
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-amd64'
[ 16%] Built target mirgraphics
[ 17%] Building CXX object
src/wayland/generator/CMakeFiles/mir_wayland_generator.dir/emitter.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/wayland/generator && /usr/bin/c++
-DEGL_NO_X11 -DLOG_NDEBUG=1 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMESA_EGL_NO_X11_HEADERS -DMIR_DRMMODEADDFB_HAS_CONST_SIGNATURE
-DMIR_LOG_COMPONENT_FALLBACK=\"mirwayland\"
-DMIR_SERVER_EGL_OPENGL_API=EGL_OPENGL_ES_API
-DMIR_SERVER_EGL_OPENGL_BIT=EGL_OPENGL_ES2_BIT
-DMIR_SERVER_GLEXT_H="<GLES2/gl2ext.h>" -DMIR_SERVER_GL_H="<GLES2/gl2.h>"
-DMIR_VERSION_MAJOR=1 -DMIR_VERSION_MICRO=2 -DMIR_VERSION_MINOR=8
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie
-I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/build-amd64/src/capnproto
-I/<<PKGBUILDDIR>>/build-amd64/src/protobuf -isystem /usr/include/libxml++-2.6
-isystem /usr/lib/x86_64-linux-gnu/libxml++-2.6/include -isystem
/usr/include/libxml2 -isystem /usr/include/glibmm-2.4 -isystem
/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -isystem /usr/include/glib-2.0
-isystem /usr/lib/x86_
64-linux-gnu/glib-2.0/include -isystem /usr/include/sigc++-2.0 -isystem
/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -std=c++14
-Wall -fno-strict-aliasing -pedantic -Wnon-virtual-dtor -Wextra -fPIC
-Wno-mismatched-tags -Wno-psabi -flto -ffat-lto-objects -std=c++14 -MD -MT
src/wayland/generator/CMakeFiles/mir_wayland_generator.dir/emitter.cpp.o -MF
CMakeFiles/mir_wayland_generator.dir/emitter.cpp.o.d -o
CMakeFiles/mir_wayland_generator.dir/emitter.cpp.o -c
/<<PKGBUILDDIR>>/src/wayland/generator/emitter.cpp
[ 17%] Linking CXX shared library ../../lib/libmirprotobuf.so
cd /<<PKGBUILDDIR>>/build-amd64/src/protobuf && /usr/bin/cmake -E
cmake_link_script CMakeFiles/mirprotobuf.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -pthread -g -std=c++14 -Wall -fno-strict-aliasing -pedantic
-Wnon-virtual-dtor -Wextra -fPIC -Wno-mismatched-tags -Wno-psabi -flto
-ffat-lto-objects
-Wl,--version-script,/<<PKGBUILDDIR>>/src/protobuf/symbols.map -Wl,-z,relro
-Wl,-z,now -Wl,--as-needed -Wl,--no-undefined -shared
-Wl,-soname,libmirprotobuf.so.3 -o ../../lib/libmirprotobuf.so.3
CMakeFiles/mirprotobuf.dir/google_protobuf_guard.cpp.o
CMakeFiles/mirprotobuf.dir/mir_protobuf_wire.pb.cc.o
CMakeFiles/mirprotobuf.dir/mir_protobuf.pb.cc.o
/usr/lib/x86_64-linux-gnu/libprotobuf-lite.so
lto-wrapper: warning: using serial compilation of 7 LTRANS jobs
lto-wrapper: note: see the ‘-flto’ option documentation for more information
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-amd64'
[ 17%] Built target mirplatformgraphicseglstreamkmsobjects
[ 17%] Linking CXX executable ../../../bin/mir_wayland_generator
cd /<<PKGBUILDDIR>>/build-amd64/src/wayland/generator && /usr/bin/cmake -E
cmake_link_script CMakeFiles/mir_wayland_generator.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -pthread -g -std=c++14 -Wall -fno-strict-aliasing -pedantic
-Wnon-virtual-dtor -Wextra -fPIC -Wno-mismatched-tags -Wno-psabi -flto
-ffat-lto-objects -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -Wl,--no-undefined
CMakeFiles/mir_wayland_generator.dir/wrapper_generator.cpp.o
CMakeFiles/mir_wayland_generator.dir/utils.cpp.o
CMakeFiles/mir_wayland_generator.dir/enum.cpp.o
CMakeFiles/mir_wayland_generator.dir/argument.cpp.o
CMakeFiles/mir_wayland_generator.dir/method.cpp.o
CMakeFiles/mir_wayland_generator.dir/request.cpp.o
CMakeFiles/mir_wayland_generator.dir/event.cpp.o
CMakeFiles/mir_wayland_generator.dir/interface.cpp.o
CMakeFiles/mir_wayland_generator.dir/global.cpp.o
CMakeFiles/mir_wayland_generator.dir/emitter.cpp.o -o
../../../bin/mir_wayland_generator -L/usr/lib/x86_64-linux-gnu -lxml++-2.6
-lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsig
c-2.0 -lxml++-2.6 -lxml2 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lsigc-2.0
lto-wrapper: warning: using serial compilation of 3 LTRANS jobs
lto-wrapper: note: see the ‘-flto’ option documentation for more information
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-amd64'
[ 17%] Built target mir_wayland_generator
cd /<<PKGBUILDDIR>>/build-amd64/src/protobuf && /usr/bin/cmake -E
cmake_symlink_library ../../lib/libmirprotobuf.so.3
../../lib/libmirprotobuf.so.3 ../../lib/libmirprotobuf.so
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-amd64'
[ 17%] Built target mirprotobuf
make[3]: Leaving directory '/<<PKGBUILDDIR>>/build-amd64'
make[2]: *** [Makefile:149: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/build-amd64'
dh_auto_build: error: cd build-amd64 && make -j8 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:92: override_dh_auto_build-arch] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:13: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: mir
Source-Version: 1.8.2+dfsg-4
Done: Anton Gladky <[email protected]>
We believe that the bug you reported is fixed in the latest version of
mir, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Anton Gladky <[email protected]> (supplier of updated mir package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sat, 08 Oct 2022 08:29:30 +0200
Source: mir
Architecture: source
Version: 1.8.2+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Mir Team <[email protected]>
Changed-By: Anton Gladky <[email protected]>
Closes: 1012998
Changes:
mir (1.8.2+dfsg-4) unstable; urgency=medium
.
* Team upload.
* debian/patches:
+ Fix Alpine/edge (gtest).
+ Fix FTBFS with GCC-12. (Closes: #1012998)
* debian/control:
+ Update standards version to 4.6.1, no changes needed.
+ Set upstream metadata fields: Repository.
* Remove obsolete field Name from debian/upstream/metadata.
Checksums-Sha1:
8bfd0143a4a3132343d52277604bb517dc0e462c 5855 mir_1.8.2+dfsg-4.dsc
1c7b6fc81cc31e1634cfa668fc10c539454f4250 68360 mir_1.8.2+dfsg-4.debian.tar.xz
e7f40727b98a35499dea943c2d32ff7bcda72660 13282
mir_1.8.2+dfsg-4_source.buildinfo
Checksums-Sha256:
2eb8e1f5196b8470734c152a2d54e0333a9d3f51060cde0412bd68c18fb84d70 5855
mir_1.8.2+dfsg-4.dsc
09b0c78a60f0d3affbed3e5b262c14bfde9bc04c31e888a381aac99c3af30fab 68360
mir_1.8.2+dfsg-4.debian.tar.xz
6e9036365d643c752015a29e4c384a4171e854745e785c5eab5fe95188ef79da 13282
mir_1.8.2+dfsg-4_source.buildinfo
Files:
5c5cc85865c220181287d1d734039f52 5855 x11 optional mir_1.8.2+dfsg-4.dsc
2b571ccd090d3db6d9f862ccbeb4cc89 68360 x11 optional
mir_1.8.2+dfsg-4.debian.tar.xz
8a472e0311cb8e5be2f31204d80b52a7 13282 x11 optional
mir_1.8.2+dfsg-4_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAmNCYPYACgkQ0+Fzg8+n
/wb0bQ//RGc7AvFEj8absM00ojspqEWxk8HvqrnZoiUQb9Rx7eLSNaz7Uc4ZJ/0O
OQc0RePf9SQqP6QKd8WUYQUocT0q/mhMgj13K+ZlbzAlgTFKwKc/jf0A18wj4wD0
EvGtO+4KRaULKtRaVHgVuahMYC51ZumeIcy82ivZENc3IlTY4Gm6csNo6RqGrnbV
yppOlWM3aDR+JIDZFErf9QEWaEJ6olzTfTKjsbdVE9RWslBnlvpjwVlULq3hksGL
/r25YzsRTLXAkKSUkvO1ldsvFc7H/52CS1W1LFU1dtBs+qCt9AgYEGriONQo8nkn
ikfTIQEr23n2QZTgiwltKPKF6s8yBo9aLbHjgKSf58WgB9t0h+ImqfXIrfEsGU6P
89mxQaF21t+VCMZW/U9ZzyOXuuOXnGqPmLW3YoLHWghZ2hJwrYyGr9wvS5mm/XiI
AdHuqXBQhIwIxIbctAop5WxYWA7Pjnhjdka+bAMe7gweCoq911qiDPIs1WoWRtLh
5CkJcUzMvlspwSVd25XI1yzGJeBqYLjVCwHDg4QGd/W7804ZOmxySzZiHq+/ogdG
hlj7xg6EJsFBXGqodqyCWP42lI57laoxkaHEh08dSL6TXJzqgubKfzaMp6t5/KZz
5t780VWcWqy1AGyqhEX3d3GsymYPlZyIWZnVCR6Hg8KkpJTFuus=
=EpdR
-----END PGP SIGNATURE-----
--- End Message ---