Your message dated Thu, 18 Aug 2022 16:21:15 +0000
with message-id <e1ooigh-00e4iy...@fasolo.debian.org>
and subject line Bug#1013071: fixed in xstow 1.1.0-1
has caused the Debian Bug report #1013071,
regarding xstow: ftbfs with GCC-12
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.)


-- 
1013071: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013071
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xstow
Version: 1.0.2-1
Severity: normal
Tags: sid bookworm
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-12

[This bug is targeted to the upcoming bookworm release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-12/g++-12, but succeeds to build with gcc-11/g++-11. The
severity of this report will be raised before the bookworm release.

The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/gcc12/xstow_1.0.2-1_unstable_gcc12.log
The last lines of the build log are at the end of this report.

To build with GCC 11, either set CC=gcc-11 CXX=g++-11 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-11/porting_to.html

GCC 11 defaults to the GNU++17 standard.  If your package installs
header files in /usr/include, please don't work around C++17 issues
by choosing a lower C++ standard for the package build, but fix these
issues to build with the C++17 standard.

[...]
/usr/include/c++/12/iomanip:79:5: note: candidate: ‘template<class _CharT, 
class _Traits> std::basic_ostream<_CharT, _Traits>& 
std::operator<<(basic_ostream<_CharT, _Traits>&, _Resetiosflags)’
   79 |     operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f)
      |     ^~~~~~~~
/usr/include/c++/12/iomanip:79:5: note:   template argument 
deduction/substitution failed:
string_utils.h:106:10: note:   cannot convert ‘what’ (type 
‘std::vector<std::__cxx11::basic_string<char> >’) to type ‘std::_Resetiosflags’
  106 |   str << what ENDS;
      |          ^~~~
/usr/include/c++/12/iomanip:109:5: note: candidate: ‘template<class _CharT, 
class _Traits> std::basic_ostream<_CharT, _Traits>& 
std::operator<<(basic_ostream<_CharT, _Traits>&, _Setiosflags)’
  109 |     operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f)
      |     ^~~~~~~~
/usr/include/c++/12/iomanip:109:5: note:   template argument 
deduction/substitution failed:
string_utils.h:106:10: note:   cannot convert ‘what’ (type 
‘std::vector<std::__cxx11::basic_string<char> >’) to type ‘std::_Setiosflags’
  106 |   str << what ENDS;
      |          ^~~~
/usr/include/c++/12/iomanip:143:5: note: candidate: ‘template<class _CharT, 
class _Traits> std::basic_ostream<_CharT, _Traits>& 
std::operator<<(basic_ostream<_CharT, _Traits>&, _Setbase)’
  143 |     operator<<(basic_ostream<_CharT, _Traits>& __os, _Setbase __f)
      |     ^~~~~~~~
/usr/include/c++/12/iomanip:143:5: note:   template argument 
deduction/substitution failed:
string_utils.h:106:10: note:   cannot convert ‘what’ (type 
‘std::vector<std::__cxx11::basic_string<char> >’) to type ‘std::_Setbase’
  106 |   str << what ENDS;
      |          ^~~~
/usr/include/c++/12/iomanip:178:5: note: candidate: ‘template<class _CharT, 
class _Traits> std::basic_ostream<_CharT, _Traits>& 
std::operator<<(basic_ostream<_CharT, _Traits>&, _Setfill<_CharT>)’
  178 |     operator<<(basic_ostream<_CharT, _Traits>& __os, _Setfill<_CharT> 
__f)
      |     ^~~~~~~~
/usr/include/c++/12/iomanip:178:5: note:   template argument 
deduction/substitution failed:
string_utils.h:106:7: note:   ‘std::vector<std::__cxx11::basic_string<char> >’ 
is not derived from ‘std::_Setfill<_CharT>’
  106 |   str << what ENDS;
      |   ~~~~^~~~~~~
/usr/include/c++/12/iomanip:208:5: note: candidate: ‘template<class _CharT, 
class _Traits> std::basic_ostream<_CharT, _Traits>& 
std::operator<<(basic_ostream<_CharT, _Traits>&, _Setprecision)’
  208 |     operator<<(basic_ostream<_CharT, _Traits>& __os, _Setprecision __f)
      |     ^~~~~~~~
/usr/include/c++/12/iomanip:208:5: note:   template argument 
deduction/substitution failed:
string_utils.h:106:10: note:   cannot convert ‘what’ (type 
‘std::vector<std::__cxx11::basic_string<char> >’) to type ‘std::_Setprecision’
  106 |   str << what ENDS;
      |          ^~~~
/usr/include/c++/12/iomanip:238:5: note: candidate: ‘template<class _CharT, 
class _Traits> std::basic_ostream<_CharT, _Traits>& 
std::operator<<(basic_ostream<_CharT, _Traits>&, _Setw)’
  238 |     operator<<(basic_ostream<_CharT, _Traits>& __os, _Setw __f)
      |     ^~~~~~~~
/usr/include/c++/12/iomanip:238:5: note:   template argument 
deduction/substitution failed:
string_utils.h:106:10: note:   cannot convert ‘what’ (type 
‘std::vector<std::__cxx11::basic_string<char> >’) to type ‘std::_Setw’
  106 |   str << what ENDS;
      |          ^~~~
/usr/include/c++/12/iomanip:311:5: note: candidate: ‘template<class _CharT, 
class _Traits, class _MoneyT> std::basic_ostream<_CharT, _Traits>& 
std::operator<<(basic_ostream<_CharT, _Traits>&, _Put_money<_MoneyT>)’
  311 |     operator<<(basic_ostream<_CharT, _Traits>& __os, 
_Put_money<_MoneyT> __f)
      |     ^~~~~~~~
