Your message dated Sun, 18 Oct 2020 14:37:21 +0000
with message-id <[email protected]>
and subject line Bug#964592: fixed in libjson-rpc-cpp 0.7.0-1.1
has caused the Debian Bug report #964592,
regarding libjson-rpc-cpp FTBFS with libmicrohttpd 0.9.71
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.)


-- 
964592: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=964592
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libjson-rpc-cpp
Version: 0.7.0-1
Severity: serious
Tags: ftbfs bullseye sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/libjson-rpc-cpp.html

...
In file included from 
/build/1st/libjson-rpc-cpp-0.7.0/src/jsonrpccpp/server/connectors/httpserver.cpp:14:
/build/1st/libjson-rpc-cpp-0.7.0/src/jsonrpccpp/../jsonrpccpp/common/specificationparser.h:21:97:
 warning: dynamic exception specifications are deprecated in C++11 
[-Wdeprecated]
   21 |             static std::vector<Procedure> GetProceduresFromFile(const 
std::string& filename)    throw (JsonRpcException);
      |                                                                         
                        ^~~~~
/build/1st/libjson-rpc-cpp-0.7.0/src/jsonrpccpp/../jsonrpccpp/common/specificationparser.h:22:97:
 warning: dynamic exception specifications are deprecated in C++11 
[-Wdeprecated]
   22 |             static std::vector<Procedure> GetProceduresFromString(const 
std::string& spec)      throw (JsonRpcException);
      |                                                                         
                        ^~~~~
/build/1st/libjson-rpc-cpp-0.7.0/src/jsonrpccpp/server/connectors/httpserver.cpp:
 In member function 'virtual bool jsonrpc::HttpServer::StartListening()':
/build/1st/libjson-rpc-cpp-0.7.0/src/jsonrpccpp/server/connectors/httpserver.cpp:60:126:
 error: invalid conversion from 'int (*)(void*, MHD_Connection*, const char*, 
const char*, const char*, const char*, size_t*, void**)' {aka 'int (*)(void*, 
MHD_Connection*, const char*, const char*, const char*, const char*, long 
unsigned int*, void**)'} to 'MHD_AccessHandlerCallback' {aka 'MHD_Result 
(*)(void*, MHD_Connection*, const char*, const char*, const char*, const char*, 
long unsigned int*, void**)'} [-fpermissive]
   60 |                 this->daemon = MHD_start_daemon(MHD_USE_SSL | 
MHD_USE_SELECT_INTERNALLY, this->port, NULL, NULL, HttpServer::callback, this, 
MHD_OPTION_HTTPS_MEM_KEY, this->sslkey.c_str(), MHD_OPTION_HTTPS_MEM_CERT, 
this->sslcert.c_str(), MHD_OPTION_THREAD_POOL_SIZE, this->threads, 
MHD_OPTION_END);
      |                                                                         
                                         ~~~~~~~~~~~~^~~~~~~~
      |                                                                         
                                                     |
      |                                                                         
                                                     int (*)(void*, 
MHD_Connection*, const char*, const char*, const char*, const char*, size_t*, 
void**) {aka int (*)(void*, MHD_Connection*, const char*, const char*, const 
char*, const char*, long unsigned int*, void**)}
In file included from 
/build/1st/libjson-rpc-cpp-0.7.0/src/jsonrpccpp/server/connectors/httpserver.h:29,
                 from 
/build/1st/libjson-rpc-cpp-0.7.0/src/jsonrpccpp/server/connectors/httpserver.cpp:10:
/usr/include/microhttpd.h:2428:45: note:   initializing argument 5 of 
'MHD_Daemon* MHD_start_daemon(unsigned int, uint16_t, MHD_AcceptPolicyCallback, 
void*, MHD_AccessHandlerCallback, void*, ...)'
 2428 |                   MHD_AccessHandlerCallback dh, void *dh_cls,
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/build/1st/libjson-rpc-cpp-0.7.0/src/jsonrpccpp/server/connectors/httpserver.cpp:69:108:
 error: invalid conversion from 'int (*)(void*, MHD_Connection*, const char*, 
const char*, const char*, const char*, size_t*, void**)' {aka 'int (*)(void*, 
MHD_Connection*, const char*, const char*, const char*, const char*, long 
unsigned int*, void**)'} to 'MHD_AccessHandlerCallback' {aka 'MHD_Result 
(*)(void*, MHD_Connection*, const char*, const char*, const char*, const char*, 
long unsigned int*, void**)'} [-fpermissive]
   69 |             this->daemon = MHD_start_daemon(MHD_USE_SELECT_INTERNALLY, 
this->port, NULL, NULL, HttpServer::callback, this,   
MHD_OPTION_THREAD_POOL_SIZE, this->threads, MHD_OPTION_END);
      |                                                                         
                       ~~~~~~~~~~~~^~~~~~~~
      |                                                                         
                                   |
      |                                                                         
                                   int (*)(void*, MHD_Connection*, const char*, 
const char*, const char*, const char*, size_t*, void**) {aka int (*)(void*, 
MHD_Connection*, const char*, const char*, const char*, const char*, long 
unsigned int*, void**)}
In file included from 
/build/1st/libjson-rpc-cpp-0.7.0/src/jsonrpccpp/server/connectors/httpserver.h:29,
                 from 
