Your message dated Sat, 15 Jul 2023 22:26:12 +0000
with message-id <e1qknio-007tyn...@fasolo.debian.org>
and subject line Bug#1037819: fixed in pistache 0.0.5+ds-5
has caused the Debian Bug report #1037819,
regarding pistache: ftbfs with GCC-13
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.)


-- 
1037819: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1037819
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pistache
Version: 0.0.5+ds-3
Severity: normal
Tags: sid trixie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-13

[This bug is targeted to the upcoming trixie 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-13/g++-13, but succeeds to build with gcc-12/g++-12. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2023/05/22/logs/pistache_0.0.5+ds-3_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 13, either set CC=gcc-13 CXX=g++-13 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-13/porting_to.html

[...]
   52 |             typedef typename TypeStorage<sizeof(T)>::Type Type;
      |                                                           ^~~~
../include/pistache/flags.h:26:16: note: declaration of ‘struct 
Pistache::detail::TypeStorage<4>’
   26 |         struct TypeStorage;
      |                ^~~~~~~~~~~
../include/pistache/os.h: In function ‘Pistache::Polling::NotifyOn 
Pistache::Polling::operator&(NotifyOn, NotifyOn)’:
../include/pistache/flags.h:149:43: error: ‘UnderlyingType’ does not name a 
type; did you mean ‘__underlying_type’?
  149 |         return static_cast<T>(static_cast<UnderlyingType>(lhs)          
  \
      |                                           ^~~~~~~~~~~~~~
../include/pistache/flags.h:154:5: note: in expansion of macro 
‘DEFINE_BITWISE_OP’
  154 |     DEFINE_BITWISE_OP(&, T)        \
      |     ^~~~~~~~~~~~~~~~~
../include/pistache/os.h:76:9: note: in expansion of macro 
‘DECLARE_FLAGS_OPERATORS’
   76 |         DECLARE_FLAGS_OPERATORS(NotifyOn)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
../include/pistache/flags.h:150:50: error: ‘UnderlyingType’ does not name a 
type; did you mean ‘__underlying_type’?
  150 |                                   Op static_cast<UnderlyingType>(rhs)); 
  \
      |                                                  ^~~~~~~~~~~~~~
../include/pistache/flags.h:154:5: note: in expansion of macro 
‘DEFINE_BITWISE_OP’
  154 |     DEFINE_BITWISE_OP(&, T)        \
      |     ^~~~~~~~~~~~~~~~~
../include/pistache/os.h:76:9: note: in expansion of macro 
‘DECLARE_FLAGS_OPERATORS’
   76 |         DECLARE_FLAGS_OPERATORS(NotifyOn)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
../include/pistache/os.h: In function ‘Pistache::Polling::NotifyOn 
Pistache::Polling::operator|(NotifyOn, NotifyOn)’:
../include/pistache/flags.h:149:43: error: ‘UnderlyingType’ does not name a 
type; did you mean ‘__underlying_type’?
  149 |         return static_cast<T>(static_cast<UnderlyingType>(lhs)          
  \
      |                                           ^~~~~~~~~~~~~~
../include/pistache/flags.h:155:5: note: in expansion of macro 
‘DEFINE_BITWISE_OP’
  155 |     DEFINE_BITWISE_OP(|, T)
      |     ^~~~~~~~~~~~~~~~~
../include/pistache/os.h:76:9: note: in expansion of macro 
‘DECLARE_FLAGS_OPERATORS’
   76 |         DECLARE_FLAGS_OPERATORS(NotifyOn)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
../include/pistache/flags.h:150:50: error: ‘UnderlyingType’ does not name a 
type; did you mean ‘__underlying_type’?
  150 |                                   Op static_cast<UnderlyingType>(rhs)); 
  \
      |                                                  ^~~~~~~~~~~~~~
../include/pistache/flags.h:155:5: note: in expansion of macro 
‘DEFINE_BITWISE_OP’
  155 |     DEFINE_BITWISE_OP(|, T)
      |     ^~~~~~~~~~~~~~~~~
../include/pistache/os.h:76:9: note: in expansion of macro 
‘DECLARE_FLAGS_OPERATORS’
   76 |         DECLARE_FLAGS_OPERATORS(NotifyOn)
      |         ^~~~~~~~~~~~~~~~~~~~~~~
[11/79] c++ -Isrc/libpistache.so.0.0.5.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include -flto=auto -fdiagnostics-color=always -DNDEBUG 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++17 
-Wconversion -Wno-sign-conversion -Wno-missing-field-initializers 
-DPISTACHE_USE_SSL -g -O2 -Werror=array-bounds -Werror=clobbered 
-Werror=volatile-register-var 
-D__DEB_CANARY_CXXFLAGS_1340ccf24722f02bbc81b3822ce23d4c__ 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffat-lto-objects 
-D__DEB_CANARY_CPPFLAGS_1340ccf24722f02bbc81b3822ce23d4c__ -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -DHAS_STRING_VIEW=1 -DONLY_C_LOCALE=1 -pthread -MD 
-MQ src/libpistache.so.0.0.5.p/common_peer.cc.o -MF 
src/libpistache.so.0.0.5.p/common_peer.cc.o.d -o 
src/libpistache.so.0.0.5.p/common_peer.cc.o -c ../src/common/peer.cc
[12/79] c++ -Isrc/libpistache.so.0.0.5.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include -flto=auto -fdiagnostics-color=always -DNDEBUG 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++17 
-Wconversion -Wno-sign-conversion -Wno-missing-field-initializers 
-DPISTACHE_USE_SSL -g -O2 -Werror=array-bounds -Werror=clobbered 
-Werror=volatile-register-var 
-D__DEB_CANARY_CXXFLAGS_1340ccf24722f02bbc81b3822ce23d4c__ 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffat-lto-objects 
-D__DEB_CANARY_CPPFLAGS_1340ccf24722f02bbc81b3822ce23d4c__ -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -DHAS_STRING_VIEW=1 -DONLY_C_LOCALE=1 -pthread -MD 
-MQ src/libpistache.so.0.0.5.p/common_timer_pool.cc.o -MF 
src/libpistache.so.0.0.5.p/common_timer_pool.cc.o.d -o 
src/libpistache.so.0.0.5.p/common_timer_pool.cc.o -c ../src/common/timer_pool.cc
[13/79] c++ -Isrc/libpistache.so.0.0.5.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include -flto=auto -fdiagnostics-color=always -DNDEBUG 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++17 
-Wconversion -Wno-sign-conversion -Wno-missing-field-initializers 
-DPISTACHE_USE_SSL -g -O2 -Werror=array-bounds -Werror=clobbered 
-Werror=volatile-register-var 
-D__DEB_CANARY_CXXFLAGS_1340ccf24722f02bbc81b3822ce23d4c__ 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffat-lto-objects 
-D__DEB_CANARY_CPPFLAGS_1340ccf24722f02bbc81b3822ce23d4c__ -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -DHAS_STRING_VIEW=1 -DONLY_C_LOCALE=1 -pthread -MD 
-MQ src/libpistache.so.0.0.5.p/common_tcp.cc.o -MF 
src/libpistache.so.0.0.5.p/common_tcp.cc.o.d -o 
src/libpistache.so.0.0.5.p/common_tcp.cc.o -c ../src/common/tcp.cc
[14/79] c++ -Isrc/libpistache.so.0.0.5.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include -flto=auto -fdiagnostics-color=always -DNDEBUG 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++17 
-Wconversion -Wno-sign-conversion -Wno-missing-field-initializers 
-DPISTACHE_USE_SSL -g -O2 -Werror=array-bounds -Werror=clobbered 
-Werror=volatile-register-var 
-D__DEB_CANARY_CXXFLAGS_1340ccf24722f02bbc81b3822ce23d4c__ 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffat-lto-objects 
-D__DEB_CANARY_CPPFLAGS_1340ccf24722f02bbc81b3822ce23d4c__ -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -DHAS_STRING_VIEW=1 -DONLY_C_LOCALE=1 -pthread -MD 
-MQ src/libpistache.so.0.0.5.p/common_description.cc.o -MF 
src/libpistache.so.0.0.5.p/common_description.cc.o.d -o 
src/libpistache.so.0.0.5.p/common_description.cc.o -c 
../src/common/description.cc
[15/79] c++ -Isrc/libpistache.so.0.0.5.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include -flto=auto -fdiagnostics-color=always -DNDEBUG 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++17 
-Wconversion -Wno-sign-conversion -Wno-missing-field-initializers 
-DPISTACHE_USE_SSL -g -O2 -Werror=array-bounds -Werror=clobbered 
-Werror=volatile-register-var 
-D__DEB_CANARY_CXXFLAGS_1340ccf24722f02bbc81b3822ce23d4c__ 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffat-lto-objects 
-D__DEB_CANARY_CPPFLAGS_1340ccf24722f02bbc81b3822ce23d4c__ -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -DHAS_STRING_VIEW=1 -DONLY_C_LOCALE=1 -pthread -MD 
-MQ src/libpistache.so.0.0.5.p/common_http_defs.cc.o -MF 
src/libpistache.so.0.0.5.p/common_http_defs.cc.o.d -o 
src/libpistache.so.0.0.5.p/common_http_defs.cc.o -c ../src/common/http_defs.cc
In file included from /usr/include/c++/13/chrono:41,
                 from /usr/include/date/date.h:46,
                 from ../src/common/http_defs.cc:21:
In function ‘std::chrono::__duration_cast_impl<std::chrono::duration<long, 
std::ratio<1l, 1000000000l> >, std::ratio<1000000000l, 1l>, long double, false, 
true>::__cast<long double, std::ratio<1l, 1l> >(std::chrono::duration<long 
double, std::ratio<1l, 1l> > const&)std::chrono::duration<long, std::ratio<1l, 
1000000000l> >’,
    inlined from ‘std::chrono::duration_cast<std::chrono::duration<long, 
std::ratio<1l, 1000000000l> >, long double, std::ratio<1l, 1l> 
>(std::chrono::duration<long double, std::ratio<1l, 1l> > 
const&)std::enable_if<std::chrono::__is_duration<std::chrono::duration<long, 
std::ratio<1l, 1000000000l> > >::value, std::chrono::duration<long, 
std::ratio<1l, 1000000000l> > >::type’ at 
/usr/include/c++/13/bits/chrono.h:287:23,
    inlined from ‘std::chrono::floor<std::chrono::duration<long, std::ratio<1l, 
1000000000l> >, long double, std::ratio<1l, 1l> >(std::chrono::duration<long 
double, std::ratio<1l, 1l> > 
const&)std::enable_if<std::chrono::__is_duration<std::chrono::duration<long, 
std::ratio<1l, 1000000000l> > >::value, std::chrono::duration<long, 
std::ratio<1l, 1000000000l> > >::type’ at 
/usr/include/c++/13/bits/chrono.h:388:43,
    inlined from ‘std::chrono::round<std::chrono::duration<long, std::ratio<1l, 
1000000000l> >, long double, std::ratio<1l, 1l> >(std::chrono::duration<long 
double, std::ratio<1l, 1l> > 
const&)std::enable_if<std::__and_<std::chrono::__is_duration<std::chrono::duration<long,
 std::ratio<1l, 1000000000l> > >, 
std::__not_<std::chrono::treat_as_floating_point<std::chrono::duration<long, 
std::ratio<1l, 1000000000l> >::rep> > >::value, std::chrono::duration<long, 
std::ratio<1l, 1000000000l> > >::type’ at 
/usr/include/c++/13/bits/chrono.h:433:37,
    inlined from ‘date::detail::round_i<std::chrono::duration<long, 
std::ratio<1l, 1000000000l> >, long double, std::ratio<1l, 1l> 
>(std::chrono::duration<long double, std::ratio<1l, 1l> > 
const&)std::enable_if<!std::chrono::treat_as_floating_point<std::chrono::duration<long,
 std::ratio<1l, 1000000000l> >::rep>::value, std::chrono::duration<long, 
std::ratio<1l, 1000000000l> > >::type’ at /usr/include/date/date.h:1377:21,
    inlined from ‘date::from_stream<char, std::char_traits<char>, 
std::chrono::duration<long, std::ratio<1l, 1000000000l> >, std::allocator<char> 
>(std::basic_istream<char, std::char_traits<char> >&, char const*, 
date::fields<std::chrono::duration<long, std::ratio<1l, 1000000000l> > >&, 
std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> 
>*, std::chrono::duration<long, std::ratio<60l, 1l> >*)std::basic_istream<char, 
std::char_traits<char> >& [clone .isra.0]’ at /usr/include/date/date.h:7263:36:
/usr/include/c++/13/bits/chrono.h:225:45: warning: ‘S’ may be used 
uninitialized [-Wmaybe-uninitialized]
  225 |               static_cast<_CR>(__d.count()) * 
static_cast<_CR>(_CF::num)));
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/date/date.h: In function ‘date::from_stream<char, 
std::char_traits<char>, std::chrono::duration<long, std::ratio<1l, 1000000000l> 
>, std::allocator<char> >(std::basic_istream<char, std::char_traits<char> >&, 
char const*, date::fields<std::chrono::duration<long, std::ratio<1l, 
1000000000l> > >&, std::__cxx11::basic_string<char, std::char_traits<char>, 
std::allocator<char> >*, std::chrono::duration<long, std::ratio<60l, 1l> 
>*)std::basic_istream<char, std::char_traits<char> >& [clone .isra.0]’:
/usr/include/date/date.h:7261:37: note: ‘S’ was declared here
 7261 |                         long double S;
      |                                     ^
