Your message dated Tue, 13 Sep 2022 12:39:29 +0000
with message-id <[email protected]>
and subject line Bug#1017149: fixed in restinio 0.6.16-0.1
has caused the Debian Bug report #1017149,
regarding restinio: FTBFS: catch.hpp:10822:58: error: call to non-‘constexpr’
function ‘long int sysconf(int)’
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 [email protected]
immediately.)
--
1017149: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017149
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: restinio
Version: 0.6.13-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20220813 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/c++ -DSO_5_PRJ
> -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara -I/<<PKGBUILDDIR>>/dev -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++14 -MD -MT
> so_5/CMakeFiles/so_s.5.5.24.3.dir/error_logger.cpp.o -MF
> CMakeFiles/so_s.5.5.24.3.dir/error_logger.cpp.o.d -o
> CMakeFiles/so_s.5.5.24.3.dir/error_logger.cpp.o -c
> /<<PKGBUILDDIR>>/dev/so_5/error_logger.cpp
> In file included from /usr/include/signal.h:328,
> from /<<PKGBUILDDIR>>/dev/catch2/catch.hpp:8034,
> from /<<PKGBUILDDIR>>/dev/test/catch_main/catch_main.cpp:2:
> /<<PKGBUILDDIR>>/dev/catch2/catch.hpp:10822:58: error: call to
> non-‘constexpr’ function ‘long int sysconf(int)’
> 10822 | static constexpr std::size_t sigStackSize = 32768 >= MINSIGSTKSZ
> ? 32768 : MINSIGSTKSZ;
> | ^~~~~~~~~~~
> In file included from /usr/include/x86_64-linux-gnu/bits/sigstksz.h:24:
> /usr/include/unistd.h:640:17: note: ‘long int sysconf(int)’ declared here
> 640 | extern long int sysconf (int __name) __THROW;
> | ^~~~~~~
> /<<PKGBUILDDIR>>/dev/catch2/catch.hpp:10881:45: error: size of array
> ‘altStackMem’ is not an integral constant-expression
> 10881 | char FatalConditionHandler::altStackMem[sigStackSize] = {};
> | ^~~~~~~~~~~~
> [ 4%] Building CXX object so_5/CMakeFiles/so_s.5.5.24.3.dir/timers.cpp.o
> cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/so_5 && /usr/bin/c++ -DSO_5_PRJ
> -DSO_5_STATIC_LIB -I/<<PKGBUILDDIR>>/dev/clara -I/<<PKGBUILDDIR>>/dev -g -O2
> -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
> -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++14 -MD -MT
> so_5/CMakeFiles/so_s.5.5.24.3.dir/timers.cpp.o -MF
> CMakeFiles/so_s.5.5.24.3.dir/timers.cpp.o.d -o
> CMakeFiles/so_s.5.5.24.3.dir/timers.cpp.o -c
> /<<PKGBUILDDIR>>/dev/so_5/timers.cpp
> make[3]: ***
> [test/catch_main/CMakeFiles/restinio_catch_main.dir/build.make:79:
> test/catch_main/CMakeFiles/restinio_catch_main.dir/catch_main.cpp.o] Error 1
The full build log is available from:
http://qa-logs.debian.net/2022/08/13/restinio_0.6.13-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220813;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220813&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: restinio
Source-Version: 0.6.16-0.1
Done: Adrian Bunk <[email protected]>
We believe that the bug you reported is fixed in the latest version of
restinio, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Adrian Bunk <[email protected]> (supplier of updated restinio 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 29 Aug 2022 01:53:03 +0300
Source: restinio
Architecture: source
Version: 0.6.16-0.1
Distribution: unstable
Urgency: low
Maintainer: Felix Salfelder <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1014546 1017149
Changes:
restinio (0.6.16-0.1) unstable; urgency=low
.
* Non-maintainer upload.
* New upstream release.
- Fixes FTBFS with fmtlib 9. (Closes: #1014546)
- catch2 updated to compile with glibc 2.34. (Closes: #1017149)
- Drop 0001-INTERFACE-fmt-fmt.patch applied upstream.
Checksums-Sha1:
18d454d615812686410ac8f344e6596207fc6d8e 2016 restinio_0.6.16-0.1.dsc
04a186c945abd18a8bc272b6a2400337e5091fb4 1687060 restinio_0.6.16.orig.tar.bz2
6ceadffbb02117a4d42743c61c6b02ce95997e6b 5792 restinio_0.6.16-0.1.debian.tar.xz
Checksums-Sha256:
f631231557425ade4ec809db73d2463d1691cd25b0327e6b52088cfb4819711d 2016
restinio_0.6.16-0.1.dsc
0becbcb4b64636f3e3c57de0e811b6c76d71e3d5b2aab1358a40c4253d95c8e6 1687060
restinio_0.6.16.orig.tar.bz2
9d30008a664f2da27c7217ae7d904560f6c675701658dcb7f02203a885ac2385 5792
restinio_0.6.16-0.1.debian.tar.xz
Files:
51b2d5bd0e982563959024af07ec8c53 2016 libs optional restinio_0.6.16-0.1.dsc
8f434e19fa2157a95e7a8165a91fa15e 1687060 libs optional
restinio_0.6.16.orig.tar.bz2
9b8b195fed01b6a5e6f498954b8bee50 5792 libs optional
restinio_0.6.16-0.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmMNGa4ACgkQiNJCh6LY
mLFM5w/5AX989dw3fKlZ4iYkvpJa/YBu145Ly4PjRNsDnqwgsUoYSeMMObV7J2SJ
0Fbjk0gvo3TXMr6gSn/KJQl3AqoNl1ESnzNuU81y98/+ioXr+1Ld+xcGqRTzcvWS
Y7uaaUs5dSu8NdUVG2qWozZGCKRMH4DdCfah+AqT1OT3KvHpnUzUyUKq7bCfU4Qz
KtrMAqoLM2O2jSnz1a9VB/SdUkXL5VrwIW8UqPFIWDH+2kVFoZVPN0WWcgjAzFvo
1opQw9SaAUGybPndCiatWgi2430JecmrZP/mOhm/61hTnc6jTt3/OvxF1i5Cx475
JsyzhAdWXyD2Zye0ZB+kiQ6X7XIw8SOQvYU5M0BIwUqmXAG3AVHUHa4qXH81jIkq
ALzmF151a6SezLJ3kpDcQ2jtmEuANjB5i41niNKhFmoRnVU30lWyUHd7/GdCbaIV
E5L5AxUu4HgPM7BHdroN0whlWcmxleECdGVSjCC61cPOqPf16KrfD35IN+KsouQA
GKFoy3QSt4s1aNRn5bdN5/+E73vU+aZaMMoqp3D+0fwwQ8GQ3PBbAXJzJzRvs3Wo
HmdS29n3mIT1BAOzUmSO+t2d1AZSRNmBh+pPuaMBkE3hQvFet39JSZhX1vV7o00I
i3yU51U+ten2ES9JKLJrfiSgwdF+CXTWiknTzqQzKGzfdRrVxCc=
=kdA3
-----END PGP SIGNATURE-----
--- End Message ---