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 twinkle: 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:twinkle
Version: 1:1.10.2+dfsg-2
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
dh_clean
debian/rules binary
dh binary
dh_update_autotools_config
dh_autoreconf
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- -DWITH_QT5=ON -DWITH_ZRTP=OFF -DWITH_SPEEX=ON
-DWITH_GSM=ON -DWITH_ALSA=ON
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 "-GUnix Makefiles"
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu
-DWITH_QT5=ON -DWITH_ZRTP=OFF -DWITH_SPEEX=ON -DWITH_GSM=ON -DWITH_ALSA=ON ..
CMake Warning (dev) at CMakeLists.txt:1 (project):
cmake_minimum_required() should be called prior to this top-level project()
call. Please see the cmake-commands(7) manual for usage documentation of
both commands.
This warning is for project developers. Use -Wno-dev to suppress it.
-- 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
CMake Deprecation Warning at CMakeLists.txt:3 (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.
-- Found LibXml2: /usr/lib/x86_64-linux-gnu/libxml2.so (found version "2.9.14")
-- libmagic version: 5.46
-- Found LibMagic: /usr/lib/x86_64-linux-gnu/libmagic.so
-- Found LibSndfile: /usr/lib/x86_64-linux-gnu/libsndfile.so
-- Found Readline: /usr/include
-- Found BISON: /usr/bin/bison (found version "3.8.2")
-- Found FLEX: /usr/bin/flex (found version "2.6.4")
-- Found ucommon includes: /usr/include/ucommon/ucommon.h
-- Found ucommon library:
/usr/lib/x86_64-linux-gnu/libucommon.so;/usr/lib/x86_64-linux-gnu/libusecure.so
-- Found commoncpp includes: /usr/include/commoncpp/config.h
-- Found commoncpp library: /usr/lib/x86_64-linux-gnu/libcommoncpp.so
-- Found ccrtp includes: /usr/include/ccrtp/rtp.h
-- Found ccrtp library: /usr/lib/x86_64-linux-gnu/libccrtp.so
-- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version "1.2.13")
-- libasound OK
-- Found speex includes: /usr/include/speex/speex.h
-- Found speex library:
/usr/lib/x86_64-linux-gnu/libspeex.so;/usr/lib/x86_64-linux-gnu/libspeexdsp.so
-- Speex OK
-- Found gsm includes: /usr/include/gsm/config.h
-- Found gsm library: /usr/lib/x86_64-linux-gnu/libgsm.so
-- gsm OK
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for linux/types.h
-- Looking for linux/types.h - found
-- Looking for include files sys/socket.h, linux/errqueue.h
-- Looking for include files sys/socket.h, linux/errqueue.h - found
-- Configuring done (0.6s)
-- 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
CMAKE_INSTALL_LIBDIR
CMAKE_INSTALL_LOCALSTATEDIR
CMAKE_INSTALL_SYSCONFDIR
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 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/CMakeFiles/libtwinkle.dir/build.make
src/CMakeFiles/libtwinkle.dir/depend
make -f src/utils/CMakeFiles/libtwinkle-utils.dir/build.make
src/utils/CMakeFiles/libtwinkle-utils.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/utils
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/utils
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/utils/CMakeFiles/libtwinkle-utils.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
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/CMakeFiles/libtwinkle.dir/DependInfo.cmake
"--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f src/utils/CMakeFiles/libtwinkle-utils.dir/build.make
src/utils/CMakeFiles/libtwinkle-utils.dir/build
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make -f src/CMakeFiles/libtwinkle.dir/build.make
src/CMakeFiles/libtwinkle.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 1%] Building CXX object
src/utils/CMakeFiles/libtwinkle-utils.dir/file_utils.cpp.o
[ 1%] Building CXX object src/CMakeFiles/libtwinkle.dir/abstract_dialog.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/utils && /usr/bin/c++
-DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB
-DQT_QUICK_LIB -DQT_WIDGETS_LIB -I/usr/include/libxml2
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/src -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++11 -MD -MT
src/utils/CMakeFiles/libtwinkle-utils.dir/file_utils.cpp.o -MF
CMakeFiles/libtwinkle-utils.dir/file_utils.cpp.o.d -o
CMakeFiles/libtwinkle-utils.dir/file_utils.cpp.o -c
/<<PKGBUILDDIR>>/src/utils/file_utils.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/c++ -DQT_CORE_LIB
-DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB -DQT_QUICK_LIB
-DQT_WIDGETS_LIB -I/usr/include/libxml2 -I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
-I/<<PKGBUILDDIR>>/src -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++11 -MD -MT src/CMakeFiles/libtwinkle.dir/abstract_dialog.cpp.o -MF
CMakeFiles/libtwinkle.dir/abstract_dialog.cpp.o.d -o
CMakeFiles/libtwinkle.dir/abstract_dialog.cpp.o -c
/<<PKGBUILDDIR>>/src/abstract_dialog.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 /<<PKGBUILDDIR>>/src/parser/sip_body.h:24,
from /<<PKGBUILDDIR>>/src/parser/sip_message.h:87,
from /<<PKGBUILDDIR>>/src/sys_settings.h:24,
from /<<PKGBUILDDIR>>/src/user.h:28,
from /<<PKGBUILDDIR>>/src/redirect.h:22,
from /<<PKGBUILDDIR>>/src/client_request.h:26,
from /<<PKGBUILDDIR>>/src/abstract_dialog.h:30,
from /<<PKGBUILDDIR>>/src/abstract_dialog.cpp:21:
/usr/include/unicode/localpointer.h:561:26: error: parameter declared âautoâ
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);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 1%] Building CXX object
src/utils/CMakeFiles/libtwinkle-utils.dir/mime_database.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/utils && /usr/bin/c++
-DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_QMLMODELS_LIB -DQT_QML_LIB
-DQT_QUICK_LIB -DQT_WIDGETS_LIB -I/usr/include/libxml2
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu -I/<<PKGBUILDDIR>>/src -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++11 -MD -MT
src/utils/CMakeFiles/libtwinkle-utils.dir/mime_database.cpp.o -MF
CMakeFiles/libtwinkle-utils.dir/mime_database.cpp.o.d -o
CMakeFiles/libtwinkle-utils.dir/mime_database.cpp.o -c
/<<PKGBUILDDIR>>/src/utils/mime_database.cpp
make[3]: *** [src/CMakeFiles/libtwinkle.dir/build.make:82:
src/CMakeFiles/libtwinkle.dir/abstract_dialog.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:412: src/CMakeFiles/libtwinkle.dir/all]
Error 2
make[2]: *** Waiting for unfinished jobs....
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 /<<PKGBUILDDIR>>/src/parser/sip_body.h:24,
from /<<PKGBUILDDIR>>/src/parser/sip_message.h:87,
from /<<PKGBUILDDIR>>/src/sys_settings.h:24,
from /<<PKGBUILDDIR>>/src/utils/mime_database.cpp:23:
/usr/include/unicode/localpointer.h:561:26: error: parameter declared âautoâ
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/utils/CMakeFiles/libtwinkle-utils.dir/build.make:96:
src/utils/CMakeFiles/libtwinkle-utils.dir/mime_database.cpp.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:840:
src/utils/CMakeFiles/libtwinkle-utils.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:139: 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 VERBOSE=1 returned
exit code 2
make: *** [debian/rules:22: 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:twinkle, 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-----
pgp3e6mfronC2.pgp
Description: PGP signature
--- End Message ---