/build/1st/libjson-rpc-cpp-0.7.0/src/jsonrpccpp/server/connectors/httpserver.cpp:10:
/usr/include/microhttpd.h:2428:45: note:   initializing argument 5 of 
'MHD_Daemon* MHD_start_daemon(unsigned int, uint16_t, MHD_AcceptPolicyCallback, 
void*, MHD_AccessHandlerCallback, void*, ...)'
 2428 |                   MHD_AccessHandlerCallback dh, void *dh_cls,
      |                   ~~~~~~~~~~~~~~~~~~~~~~~~~~^~
make[3]: *** [src/jsonrpccpp/CMakeFiles/jsonrpcserverStatic.dir/build.make:144: 
src/jsonrpccpp/CMakeFiles/jsonrpcserverStatic.dir/server/connectors/httpserver.cpp.o]
 Error 1

--- End Message ---
--- Begin Message ---
Source: libjson-rpc-cpp
Source-Version: 0.7.0-1.1
Done: Baptiste Beauplat <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libjson-rpc-cpp, 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.
Baptiste Beauplat <[email protected]> (supplier of updated libjson-rpc-cpp 
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: Thu, 08 Oct 2020 22:45:52 +0200
Source: libjson-rpc-cpp
Architecture: source
Version: 0.7.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Peter Spiess-Knafl <[email protected]>
Changed-By: Baptiste Beauplat <[email protected]>
Closes: 964592
Changes:
 libjson-rpc-cpp (0.7.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS with libmicrohttpd 0.9.71 (Closes: #964592)
   * debian/control: Requires libmicrohttpd-dev (>= 0.9.71)
Checksums-Sha1:
 ed912e4413c2cfee319412c5a1d2be11faf5a21a 2732 libjson-rpc-cpp_0.7.0-1.1.dsc
 444e22df5e758a2758104b048013a82532a4206d 9692 
libjson-rpc-cpp_0.7.0-1.1.debian.tar.xz
 3203a7acc75810e8f35ed27256a6fa5ae4aa1980 10369 
libjson-rpc-cpp_0.7.0-1.1_amd64.buildinfo
Checksums-Sha256:
 13b2d14dd4f97b4d020a826a5061fcc0bdc6be31b8e5eda4d4789b171258c5eb 2732 
libjson-rpc-cpp_0.7.0-1.1.dsc
 4efc5b19eef6aa016da19957f4968744cdda661a1f73ad2e3458ad359c527567 9692 
libjson-rpc-cpp_0.7.0-1.1.debian.tar.xz
 7909209c51ba48fe7894c052c895b25e2af36dc535b2e152c3ea19152b97ccd8 10369 
libjson-rpc-cpp_0.7.0-1.1_amd64.buildinfo
Files:
 0f35e6d694dae356ec99c70b3aefaf70 2732 libs extra libjson-rpc-cpp_0.7.0-1.1.dsc
 b3f1c8b3da52297900d59d68f13516d7 9692 libs extra 
libjson-rpc-cpp_0.7.0-1.1.debian.tar.xz
 fe833d882035b767ee0997e92b8a1511 10369 libs extra 
libjson-rpc-cpp_0.7.0-1.1_amd64.buildinfo

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

iQIzBAEBCgAdFiEEi3hoeGwz5cZMTQpICBa54Yx2K60FAl+JoHEACgkQCBa54Yx2
K63gow//TdVV/c9tZt65c9SJ9k8peW7zuYR1nngXTy6q+UdEYVVA1EA+SY8ggBB3
u+pMlb4Mi4JBfnHhcZp+2fHPL8EFiKy7K7WBLzfG/Trx4ZQ5RkItnJJO1ef9vJZk
/ZnVbnE3arbQGZkBZuTJHbBn2hQFOZrBmlP7/pQIoU6f3u6GG/pAnoF9kIPI1oCI
APmAZ1ftuJkS3xnxUj4YvXWT+QME5/F9dl/VhR3AW/DK8QSO+1DYGefEwS1GGwOB
HjU2z+tYqFa7mr9rJ0wR4kC6HPa29oB+yuLyueb3BRcRInhf+F7lJ8hyzINTay6p
lh5to4TA7ShHoVylYo6yYahcOaPaprCc4AdzpLJ0taZzHKd8TLHUycrkt7K6682w
U45ccaBZ9TxpsTGEK782ERbim7r2gle3rQn7Y1eB19617Qn5FxyWK583NsAHCRGC
EaaosP5zaHnZDfc5+t56AuGDw3AQV21nefFnsoIPPGmNAx34OuBkGihTzbDvczH3
DBNb9Azwaeouzpvsr+K5LHAsJYVg194f+98eiy5qcGaYL5A3pxef0bxwkllrEEs9
/IF9J37ojiE1uOFA2OnKCi4D2RCwtwt+BgP8wgkoOyQHrcVMAnZuFEf6NnhllVWj
ol6K5h5HD78vMEUKySe3ZhQR3kRx0qygAgYvNg5njdUYBuLi0Ig=
=89kN
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to