Your message dated Thu, 27 Mar 2025 19:04:56 +0000
with message-id <e1txsxa-00efnu...@fasolo.debian.org>
and subject line Bug#1101259: fixed in twinkle 1:1.10.2+dfsg-3
has caused the Debian Bug report #1101259,
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.)
--
1101259: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1101259
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: twinkle
Source-Version: 1:1.10.2+dfsg-3
Done: Bastian Germann <b...@debian.org>
We believe that the bug you reported is fixed in the latest version of
twinkle, 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.
Bastian Germann <b...@debian.org> (supplier of updated twinkle 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: Thu, 27 Mar 2025 19:32:22 +0100
Source: twinkle
Architecture: source
Version: 1:1.10.2+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <pkg-voip-maintain...@lists.alioth.debian.org>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 1101259
Changes:
twinkle (1:1.10.2+dfsg-3) unstable; urgency=medium
.
* Team upload
* Override C++ std to build with new libicu (Closes: #1101259)
Checksums-Sha1:
a4627ddcf6427d3bf141e732b15db2f70e63900b 2227 twinkle_1.10.2+dfsg-3.dsc
668e1e77873c3cced3aea281afbdaf7128eab930 10220
twinkle_1.10.2+dfsg-3.debian.tar.xz
6c2caf2e7b15803dd111c5f0d8115a97e99ecd95 12405
twinkle_1.10.2+dfsg-3_source.buildinfo
Checksums-Sha256:
1ca29a399cc1dca880d21d4dc989e3556f022fc908b98a7835bd1c9d65dd6ae7 2227
twinkle_1.10.2+dfsg-3.dsc
a52bbfb95bfd4afb14db8c86d1b70cc146e604743f11afa3c2ee5619d1b8633c 10220
twinkle_1.10.2+dfsg-3.debian.tar.xz
ab7169e5186c9caf4e91ba5ac19bd834698a71ee7fc6173b679f76c468c65e48 12405
twinkle_1.10.2+dfsg-3_source.buildinfo
Files:
52e6d1de6c7951cd725ce46a68b379f3 2227 comm optional twinkle_1.10.2+dfsg-3.dsc
e100a7dd74d4d534c3c4d660369153c7 10220 comm optional
twinkle_1.10.2+dfsg-3.debian.tar.xz
135234b7f0f696b3efa4d7a47658b51c 12405 comm optional
twinkle_1.10.2+dfsg-3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmflmnsQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFCxvDACtnI3GxJEEr+1VUHdNneET8+zjVuNJYR5d
YSxe5SLAATpVJAeQMFUuKnvGoIi7Djpn3RiwcdJ0DSqM/j1Hiciuh5Oy9PI7IHV/
vj5PWjdkbMyhI+t6jsUz+ssohlCK3of6KlGrztjn6qR78rEM8fzRmPSk7Ksr8QB5
BMFcvoEhE1NY1hF7flH+A9ufbPc5LQPTRk1PzJmH85G69m7/hGJvPWl0A0UANLpH
VuPhTnlviANXAhmZTw13Ux60zS4M+X0Aw7rrulDHjZGZyTdwVQK67zwjbIJajn++
TAD6JFx6mpTpLuLyaV5MMrURzSdNs6lkomk42SIhhMzywzhwOxxESMZ94k2CIxBU
SFaau+70mtIwIYVMIiOy/23MO7mgZpBQ488u29Kl/+GqIQRCrrUSYFEVKRFisROO
bdkQrb1MxCtT5Ys/UUedAkCeTgdmr8ADNhdApJwM+GMOEM3rpawTHTS6gHErz43+
KW5QBM6tStGSPZ6a/Q163U+6sOIjRkM=
=QxEQ
-----END PGP SIGNATURE-----
pgp391IoruQkc.pgp
Description: PGP signature
--- End Message ---