Your message dated Wed, 06 May 2026 08:38:21 +0000
with message-id <[email protected]>
and subject line Bug#1135772: fixed in libjsoncpp 1.9.7-2
has caused the Debian Bug report #1135772,
regarding sp800-90b-entropy-assessment: FTBFS with libjsoncpp 1.9.7
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.)
--
1135772: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1135772
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: sp800-90b-entropy-assessment
Version: 1.1.8-3
Severity: important
Tags: ftbfs
User: [email protected]
Usertags: ftbfs-c++11
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Dear maintainer,
your package fails to build with libjsoncpp 1.9.7, because
libjsoncpp uses C++17 features, but your packages forces
an earlier C++ standard.
This bug will become release-critical once libjsoncpp hits
unstable in a couple of weeks. In most cases, it is sufficient
to remove CXX_STANDARD variable definitions from CMakeLists.txt
Hopefully relevant excerpt:
make[1]: Entering directory
'/build/reproducible-path/sp800-90b-entropy-assessment-1.1.8'
cd cpp && make -e all
make[2]: Entering directory
'/build/reproducible-path/sp800-90b-entropy-assessment-1.1.8/cpp'
g++ -g -O2
-ffile-prefix-map=/build/reproducible-path/sp800-90b-entropy-assessment-1.1.8=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -std=c++11 -fopenmp -ffloat-store
-msse2 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -I/usr/include/jsoncpp
iid_main.cpp -o ea_iid -lbz2 -lpthread -ldivsufsort -ldivsufsort64 -ljsoncpp
-lcrypto
g++ -g -O2
-ffile-prefix-map=/build/reproducible-path/sp800-90b-entropy-assessment-1.1.8=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -std=c++11 -fopenmp -ffloat-store
-msse2 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -I/usr/include/jsoncpp
non_iid_main.cpp -o ea_non_iid -lbz2 -lpthread -ldivsufsort -ldivsufsort64
-ljsoncpp -lcrypto
g++ -g -O2
-ffile-prefix-map=/build/reproducible-path/sp800-90b-entropy-assessment-1.1.8=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -std=c++11 -fopenmp -ffloat-store
-msse2 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -I/usr/include/jsoncpp
restart_main.cpp -o ea_restart -lbz2 -lpthread -ldivsufsort -ldivsufsort64
-ljsoncpp -lcrypto
g++ -g -O2
-ffile-prefix-map=/build/reproducible-path/sp800-90b-entropy-assessment-1.1.8=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -std=c++11 -fopenmp -ffloat-store
-msse2 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -I/usr/include/jsoncpp
conditioning_main.cpp -o ea_conditioning -lbz2 -lpthread -ldivsufsort
-ldivsufsort64 -lmpfr -lgmp -ljsoncpp -lcrypto
g++ -g -O2
-ffile-prefix-map=/build/reproducible-path/sp800-90b-entropy-assessment-1.1.8=.
-fstack-protector-strong -fstack-clash-protection -Wformat
-Werror=format-security -fcf-protection -std=c++11 -fopenmp -ffloat-store
-msse2 -Wdate-time -D_FORTIFY_SOURCE=2 -Wl,-z,relro -I/usr/include/jsoncpp
transpose_main.cpp -o ea_transpose -lbz2 -lpthread -ldivsufsort -ldivsufsort64
-ljsoncpp -lcrypto
/usr/bin/x86_64-linux-gnu-ld.bfd: /tmp/ccAAx1wd.o: in function
`TestRunBase::GetBaseJson()':
./cpp/non_iid/../shared/test_run_base.h:23:(.text._ZN11TestRunBase11GetBaseJsonEv[_ZN11TestRunBase11GetBaseJsonEv]+0x3d):
undefined reference to `Json::Value::operator[](char const*)'
/usr/bin/x86_64-linux-gnu-ld.bfd:
./cpp/non_iid/../shared/test_run_base.h:24:(.text._ZN11TestRunBase11GetBaseJsonEv[_ZN11TestRunBase11GetBaseJsonEv]+0x6e):
undefined reference to `Json::Value::operator[](char const*)'
/usr/bin/x86_64-linux-gnu-ld.bfd:
./cpp/non_iid/../shared/test_run_base.h:25:(.text._ZN11TestRunBase11GetBaseJsonEv[_ZN11TestRunBase11GetBaseJsonEv]+0x9b):
undefined reference to `Json::Value::operator[](char const*)'
/usr/bin/x86_64-linux-gnu-ld.bfd:
./cpp/non_iid/../shared/test_run_base.h:26:(.text._ZN11TestRunBase11GetBaseJsonEv[_ZN11TestRunBase11GetBaseJsonEv]+0xcc):
undefined reference to `Json::Value::operator[](char const*)'
/usr/bin/x86_64-linux-gnu-ld.bfd:
./cpp/non_iid/../shared/test_run_base.h:27:(.text._ZN11TestRunBase11GetBaseJsonEv[_ZN11TestRunBase11GetBaseJsonEv]+0xfd):
undefined reference to `Json::Value::operator[](char const*)'
/usr/bin/x86_64-linux-gnu-ld.bfd:
/tmp/ccAAx1wd.o:./cpp/non_iid/../shared/test_run_base.h:30: more undefined
references to `Json::Value::operator[](char const*)' follow
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:46: conditioning_main.o] Error 1
make[2]: *** Waiting for unfinished jobs....
/usr/bin/x86_64-linux-gnu-ld.bfd: /tmp/ccLIX0g7.o: in function
`TestRunBase::GetBaseJson()':
./cpp/shared/test_run_base.h:23:(.text._ZN11TestRunBase11GetBaseJsonEv[_ZN11TestRunBase11GetBaseJsonEv]+0x3d):
undefined reference to `Json::Value::operator[](char const*)'
/usr/bin/x86_64-linux-gnu-ld.bfd:
./cpp/shared/test_run_base.h:24:(.text._ZN11TestRunBase11GetBaseJsonEv[_ZN11TestRunBase11GetBaseJsonEv]+0x6e):
undefined reference to `Json::Value::operator[](char const*)'
/usr/bin/x86_64-linux-gnu-ld.bfd:
./cpp/shared/test_run_base.h:25:(.text._ZN11TestRunBase11GetBaseJsonEv[_ZN11TestRunBase11GetBaseJsonEv]+0x9b):
undefined reference to `Json::Value::operator[](char const*)'
/usr/bin/x86_64-linux-gnu-ld.bfd:
./cpp/shared/test_run_base.h:26:(.text._ZN11TestRunBase11GetBaseJsonEv[_ZN11TestRunBase11GetBaseJsonEv]+0xcc):
undefined reference to `Json::Value::operator[](char const*)'
/usr/bin/x86_64-linux-gnu-ld.bfd:
./cpp/shared/test_run_base.h:27:(.text._ZN11TestRunBase11GetBaseJsonEv[_ZN11TestRunBase11GetBaseJsonEv]+0xfd):
undefined reference to `Json::Value::operator[](char const*)'
/usr/bin/x86_64-linux-gnu-ld.bfd:
/tmp/ccLIX0g7.o:./cpp/shared/test_run_base.h:30: more undefined references to
`Json::Value::operator[](char const*)' follow
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:38: non_iid_main.o] Error 1
/usr/bin/x86_64-linux-gnu-ld.bfd: /tmp/ccy9y7Nz.o: in function
`TestRunBase::GetBaseJson()':
./cpp/shared/test_run_base.h:23:(.text._ZN11TestRunBase11GetBaseJsonEv[_ZN11TestRunBase11GetBaseJsonEv]+0x3d):
undefined reference to `Json::Value::operator[](char const*)'
/usr/bin/x86_64-linux-gnu-ld.bfd:
./cpp/shared/test_run_base.h:24:(.text._ZN11TestRunBase11GetBaseJsonEv[_ZN11TestRunBase11GetBaseJsonEv]+0x6e):
undefined reference to `Json::Value::operator[](char const*)'
/usr/bin/x86_64-linux-gnu-ld.bfd:
./cpp/shared/test_run_base.h:25:(.text._ZN11TestRunBase11GetBaseJsonEv[_ZN11TestRunBase11GetBaseJsonEv]+0x9b):
undefined reference to `Json::Value::operator[](char const*)'
/usr/bin/x86_64-linux-gnu-ld.bfd:
./cpp/shared/test_run_base.h:26:(.text._ZN11TestRunBase11GetBaseJsonEv[_ZN11TestRunBase11GetBaseJsonEv]+0xcc):
undefined reference to `Json::Value::operator[](char const*)'
/usr/bin/x86_64-linux-gnu-ld.bfd:
./cpp/shared/test_run_base.h:27:(.text._ZN11TestRunBase11GetBaseJsonEv[_ZN11TestRunBase11GetBaseJsonEv]+0xfd):
undefined reference to `Json::Value::operator[](char const*)'
/usr/bin/x86_64-linux-gnu-ld.bfd:
/tmp/ccy9y7Nz.o:./cpp/shared/test_run_base.h:30: more undefined references to
`Json::Value::operator[](char const*)' follow
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:34: iid_main.o] Error 1
/usr/bin/x86_64-linux-gnu-ld.bfd: /tmp/ccLdl5wC.o: in function
`TestRunBase::GetBaseJson()':
./cpp/shared/test_run_base.h:23:(.text._ZN11TestRunBase11GetBaseJsonEv[_ZN11TestRunBase11GetBaseJsonEv]+0x3d):
undefined reference to `Json::Value::operator[](char const*)'
/usr/bin/x86_64-linux-gnu-ld.bfd:
./cpp/shared/test_run_base.h:24:(.text._ZN11TestRunBase11GetBaseJsonEv[_ZN11TestRunBase11GetBaseJsonEv]+0x6e):
undefined reference to `Json::Value::operator[](char const*)'
/usr/bin/x86_64-linux-gnu-ld.bfd:
./cpp/shared/test_run_base.h:25:(.text._ZN11TestRunBase11GetBaseJsonEv[_ZN11TestRunBase11GetBaseJsonEv]+0x9b):
undefined reference to `Json::Value::operator[](char const*)'
/usr/bin/x86_64-linux-gnu-ld.bfd:
./cpp/shared/test_run_base.h:26:(.text._ZN11TestRunBase11GetBaseJsonEv[_ZN11TestRunBase11GetBaseJsonEv]+0xcc):
undefined reference to `Json::Value::operator[](char const*)'
/usr/bin/x86_64-linux-gnu-ld.bfd:
./cpp/shared/test_run_base.h:27:(.text._ZN11TestRunBase11GetBaseJsonEv[_ZN11TestRunBase11GetBaseJsonEv]+0xfd):
undefined reference to `Json::Value::operator[](char const*)'
/usr/bin/x86_64-linux-gnu-ld.bfd:
/tmp/ccLdl5wC.o:./cpp/shared/test_run_base.h:30: more undefined references to
`Json::Value::operator[](char const*)' follow
collect2: error: ld returned 1 exit status
Cheers
Timo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEmwPruYMA35fCsSO/zIxr3RQD9MoFAmn6N6cACgkQzIxr3RQD
9MoQRQ//W1yNZh5pDdKatR7T4Ofl37q3zxjJPQD4DyCFWXWLKt53Yece57KXydw/
NVnseUjHuzQlgrlMu/VAIYl42KG4oGU/h9ZtG0H9rYfLJt9gxV9R9mRfSxl5ZL51
P6gjRk5IDyILgbpLhaBrFrtSP0WxAWJMPpHxQ5yyxdSK0BadsRWVbq8nc/MttOkm
SpoHyvRWkiMHbrzGVZa6f8OgS1rAcXYIGKvazNqOEvVGrImrua4727v9RRJ6aWcu
SxjdwlSRjQ5dyToSL7NEaPTKVrEP+V/0o1ZNs6JTj4oVxoFdFtvGi+4GdDUkXMT2
ERVqRc6KtBwaDIsXDcoCOidXvhrGiG1IAm6kdV6mZSeQ2lufdnh81sFQOtFUdlSy
JxPhiLDOpk+TatsYJuU9E75Sib5M+76nELd81xUsPHTMXpvaSH57iEmE6Wxi66eo
Ixbpn9Rjk80X/D/Lq6xNqxbhaBjDlAqXpRAIPCiaoPOXb5uXq3IgwNLdh6xC8kQ0
AqrE4IYrzfd0J/1VGPuraVAu2T75NRlNvkJxJ3a6GyTh0jFYw1x0SUyHhDj2JYPQ
BSHZC48juIBu2KfenYC4qY0y87zdo4pFS0gE+1S4eVyu1Xa5CBVIQfPw4qMi8QGm
l1KaSD+BmRs+8fS9HFfqRs4lCLJAlmKRoAD/rkajt05vxO7P5ws=
=s7wP
-----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
Source: libjsoncpp
Source-Version: 1.9.7-2
Done: Timo Röhling <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libjsoncpp, 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.
Timo Röhling <[email protected]> (supplier of updated libjsoncpp 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: Wed, 06 May 2026 10:05:30 +0200
Source: libjsoncpp
Architecture: source
Version: 1.9.7-2
Distribution: unstable
Urgency: medium
Maintainer: Timo Röhling <[email protected]>
Changed-By: Timo Röhling <[email protected]>
Closes: 1135759 1135760 1135761 1135769 1135772 1135776
Changes:
libjsoncpp (1.9.7-2) unstable; urgency=medium
.
* Update d/copyright
* Prevent ABI breakage with pre-C++17 code
(Closes: #1135759, #1135760, #1135761, #1135769, #1135772, #1135776)
* Revert SONAME bump
.
libjsoncpp (1.9.7-1) experimental; urgency=medium
.
* Add symbols file
* New upstream version 1.9.7
* Update patches
- Merged: 0001-Stop-using-removed-cgi-module.patch
* Bump Standards-Version to 4.7.4
* Update d/copyright
* Bump SOVERSION to 27
Checksums-Sha1:
abf73fdc3ebb694a4d7bfd97158994637b309bb3 2220 libjsoncpp_1.9.7-2.dsc
accd290f8e1a4ed854c8ba0f895d044da4aefe8c 14516 libjsoncpp_1.9.7-2.debian.tar.xz
Checksums-Sha256:
bc16fa326a324c2455d7ce0bd49d3970b0c4fe222a78200d40e1a60c0728da80 2220
libjsoncpp_1.9.7-2.dsc
b67cb6716467f4d6a8978f61cba68e0deb36175f397425b0e8c58298db5783a6 14516
libjsoncpp_1.9.7-2.debian.tar.xz
Files:
10321193d56d0dad2bf9626955dd77f2 2220 libs optional libjsoncpp_1.9.7-2.dsc
38720d5901e6062732890600a6596efc 14516 libs optional
libjsoncpp_1.9.7-2.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEmwPruYMA35fCsSO/zIxr3RQD9MoFAmn6+TgACgkQzIxr3RQD
9Mqu0BAAtbM3GWAGobxlX7vvM4e0aDeSYt3fWnsXyV91eBLEQ5ecPrIFr/IsRTFY
3z8OQt6RgymHOlw9z+fep8wDZxUGoM4uNye457tvpjHxpVge8kn0ftW1sabaRqTQ
g1125Lm4YeJxY8CRlRCFG59M3lalGKem/nattd3R8+sfSzaK5pd30v7Jdpr6DFKd
27RUPM8c7HbHJ/LLQJCdiblxDrkh36z/Lfxsm5hF+y+1GWy1xsOnFDCOFMzm7gZo
+LUSbzXnsJqtly2c4xDTQOtRMhKsG2akpqgO9+nU3Szxn5yYvHvp9znNpsraiU/j
2GgVtphvI9pjAnh2QFGgV4S8uU9FTPPd2zRvmDFP+vlxtB2qVR5ZesXTnyydOAJL
Zp7j/PbdoUfbaxqgxPz70ddLqKOAHCQyJ5PmXdEDs9c5ssdpbT0phG19V57ph52h
gFDB+RG16m6WZ3XXrtFeLFlVEzkSGqcDzHWhlR6WV0izoIhBPbTYIRuuZLfX/Nll
z9vKVOamGBuK9qojzz4qQHzhDUL0CqXRD/OUIXYdIf2UdzksBdouxLc9MpIHhMQS
sTh+g/5God9o3L8fs2wxsH53e6Xd2mwuZwzS+bCMKTa9roAMd8q7koK4aeuMp9Qr
D4f1nscP8RbJfuD463yHeWMv5hGQhpq9cBWS597/n1ui1T5Hl6E=
=fn71
-----END PGP SIGNATURE-----
pgpChBeIzfeWr.pgp
Description: PGP signature
--- End Message ---