Your message dated Thu, 10 Dec 2015 22:06:43 +0000
with message-id <e1a79mj-0006kt...@franck.debian.org>
and subject line Bug#807394: fixed in orthanc-dicomweb 0.2+dfsg-1
has caused the Debian Bug report #807394,
regarding orthanc-dicomweb: FTBFS: Plugin.cpp:167:87: error: invalid conversion 
from 'int32_t (*)(OrthancPluginRestOutp [..]
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 ow...@bugs.debian.org
immediately.)


-- 
807394: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=807394
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: orthanc-dicomweb
Version: 0.1+dfsg-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

orthanc-dicomweb fails to build from source in unstable/amd64:

  [..]
               ^
  
/home/lamby/temp/cdt.20151208135554.yE2P8vcjOm/orthanc-dicomweb-0.1+dfsg/Plugin/Plugin.cpp:167:87:
  error: invalid conversion from 'int32_t (*)(OrthancPluginRestOutput*,
  const char*, const OrthancPluginHttpRequest*) {aka int
  (*)(_OrthancPluginRestOutput_t*, const char*, const
  OrthancPluginHttpRequest*)}' to 'OrthancPluginRestCallback {aka
  OrthancPluginErrorCode (*)(_OrthancPluginRestOutput_t*, const char*,
  const OrthancPluginHttpRequest*)}' [-fpermissive]
         Register(root, "studies/([^/]*)/series/([^/]*)/metadata",
         RetrieveSeriesMetadata);
                                                                                
         ^
  
/home/lamby/temp/cdt.20151208135554.yE2P8vcjOm/orthanc-dicomweb-0.1+dfsg/Plugin/Plugin.cpp:84:13:
  note:   initializing argument 3 of 'void Register(const string&, const
  string&, OrthancPluginRestCallback)'
   static void Register(const std::string& root,
               ^
  
/home/lamby/temp/cdt.20151208135554.yE2P8vcjOm/orthanc-dicomweb-0.1+dfsg/Plugin/Plugin.cpp:182:77:
  error: invalid conversion from 'int32_t (*)(OrthancPluginRestOutput*,
  const char*, const OrthancPluginHttpRequest*) {aka int
  (*)(_OrthancPluginRestOutput_t*, const char*, const
  OrthancPluginHttpRequest*)}' to 'OrthancPluginRestCallback {aka
  OrthancPluginErrorCode (*)(_OrthancPluginRestOutput_t*, const char*,
  const OrthancPluginHttpRequest*)}' [-fpermissive]
         OrthancPluginRegisterRestCallback(context_, wado.c_str(),
         WadoCallback);
                                                                               ^
  In file included from
  
/home/lamby/temp/cdt.20151208135554.yE2P8vcjOm/orthanc-dicomweb-0.1+dfsg/Plugin/Plugin.h:23:0,
                   from
                   
