Your message dated Tue, 25 Mar 2025 09:24:55 +0000
with message-id <e1tx0wl-002bjo...@fasolo.debian.org>
and subject line Bug#1101245: fixed in openbabel 3.1.1+dfsg-12
has caused the Debian Bug report #1101245,
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.)
--
1101245: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101245
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: openbabel
Source-Version: 3.1.1+dfsg-12
Done: Andrius Merkys <mer...@debian.org>
We believe that the bug you reported is fixed in the latest version of
openbabel, 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.
Andrius Merkys <mer...@debian.org> (supplier of updated openbabel 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 04:52:48 -0400
Source: openbabel
Architecture: source
Version: 3.1.1+dfsg-12
Distribution: unstable
Urgency: medium
Maintainer: Debichem Team <debichem-de...@lists.alioth.debian.org>
Changed-By: Andrius Merkys <mer...@debian.org>
Closes: 1101245
Changes:
openbabel (3.1.1+dfsg-12) unstable; urgency=medium
.
* Use default CXX standard version (Closes: #1101245)
* Replace build dependency pkg-config with pkgconf.
Checksums-Sha1:
f5de6166769be1d668251c39baf7ed85366629cb 2812 openbabel_3.1.1+dfsg-12.dsc
46b3991735b104b9577eed230470789cd6ccc149 21764
openbabel_3.1.1+dfsg-12.debian.tar.xz
0885ea248f341ad10d6f45877ab15d126a38bc1e 13848
openbabel_3.1.1+dfsg-12_source.buildinfo
Checksums-Sha256:
f49f07b5f47912d09e755bb56f870513e4c687b08c2b6e53936b38704156dc03 2812
openbabel_3.1.1+dfsg-12.dsc
04f2ef15f781bdb3065189014c6774589df73bbbc116dc1bc4b2c5cf2d6d86aa 21764
openbabel_3.1.1+dfsg-12.debian.tar.xz
ef4d64ad04e755f1152134f82a95419fe9d57b7f0235752bef01e9869209c372 13848
openbabel_3.1.1+dfsg-12_source.buildinfo
Files:
3026eaae96d94b5a149d9e1520aed59e 2812 science optional
openbabel_3.1.1+dfsg-12.dsc
3b5c7af801ee8e5a028c817e21222608 21764 science optional
openbabel_3.1.1+dfsg-12.debian.tar.xz
8f0d9f7d86415d05cf53b2c8b3596a24 13848 science optional
openbabel_3.1.1+dfsg-12_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEdyKS9veshfrgQdQe5fQ/nCc08ocFAmficJYSHG1lcmt5c0Bk
ZWJpYW4ub3JnAAoJEOX0P5wnNPKHsN0P/3uWavCEnQb3F7/Skk1uhSRr13JpQ3m5
Ae1pJIYxNxf+W1ZUbppJkr/TiLFP6HybDsq1S0/LrZvNtvHEPtcdfV5mwDLi36Ev
d5etTlKMbCoV382Z71EADpcSlYW+c91UmnW+iTU9qL4JS8suFvqiOeZ1jxTwyN4c
86rLLzT6FUKienOLp+KmJwTTFEA6oi2mtpuTaUwABF/rhMEL+lv5IUjM/OLlBWQ/
9ko5Z/i0PgHhMFa0ha425w7dWCn8nZRMfssRBHjpMhRCK7EFKRB/TwG3U7ofbVH0
vGzg3e7sB2hKpsnOgtBpjj0RtIGUh2Y2FMxYJV7FDYnwlajXMoOZpWSKhGvaMKmC
GQ8fD6gM267JwyJdBcmW3JsACWMnglM98EV+dKCbMtyxuFcDh7DHthyl/uC2PInz
XNGc92Bgd180XwUhs/vxFdF+fx+g7bs6i8X2iW/E0Sgp7AQSJ98qTz0AOOD9zSh8
JpE3cbzToCJfJtgFKRc0fCz/av/yKsAxHIrjI+ZyccXGI+GCC3f6QdbUR8kcPiol
zX3AZwhsXvTTsbxCvUDH89ZaLY4IsVzMma0tSLdVG+E2Osqg0/8uG4adw7OXg0sN
emES8JGRslP8vVJ7w1dFmfmtgH2E9488OiEvI+a/wTQFX2beiE28Yv89hNu3d9wa
EabiwJFJS/BE
=dn/m
-----END PGP SIGNATURE-----
pgpKtitd83DmG.pgp
Description: PGP signature
--- End Message ---