[Debian-med-packaging] Bug#1013153: camitk: vtk[6,7] removal

Emmanuel Promayon Emmanuel.Promayon at univ-grenoble-alpes.fr
Tue Jan 31 07:28:12 GMT 2023


Dear Andreas,

I managed to patch the current CamiTK 5.0.2version  to build with VTK9 
(vtk9-compatibility.patch in attachment).

The build then stopped with the following error:
/build/camitk-5.0.2/imaging/components/dicom/DicomComponent.cpp:40:10: 
fatal error: vtkGDCMImageReader.h: No such file or directory

When this plugin is disabled in d/r (see below), the compilation ends 
with no error, (which is good news!) but all tests failed with the 
following error:
/build/camitk-5.0.2/camitk-build/bin/camitk-testcomponents: error while 
loading shared libraries: libjawt.so: cannot open shared object file: No 
such file or directory

This error seems to be linked with a Java installation problem (maybe 
temporary?)

Let me know what will be the best course of action from this.
Best regards,
Emmanuel

PS: this is the d/r diff to disable the dicom component,
--- a/debian/rules
+++ b/debian/rules
@@ -42,6 +42,7 @@ CMAKE_EXTRA_FLAGS = \
         -DCEP_IMAGING:BOOL=TRUE \
         -DCEP_MODELING:BOOL=TRUE \
         -DCEP_TUTORIALS:BOOL=TRUE \
+       -DCOMPONENT_DICOM:BOOL=FALSE \
         \
         -DAPIDOC_SDK:BOOL=TRUE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-packaging/attachments/20230131/bcd0a6d2/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vtk9-compatibility.patch
Type: text/x-patch
Size: 22944 bytes
Desc: not available
URL: <http://alioth-lists.debian.net/pipermail/debian-med-packaging/attachments/20230131/bcd0a6d2/attachment-0001.bin>


More information about the Debian-med-packaging mailing list