/home/lamby/temp/cdt.20151208135554.yE2P8vcjOm/orthanc-dicomweb-0.1+dfsg/Plugin/Plugin.cpp:21:
  /usr/include/orthanc/OrthancCPlugin.h:1181:30: note:   initializing
  argument 3 of 'void
  OrthancPluginRegisterRestCallback(OrthancPluginContext*, const char*,
  OrthancPluginRestCallback)'
     ORTHANC_PLUGIN_INLINE void OrthancPluginRegisterRestCallback(
                                ^
  CMakeFiles/OrthancDicomWeb.dir/build.make:353: recipe for target
  'CMakeFiles/OrthancDicomWeb.dir/Plugin/Plugin.cpp.o' failed
  make[3]: *** [CMakeFiles/OrthancDicomWeb.dir/Plugin/Plugin.cpp.o]
  Error 1
  make[3]: *** Waiting for unfinished jobs....
  [ 75%] Building CXX object
  CMakeFiles/UnitTests.dir/Plugin/DicomResults.cpp.o
  /usr/bin/c++   -DBOOST_FILESYSTEM_VERSION=3 -DBOOST_HAS_DATE_TIME=1
  -DBOOST_HAS_FILESYSTEM_V3=1 -DBOOST_HAS_LOCALE=1 -DBOOST_HAS_REGEX=1
  -DORTHANC_DICOM_WEB_VERSION=\"0.1\" -DORTHANC_ENABLE_BASE64=0
  -DORTHANC_ENABLE_MD5=0 -DORTHANC_PUGIXML_ENABLED=1 -DORTHANC_STATIC=0
  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1 -g -O2
  -fstack-protector-strong -Wformat -Werror=format-security
  -D_FORTIFY_SOURCE=2  -Wall -pedantic -Wno-long-long
  -Wno-variadic-macros -I/usr/src/gtest -I/usr/include/jsoncpp
  -I/usr/include/gdcm-2.6    -o
  CMakeFiles/UnitTests.dir/Plugin/DicomResults.cpp.o -c
  
/home/lamby/temp/cdt.20151208135554.yE2P8vcjOm/orthanc-dicomweb-0.1+dfsg/Plugin/DicomResults.cpp
  
/home/lamby/temp/cdt.20151208135554.yE2P8vcjOm/orthanc-dicomweb-0.1+dfsg/Orthanc/Core/Toolbox.cpp:
  In function 'Orthanc::Endianness
  Orthanc::Toolbox::DetectEndianness()':
  
/home/lamby/temp/cdt.20151208135554.yE2P8vcjOm/orthanc-dicomweb-0.1+dfsg/Orthanc/Core/Toolbox.cpp:871:33:
  warning: dereferencing type-punned pointer will break strict-aliasing
  rules [-Wstrict-aliasing]
       switch (*((uint32_t *)buffer)) 
                                   ^
  [ 78%] Building CXX object
  CMakeFiles/UnitTests.dir/Plugin/JpegWriter.cpp.o
  [ 81%] Building CXX object
  CMakeFiles/UnitTests.dir/usr/src/gtest/src/gtest-all.cc.o
  /usr/bin/c++   -DBOOST_FILESYSTEM_VERSION=3 -DBOOST_HAS_DATE_TIME=1
  -DBOOST_HAS_FILESYSTEM_V3=1 -DBOOST_HAS_LOCALE=1 -DBOOST_HAS_REGEX=1
  -DORTHANC_DICOM_WEB_VERSION=\"0.1\" -DORTHANC_ENABLE_BASE64=0
  -DORTHANC_ENABLE_MD5=0 -DORTHANC_PUGIXML_ENABLED=1 -DORTHANC_STATIC=0
  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1 -g -O2
  -fstack-protector-strong -Wformat -Werror=format-security
  -D_FORTIFY_SOURCE=2  -Wall -pedantic -Wno-long-long
  -Wno-variadic-macros -I/usr/src/gtest -I/usr/include/jsoncpp
  -I/usr/include/gdcm-2.6    -o
  CMakeFiles/UnitTests.dir/Plugin/JpegWriter.cpp.o -c
  
/home/lamby/temp/cdt.20151208135554.yE2P8vcjOm/orthanc-dicomweb-0.1+dfsg/Plugin/JpegWriter.cpp
  /usr/bin/c++   -DBOOST_FILESYSTEM_VERSION=3 -DBOOST_HAS_DATE_TIME=1
  -DBOOST_HAS_FILESYSTEM_V3=1 -DBOOST_HAS_LOCALE=1 -DBOOST_HAS_REGEX=1
  -DORTHANC_DICOM_WEB_VERSION=\"0.1\" -DORTHANC_ENABLE_BASE64=0
  -DORTHANC_ENABLE_MD5=0 -DORTHANC_PUGIXML_ENABLED=1 -DORTHANC_STATIC=0
  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1 -g -O2
  -fstack-protector-strong -Wformat -Werror=format-security
  -D_FORTIFY_SOURCE=2  -Wall -pedantic -Wno-long-long
  -Wno-variadic-macros -I/usr/src/gtest -I/usr/include/jsoncpp
  -I/usr/include/gdcm-2.6    -o
  CMakeFiles/UnitTests.dir/usr/src/gtest/src/gtest-all.cc.o -c
  /usr/src/gtest/src/gtest-all.cc
  [ 84%] Building CXX object
  CMakeFiles/UnitTests.dir/UnitTestsSources/UnitTestsMain.cpp.o
  /usr/bin/c++   -DBOOST_FILESYSTEM_VERSION=3 -DBOOST_HAS_DATE_TIME=1
  -DBOOST_HAS_FILESYSTEM_V3=1 -DBOOST_HAS_LOCALE=1 -DBOOST_HAS_REGEX=1
  -DORTHANC_DICOM_WEB_VERSION=\"0.1\" -DORTHANC_ENABLE_BASE64=0
  -DORTHANC_ENABLE_MD5=0 -DORTHANC_PUGIXML_ENABLED=1 -DORTHANC_STATIC=0
  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE=1 -g -O2
  -fstack-protector-strong -Wformat -Werror=format-security
  -D_FORTIFY_SOURCE=2  -Wall -pedantic -Wno-long-long
  -Wno-variadic-macros -I/usr/src/gtest -I/usr/include/jsoncpp
  -I/usr/include/gdcm-2.6    -o
  CMakeFiles/UnitTests.dir/UnitTestsSources/UnitTestsMain.cpp.o -c
  
/home/lamby/temp/cdt.20151208135554.yE2P8vcjOm/orthanc-dicomweb-0.1+dfsg/UnitTestsSources/UnitTestsMain.cpp
  make[3]: Leaving directory
  
'/home/lamby/temp/cdt.20151208135554.yE2P8vcjOm/orthanc-dicomweb-0.1+dfsg/Build'
  CMakeFiles/Makefile2:70: recipe for target
  'CMakeFiles/OrthancDicomWeb.dir/all' failed
  make[2]: *** [CMakeFiles/OrthancDicomWeb.dir/all] Error 2
  make[2]: *** Waiting for unfinished jobs....
  [ 87%] Linking CXX executable UnitTests
  /usr/bin/cmake -E cmake_link_script CMakeFiles/UnitTests.dir/link.txt
  --verbose=1
  /usr/bin/c++   -g -O2 -fstack-protector-strong -Wformat
  -Werror=format-security -D_FORTIFY_SOURCE=2  -Wall -pedantic
  -Wno-long-long -Wno-variadic-macros   -Wl,-z,relro -Wl,--as-needed
  CMakeFiles/UnitTests.dir/Orthanc/Core/ChunkedBuffer.cpp.o
  CMakeFiles/UnitTests.dir/Orthanc/Core/Enumerations.cpp.o
  CMakeFiles/UnitTests.dir/Orthanc/Core/ImageFormats/ImageAccessor.cpp.o
  CMakeFiles/UnitTests.dir/Orthanc/Core/ImageFormats/ImageBuffer.cpp.o
  CMakeFiles/UnitTests.dir/Orthanc/Core/ImageFormats/PngReader.cpp.o
  CMakeFiles/UnitTests.dir/Orthanc/Core/OrthancException.cpp.o
  CMakeFiles/UnitTests.dir/Orthanc/Core/Toolbox.cpp.o
  CMakeFiles/UnitTests.dir/Plugin/ChunkedBuffer.cpp.o
  CMakeFiles/UnitTests.dir/Plugin/Configuration.cpp.o
  CMakeFiles/UnitTests.dir/Plugin/Dicom.cpp.o
  CMakeFiles/UnitTests.dir/Plugin/DicomResults.cpp.o
  CMakeFiles/UnitTests.dir/Plugin/JpegWriter.cpp.o
  CMakeFiles/UnitTests.dir/usr/src/gtest/src/gtest-all.cc.o
  CMakeFiles/UnitTests.dir/UnitTestsSources/UnitTestsMain.cpp.o  -o
  UnitTests  -lpthread -lrt -ldl -lboost_filesystem -lboost_thread
  -lboost_system -lboost_date_time -lboost_regex -lboost_locale
  -lpthread -ljsoncpp -lpng -lz -lz -lpugixml -ljpeg -lrt
  /usr/lib/x86_64-linux-gnu/libgdcmMSFF.so.2.6.0 -ldl -lboost_filesystem
  -lboost_thread -lboost_system -lboost_date_time -lboost_regex
  -lboost_locale -lpthread -ljsoncpp -lpng -lz -lpugixml -ljpeg
  /usr/lib/x86_64-linux-gnu/libgdcmDICT.so.2.6.0
  /usr/lib/x86_64-linux-gnu/libgdcmIOD.so.2.6.0
  /usr/lib/x86_64-linux-gnu/libgdcmDSED.so.2.6.0
  /usr/lib/x86_64-linux-gnu/libgdcmCommon.so.2.6.0 
  make[3]: Leaving directory
  
'/home/lamby/temp/cdt.20151208135554.yE2P8vcjOm/orthanc-dicomweb-0.1+dfsg/Build'
  [ 87%] Built target UnitTests
  make[2]: Leaving directory
  
'/home/lamby/temp/cdt.20151208135554.yE2P8vcjOm/orthanc-dicomweb-0.1+dfsg/Build'
  Makefile:130: recipe for target 'all' failed
  make[1]: *** [all] Error 2
  make[1]: Leaving directory
  
'/home/lamby/temp/cdt.20151208135554.yE2P8vcjOm/orthanc-dicomweb-0.1+dfsg/Build'
  dh_auto_build: make -j8 returned exit code 2
  debian/rules:8: recipe for target 'build' failed
  make: *** [build] Error 2

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: orthanc-dicomweb.0.1+dfsg-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: orthanc-dicomweb
Source-Version: 0.2+dfsg-1

We believe that the bug you reported is fixed in the latest version of
orthanc-dicomweb, 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 807...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastien Jodogne <s.jodo...@gmail.com> (supplier of updated orthanc-dicomweb 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 10 Dec 2015 14:34:10 +0100
Source: orthanc-dicomweb
Binary: orthanc-dicomweb
Architecture: source amd64
Version: 0.2+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
Changed-By: Sebastien Jodogne <s.jodo...@gmail.com>
Description:
 orthanc-dicomweb - Plugin to extend Orthanc with support of WADO and DICOMweb
Closes: 807394
Changes:
 orthanc-dicomweb (0.2+dfsg-1) unstable; urgency=medium
 .
   [ Sebastien Jodogne ]
   * New upstream version.
   * Fix build with Orthanc >= 0.9.5. (Closes: #807394)
 .
   [ Andreas Tille ]
   * Moved from SVN to Git
Checksums-Sha1:
 97db8dafdd15da1d7bc45fab6bd9fffd2401af0c 2262 orthanc-dicomweb_0.2+dfsg-1.dsc
 0969a9a72341c1d3f8934b856acb70a30ac97e7a 74604 
orthanc-dicomweb_0.2+dfsg.orig.tar.xz
 9a091d6e76970acd0ab2fa078b824b15ef23ef97 5244 
orthanc-dicomweb_0.2+dfsg-1.debian.tar.xz
 52acc6cd952255036529660c7771a7a7a2becd9f 127800 
orthanc-dicomweb_0.2+dfsg-1_amd64.deb
Checksums-Sha256:
 95fba281cfccbbae6b10fd805d6b581a4bd8093fb3230bbb2a647293d7b642a1 2262 
orthanc-dicomweb_0.2+dfsg-1.dsc
 c6dfea5a1cb14eff905a0e8d561acb97cae68d4867ff6ba58643941da50f7047 74604 
orthanc-dicomweb_0.2+dfsg.orig.tar.xz
 c593d4404683f5b074479004b3f78ef2cc18ab360d62a0c146290b5abb154a82 5244 
orthanc-dicomweb_0.2+dfsg-1.debian.tar.xz
 ac9da8af88e9b75009a40277a5adbcb2890a42eb1bac7e136d1dfd743e4e7a21 127800 
orthanc-dicomweb_0.2+dfsg-1_amd64.deb
Files:
 fe98bc513fa6459cf4f2a420edf6f7a6 2262 science optional 
orthanc-dicomweb_0.2+dfsg-1.dsc
 88e21635b4b955abacfd781fddf0c75f 74604 science optional 
orthanc-dicomweb_0.2+dfsg.orig.tar.xz
 eb6f54f45d0057de9e2bb2c45a365be9 5244 science optional 
orthanc-dicomweb_0.2+dfsg-1.debian.tar.xz
 657c45f9014f7d4a46d73e2a44889334 127800 science optional 
orthanc-dicomweb_0.2+dfsg-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJWadocAAoJEFeKBJTRxkbRHn4P/ixuOUHOJKHmKTJ3CxTeGUwH
itYtNWtah8bfOP2hKm74QUPJ0hu16XzPTxMzrSjSxHYHXMWZP0duNMHVa32EzTD3
IF24xrhNyp97KbTBB6tYP6JMWMWQ/EH/DtAqPxDmCpngh+1Z+idcq9dQlDDLo3LH
h8fRwQIgGoopixa1J8mNDlC/rv3wj3yt/u7dfrEIITiYW++YDGZhHhALubUWIcLq
EzP2LNneH+gfk3Wr/D6Lt7GdYkpEUuHsyfNqVjr+kGQiwNdp75Do4VEnpt5/gOmR
+fcyIFnDKamukyXyXI9kPgrvBfB/KAWEMFYFDDrPrFAL+YN68V6np03RaKQRho1f
5xJs5U02rmdQib2Tz8xwHMrAbvncxM1wQLTTCz4vD/9YvfZtNH0EDe7HR1g+6Lkn
NTI9sdB3CIRgUY/aoHBpGojpUEwY+LFgZW35SDHvK8dBF7XCzEy8/vqqsrADbGYd
dCB1fNdpy+0EqQ/0MBQNJJoVIsNb7s4k7ZVVI+UYcrju8F4BBLNkFDM/l9HabSNp
QOvIHTjryYXzL8hkrWwURNW5eDHdQDLjjn1RDW8sOi6FO/jkj6U4M/zYmL+zD+Qc
xHmTV0GW3ZDVB21B+acsAO1obvCULY9/kO2rFzLAC7RI3WeBFS5SrQYdWLtQYhXT
v9Z9GTdIRLt2ZCXVr+33
=0Qpk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to