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.
--- SoupGate-Win32 v1.05
* Origin: fsxNet Usenet Gateway (21:1/5)