Your message dated Mon, 10 Jul 2017 10:28:22 +0000
with message-id <[email protected]>
and subject line Bug#867782: fixed in orthanc 1.2.0+dfsg-3
has caused the Debian Bug report #867782,
regarding orthanc 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.)


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

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

...
/build/1st/orthanc-1.2.0+dfsg/Core/SQLite/FunctionContext.cpp: In member 
function 'Orthanc::SQLite::ColumnType 
Orthanc::SQLite::FunctionContext::GetColumnType(unsigned int) const':
/build/1st/orthanc-1.2.0+dfsg/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-1.2.0+dfsg/Core/SQLite/FunctionContext.cpp:39:0:
/build/1st/orthanc-1.2.0+dfsg/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-1.2.0+dfsg/Core/SQLite/FunctionContext.cpp: In member 
function 'int Orthanc::SQLite::FunctionContext::GetIntValue(unsigned int) 
const':
/build/1st/orthanc-1.2.0+dfsg/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-1.2.0+dfsg/Core/SQLite/FunctionContext.cpp:39:0:
/build/1st/orthanc-1.2.0+dfsg/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-1.2.0+dfsg/Core/SQLite/FunctionContext.cpp: In member 
function 'int64_t Orthanc::SQLite::FunctionContext::GetInt64Value(unsigned int) 
const':
/build/1st/orthanc-1.2.0+dfsg/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-1.2.0+dfsg/Core/SQLite/FunctionContext.cpp:39:0:
/build/1st/orthanc-1.2.0+dfsg/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-1.2.0+dfsg/Core/SQLite/FunctionContext.cpp: In member 
function 'double Orthanc::SQLite::FunctionContext::GetDoubleValue(unsigned int) 
const':
/build/1st/orthanc-1.2.0+dfsg/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-1.2.0+dfsg/Core/SQLite/FunctionContext.cpp:39:0:
/build/1st/orthanc-1.2.0+dfsg/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-1.2.0+dfsg/Core/SQLite/FunctionContext.cpp: In member 
function 'std::__cxx11::string 
Orthanc::SQLite::FunctionContext::GetStringValue(unsigned int) const':
/build/1st/orthanc-1.2.0+dfsg/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-1.2.0+dfsg/Core/SQLite/FunctionContext.cpp:39:0:
/build/1st/orthanc-1.2.0+dfsg/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-1.2.0+dfsg/Core/SQLite/FunctionContext.cpp: In member 
function 'bool Orthanc::SQLite::FunctionContext::IsNullValue(unsigned int) 
const':
/build/1st/orthanc-1.2.0+dfsg/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-1.2.0+dfsg/Core/SQLite/FunctionContext.cpp:39:0:
/build/1st/orthanc-1.2.0+dfsg/Core/SQLite/FunctionContext.h:40:8: note: class 
type 'Mem' is incomplete
 struct Mem;  // This corresponds to the opaque type "sqlite3_value"
        ^~~
CMakeFiles/CoreLibrary.dir/build.make:1424: recipe for target 
'CMakeFiles/CoreLibrary.dir/Core/SQLite/FunctionContext.cpp.o' failed
make[4]: *** [CMakeFiles/CoreLibrary.dir/Core/SQLite/FunctionContext.cpp.o] 
Error 1
make[4]: *** Waiting for unfinished jobs....
/build/1st/orthanc-1.2.0+dfsg/Core/SQLite/Connection.cpp: In function 'void 
Orthanc::SQLite::ScalarFunctionCaller(sqlite3_context*, int, sqlite3_value**)':
/build/1st/orthanc-1.2.0+dfsg/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-1.2.0+dfsg/Core/SQLite/IScalarFunction.h:38:0,
                 from /build/1st/orthanc-1.2.0+dfsg/Core/SQLite/Connection.h:41,
                 from 
