Your message dated Tue, 25 Mar 2025 22:56:04 +0000
with message-id <e1txdbk-004qxl...@fasolo.debian.org>
and subject line Bug#1101260: fixed in xmoto 0.6.2+repack-3
has caused the Debian Bug report #1101260,
regarding dbus-cpp: FTBFS: /usr/include/unicode/localpointer.h:561:26: error:
parameter declared 'auto'
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.)
--
1101260: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101260
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:dbus-cpp
Version: 5.0.3-8
Severity: serious
Tags: ftbfs trixie sid
Dear maintainer:
During a rebuild of all packages in unstable, your package failed to build:
--------------------------------------------------------------------------------
[...]
debian/rules clean
dh clean --with pkgkde_symbolshelper
dh_clean
rm -f debian/debhelper-build-stamp
rm -rf debian/.debhelper/
rm -f -- debian/libdbus-cpp5.substvars debian/dbus-cpp-bin.substvars
debian/libdbus-cpp-dev.substvars debian/dbus-cpp-dev-examples.substvars
debian/files
rm -fr -- debian/libdbus-cpp5/ debian/tmp/ debian/dbus-cpp-bin/
debian/libdbus-cpp-dev/ debian/dbus-cpp-dev-examples/
find . \( \( \
\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o
-type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} + \) -o \
\( -type d -a \( -name autom4te.cache -o -name __pycache__ \)
-prune -exec rm -rf {} + \) \)
debian/rules binary
dh binary --with pkgkde_symbolshelper
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- -DCMAKE_INSTALL_LIBEXECDIR=/usr/libexec/dbus-cpp
cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb
PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON
-DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles"
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu
-DCMAKE_INSTALL_LIBEXECDIR=/usr/libexec/dbus-cpp ..
CMake Deprecation Warning at CMakeLists.txt:17 (cmake_minimum_required):
Compatibility with CMake < 3.10 will be removed from a future version of
CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
to tell CMake that the project requires at least <min> but has been updated
to work with policies introduced by <max> or earlier.
-- The C compiler identification is GNU 14.2.0
-- The CXX compiler identification is GNU 14.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- dbus-cpp 5.0.3
CMake Warning (dev) at CMakeLists.txt:27 (find_package):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.83.0/BoostConfig.cmake
(found version "1.83.0") found components: filesystem program_options system
-- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version "2.9.14")
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
-- Checking for module 'dbus-1'
-- Found dbus-1, version 1.16.2
-- Checking for module 'process-cpp'
-- Found process-cpp, version 3.0.0
-- Could NOT find Lcov (missing: LCOV_EXECUTABLE GENHTML_EXECUTABLE)
-- Could NOT find gcovr (missing: GCOVR_EXECUTABLE)
-- pdebuild NOT found, pre-push is going to FAIL
-- Installing session and system bus config files to share/dbus-cpp
CMake Warning (dev) at examples/benchmark/CMakeLists.txt:18 (find_package):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.83.0/BoostConfig.cmake
(found suitable version "1.83.0", minimum required is "1.49") found components:
system
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
CMake Warning (dev) at examples/geoclue/CMakeLists.txt:18 (find_package):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.83.0/BoostConfig.cmake
(found version "1.83.0") found components: system
CMake Warning (dev) at examples/ofono/CMakeLists.txt:18 (find_package):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at examples/upower/CMakeLists.txt:18 (find_package):
Policy CMP0167 is not set: The FindBoost module is removed. Run "cmake
--help-policy CMP0167" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Using /usr/src/googletest/googlemock/ as gmock source directory
-- Checking for module 'gtest'
-- Found gtest, version 1.15.0
-- Using GTest v1.15.0 (parsed from pkg-config)
-- Cannot enable coverage targets because neither lcov nor gcovr are found.
-- Configuring done (0.7s)
CMake Warning (dev) at cmake/PrePush.cmake:82 (add_dependencies):
Policy CMP0046 is not set: Error on non-existent dependency in
add_dependencies. Run "cmake --help-policy CMP0046" for policy details.
Use the cmake_policy command to set the policy and suppress this warning.
The dependency target "android-build" of target "pre-push" does not exist.
Call Stack (most recent call first):
CMakeLists.txt:37 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Generating done (0.1s)
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
FETCHCONTENT_FULLY_DISCONNECTED
-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build
cd obj-x86_64-linux-gnu && make -j2 "INSTALL=install
--strip-program=true" VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu//CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f src/core/dbus/CMakeFiles/dbus-cpp.dir/build.make
src/core/dbus/CMakeFiles/dbus-cpp.dir/depend
make -f src/core/dbus/CMakeFiles/dbus-cppc-helper.dir/build.make
src/core/dbus/CMakeFiles/dbus-cppc-helper.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/src/core/dbus
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/dbus
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/dbus/CMakeFiles/dbus-cpp.dir/DependInfo.cmake
"--color="
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/src/core/dbus
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/dbus
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/dbus/CMakeFiles/dbus-cppc-helper.dir/DependInfo.cmake
"--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f src/core/dbus/CMakeFiles/dbus-cppc-helper.dir/build.make
src/core/dbus/CMakeFiles/dbus-cppc-helper.dir/build
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f src/core/dbus/CMakeFiles/dbus-cpp.dir/build.make
src/core/dbus/CMakeFiles/dbus-cpp.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 3%] Building CXX object
src/core/dbus/CMakeFiles/dbus-cppc-helper.dir/compiler.cpp.o
[ 3%] Building CXX object src/core/dbus/CMakeFiles/dbus-cpp.dir/fixture.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/dbus && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK
-DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB
-Ddbus_cpp_EXPORTS -I/<<PKGBUILDDIR>>/include -I/usr/include/libxml2
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -Wall -fno-strict-aliasing
-fvisibility=hidden -fvisibility-inlines-hidden -Wextra -fPIC -pthread -fPIC
-MD -MT src/core/dbus/CMakeFiles/dbus-cpp.dir/fixture.cpp.o -MF
CMakeFiles/dbus-cpp.dir/fixture.cpp.o.d -o
CMakeFiles/dbus-cpp.dir/fixture.cpp.o -c
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/dbus/fixture.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/dbus && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK
-DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB
-I/<<PKGBUILDDIR>>/include -I/usr/include/libxml2 -I/usr/include/dbus-1.0
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -Wall -fno-strict-aliasing
-fvisibility=hidden -fvisibility-inlines-hidden -Wextra -fPIC -pthread -MD -MT
src/core/dbus/CMakeFiles/dbus-cppc-helper.dir/compiler.cpp.o -MF
CMakeFiles/dbus-cppc-helper.dir/compiler.cpp.o.d -o
CMakeFiles/dbus-cppc-helper.dir/compiler.cpp.o -c
/<<PKGBUILDDIR>>/src/core/dbus/compiler.cpp
[ 4%] Building CXX object src/core/dbus/CMakeFiles/dbus-cpp.dir/bus.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/dbus && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK
-DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB
-Ddbus_cpp_EXPORTS -I/<<PKGBUILDDIR>>/include -I/usr/include/libxml2
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -Wall -fno-strict-aliasing
-fvisibility=hidden -fvisibility-inlines-hidden -Wextra -fPIC -pthread -fPIC
-MD -MT src/core/dbus/CMakeFiles/dbus-cpp.dir/bus.cpp.o -MF
CMakeFiles/dbus-cpp.dir/bus.cpp.o.d -o CMakeFiles/dbus-cpp.dir/bus.cpp.o -c
/<<PKGBUILDDIR>>/src/core/dbus/bus.cpp
[ 6%] Building CXX object src/core/dbus/CMakeFiles/dbus-cpp.dir/dbus.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/dbus && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK
-DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB
-Ddbus_cpp_EXPORTS -I/<<PKGBUILDDIR>>/include -I/usr/include/libxml2
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -Wall -fno-strict-aliasing
-fvisibility=hidden -fvisibility-inlines-hidden -Wextra -fPIC -pthread -fPIC
-MD -MT src/core/dbus/CMakeFiles/dbus-cpp.dir/dbus.cpp.o -MF
CMakeFiles/dbus-cpp.dir/dbus.cpp.o.d -o CMakeFiles/dbus-cpp.dir/dbus.cpp.o -c
/<<PKGBUILDDIR>>/src/core/dbus/dbus.cpp
[ 7%] Building CXX object
src/core/dbus/CMakeFiles/dbus-cppc-helper.dir/generator.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/dbus && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK
-DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB
-I/<<PKGBUILDDIR>>/include -I/usr/include/libxml2 -I/usr/include/dbus-1.0
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -Wall -fno-strict-aliasing
-fvisibility=hidden -fvisibility-inlines-hidden -Wextra -fPIC -pthread -MD -MT
src/core/dbus/CMakeFiles/dbus-cppc-helper.dir/generator.cpp.o -MF
CMakeFiles/dbus-cppc-helper.dir/generator.cpp.o.d -o
CMakeFiles/dbus-cppc-helper.dir/generator.cpp.o -c
/<<PKGBUILDDIR>>/src/core/dbus/generator.cpp
[ 9%] Building CXX object src/core/dbus/CMakeFiles/dbus-cpp.dir/error.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/dbus && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK
-DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB
-Ddbus_cpp_EXPORTS -I/<<PKGBUILDDIR>>/include -I/usr/include/libxml2
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -Wall -fno-strict-aliasing
-fvisibility=hidden -fvisibility-inlines-hidden -Wextra -fPIC -pthread -fPIC
-MD -MT src/core/dbus/CMakeFiles/dbus-cpp.dir/error.cpp.o -MF
CMakeFiles/dbus-cpp.dir/error.cpp.o.d -o CMakeFiles/dbus-cpp.dir/error.cpp.o -c
/<<PKGBUILDDIR>>/src/core/dbus/error.cpp
[ 11%] Building CXX object
src/core/dbus/CMakeFiles/dbus-cpp.dir/match_rule.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/dbus && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK
-DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB
-Ddbus_cpp_EXPORTS -I/<<PKGBUILDDIR>>/include -I/usr/include/libxml2
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -Wall -fno-strict-aliasing
-fvisibility=hidden -fvisibility-inlines-hidden -Wextra -fPIC -pthread -fPIC
-MD -MT src/core/dbus/CMakeFiles/dbus-cpp.dir/match_rule.cpp.o -MF
CMakeFiles/dbus-cpp.dir/match_rule.cpp.o.d -o
CMakeFiles/dbus-cpp.dir/match_rule.cpp.o -c
/<<PKGBUILDDIR>>/src/core/dbus/match_rule.cpp
[ 12%] Building CXX object src/core/dbus/CMakeFiles/dbus-cpp.dir/message.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/dbus && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK
-DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB
-Ddbus_cpp_EXPORTS -I/<<PKGBUILDDIR>>/include -I/usr/include/libxml2
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -Wall -fno-strict-aliasing
-fvisibility=hidden -fvisibility-inlines-hidden -Wextra -fPIC -pthread -fPIC
-MD -MT src/core/dbus/CMakeFiles/dbus-cpp.dir/message.cpp.o -MF
CMakeFiles/dbus-cpp.dir/message.cpp.o.d -o
CMakeFiles/dbus-cpp.dir/message.cpp.o -c
/<<PKGBUILDDIR>>/src/core/dbus/message.cpp
[ 14%] Building CXX object src/core/dbus/CMakeFiles/dbus-cpp.dir/service.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/dbus && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK
-DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB
-Ddbus_cpp_EXPORTS -I/<<PKGBUILDDIR>>/include -I/usr/include/libxml2
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -Wall -fno-strict-aliasing
-fvisibility=hidden -fvisibility-inlines-hidden -Wextra -fPIC -pthread -fPIC
-MD -MT src/core/dbus/CMakeFiles/dbus-cpp.dir/service.cpp.o -MF
CMakeFiles/dbus-cpp.dir/service.cpp.o.d -o
CMakeFiles/dbus-cpp.dir/service.cpp.o -c
/<<PKGBUILDDIR>>/src/core/dbus/service.cpp
[ 15%] Building CXX object
src/core/dbus/CMakeFiles/dbus-cppc-helper.dir/introspection_parser.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/dbus && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK
-DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB
-I/<<PKGBUILDDIR>>/include -I/usr/include/libxml2 -I/usr/include/dbus-1.0
-I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -Wall -fno-strict-aliasing
-fvisibility=hidden -fvisibility-inlines-hidden -Wextra -fPIC -pthread -MD -MT
src/core/dbus/CMakeFiles/dbus-cppc-helper.dir/introspection_parser.cpp.o -MF
CMakeFiles/dbus-cppc-helper.dir/introspection_parser.cpp.o.d -o
CMakeFiles/dbus-cppc-helper.dir/introspection_parser.cpp.o -c
/<<PKGBUILDDIR>>/src/core/dbus/introspection_parser.cpp
In file included from /usr/include/unicode/uenum.h:25,
from /usr/include/unicode/ucnv.h:52,
from /usr/include/libxml2/libxml/encoding.h:31,
from /usr/include/libxml2/libxml/parser.h:812,
from /usr/include/libxml2/libxml/globals.h:18,
from /usr/include/libxml2/libxml/threads.h:35,
from /usr/include/libxml2/libxml/xmlmemory.h:218,
from /usr/include/libxml2/libxml/tree.h:1307,
from /usr/include/libxml2/libxml/xmlreader.h:14,
from
/<<PKGBUILDDIR>>/src/core/dbus/introspection_parser.cpp:21:
/usr/include/unicode/localpointer.h:561:26: error: âautoâ parameter not
permitted in this context
561 | template <typename Type, auto closeFunction>
| ^~~~
/usr/include/unicode/localpointer.h:573:76: error: template argument 2 is
invalid
573 | explicit LocalOpenPointer(std::unique_ptr<Type,
decltype(closeFunction)> &&p)
|
^
/usr/include/unicode/localpointer.h:583:78: error: template argument 2 is
invalid
583 | LocalOpenPointer &operator=(std::unique_ptr<Type,
decltype(closeFunction)> &&p) {
|
^
/usr/include/unicode/localpointer.h:599:59: error: template argument 2 is
invalid
599 | operator std::unique_ptr<Type, decltype(closeFunction)> () && {
| ^
/usr/include/unicode/uenum.h:69:1: note: invalid template non-type parameter
69 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUEnumerationPointer, UEnumeration,
uenum_close);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/unicode/ucnv.h:597:1: note: invalid template non-type parameter
597 | U_DEFINE_LOCAL_OPEN_POINTER(LocalUConverterPointer, UConverter,
ucnv_close);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [src/core/dbus/CMakeFiles/dbus-cppc-helper.dir/build.make:110:
src/core/dbus/CMakeFiles/dbus-cppc-helper.dir/introspection_parser.cpp.o] Error
1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:1617:
src/core/dbus/CMakeFiles/dbus-cppc-helper.dir/all] Error 2
make[2]: *** Waiting for unfinished jobs....
[ 17%] Building CXX object
src/core/dbus/CMakeFiles/dbus-cpp.dir/service_watcher.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/dbus && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK
-DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB
-Ddbus_cpp_EXPORTS -I/<<PKGBUILDDIR>>/include -I/usr/include/libxml2
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -Wall -fno-strict-aliasing
-fvisibility=hidden -fvisibility-inlines-hidden -Wextra -fPIC -pthread -fPIC
-MD -MT src/core/dbus/CMakeFiles/dbus-cpp.dir/service_watcher.cpp.o -MF
CMakeFiles/dbus-cpp.dir/service_watcher.cpp.o.d -o
CMakeFiles/dbus-cpp.dir/service_watcher.cpp.o -c
/<<PKGBUILDDIR>>/src/core/dbus/service_watcher.cpp
[ 19%] Building CXX object
src/core/dbus/CMakeFiles/dbus-cpp.dir/asio/executor.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/dbus && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK
-DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB
-Ddbus_cpp_EXPORTS -I/<<PKGBUILDDIR>>/include -I/usr/include/libxml2
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -Wall -fno-strict-aliasing
-fvisibility=hidden -fvisibility-inlines-hidden -Wextra -fPIC -pthread -fPIC
-MD -MT src/core/dbus/CMakeFiles/dbus-cpp.dir/asio/executor.cpp.o -MF
CMakeFiles/dbus-cpp.dir/asio/executor.cpp.o.d -o
CMakeFiles/dbus-cpp.dir/asio/executor.cpp.o -c
/<<PKGBUILDDIR>>/src/core/dbus/asio/executor.cpp
[ 20%] Building CXX object
src/core/dbus/CMakeFiles/dbus-cpp.dir/types/object_path.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/dbus && /usr/bin/c++
-DBOOST_ATOMIC_DYN_LINK -DBOOST_ATOMIC_NO_LIB -DBOOST_FILESYSTEM_DYN_LINK
-DBOOST_FILESYSTEM_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK
-DBOOST_PROGRAM_OPTIONS_NO_LIB -DBOOST_SYSTEM_DYN_LINK -DBOOST_SYSTEM_NO_LIB
-Ddbus_cpp_EXPORTS -I/<<PKGBUILDDIR>>/include -I/usr/include/libxml2
-I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -g -O2
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection
-Wdate-time -D_FORTIFY_SOURCE=2 -std=c++14 -Wall -fno-strict-aliasing
-fvisibility=hidden -fvisibility-inlines-hidden -Wextra -fPIC -pthread -fPIC
-MD -MT src/core/dbus/CMakeFiles/dbus-cpp.dir/types/object_path.cpp.o -MF
CMakeFiles/dbus-cpp.dir/types/object_path.cpp.o.d -o
CMakeFiles/dbus-cpp.dir/types/object_path.cpp.o -c
/<<PKGBUILDDIR>>/src/core/dbus/types/object_path.cpp
[ 22%] Linking CXX shared library libdbus-cpp.so
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/dbus && /usr/bin/cmake -E
cmake_link_script CMakeFiles/dbus-cpp.dir/link.txt --verbose=1
/usr/bin/c++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2
-std=c++14 -Wall -fno-strict-aliasing -fvisibility=hidden
-fvisibility-inlines-hidden -Wextra -fPIC -pthread
-Wl,--version-script,/<<PKGBUILDDIR>>/symbols.map
-Wl,--dependency-file=CMakeFiles/dbus-cpp.dir/link.d -Wl,-z,relro -Wl,-z,now
-shared -Wl,-soname,libdbus-cpp.so.5 -o libdbus-cpp.so.5.0.3
"CMakeFiles/dbus-cpp.dir/fixture.cpp.o" "CMakeFiles/dbus-cpp.dir/bus.cpp.o"
"CMakeFiles/dbus-cpp.dir/dbus.cpp.o" "CMakeFiles/dbus-cpp.dir/error.cpp.o"
"CMakeFiles/dbus-cpp.dir/match_rule.cpp.o"
"CMakeFiles/dbus-cpp.dir/message.cpp.o" "CMakeFiles/dbus-cpp.dir/service.cpp.o"
"CMakeFiles/dbus-cpp.dir/service_watcher.cpp.o"
"CMakeFiles/dbus-cpp.dir/asio/executor.cpp.o"
"CMakeFiles/dbus-cpp.dir/types/object_path.cpp.o"
/usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.83.0
/usr/lib/x86_64-linux-gnu/libbo
ost_program_options.so.1.83.0
/usr/lib/x86_64-linux-gnu/libboost_system.so.1.83.0 -ldbus-1 -lxml2
-lprocess-cpp /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.83.0
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/dbus && /usr/bin/cmake -E
cmake_symlink_library libdbus-cpp.so.5.0.3 libdbus-cpp.so.5 libdbus-cpp.so
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 22%] Built target dbus-cpp
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j2 "INSTALL=install
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:17: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:
https://people.debian.org/~sanvila/build-logs/202503/
About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.
If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.
If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:dbus-cpp, so that this is still
visible in the BTS web page for this package.
Thanks.
--- End Message ---
--- Begin Message ---
Source: xmoto
Source-Version: 0.6.2+repack-3
Done: Stephen Kitt <sk...@debian.org>
We believe that the bug you reported is fixed in the latest version of
xmoto, 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 1101...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stephen Kitt <sk...@debian.org> (supplier of updated xmoto 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: SHA512
Format: 1.8
Date: Tue, 25 Mar 2025 23:19:23 +0100
Source: xmoto
Architecture: source
Version: 0.6.2+repack-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
Changed-By: Stephen Kitt <sk...@debian.org>
Closes: 1101260
Changes:
xmoto (0.6.2+repack-3) unstable; urgency=medium
.
* Clean up the list of uploaders. Thanks to all the previous
maintainers!
* Standards-Version 4.7.2, no change required.
* Use the compiler’s default C++ standard. Closes: #1101260.
Checksums-Sha1:
7bd007d9184f264af9193523f5491217fc7e9de6 2321 xmoto_0.6.2+repack-3.dsc
5554f8c0aea4ef245db9343ad49a12392680ace9 16244
xmoto_0.6.2+repack-3.debian.tar.xz
0c22b665bb6c57d9be1ba17793ad18ef50abfaeb 13597
xmoto_0.6.2+repack-3_source.buildinfo
Checksums-Sha256:
de662f634d5f1fae064e9103f4918c3e23d37dea1c86952329cdde286bb2fb89 2321
xmoto_0.6.2+repack-3.dsc
3bd0890f83589bccc94b348cba5251d422e1f15cdfd90120c5738e8e2ffd9d82 16244
xmoto_0.6.2+repack-3.debian.tar.xz
200480f60d5ee35dd6d2be789961feaf135aff29f65001602a9cc24bfec48eb7 13597
xmoto_0.6.2+repack-3_source.buildinfo
Files:
11253ceef87647fb871a5ac104ef485f 2321 games optional xmoto_0.6.2+repack-3.dsc
6e00be3f72c16b54ef23160be910c4d7 16244 games optional
xmoto_0.6.2+repack-3.debian.tar.xz
cf1a1b4a24826c0f7573114b51ab205c 13597 games optional
xmoto_0.6.2+repack-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEnPVX/hPLkMoq7x0ggNMC9Yhtg5wFAmfjLB0ACgkQgNMC9Yht
g5ydOw/+M8ZbShIEX9g9rJ/SBHAq8OTkD4TFa/OBHw+MpusE5GBQj3AXkk28snyG
Ar135wGY6fJlsqKUs32qW8V9aTyX4v9uAHXMw1Wn4B5zNmwG9LDqEaWzAoBHaREV
DWSN8LoliupO5hjsIvNSrO4XOLi/A/1BUuPUi8+zRzM2ZLy4K/5DxQprRaEHud+q
lQ7UtnAxya/InZEHQIYqAdLluT0i0Rm4oPnZcn3cztHS7MPCUcjaFHSaViGwZqH8
wBEEXhpHDek54oQN56CfiBm+jvMWga8BsMRvP/N0skQnnhwu6UVegOtsi5cdzHea
BrAyrGQyka6Px7KWm8UeRTNksiyCXb4qf5s19IG479n90RPyQLcSB3mvdZZAqLuJ
k6Z9l6K2jvMSvZY0jLoSep0vHScb8RzO0+4sLQqINy9tRWBdgzbum9ZjA0GyIWZZ
bqMmg7kb4R6D7L5bTu6Si6edTEmvj4pzWSfM9XzdEG5tU1xbsdNztZwGSv5xqEHF
BAc9ng6YqyXQHgTdVI8fZaDBJ4SIJkh6xJ49GWUKWKUg2974lwoC2KVNSY1+d0D8
j/73O2da1Zzx5tDHWiLrM0M8AnQe/dfMWvvN411+q1B6XWpIqX1YGTMbvG00Uxu2
bOnlMRFObsxbCOQPN+wDWbgStwB3RNF9LtfS+2KqP8lyhMCtH78=
=Que8
-----END PGP SIGNATURE-----
pgpiCU5Aej86J.pgp
Description: PGP signature
--- End Message ---