On Wed, Oct 26, 2022 at 11:19 AM Andreas Tille <ti...@debian.org> wrote: > > Hi Mathieu, > > Am Wed, Oct 26, 2022 at 11:16:30AM +0200 schrieb Mathieu Malaterre: > > > > https://salsa.debian.org/med-team/gdcm/-/commits/debian/experimental/ > > > > > > Ups, sorry for missing this. I've merged your changes into master but the > > > said problem remains[1]. > > > > > > Kind regards > > > Andreas. > > > > > > [1] https://salsa.debian.org/med-team/gdcm/-/jobs/3427720 > > > > AFAIK, this is a new bug in vtk9.1 package: > > > > CMake Error at > > /usr/lib/x86_64-linux-gnu/cmake/vtk-9.1/VTK-vtk-module-find-packages.cmake:115 > > (find_package): > > 5432 By not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project has > > OK, may be this is an explanation for the issue. Do you see any chance > for a workaround? Finally we should upload a VTK 9.x enabled gdcm to > unstable in a foreseable time frame.
If you open VTK-vtk-module-find-packages.cmake at line 115 you'll see a 'CMAKE_ERROR', change that into 'CMAKE_WARNING'. that is the patch I would suggest to vtk9 packager. 2cts -M