Your message dated Tue, 12 Nov 2024 11:15:35 +0200 with message-id <ZzMct4hg8/IvN3O0@localhost> and subject line Fixed in 3.30.5-1.1 has caused the Debian Bug report #1087233, regarding cmake-data: FindImageMagick.cmake fails to locate arch-specific include dir 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.) -- 1087233: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1087233 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: cmake-data Version: 3.30.5-1 Severity: serious Justification: 5 X-Debbugs-Cc: [email protected], [email protected] Affects: pfstools Control: block 1086937 by -1 Good morning, pfstools FTBFS against imagemagick 7 (apt-get build-dep pfstools; apt-get install libmagick++-7.q16-dev libmagickcore-6-arch-config- ) In file included from /usr/include/ImageMagick-7/Magick++/Include.h:16, from /usr/include/ImageMagick-7/Magick++.h:12, from /tmp/PFSTOOLS/pfstools/src/fileformat/pfsinimgmagick.cpp:3 0: /usr/include/ImageMagick-7/MagickCore/magick-config.h:25:10: fatal error: Magick Core/magick-baseconfig.h: No such file or directory 25 | #include "MagickCore/magick-baseconfig.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [...] pfstools uses cmakes FindImageMagick.cmake as find_package(ImageMagick COMPONENTS Magick++ MagickCore) With imagemagick 7 magick-baseconfig.h was moved from /usr/include/x86_64-linux-gnu/ImageMagick-6/magick/magick-baseconfig.h to /usr/include/x86_64-linux-gnu/ImageMagick-7/MagickCore/magick-baseconfig.h and FindImageMagick.cmake only looks in magick/ not in MagickCore/. cu Andreas
--- End Message ---
--- Begin Message ---Version: 3.30.5-1.1 cmake (3.30.5-1.1) unstable; urgency=medium ... * patches/FindImageMagick-version7.patch: adapt for ImageMagick version 7. Closes #1087233. -- Steve M. Robbins <[email protected]> Mon, 11 Nov 2024 17:24:10 -0600
--- End Message ---

