Your message dated Sun, 21 Sep 2025 21:10:16 +0000
with message-id <[email protected]>
and subject line Bug#1110673: fixed in weakforced 3.0.0-1
has caused the Debian Bug report #1110673,
regarding weakforced ftbfs with boost1.88
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.)


-- 
1110673: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1110673
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:weakforced
Version: 2.10.2-2
Severity: important
Tags: sid forky
User: [email protected]
Usertags: boost1.88

weakforced ftbfs with boost1.88 (or might be a GCC 15 issue as well)

[...]
make[5]: Entering directory '/<<PKGBUILDDIR>>/ext/json11'
/bin/bash ../../libtool --tag=CXX --mode=compile g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=3 -W -Wall -D__STRICT_ANSI__ -g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/weakforced-2.10.2-2build2 -c -o libjson11_la-json11.lo `test -f 'json11.cpp' || echo './'`json11.cpp libtool: compile: g++ -std=gnu++17 -DHAVE_CONFIG_H -I. -I../.. -Wdate-time -D_FORTIFY_SOURCE=3 -W -Wall -D__STRICT_ANSI__ -g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/weakforced-2.10.2-2build2 -c json11.cpp -fPIC -DPIC -o .libs/libjson11_la-json11.o json11.cpp: In function 'void json11::dump(const std::string&, std::string&)':
json11.cpp:96:32: error: 'uint8_t' does not name a type
   96 |         } else if (static_cast<uint8_t>(ch) <= 0x1f) {
      |                                ^~~~~~~
json11.cpp:25:1: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
   24 | #include <cmath>
  +++ |+#include <cstdint>
   25 | #include <cstdlib>
json11.cpp:100:32: error: 'uint8_t' does not name a type
100 | } else if (static_cast<uint8_t>(ch) == 0xe2 && static_cast<uint8_t>(value[i+1]) == 0x80
      |                                ^~~~~~~
json11.cpp:100:32: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
json11.cpp:100:68: error: 'uint8_t' does not name a type
100 | } else if (static_cast<uint8_t>(ch) == 0xe2 && static_cast<uint8_t>(value[i+1]) == 0x80 | ^~~~~~~ json11.cpp:100:68: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
json11.cpp:101:35: error: 'uint8_t' does not name a type
  101 |                    && static_cast<uint8_t>(value[i+2]) == 0xa8) {
      |                                   ^~~~~~~
json11.cpp:101:35: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
json11.cpp:104:32: error: 'uint8_t' does not name a type
104 | } else if (static_cast<uint8_t>(ch) == 0xe2 && static_cast<uint8_t>(value[i+1]) == 0x80
      |                                ^~~~~~~
json11.cpp:104:32: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
json11.cpp:104:68: error: 'uint8_t' does not name a type
104 | } else if (static_cast<uint8_t>(ch) == 0xe2 && static_cast<uint8_t>(value[i+1]) == 0x80 | ^~~~~~~ json11.cpp:104:68: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
json11.cpp:105:35: error: 'uint8_t' does not name a type
  105 |                    && static_cast<uint8_t>(value[i+2]) == 0xa9) {
      |                                   ^~~~~~~
json11.cpp:105:35: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
json11.cpp: In function 'std::string json11::esc(char)':
json11.cpp:327:21: error: 'uint8_t' does not name a type
327 | if (static_cast<uint8_t>(c) >= 0x20 && static_cast<uint8_t>(c) <= 0x7f) {
      |                     ^~~~~~~
json11.cpp:327:21: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
json11.cpp:327:56: error: 'uint8_t' does not name a type
327 | if (static_cast<uint8_t>(c) >= 0x20 && static_cast<uint8_t>(c) <= 0x7f) {
      |                                                        ^~~~~~~
json11.cpp:327:56: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
make[5]: *** [Makefile:531: libjson11_la-json11.lo] Error 1
make[5]: Leaving directory '/<<PKGBUILDDIR>>/ext/json11'
make[4]: *** [Makefile:471: all-recursive] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/ext'
make[3]: *** [Makefile:525: all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:457: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make[1]: *** [debian/rules:27: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:15: binary] Error 2

--- End Message ---
--- Begin Message ---
Source: weakforced
Source-Version: 3.0.0-1
Done: Pierre-Elliott Bécue <[email protected]>

We believe that the bug you reported is fixed in the latest version of
weakforced, 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.
Pierre-Elliott Bécue <[email protected]> (supplier of updated weakforced 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: Sun, 21 Sep 2025 22:31:19 +0200
Source: weakforced
Architecture: source
Version: 3.0.0-1
Distribution: unstable
Urgency: medium
Maintainer: Pierre-Elliott Bécue <[email protected]>
Changed-By: Pierre-Elliott Bécue <[email protected]>
Closes: 1103415 1110673 1114440
Changes:
 weakforced (3.0.0-1) unstable; urgency=medium
 .
   [ Pierre-Elliott Bécue ]
   * New upstream release 3.0.0
   * d/copyright: updated
   * d/contrib/regexes.yaml: updated
   * d/p/0002: include stdint.h in two header files
     Closes: #1114440, #1110673
   * d/control:
     - Pull asciidoctor at build as needed
   * d/watch: move to v5
 .
   [ Dandan Zhang ]
   * Append -latomic to LDFLAGS on loong64. (Closes: #1103415)
Checksums-Sha1:
 5360b3e44f5e11fe61c7a1e4d2238e41e150be62 2312 weakforced_3.0.0-1.dsc
 7a3f8acc2fb459eb4510be042998a1b81d829c17 383953 weakforced_3.0.0.orig.tar.gz
 6aa3e2ed02849e1ae04e475598788ba2e62db5bc 45676 weakforced_3.0.0-1.debian.tar.xz
 2179c89b2600f8f523011d5cab3cbdee8ab729bf 17289 
weakforced_3.0.0-1_amd64.buildinfo
Checksums-Sha256:
 4997d4d2a334911e24a656de9f8b9c633beac220a6fa129852597473794a206a 2312 
weakforced_3.0.0-1.dsc
 52a20dfa57a2db3671aa13712a90ec600bb167e9218de52b07e3c29f601a5a6a 383953 
weakforced_3.0.0.orig.tar.gz
 ce87438e7c85c54377bb5cf387d165791ff9aca28dc13e8b9467347f44529209 45676 
weakforced_3.0.0-1.debian.tar.xz
 20d567a23977692090ad0775c4f220b26c79ead331a7c35894db9f7eecb63a1c 17289 
weakforced_3.0.0-1_amd64.buildinfo
Files:
 1a3b780d72b112b63e5583a211d23227 2312 web optional weakforced_3.0.0-1.dsc
 ac1204777eb746be37b260191dcd6a3b 383953 web optional 
weakforced_3.0.0.orig.tar.gz
 2f08f58e587bc9929480640bb8821f02 45676 web optional 
weakforced_3.0.0-1.debian.tar.xz
 685fde38a6549cbdaf60c56d4d7a9056 17289 web optional 
weakforced_3.0.0-1_amd64.buildinfo

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

iQJDBAEBCgAtFiEE5CQeth7uIW7ehIz87iFbn7jEWwsFAmjQYvsPHHBlYkBkZWJp
YW4ub3JnAAoJEO4hW5+4xFsLoxAP/R8rHtTs6NWB8GOYbvsOySwLwYC7PBg/REKe
5vtS9oQ/4yJnxh5gj8W8pwIrx8Po3VkelOuVcF1qzQ/IySbyesdLIj6O38GP4pSy
CQZNkrYcAKY7jwlVE8dl9/Fq1utw2xjGIe9oauRMbtGOATJNoJ292J+IWCCM3x8e
uLqfsqDpRPydcZTDR39JvqeXV8x+Z/8Qq2VqSVZSOOPCW4HLpuYWWeseqdw7o8WJ
R6Ceb5N+ZlwDjAlMWDdCpU3X8SDPzP5Bt4hukyZm5/SF3KCcWQj0NorMDneWW1oD
fH8p6nhZ7/GjxXCetuY7kAGCZe4k/tE3GNgnweybWsLSP2fq37DkKo5gVgpFbHLN
ON0xSDHnVftMyNdPSlQubZAydrqQJL3Pymy730/zz1cxgpPBVD1ZEnIJdSZs1gje
oceT2N8i4Ven41D4vuw8cXh2AIRxUP9zP2hg4ZUmI4yWqLGBuYn235HXwfd1+kJs
z/ZkJrsMBz/lxm7hR8z14Qur8uU7pQDrK1srEap0U+lsdHtLeI2wImHZVvN/jbEv
As3jmw1vSIxXnfxxA+nPK4Xp+G69TNFTFx3s6xZdU8kbfRK5BJY/Xxj//vDZEzt4
dbBnxVNAe5+PwgiwZC3NH9UmPNA5Xyh6tzYZ/SnBt9C0lcGHCr+g/gR1pidv8h+K
awOUV/jR
=Uy0G
-----END PGP SIGNATURE-----

Attachment: pgpmy1V37jxAR.pgp
Description: PGP signature


--- End Message ---

Reply via email to