[16/79] c++ -Isrc/libpistache.so.0.0.5.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include -flto=auto -fdiagnostics-color=always -DNDEBUG 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++17 
-Wconversion -Wno-sign-conversion -Wno-missing-field-initializers 
-DPISTACHE_USE_SSL -g -O2 -Werror=array-bounds -Werror=clobbered 
-Werror=volatile-register-var 
-D__DEB_CANARY_CXXFLAGS_1340ccf24722f02bbc81b3822ce23d4c__ 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffat-lto-objects 
-D__DEB_CANARY_CPPFLAGS_1340ccf24722f02bbc81b3822ce23d4c__ -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -DHAS_STRING_VIEW=1 -DONLY_C_LOCALE=1 -pthread -MD 
-MQ src/libpistache.so.0.0.5.p/common_http.cc.o -MF 
src/libpistache.so.0.0.5.p/common_http.cc.o.d -o 
src/libpistache.so.0.0.5.p/common_http.cc.o -c ../src/common/http.cc
[17/79] c++ -Isrc/libpistache.so.0.0.5.p -Isrc -I../src -Iinclude -I../include 
-I/usr/include -flto=auto -fdiagnostics-color=always -DNDEBUG 
-D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Wpedantic -std=c++17 
-Wconversion -Wno-sign-conversion -Wno-missing-field-initializers 
-DPISTACHE_USE_SSL -g -O2 -Werror=array-bounds -Werror=clobbered 
-Werror=volatile-register-var 
-D__DEB_CANARY_CXXFLAGS_1340ccf24722f02bbc81b3822ce23d4c__ 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -ffat-lto-objects 
-D__DEB_CANARY_CPPFLAGS_1340ccf24722f02bbc81b3822ce23d4c__ -Wdate-time 
-D_FORTIFY_SOURCE=2 -fPIC -DHAS_STRING_VIEW=1 -DONLY_C_LOCALE=1 -pthread -MD 
-MQ src/libpistache.so.0.0.5.p/common_transport.cc.o -MF 
src/libpistache.so.0.0.5.p/common_transport.cc.o.d -o 
src/libpistache.so.0.0.5.p/common_transport.cc.o -c ../src/common/transport.cc
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j8 -v 
returned exit code 1
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: pistache
Source-Version: 0.0.5+ds-5
Done: Andrea Pappacoda <and...@pappacoda.it>

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

