Your message dated Mon, 10 Jul 2017 11:20:42 +0000
with message-id <[email protected]>
and subject line Bug#867789: fixed in orthanc-webviewer 2.2-3
has caused the Debian Bug report #867789,
regarding orthanc-webviewer FTBFS with libsqlite3-dev 3.19.3-3
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.)


-- 
867789: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=867789
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: orthanc-webviewer
Version: 2.2-2
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/orthanc-webviewer.html

...
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.cpp: In 
member function 'Orthanc::SQLite::ColumnType 
Orthanc::SQLite::FunctionContext::GetColumnType(unsigned int) const':
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.cpp:74:77: 
error: cannot convert 'Mem*' to 'sqlite3_value*' for argument '1' to 'int 
sqlite3_value_type(sqlite3_value*)'
       return static_cast<SQLite::ColumnType>(sqlite3_value_type(argv_[index]));
                                                                             ^
In file included from 
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.cpp:39:0:
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.h:40:8: 
note: class type 'Mem' is incomplete
 struct Mem;  // This corresponds to the opaque type "sqlite3_value"
        ^~~
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.cpp: In 
member function 'int Orthanc::SQLite::FunctionContext::GetIntValue(unsigned 
int) const':
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.cpp:80:44: 
error: cannot convert 'Mem*' to 'sqlite3_value*' for argument '1' to 'int 
sqlite3_value_int(sqlite3_value*)'
       return sqlite3_value_int(argv_[index]);
                                            ^
In file included from 
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.cpp:39:0:
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.h:40:8: 
note: class type 'Mem' is incomplete
 struct Mem;  // This corresponds to the opaque type "sqlite3_value"
        ^~~
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.cpp: In 
member function 'int64_t 
Orthanc::SQLite::FunctionContext::GetInt64Value(unsigned int) const':
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.cpp:86:46: 
error: cannot convert 'Mem*' to 'sqlite3_value*' for argument '1' to 
'sqlite3_int64 sqlite3_value_int64(sqlite3_value*)'
       return sqlite3_value_int64(argv_[index]);
                                              ^
In file included from 
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.cpp:39:0:
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.h:40:8: 
note: class type 'Mem' is incomplete
 struct Mem;  // This corresponds to the opaque type "sqlite3_value"
        ^~~
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.cpp: In 
member function 'double 
Orthanc::SQLite::FunctionContext::GetDoubleValue(unsigned int) const':
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.cpp:92:47: 
error: cannot convert 'Mem*' to 'sqlite3_value*' for argument '1' to 'double 
sqlite3_value_double(sqlite3_value*)'
       return sqlite3_value_double(argv_[index]);
                                               ^
In file included from 
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.cpp:39:0:
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.h:40:8: 
note: class type 'Mem' is incomplete
 struct Mem;  // This corresponds to the opaque type "sqlite3_value"
        ^~~
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.cpp: In 
member function 'std::__cxx11::string 
Orthanc::SQLite::FunctionContext::GetStringValue(unsigned int) const':
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.cpp:98:87: 
error: cannot convert 'Mem*' to 'sqlite3_value*' for argument '1' to 'const 
unsigned char* sqlite3_value_text(sqlite3_value*)'
       return std::string(reinterpret_cast<const 
char*>(sqlite3_value_text(argv_[index])));
                                                                                
       ^
In file included from 
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.cpp:39:0:
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.h:40:8: 
note: class type 'Mem' is incomplete
 struct Mem;  // This corresponds to the opaque type "sqlite3_value"
        ^~~
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.cpp: In 
member function 'bool Orthanc::SQLite::FunctionContext::IsNullValue(unsigned 
int) const':
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.cpp:104:45:
 error: cannot convert 'Mem*' to 'sqlite3_value*' for argument '1' to 'int 
sqlite3_value_type(sqlite3_value*)'
       return sqlite3_value_type(argv_[index]) == SQLITE_NULL;
                                             ^
In file included from 
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.cpp:39:0:
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.h:40:8: 
note: class type 'Mem' is incomplete
 struct Mem;  // This corresponds to the opaque type "sqlite3_value"
        ^~~
CMakeFiles/UnitTests.dir/build.make:257: recipe for target 
'CMakeFiles/UnitTests.dir/Orthanc/Core/SQLite/FunctionContext.cpp.o' failed
make[3]: *** 
[CMakeFiles/UnitTests.dir/Orthanc/Core/SQLite/FunctionContext.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs....
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/Connection.cpp: In 
function 'void Orthanc::SQLite::ScalarFunctionCaller(sqlite3_context*, int, 
sqlite3_value**)':
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/Connection.cpp:346:53: 
error: no matching function for call to 
'Orthanc::SQLite::FunctionContext::FunctionContext(sqlite3_context*&, int&, 
sqlite3_value**&)'
       FunctionContext context(rawContext, argc, argv);
                                                     ^