/usr/include/c++/12/iomanip:311:5: note:   template argument 
deduction/substitution failed:
string_utils.h:106:7: note:   ‘std::vector<std::__cxx11::basic_string<char> >’ 
is not derived from ‘std::_Put_money<_MoneyT>’
  106 |   str << what ENDS;
      |   ~~~~^~~~~~~
/usr/include/c++/12/iomanip:363:5: note: candidate: ‘template<class _CharT, 
class _Traits> std::basic_ostream<_CharT, _Traits>& 
std::operator<<(basic_ostream<_CharT, _Traits>&, _Put_time<_CharT>)’
  363 |     operator<<(basic_ostream<_CharT, _Traits>& __os, _Put_time<_CharT> 
__f)
      |     ^~~~~~~~
/usr/include/c++/12/iomanip:363:5: note:   template argument 
deduction/substitution failed:
string_utils.h:106:7: note:   ‘std::vector<std::__cxx11::basic_string<char> >’ 
is not derived from ‘std::_Put_time<_CharT>’
  106 |   str << what ENDS;
      |   ~~~~^~~~~~~
format.h:196:22: note: candidate: ‘std::ostream& operator<<(std::ostream&, 
Format::CFormat)’
  196 | inline std::ostream& operator<<( std::ostream& out, Format::CFormat cf )
      |                      ^~~~~~~~
format.h:196:69: note:   no known conversion for argument 2 from 
‘std::vector<std::__cxx11::basic_string<char> >’ to ‘Format::CFormat’
  196 | inline std::ostream& operator<<( std::ostream& out, Format::CFormat cf )
      |                                                     ~~~~~~~~~~~~~~~~^~
make[3]: *** [Makefile:582: setup.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:360: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:301: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:35: build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: xstow
Source-Version: 1.1.0-1
Done: Adrian Bunk <b...@debian.org>

We believe that the bug you reported is fixed in the latest version of
xstow, 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 1013...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <b...@debian.org> (supplier of updated xstow 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, 18 Aug 2022 18:44:20 +0300
Source: xstow
Architecture: source
Version: 1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Adrian Bunk <b...@debian.org>
Changed-By: Adrian Bunk <b...@debian.org>
Closes: 1013071
Changes:
 xstow (1.1.0-1) unstable; urgency=low
 .
   * New upstream release.
     - Fixes FTBFS with gcc 12. (Closes: #1013071)
Checksums-Sha1:
 30a947aea9e84fef5dfdf4ae0bcb4e5c767602a9 1680 xstow_1.1.0-1.dsc
 82e40c9ec383d466e1ad042654f6e9ec914cf155 187761 xstow_1.1.0.orig.tar.bz2
 f2621e8acf963d3ac07ac9d50746504887c0be0c 4656 xstow_1.1.0-1.debian.tar.xz
Checksums-Sha256:
 15c400d05c362b097701d02b919596abc437c8a24ffe0a6aa3d66a02a8fb306a 1680 
xstow_1.1.0-1.dsc
 c174395d29a8800b75b68adf6abaea214e270588faf4c18cfc7058a9e204f9dc 187761 
xstow_1.1.0.orig.tar.bz2
 e038cf0fa2772a66382bd127f4c3134cb624dfc11d46bf0ce1e5ff9d7c9e6b24 4656 
xstow_1.1.0-1.debian.tar.xz
Files:
 d8e86d6b91ef52dd1e26a4fd4aa983f3 1680 utils optional xstow_1.1.0-1.dsc
 a568f7e64fc0c39829348942a8dfd343 187761 utils optional xstow_1.1.0.orig.tar.bz2
 318ba89a96cf0402172ff12ed765dc41 4656 utils optional 
xstow_1.1.0-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmL+YWcACgkQiNJCh6LY
mLEgGg//QwuUx228strtuaOxOHvOi+YWZ/nb9lDKrXfkZVnPqNar6Q2y60gu99T1
fR2yfTPmfpgKl3T6wiVGQC91/DB7rrQQY1NF3EQNyhgsYnKbN4lyObYkYg7TdP3u
gLuiP/GZwJkO0/011hf54g3GTRTvT82CrGCi6t3klHzKmyuOnk8W2OB3p+z+8rXv
H8yWHG38BIG8amU67N7iodPS+db2DlcrvUcZJsrR7XsCq9w1/SN6T348mTvxwBWS
y18xLoGAiu672AQggh9a/Z4R/gcpyq83xoa+5U2dHV9Yvz95lMqW8u7j2NlxVNuC
l4lAYKWBTbXbUGeKUhOoPe1irxm99Ed4b8UUZakCHKLIHo55ZgSOShojsOsrJLod
3sZ4ssC3feifmRtFDBZwW5GDOAF2W2rhLUCahJZJBSjFfBiL7/naAJro275UNOQe
1Zly83IbRbcyE37aKTXDjIxhfC+RSK2NrvKFPxilWEbTVRDQi9bLjb4QFiY7KaS/
jVATGCkpluvB8gjPQgD1PEcVlNUTF5OcPk80Mf5XWV52KlGZ6lyNrrlfAIz+3MUE
IFQA/TvMYbmFridAZTQG30AfJ4NMB4qnqn6UbaxbKS2A+4vgJUjVEEqRQTYLwU4C
q3lcinFp+76Y0+73gxw9WWHcsW7O9tGyFSIeffiJhqwtg1lzB6E=
=DBEy
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to