Debian distribution maintenance software
pp.
Andrea Pappacoda <and...@pappacoda.it> (supplier of updated pistache 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: SHA256

Format: 1.8
Date: Sat, 15 Jul 2023 23:42:58 +0200
Source: pistache
Architecture: source
Version: 0.0.5+ds-5
Distribution: unstable
Urgency: medium
Maintainer: Andrea Pappacoda <and...@pappacoda.it>
Changed-By: Andrea Pappacoda <and...@pappacoda.it>
Closes: 1037819
Changes:
 pistache (0.0.5+ds-5) unstable; urgency=medium
 .
   * d/patches: add missing cstdint include (Closes: #1037819)
Checksums-Sha1:
 b1186cd716c26cb27487a1c31a892cdcb44e06bf 1618 pistache_0.0.5+ds-5.dsc
 8b2cb63f2364f14482dec9b7855e3c4290fbdef7 4980 pistache_0.0.5+ds-5.debian.tar.xz
 290b317d61c78e9cde873fb608092af18597c8ef 7531 
pistache_0.0.5+ds-5_amd64.buildinfo
Checksums-Sha256:
 f2c9ba6b6933c5fb20a40fe4453bad42c5e52726866684bcdca6289354555f44 1618 
pistache_0.0.5+ds-5.dsc
 10b82f290bc2e94e57e3aa7a5ea28bb2c73f8ea875887ba1e48b8c10ffb074a6 4980 
pistache_0.0.5+ds-5.debian.tar.xz
 c217a31fe8c8dae6a2c24ccd267021847091275525af970616ae73c307d535b1 7531 
pistache_0.0.5+ds-5_amd64.buildinfo
Files:
 147b77d88ef948abb1c738a40d39929c 1618 libs optional pistache_0.0.5+ds-5.dsc
 0f5e835218fd02c9a0b518fe097e32c2 4980 libs optional 
pistache_0.0.5+ds-5.debian.tar.xz
 3220acd766fe3efe6d67f216a5d73c79 7531 libs optional 
pistache_0.0.5+ds-5_amd64.buildinfo

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

iHUEARYIAB0WIQS6VuNIvZRFHt7JcAdKkgiiRVB3pwUCZLMXagAKCRBKkgiiRVB3
p5DtAPsEj6FOyojWzpp9I/Da7c4M7xNH+SrexzGGi0Cf+WEILAD+LJ6zBppkhuC0
bOn+q8csF7JmVtbdxpU64htU0ouVEgE=
=yHdV
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to