Your message dated Thu, 10 Dec 2020 11:55:23 +0100
with message-id <[email protected]>
and subject line Bug #977029: already fixed in orthanc-gdcm 1.1-4
has caused the Debian Bug report #977029,
regarding orthanc-gdcm: FTBFS in sid
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.)


-- 
977029: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977029
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: orhanc-gdcm
Version: 1.1-2
Severity: serious
tags: patch

Hello, the new orthanc moved some include headers and now the Logging.h 
features are not automatically included anymore by Plugin.cpp file.

The "quick and dirty" fix might be to add the include, to have again LOG() 
functionality.

I don't know if there is a better place to put this include header, but the 
following at least fixes the build:

--- orthanc-gdcm-1.1.orig/Plugin/Plugin.cpp
+++ orthanc-gdcm-1.1/Plugin/Plugin.cpp
@@ -26,6 +26,7 @@
 #include <MultiThreading/Semaphore.h>
 #include <Toolbox.h>

+#include <Logging.h>
 #include <gdcmFileExplicitFilter.h>
 #include <gdcmImageChangePhotometricInterpretation.h>
 #include <gdcmImageChangeTransferSyntax.h>


G.

--- End Message ---
--- Begin Message ---
Version: 1.1-4

Hello,

Thanks for the report.

This issue has already been solved by the following patch:
https://salsa.debian.org/med-team/orthanc-gdcm/-/blob/344780fefdae9a80302bb4e12f74da6aeacd5b2f/debian/patches/logging

Kind Regards,
Sébastien-

--- End Message ---

Reply via email to