Your message dated Fri, 16 Aug 2024 08:49:38 +0000
with message-id <e1seseq-003fcc...@fasolo.debian.org>
and subject line Bug#1075277: fixed in mir 2.14.1-7
has caused the Debian Bug report #1075277,
regarding mir: ftbfs with GCC-14
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 ow...@bugs.debian.org
immediately.)
--
1075277: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075277
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mir
Version: 2.14.1-6
Severity: important
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-14
[This bug is targeted to the upcoming trixie 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-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.
The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/mir_2.14.1-6_unstable_gccexp.log
The last lines of the build log are at the end of this report.
To build with GCC 14, either set CC=gcc-14 CXX=g++-14 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-14/porting_to.html
[...]
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-amd64'
[ 20%] Built target mirwayland
make -f
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/build.make
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/depend
make[4]: Entering directory '/<<PKGBUILDDIR>>/build-amd64'
[ 20%] Generating linux-dmabuf-unstable-v1_wrapper.h,
linux-dmabuf-unstable-v1_wrapper.cpp
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && sh -c
"/<<PKGBUILDDIR>>/build-amd64/bin/mir_wayland_generator zwp_
/<<PKGBUILDDIR>>/src/platform/graphics/protocol/linux-dmabuf-unstable-v1.xml
header >
/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics/linux-dmabuf-unstable-v1_wrapper.h"
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && sh -c
"/<<PKGBUILDDIR>>/build-amd64/bin/mir_wayland_generator zwp_
/<<PKGBUILDDIR>>/src/platform/graphics/protocol/linux-dmabuf-unstable-v1.xml
source >
/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics/linux-dmabuf-unstable-v1_wrapper.cpp"
[ 20%] Generating drm-formats
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && sh -c "grep \"#define
DRM_FORMAT\" /usr/include/libdrm/drm_fourcc.h | grep -v
DRM_FORMAT_BIG_ENDIAN | grep -v MOD |
grep -v DRM_FORMAT_RESERVED |
tr -s [:blank:] ' ' |
cut -f2 -d' ' |
sed \"s/\\(.*\\)/STRINGIFY(\\1)/\" >
/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics/drm-formats"
[ 20%] Generating drm-formats-big-endian
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && sh -c "grep \"#define
DRM_FORMAT\" /usr/include/libdrm/drm_fourcc.h | grep -v
DRM_FORMAT_BIG_ENDIAN | grep -v MOD |
grep -v DRM_FORMAT_RESERVED |
tr -s [:blank:] ' ' |
cut -f2 -d' ' |
sed \"s/\\(.*\\)/STRINGIFY_BIG_ENDIAN(\\1)/\" >
/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics/drm-formats-big-endian"
cd /<<PKGBUILDDIR>>/build-amd64 && /usr/bin/cmake -E cmake_depends "Unix
Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/src/platform/graphics
/<<PKGBUILDDIR>>/build-amd64 /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics
/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/DependInfo.cmake
"--color="
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-amd64'
make -f
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/build.make
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/build
make[4]: Entering directory '/<<PKGBUILDDIR>>/build-amd64'
[ 21%] Building CXX object
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/egl_extensions.cpp.o
[ 21%] Building CXX object
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/egl_resources.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DEGL_NO_X11 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMIR_HAVE_DRM_GET_MODIFIER_NAME -DMIR_LOG_COMPONENT_FALLBACK=\"mirplatform\"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_2.8\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION_MAJOR=2 -DMIR_VERSION_MICRO=1 -DMIR_VERSION_MINOR=14
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/wayland -I/<<PKGBUILDDIR>>/src/include/wayland
-I/<<PKGBUILDDIR>>/build-amd64/src/wayland -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie -isystem
/usr/include/libdrm -
g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -Wall -fno-strict-aliasing
-pedantic -Wnon-virtual-dtor -Wextra -fPIC -Wno-mismatched-tags -Wno-psabi
-flto -ffat-lto-objects -std=c++20 -MD -MT
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/egl_resources.cpp.o
-MF CMakeFiles/mirplatformgraphicscommon.dir/egl_resources.cpp.o.d -o
CMakeFiles/mirplatformgraphicscommon.dir/egl_resources.cpp.o -c
/<<PKGBUILDDIR>>/src/platform/graphics/egl_resources.cpp
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DEGL_NO_X11 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMIR_HAVE_DRM_GET_MODIFIER_NAME -DMIR_LOG_COMPONENT_FALLBACK=\"mirplatform\"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_2.8\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION_MAJOR=2 -DMIR_VERSION_MICRO=1 -DMIR_VERSION_MINOR=14
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/wayland -I/<<PKGBUILDDIR>>/src/include/wayland
-I/<<PKGBUILDDIR>>/build-amd64/src/wayland -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie -isystem
/usr/include/libdrm -
g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -Wall -fno-strict-aliasing
-pedantic -Wnon-virtual-dtor -Wextra -fPIC -Wno-mismatched-tags -Wno-psabi
-flto -ffat-lto-objects -std=c++20 -MD -MT
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/egl_extensions.cpp.o
-MF CMakeFiles/mirplatformgraphicscommon.dir/egl_extensions.cpp.o.d -o
CMakeFiles/mirplatformgraphicscommon.dir/egl_extensions.cpp.o -c
/<<PKGBUILDDIR>>/src/platform/graphics/egl_extensions.cpp
[ 21%] Building CXX object
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/egl_error.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DEGL_NO_X11 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMIR_HAVE_DRM_GET_MODIFIER_NAME -DMIR_LOG_COMPONENT_FALLBACK=\"mirplatform\"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_2.8\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION_MAJOR=2 -DMIR_VERSION_MICRO=1 -DMIR_VERSION_MINOR=14
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/wayland -I/<<PKGBUILDDIR>>/src/include/wayland
-I/<<PKGBUILDDIR>>/build-amd64/src/wayland -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie -isystem
/usr/include/libdrm -
g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -Wall -fno-strict-aliasing
-pedantic -Wnon-virtual-dtor -Wextra -fPIC -Wno-mismatched-tags -Wno-psabi
-flto -ffat-lto-objects -std=c++20 -MD -MT
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/egl_error.cpp.o
-MF CMakeFiles/mirplatformgraphicscommon.dir/egl_error.cpp.o.d -o
CMakeFiles/mirplatformgraphicscommon.dir/egl_error.cpp.o -c
/<<PKGBUILDDIR>>/src/platform/graphics/egl_error.cpp
[ 21%] Building CXX object
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/display_configuration.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DEGL_NO_X11 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMIR_HAVE_DRM_GET_MODIFIER_NAME -DMIR_LOG_COMPONENT_FALLBACK=\"mirplatform\"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_2.8\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION_MAJOR=2 -DMIR_VERSION_MICRO=1 -DMIR_VERSION_MINOR=14
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/wayland -I/<<PKGBUILDDIR>>/src/include/wayland
-I/<<PKGBUILDDIR>>/build-amd64/src/wayland -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie -isystem
/usr/include/libdrm -
g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -Wall -fno-strict-aliasing
-pedantic -Wnon-virtual-dtor -Wextra -fPIC -Wno-mismatched-tags -Wno-psabi
-flto -ffat-lto-objects -std=c++20 -MD -MT
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/display_configuration.cpp.o
-MF CMakeFiles/mirplatformgraphicscommon.dir/display_configuration.cpp.o.d -o
CMakeFiles/mirplatformgraphicscommon.dir/display_configuration.cpp.o -c
/<<PKGBUILDDIR>>/src/platform/graphics/display_configuration.cpp
[ 21%] Building CXX object
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/gamma_curves.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DEGL_NO_X11 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMIR_HAVE_DRM_GET_MODIFIER_NAME -DMIR_LOG_COMPONENT_FALLBACK=\"mirplatform\"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_2.8\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION_MAJOR=2 -DMIR_VERSION_MICRO=1 -DMIR_VERSION_MINOR=14
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/wayland -I/<<PKGBUILDDIR>>/src/include/wayland
-I/<<PKGBUILDDIR>>/build-amd64/src/wayland -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie -isystem
/usr/include/libdrm -
g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -Wall -fno-strict-aliasing
-pedantic -Wnon-virtual-dtor -Wextra -fPIC -Wno-mismatched-tags -Wno-psabi
-flto -ffat-lto-objects -std=c++20 -MD -MT
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/gamma_curves.cpp.o
-MF CMakeFiles/mirplatformgraphicscommon.dir/gamma_curves.cpp.o.d -o
CMakeFiles/mirplatformgraphicscommon.dir/gamma_curves.cpp.o -c
/<<PKGBUILDDIR>>/src/platform/graphics/gamma_curves.cpp
[ 21%] Building CXX object
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/buffer_basic.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DEGL_NO_X11 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMIR_HAVE_DRM_GET_MODIFIER_NAME -DMIR_LOG_COMPONENT_FALLBACK=\"mirplatform\"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_2.8\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION_MAJOR=2 -DMIR_VERSION_MICRO=1 -DMIR_VERSION_MINOR=14
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/wayland -I/<<PKGBUILDDIR>>/src/include/wayland
-I/<<PKGBUILDDIR>>/build-amd64/src/wayland -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie -isystem
/usr/include/libdrm -
g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -Wall -fno-strict-aliasing
-pedantic -Wnon-virtual-dtor -Wextra -fPIC -Wno-mismatched-tags -Wno-psabi
-flto -ffat-lto-objects -std=c++20 -MD -MT
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/buffer_basic.cpp.o
-MF CMakeFiles/mirplatformgraphicscommon.dir/buffer_basic.cpp.o.d -o
CMakeFiles/mirplatformgraphicscommon.dir/buffer_basic.cpp.o -c
/<<PKGBUILDDIR>>/src/platform/graphics/buffer_basic.cpp
[ 21%] Building CXX object
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/pixel_format_utils.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DEGL_NO_X11 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMIR_HAVE_DRM_GET_MODIFIER_NAME -DMIR_LOG_COMPONENT_FALLBACK=\"mirplatform\"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_2.8\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION_MAJOR=2 -DMIR_VERSION_MICRO=1 -DMIR_VERSION_MINOR=14
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/wayland -I/<<PKGBUILDDIR>>/src/include/wayland
-I/<<PKGBUILDDIR>>/build-amd64/src/wayland -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie -isystem
/usr/include/libdrm -
g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -Wall -fno-strict-aliasing
-pedantic -Wnon-virtual-dtor -Wextra -fPIC -Wno-mismatched-tags -Wno-psabi
-flto -ffat-lto-objects -std=c++20 -MD -MT
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/pixel_format_utils.cpp.o
-MF CMakeFiles/mirplatformgraphicscommon.dir/pixel_format_utils.cpp.o.d -o
CMakeFiles/mirplatformgraphicscommon.dir/pixel_format_utils.cpp.o -c
/<<PKGBUILDDIR>>/src/platform/graphics/pixel_format_utils.cpp
[ 21%] Building CXX object
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/overlapping_output_grouping.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DEGL_NO_X11 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMIR_HAVE_DRM_GET_MODIFIER_NAME -DMIR_LOG_COMPONENT_FALLBACK=\"mirplatform\"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_2.8\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION_MAJOR=2 -DMIR_VERSION_MICRO=1 -DMIR_VERSION_MINOR=14
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/wayland -I/<<PKGBUILDDIR>>/src/include/wayland
-I/<<PKGBUILDDIR>>/build-amd64/src/wayland -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie -isystem
/usr/include/libdrm -
g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -Wall -fno-strict-aliasing
-pedantic -Wnon-virtual-dtor -Wextra -fPIC -Wno-mismatched-tags -Wno-psabi
-flto -ffat-lto-objects -std=c++20 -MD -MT
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/overlapping_output_grouping.cpp.o
-MF
CMakeFiles/mirplatformgraphicscommon.dir/overlapping_output_grouping.cpp.o.d -o
CMakeFiles/mirplatformgraphicscommon.dir/overlapping_output_grouping.cpp.o -c
/<<PKGBUILDDIR>>/src/platform/graphics/overlapping_output_grouping.cpp
[ 22%] Building CXX object
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/texture.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DEGL_NO_X11 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMIR_HAVE_DRM_GET_MODIFIER_NAME -DMIR_LOG_COMPONENT_FALLBACK=\"mirplatform\"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_2.8\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION_MAJOR=2 -DMIR_VERSION_MICRO=1 -DMIR_VERSION_MINOR=14
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/wayland -I/<<PKGBUILDDIR>>/src/include/wayland
-I/<<PKGBUILDDIR>>/build-amd64/src/wayland -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie -isystem
/usr/include/libdrm -
g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -Wall -fno-strict-aliasing
-pedantic -Wnon-virtual-dtor -Wextra -fPIC -Wno-mismatched-tags -Wno-psabi
-flto -ffat-lto-objects -std=c++20 -MD -MT
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/texture.cpp.o
-MF CMakeFiles/mirplatformgraphicscommon.dir/texture.cpp.o.d -o
CMakeFiles/mirplatformgraphicscommon.dir/texture.cpp.o -c
/<<PKGBUILDDIR>>/src/platform/graphics/texture.cpp
[ 22%] Building CXX object
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/program.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DEGL_NO_X11 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMIR_HAVE_DRM_GET_MODIFIER_NAME -DMIR_LOG_COMPONENT_FALLBACK=\"mirplatform\"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_2.8\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION_MAJOR=2 -DMIR_VERSION_MICRO=1 -DMIR_VERSION_MINOR=14
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/wayland -I/<<PKGBUILDDIR>>/src/include/wayland
-I/<<PKGBUILDDIR>>/build-amd64/src/wayland -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie -isystem
/usr/include/libdrm -
g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -Wall -fno-strict-aliasing
-pedantic -Wnon-virtual-dtor -Wextra -fPIC -Wno-mismatched-tags -Wno-psabi
-flto -ffat-lto-objects -std=c++20 -MD -MT
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/program.cpp.o
-MF CMakeFiles/mirplatformgraphicscommon.dir/program.cpp.o.d -o
CMakeFiles/mirplatformgraphicscommon.dir/program.cpp.o -c
/<<PKGBUILDDIR>>/src/platform/graphics/program.cpp
[ 22%] Building CXX object
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/program_factory.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DEGL_NO_X11 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMIR_HAVE_DRM_GET_MODIFIER_NAME -DMIR_LOG_COMPONENT_FALLBACK=\"mirplatform\"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_2.8\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION_MAJOR=2 -DMIR_VERSION_MICRO=1 -DMIR_VERSION_MINOR=14
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/wayland -I/<<PKGBUILDDIR>>/src/include/wayland
-I/<<PKGBUILDDIR>>/build-amd64/src/wayland -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie -isystem
/usr/include/libdrm -
g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -Wall -fno-strict-aliasing
-pedantic -Wnon-virtual-dtor -Wextra -fPIC -Wno-mismatched-tags -Wno-psabi
-flto -ffat-lto-objects -std=c++20 -MD -MT
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/program_factory.cpp.o
-MF CMakeFiles/mirplatformgraphicscommon.dir/program_factory.cpp.o.d -o
CMakeFiles/mirplatformgraphicscommon.dir/program_factory.cpp.o -c
/<<PKGBUILDDIR>>/src/platform/graphics/program_factory.cpp
[ 22%] Building CXX object
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/egl_wayland_allocator.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DEGL_NO_X11 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMIR_HAVE_DRM_GET_MODIFIER_NAME -DMIR_LOG_COMPONENT_FALLBACK=\"mirplatform\"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_2.8\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION_MAJOR=2 -DMIR_VERSION_MICRO=1 -DMIR_VERSION_MINOR=14
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/wayland -I/<<PKGBUILDDIR>>/src/include/wayland
-I/<<PKGBUILDDIR>>/build-amd64/src/wayland -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie -isystem
/usr/include/libdrm -
g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -Wall -fno-strict-aliasing
-pedantic -Wnon-virtual-dtor -Wextra -fPIC -Wno-mismatched-tags -Wno-psabi
-flto -ffat-lto-objects -std=c++20 -MD -MT
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/egl_wayland_allocator.cpp.o
-MF CMakeFiles/mirplatformgraphicscommon.dir/egl_wayland_allocator.cpp.o.d -o
CMakeFiles/mirplatformgraphicscommon.dir/egl_wayland_allocator.cpp.o -c
/<<PKGBUILDDIR>>/src/platform/graphics/egl_wayland_allocator.cpp
[ 22%] Building CXX object
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/cpu_buffers.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DEGL_NO_X11 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMIR_HAVE_DRM_GET_MODIFIER_NAME -DMIR_LOG_COMPONENT_FALLBACK=\"mirplatform\"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_2.8\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION_MAJOR=2 -DMIR_VERSION_MICRO=1 -DMIR_VERSION_MINOR=14
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/wayland -I/<<PKGBUILDDIR>>/src/include/wayland
-I/<<PKGBUILDDIR>>/build-amd64/src/wayland -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie -isystem
/usr/include/libdrm -
g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -Wall -fno-strict-aliasing
-pedantic -Wnon-virtual-dtor -Wextra -fPIC -Wno-mismatched-tags -Wno-psabi
-flto -ffat-lto-objects -std=c++20 -MD -MT
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/cpu_buffers.cpp.o
-MF CMakeFiles/mirplatformgraphicscommon.dir/cpu_buffers.cpp.o.d -o
CMakeFiles/mirplatformgraphicscommon.dir/cpu_buffers.cpp.o -c
/<<PKGBUILDDIR>>/src/platform/graphics/cpu_buffers.cpp
[ 22%] Building CXX object
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/egl_logger.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DEGL_NO_X11 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMIR_HAVE_DRM_GET_MODIFIER_NAME -DMIR_LOG_COMPONENT_FALLBACK=\"mirplatform\"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_2.8\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION_MAJOR=2 -DMIR_VERSION_MICRO=1 -DMIR_VERSION_MINOR=14
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/wayland -I/<<PKGBUILDDIR>>/src/include/wayland
-I/<<PKGBUILDDIR>>/build-amd64/src/wayland -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie -isystem
/usr/include/libdrm -
g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -Wall -fno-strict-aliasing
-pedantic -Wnon-virtual-dtor -Wextra -fPIC -Wno-mismatched-tags -Wno-psabi
-flto -ffat-lto-objects -std=c++20 -MD -MT
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/egl_logger.cpp.o
-MF CMakeFiles/mirplatformgraphicscommon.dir/egl_logger.cpp.o.d -o
CMakeFiles/mirplatformgraphicscommon.dir/egl_logger.cpp.o -c
/<<PKGBUILDDIR>>/src/platform/graphics/egl_logger.cpp
[ 22%] Building CXX object
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/linux_dmabuf.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DEGL_NO_X11 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMIR_HAVE_DRM_GET_MODIFIER_NAME -DMIR_LOG_COMPONENT_FALLBACK=\"mirplatform\"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_2.8\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION_MAJOR=2 -DMIR_VERSION_MICRO=1 -DMIR_VERSION_MINOR=14
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/wayland -I/<<PKGBUILDDIR>>/src/include/wayland
-I/<<PKGBUILDDIR>>/build-amd64/src/wayland -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie -isystem
/usr/include/libdrm -
g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -Wall -fno-strict-aliasing
-pedantic -Wnon-virtual-dtor -Wextra -fPIC -Wno-mismatched-tags -Wno-psabi
-flto -ffat-lto-objects -std=c++20 -MD -MT
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/linux_dmabuf.cpp.o
-MF CMakeFiles/mirplatformgraphicscommon.dir/linux_dmabuf.cpp.o.d -o
CMakeFiles/mirplatformgraphicscommon.dir/linux_dmabuf.cpp.o -c
/<<PKGBUILDDIR>>/src/platform/graphics/linux_dmabuf.cpp
[ 22%] Building CXX object
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/drm_formats.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DEGL_NO_X11 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMIR_HAVE_DRM_GET_MODIFIER_NAME -DMIR_LOG_COMPONENT_FALLBACK=\"mirplatform\"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_2.8\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION_MAJOR=2 -DMIR_VERSION_MICRO=1 -DMIR_VERSION_MINOR=14
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/wayland -I/<<PKGBUILDDIR>>/src/include/wayland
-I/<<PKGBUILDDIR>>/build-amd64/src/wayland -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie -isystem
/usr/include/libdrm -
g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -Wall -fno-strict-aliasing
-pedantic -Wnon-virtual-dtor -Wextra -fPIC -Wno-mismatched-tags -Wno-psabi
-flto -ffat-lto-objects -std=c++20 -MD -MT
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/drm_formats.cpp.o
-MF CMakeFiles/mirplatformgraphicscommon.dir/drm_formats.cpp.o.d -o
CMakeFiles/mirplatformgraphicscommon.dir/drm_formats.cpp.o -c
/<<PKGBUILDDIR>>/src/platform/graphics/drm_formats.cpp
[ 22%] Building CXX object
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/egl_context_executor.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DEGL_NO_X11 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMIR_HAVE_DRM_GET_MODIFIER_NAME -DMIR_LOG_COMPONENT_FALLBACK=\"mirplatform\"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_2.8\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION_MAJOR=2 -DMIR_VERSION_MICRO=1 -DMIR_VERSION_MINOR=14
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/wayland -I/<<PKGBUILDDIR>>/src/include/wayland
-I/<<PKGBUILDDIR>>/build-amd64/src/wayland -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie -isystem
/usr/include/libdrm -
g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -Wall -fno-strict-aliasing
-pedantic -Wnon-virtual-dtor -Wextra -fPIC -Wno-mismatched-tags -Wno-psabi
-flto -ffat-lto-objects -std=c++20 -MD -MT
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/egl_context_executor.cpp.o
-MF CMakeFiles/mirplatformgraphicscommon.dir/egl_context_executor.cpp.o.d -o
CMakeFiles/mirplatformgraphicscommon.dir/egl_context_executor.cpp.o -c
/<<PKGBUILDDIR>>/src/platform/graphics/egl_context_executor.cpp
[ 23%] Building CXX object
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/linux-dmabuf-unstable-v1_wrapper.cpp.o
cd /<<PKGBUILDDIR>>/build-amd64/src/platform/graphics && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DEGL_NO_X11 -DLTTNG_UST_HAVE_SDT_INTEGRATION
-DMIR_HAVE_DRM_GET_MODIFIER_NAME -DMIR_LOG_COMPONENT_FALLBACK=\"mirplatform\"
-DMIR_SERVER_GRAPHICS_PLATFORM_VERSION=\"MIR_GRAPHICS_PLATFORM_2.8\"
-DMIR_SERVER_PLATFORM_PATH=\"/usr/lib/x86_64-linux-gnu/mir/server-platform\"
-DMIR_VERSION_MAJOR=2 -DMIR_VERSION_MICRO=1 -DMIR_VERSION_MINOR=14
-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/<<PKGBUILDDIR>>/src/include/common
-I/<<PKGBUILDDIR>>/src/include/platform
-I/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics
-I/<<PKGBUILDDIR>>/include/platform -I/<<PKGBUILDDIR>>/include/renderers/gl
-I/<<PKGBUILDDIR>>/include/wayland -I/<<PKGBUILDDIR>>/src/include/wayland
-I/<<PKGBUILDDIR>>/build-amd64/src/wayland -I/<<PKGBUILDDIR>>/include/core
-I/<<PKGBUILDDIR>>/include/common -I/<<PKGBUILDDIR>>/include/cookie -isystem
/usr/include/libdrm -
g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -pthread -g -Wall -fno-strict-aliasing
-pedantic -Wnon-virtual-dtor -Wextra -fPIC -Wno-mismatched-tags -Wno-psabi
-flto -ffat-lto-objects -std=c++20 -MD -MT
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/linux-dmabuf-unstable-v1_wrapper.cpp.o
-MF
CMakeFiles/mirplatformgraphicscommon.dir/linux-dmabuf-unstable-v1_wrapper.cpp.o.d
-o
CMakeFiles/mirplatformgraphicscommon.dir/linux-dmabuf-unstable-v1_wrapper.cpp.o
-c
/<<PKGBUILDDIR>>/build-amd64/src/platform/graphics/linux-dmabuf-unstable-v1_wrapper.cpp
/<<PKGBUILDDIR>>/src/platform/graphics/linux_dmabuf.cpp: In member function
‘const std::array<mir::graphics::DMABufBuffer::PlaneDescriptor, 4>::value_type*
{anonymous}::LinuxDmaBufParams::validate_and_count_planes()’:
/<<PKGBUILDDIR>>/src/platform/graphics/linux_dmabuf.cpp:530:18: error:
‘count_if’ is not a member of ‘std’
530 | std::count_if(
| ^~~~~~~~
make[4]: ***
[src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/build.make:292:
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/linux_dmabuf.cpp.o]
Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-amd64'
make[3]: *** [CMakeFiles/Makefile2:3299:
src/platform/graphics/CMakeFiles/mirplatformgraphicscommon.dir/all] Error 2
make[3]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/<<PKGBUILDDIR>>/build-amd64'
[ 23%] Built target mir-public-test-doubles-platform
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:120: override_dh_auto_build-arch] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:17: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Source: mir
Source-Version: 2.14.1-7
Done: Mike Gabriel <sunwea...@debian.org>
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 1075...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Mike Gabriel <sunwea...@debian.org> (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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 16 Aug 2024 10:37:55 +0200
Source: mir
Architecture: source
Version: 2.14.1-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Mir Team <team+...@tracker.debian.org>
Changed-By: Mike Gabriel <sunwea...@debian.org>
Closes: 1015543 1075277
Changes:
mir (2.14.1-7) unstable; urgency=medium
.
* debian/patches:
+ Add 0001_add-missing-header-for-count_if.patch. Fix FTBFS against GCC-14.
(Closes: #1075277).
* debian/*.symbols:
+ Drop files. (Closes: #1015543).
Checksums-Sha1:
a1a0cbc27cad2abe51b6e0d98b7717a9be736421 6168 mir_2.14.1-7.dsc
b45b04e448feea99ed14cfd194e2278dc44b788b 35920 mir_2.14.1-7.debian.tar.xz
13170c4ede0df3e1ffe3c6cc64f4ea49d103ebb6 15997 mir_2.14.1-7_source.buildinfo
Checksums-Sha256:
0f7250320a2886aebe80d607c46dfcf1abf9a9b5edf654344b0758a6a1fcd997 6168
mir_2.14.1-7.dsc
b4e640bf900c6840a8fae9cc29acd54b277842a54947bee3cfb57d516bed6d97 35920
mir_2.14.1-7.debian.tar.xz
e3c9c505a1140e31ae28afdad8baa15426e52b7f80ef24c6e38ead8fccd55bee 15997
mir_2.14.1-7_source.buildinfo
Files:
0762b7db4f0706f1ab248e5339db4a7e 6168 x11 optional mir_2.14.1-7.dsc
9bc2d9106f6ea6a27cf9261890db44c2 35920 x11 optional mir_2.14.1-7.debian.tar.xz
b2699162a26f6b62a332fc48272f57d8 15997 x11 optional
mir_2.14.1-7_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJJBAEBCAAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAma/EBIVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxTBEQAKz331Ub0WQFGFnh7VBNVEjIILcT
sSNNMA/33bbJ78NuzaZWuLAE8Jjc7edaPbh9Y3HvnTMwAgdSAlB/uCu8dN/jP2+9
hkiN1oEPha5Ne+Hg5WDgqhTfoPQZWcaXM5FQbop3J3duw1X+tKuPmC1jUx2dZANa
xZlP0dsBUvqw0gNmqx8qBClUN/CR4V2hDJ+GG6UK4Ff9LrDQJMZrksROx3W5LLAa
J5ejVAibmXc9EussQcvqqhVh/gTBFnMVEKb+J5I2+DlJ7F7GSNKZjG1y0BNXDis7
E610f2XGUfndd5STXjx43f1QYer3xjaeKuPEfUiyA0tl4cibrYFvWwgOsoSg2/0r
82630gIkL+BO+Zw5ym2df0WLS5Pn9WerZi2L/CV/UevxHfYmLfy3Imj1Bu/Au4bE
3/G8BosSuNbLDzJJ88koiFUG5MkFjxq/JdprzeK30ksyRcNV3zGxmgKrEB03rQJC
HlzadNK9V7fMYNFzS4Ho3hrWgT0PsfPxwhoYSrVjWoTwUDoC6xWA0Tz7eMHpzqbT
JUvSDXupcxRub11RT/pACFjREd5voJUbOkKOEKxhJc59mNxzINg/RYyZrjsc/wL7
DjayXmPU9JV2isxB+r96rWrW47Vv+aSIXSRDBnfCfQ+wj9VLMxXbjjNWHQYlMIap
nCiT/x8TkDicybvR
=PqA8
-----END PGP SIGNATURE-----
pgpfxHqPR0QzY.pgp
Description: PGP signature
--- End Message ---