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 newsboat: FTBFS: /usr/include/unicode/localpointer.h:561:26: error: 
'auto' parameter not permitted in this context
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:newsboat
Version: 2.36-1.1
Severity: serious
Tags: ftbfs trixie sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/charencoding.cpp -o 
src/charencoding.o -c src/charencoding.cpp
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/colormanager.cpp -o 
src/colormanager.o -c src/colormanager.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 include/utils.h:6,
                 from src/colormanager.cpp:8:
/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);
      | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
g++ -std=c++14 -O2 -ggdb -Iinclude -Istfl -Ifilter -I. -Irss 
-I/<<PKGBUILDDIR>>/target/cxxbridge/ -Werror -Wall -Wextra -Wunreachable-code 
-DLOCALEDIR='"/usr/share/locale"' -DCATCH_AMALGAMATED_CUSTOM_MAIN 
-I/usr/include/x86_64-linux-gnu -isystem /usr/include/mit-krb5 
-I/usr/include/p11-kit-1  -I/usr/include/libxml2  -I/usr/include/json-c  
-D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600  -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -MD -MP -MF .deps/src/configcontainer.cpp -o 
src/configcontainer.o -c src/configcontainer.cpp
make[2]: *** [Makefile:178: src/colormanager.o] Error 1
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 include/utils.h:6,
                 from src/configcontainer.cpp:16:
/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[2]: *** [Makefile:178: src/configcontainer.o] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 "INSTALL=install --strip-program=true" 
CARGO_HOME=debian/cargo_home prefix=/usr all returned exit code 2
make[1]: *** [debian/rules:20: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:12: binary] Error 2
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:newsboat, 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-----

Attachment: pgp4iwoTPG6y_.pgp
Description: PGP signature


--- End Message ---

Reply via email to