/build/1st/orthanc-1.2.0+dfsg/Core/SQLite/Connection.cpp:42:
/build/1st/orthanc-1.2.0+dfsg/Core/SQLite/FunctionContext.h:58:7: note: 
candidate: Orthanc::SQLite::FunctionContext::FunctionContext(sqlite3_context*, 
int, Mem**)
       FunctionContext(struct sqlite3_context* context,
       ^~~~~~~~~~~~~~~
/build/1st/orthanc-1.2.0+dfsg/Core/SQLite/FunctionContext.h:58:7: note:   no 
known conversion for argument 3 from 'sqlite3_value**' to 'Mem**'
CMakeFiles/CoreLibrary.dir/build.make:1400: recipe for target 
'CMakeFiles/CoreLibrary.dir/Core/SQLite/Connection.cpp.o' failed
make[4]: *** [CMakeFiles/CoreLibrary.dir/Core/SQLite/Connection.cpp.o] Error 1

--- End Message ---
--- Begin Message ---
Source: orthanc
Source-Version: 1.2.0+dfsg-3

We believe that the bug you reported is fixed in the latest version of
orthanc, 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 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:34:52 +0200
Source: orthanc
Binary: orthanc orthanc-doc orthanc-dev
Architecture: source amd64 all
Version: 1.2.0+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Sebastien Jodogne <[email protected]>
Description:
 orthanc    - Lightweight, RESTful DICOM server for medical imaging
 orthanc-dev - Orthanc development files
 orthanc-doc - Documentation of Orthanc
Closes: 867782
Changes:
 orthanc (1.2.0+dfsg-3) unstable; urgency=medium
 .
   * Fix FTBFS with libsqlite3-dev >= 3.19.0. Closes: #867782
Checksums-Sha1:
 73e003da873811e591198914d1054b999d2fabd6 2415 orthanc_1.2.0+dfsg-3.dsc
 57210594ec168b68614d065b5273a7204ff6e57e 1794856 
orthanc_1.2.0+dfsg-3.debian.tar.xz
 477c0fbdcefb05ec7b2dc20d731c75ecd4476810 19925038 
orthanc-dbgsym_1.2.0+dfsg-3_amd64.deb
 457fb4b4d3fedd3341ec534b1cb2c738e8fe8091 52036 
orthanc-dev_1.2.0+dfsg-3_amd64.deb
 1de472c20d3811457cdab0071b8d26331140ff40 189364 
orthanc-doc_1.2.0+dfsg-3_all.deb
 74ebff0f39c5833b1faf21534303a505d8b55eee 15057 
orthanc_1.2.0+dfsg-3_amd64.buildinfo
 5f2e657081e086ce11a9cb26068c00c51b38abf2 901490 orthanc_1.2.0+dfsg-3_amd64.deb
Checksums-Sha256:
 71b8373e69c6a0242c54413930e70bab691ec20882111550d04f7360f5ac1f90 2415 
orthanc_1.2.0+dfsg-3.dsc
 103688985c2db8fc48665a2ada242b2de663293ac325d8d8a57faf432ee271c3 1794856 
orthanc_1.2.0+dfsg-3.debian.tar.xz
 10bb4676e89bce13187db24639dd689b1bf76deee77c0bff45ae9526563525be 19925038 
orthanc-dbgsym_1.2.0+dfsg-3_amd64.deb
 539f8c44a89f1adafec95874ba97c30fe30c7383bd27c7adb98a32ba69f1db28 52036 
orthanc-dev_1.2.0+dfsg-3_amd64.deb
 09ba7f4dd04b289ac32588f9801bce872bc153f31c4c8a9731895f8e8faf8932 189364 
orthanc-doc_1.2.0+dfsg-3_all.deb
 d34ab5c5a28ed5d02516e9d5e6df91ce27ed3ad855d58d3abb907d2b3c10154f 15057 
orthanc_1.2.0+dfsg-3_amd64.buildinfo
 32415f21d6b27d4c0b5739b9bb2a18fc24f31b81b1889e24ab14bcf928925f15 901490 
orthanc_1.2.0+dfsg-3_amd64.deb
Files:
 469ff14ac6c0a56ce9d2458bf82cea6d 2415 science optional orthanc_1.2.0+dfsg-3.dsc
 2a8022629dbe3488ff8fdd1178c23c12 1794856 science optional 
orthanc_1.2.0+dfsg-3.debian.tar.xz
 352d1864612aadc6da1b8f04f5a4e555 19925038 debug extra 
orthanc-dbgsym_1.2.0+dfsg-3_amd64.deb
 bee8c5dc1708c3e42b0900514f5e98ed 52036 libdevel optional 
orthanc-dev_1.2.0+dfsg-3_amd64.deb
 0b24ffa14b9dbb4fe018e6e57241aa50 189364 doc optional 
orthanc-doc_1.2.0+dfsg-3_all.deb
 f9736b87268a0e3087812abbc52a8caf 15057 science optional 
orthanc_1.2.0+dfsg-3_amd64.buildinfo
 24926ced9a44c5587e49160e56957c84 901490 science optional 
orthanc_1.2.0+dfsg-3_amd64.deb

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

iQJIBAEBCAAyFiEEk76fGX7V0MMOWT2Lp3ZYKzEqw10FAlljTs0UHHMuam9kb2du
ZUBnbWFpbC5jb20ACgkQp3ZYKzEqw12l1g/6AivJlMhI18Rvr8oKS5/rzzlergSp
hRgtZgGRDUZIawWA7S2PAgA9SCtpJISuk+fevRcq6lvAyy+9KFXWRSn836cLvLhQ
TXRrFX/qBgofvEd6V94XBj9NiSvBi9jm8qrXDHPHFKayO4MIGorYR/4oDWY9FWCy
tGJekx1SpP2pweuyoNLG8hErzegmixacElTREnPyML4jdCnahfjwnJlDqJFYJbAd
HMJwcqvF5ur+uUyuSg/tknKbjTniQ4xZpakAyQx2TPBreL3rRxAb99XUMfgFNhcC
zm4CLQfxGz+GffV6Kz7DxKMvMAHlmvgAgY06w5XUXYcTMaYtTCxGUPHlz+WhWpRJ
MbwGCNentqnZFlB+2geJG4g6OY7gnRYHv2gSW6u0cV8EeoQNByvvi/1MJyEn/u5h
W2dwQcbP+p+vUpBwL6oSfK6rbdWyvNSjpxHrzNyfecHZm1i/IjUWMJUD2meTWaOs
CvDJO+sVq9QTU0VSZqbkyfQUxYR/WiyHafbIE2UZjcw41hNz8/8uxbyWdRnBkERJ
fmx6tn2pKy4n2J/ZWH1vdwLrnA+i33wZRo3HdF0ga9sqaEhLAfkn1IExLGOGiGE5
UkONpSYmiKWriQQcnmh3birLopMUmhBUO/2Ej4TaejRHWOqANViNMIcglZInbZzB
n0LvcJZ8KinzsWw=
=Jms7
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to