In file included from 
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/IScalarFunction.h:38:0,
                 from 
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/Connection.h:41,
                 from 
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/Connection.cpp:42:
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.h:58:7: 
note: candidate: 
Orthanc::SQLite::FunctionContext::FunctionContext(sqlite3_context*, int, Mem**)
       FunctionContext(struct sqlite3_context* context,
       ^~~~~~~~~~~~~~~
/build/1st/orthanc-webviewer-2.2/Orthanc/Core/SQLite/FunctionContext.h:58:7: 
note:   no known conversion for argument 3 from 'sqlite3_value**' to 'Mem**'
CMakeFiles/UnitTests.dir/build.make:233: recipe for target 
'CMakeFiles/UnitTests.dir/Orthanc/Core/SQLite/Connection.cpp.o' failed
make[3]: *** [CMakeFiles/UnitTests.dir/Orthanc/Core/SQLite/Connection.cpp.o] 
Error 1

--- End Message ---
--- Begin Message ---
Source: orthanc-webviewer
Source-Version: 2.2-3

We believe that the bug you reported is fixed in the latest version of
orthanc-webviewer, 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.
Sebastien Jodogne <[email protected]> (supplier of updated orthanc-webviewer 
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: SHA256

Format: 1.8
Date: Mon, 10 Jul 2017 11:57:21 +0200
Source: orthanc-webviewer
Binary: orthanc-webviewer
Architecture: source amd64
Version: 2.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Sebastien Jodogne <[email protected]>
Description:
 orthanc-webviewer - Web viewer of medical images for Orthanc
Closes: 867789
Changes:
 orthanc-webviewer (2.2-3) unstable; urgency=medium
 .
   * Fix FTBFS with libsqlite3-dev >= 3.19.0. Closes: #867789
Checksums-Sha1:
 f556f625f0384569c79e9ca5944f64e2c3ce9b85 2384 orthanc-webviewer_2.2-3.dsc
 330701f5f6974a1d7150982bf0a3f09ccf6c10d1 108412 
orthanc-webviewer_2.2-3.debian.tar.xz
 2489a84b940e1d9577667683bdeb2650a3428c02 3252142 
orthanc-webviewer-dbgsym_2.2-3_amd64.deb
 af382c717c981e72a076501be171910241f80c80 14061 
orthanc-webviewer_2.2-3_amd64.buildinfo
 98cb4047c812927e4bca2c5e098008d56c97a55d 388904 
orthanc-webviewer_2.2-3_amd64.deb
Checksums-Sha256:
 88023ed62490ba11c2501f0742b433389d3fd4712c27ca20820595546cce8608 2384 
orthanc-webviewer_2.2-3.dsc
 baa470e678d17f2eedd4c09ead5269cee95b25f98ed0219853a476df0b6e4d40 108412 
orthanc-webviewer_2.2-3.debian.tar.xz
 24b6522c8f141d993e09b0b82c2d1d407a16a4b59827de88b211c2f67d2bfc59 3252142 
orthanc-webviewer-dbgsym_2.2-3_amd64.deb
 02d6cef8f506825d64d32c7f9fe7081bc58e810708df3ce722fa15af78082035 14061 
orthanc-webviewer_2.2-3_amd64.buildinfo
 916fa4f6596831695ae61c88d903dbee108d578dd0dd424fdb0cd0badf2b6f3c 388904 
orthanc-webviewer_2.2-3_amd64.deb
Files:
 59cfbd7d760bb1ce61cf98e6ccb7512c 2384 science optional 
orthanc-webviewer_2.2-3.dsc
 f0ac6391fbef7bed58b609acbf443b1b 108412 science optional 
orthanc-webviewer_2.2-3.debian.tar.xz
 3209afe834248e2d8f257342000fa098 3252142 debug extra 
orthanc-webviewer-dbgsym_2.2-3_amd64.deb
 7775c179784da4d37fc232df5fb099b3 14061 science optional 
orthanc-webviewer_2.2-3_amd64.buildinfo
 56d428c30cd1d1d72ee947f1ca20ef2a 388904 science optional 
orthanc-webviewer_2.2-3_amd64.deb

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

iQJIBAEBCAAyFiEEk76fGX7V0MMOWT2Lp3ZYKzEqw10FAlljV0cUHHMuam9kb2du
ZUBnbWFpbC5jb20ACgkQp3ZYKzEqw10FJg//QMzcW9265IQXX+D67GW0g6bn8nZf
GQhcLejg8tjnWDJbom6oXr/pKw/Ia6/VgV0ECDGqKVx4P5ybovG10iv4CNLybUu6
6RTaSB1d1YSHrerT4USk2qBtoWyfNQCR/c/46o/fNNxh3d/GRyRIPNgRm3TFk9Dj
9DY3JnHOVAIXXRihGfvos3LxUtTZ8ZCWZEFrbvmCGyZckZoy9fjlYkZ06pun+LpF
rJDjv9+NaJrvfXsO3ExpABIHOXCqhgyocUH7JID9Jql6Qy2uMi8BbEBYEfkHoQ5T
k5Z68oEpvIfrj/aDGNtvmIp8hsaUkhwaveD39HCIiee6HdzasZHDO4NZlOG0T3ij
cCftk2nhjdz0P7vOFIPyuD3SrOFD0W2JqlcNcY0rHCiSuJ4pmg+XWKWhIu9sXXiI
9mKpZcdDHS9pVvmJQAwSll7ysVO/uWlXioMUE0aj1Kcu5NcIQ4Iqb3l9UZj2cK/l
Axx9wpQCLcNNOAIX8+lvxgGDovp2lNKx3WHSRqrsF36QmHsLP0dGt0HDqYpbOkLX
cBX2oTqhhnjzjwsjIQnfR6YZTi7bra5UoJrrayeSijWd/+egeB9EgpnjBbensqPt
eNw3puFpSVoQ8Z8NFMlUJTXXf3FqtkYjyxlsUwncCVHqNspbBjUwYweWFBFF2lwt
uowVsZMiCNVkLrE=
=MrDF
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to