Your message dated Fri, 31 Oct 2025 10:05:51 +0000
with message-id <[email protected]>
and subject line Bug#1112799: fixed in cmtk 3.3.1p2+dfsg-4
has caused the Debian Bug report #1112799,
regarding cmtk: FTBFS with CMake 4
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.)


-- 
1112799: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1112799
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: cmtk
Version: 3.3.1p2+dfsg-3
Severity: serious
User: [email protected]
Usertags: cmake-4
Tags: ftbfs, forky, sid

Dear maintainer,

During a test rebuild for CMake 4, cmtk failed to rebuild.

Log Summary:
-------------------------------------------------------------------------------
[...]
        -DCMTK_USE_DCMTK:BOOL=ON \
        -DCMTK_USE_FFTW:BOOL=ON \
        -DCMTK_USE_QT:BOOL=OFF \
        -DCMTK_USE_SMP:BOOL=ON \
        -DCMTK_USE_SQLITE:BOOL=ON \
        -DDART_TESTING_TIMEOUT:STRING=15000 \
        -DMXML_INCLUDE_DIR:PATH=/usr/include \
        -DLZMA_INCLUDE_DIRS:PATH=/usr/include/lzma \
        -DCMAKE_SKIP_RPATH:BOOL=OFF \
        -DCMTK_BUILD_WRAPPER:BOOL=ON \
        
        cd obj-aarch64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb 
PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
-DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/aarch64-linux-gnu 
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DBUILD_APPS:BOOL=ON 
-DBUILD_DOCUMENTATION:BOOL=OFF -DBUILD_GUI:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=ON 
-DBUILD_TESTING:BOOL=OFF -DCMTK_BUILD_DCMTK:BOOL=OFF -DCMTK_BUILD_MXML:BOOL=OFF 
-DCMTK_BUILD_NRRD:BOOL=ON -DCMTK_BUILD_SQLITE:BOOL=OFF 
-DCMTK_BUILD_ZLIB:BOOL=OFF 
-DCMTK_ROOT_PATH_SRI24:PATH=/usr/share/data/sri24-atlas 
-DCMTK_USE_DCMTK:BOOL=ON -DCMTK_USE_FFTW:BOOL=ON -DCMTK_USE_QT:BOOL=OFF 
-DCMTK_USE_SMP:BOOL=ON -DCMTK_USE_SQLITE:BOOL=ON 
-DDART_TESTING_TIMEOUT:STRING=15000 -DMXML_INCLUDE_DIR:PATH=/usr/include 
-DLZMA_INCLUDE_DIRS:PATH=/usr/include/lzma -DCMAKE_SKIP_RPATH:BOOL=OFF 
-DCMTK_BUILD_WRAPPER:BOOL=ON ..
CMake Error at CMakeLists.txt:38 (CMAKE_MINIMUM_REQUIRED):
  Compatibility with CMake < 3.5 has been removed from CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

  Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.


-- Configuring incomplete, errors occurred!
        cd obj-aarch64-linux-gnu && tail -v -n \+0 CMakeCache.txt
==> CMakeCache.txt <==
# This is the CMakeCache file.
# For build in directory: 
/build/reproducible-path/cmtk-3.3.1p2+dfsg/obj-aarch64-linux-gnu
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//No help, variable specified on the command line.
BUILD_APPS:BOOL=ON

//No help, variable specified on the command line.
BUILD_DOCUMENTATION:BOOL=OFF

//No help, variable specified on the command line.
BUILD_GUI:BOOL=OFF

//No help, variable specified on the command line.
BUILD_SHARED_LIBS:BOOL=ON

//No help, variable specified on the command line.
BUILD_TESTING:BOOL=OFF

//No help, variable specified on the command line.
CMAKE_BUILD_TYPE:UNINITIALIZED=None

//No help, variable specified on the command line.
CMAKE_EXPORT_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON

//No help, variable specified on the command line.
CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON

//Value Computed by CMake.
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/build/reproducible-path/cmtk-3.3.1p2+dfsg/obj-aarch64-linux-gnu/CMakeFiles/pkgRedirects

//No help, variable specified on the command line.
CMAKE_FIND_USE_PACKAGE_REGISTRY:UNINITIALIZED=OFF

//No help, variable specified on the command line.
CMAKE_INSTALL_LIBDIR:UNINITIALIZED=lib/aarch64-linux-gnu

//No help, variable specified on the command line.
CMAKE_INSTALL_LOCALSTATEDIR:UNINITIALIZED=/var

//No help, variable specified on the command line.
CMAKE_INSTALL_PREFIX:UNINITIALIZED=/usr

//No help, variable specified on the command line.
CMAKE_INSTALL_RUNSTATEDIR:UNINITIALIZED=/run

//No help, variable specified on the command line.
CMAKE_INSTALL_SYSCONFDIR:UNINITIALIZED=/etc

//No help, variable specified on the command line.
CMAKE_SKIP_INSTALL_ALL_DEPENDENCY:UNINITIALIZED=ON

//No help, variable specified on the command line.
CMAKE_SKIP_RPATH:BOOL=OFF

//No help, variable specified on the command line.
CMAKE_VERBOSE_MAKEFILE:BOOL=ON

//No help, variable specified on the command line.
CMTK_BUILD_DCMTK:BOOL=OFF

//No help, variable specified on the command line.
CMTK_BUILD_MXML:BOOL=OFF

//No help, variable specified on the command line.
CMTK_BUILD_NRRD:BOOL=ON

//No help, variable specified on the command line.
CMTK_BUILD_SQLITE:BOOL=OFF

//No help, variable specified on the command line.
CMTK_BUILD_WRAPPER:BOOL=ON

//No help, variable specified on the command line.
CMTK_BUILD_ZLIB:BOOL=OFF

//No help, variable specified on the command line.
CMTK_ROOT_PATH_SRI24:PATH=/usr/share/data/sri24-atlas

//No help, variable specified on the command line.
CMTK_USE_DCMTK:BOOL=ON

//No help, variable specified on the command line.
CMTK_USE_FFTW:BOOL=ON

//No help, variable specified on the command line.
CMTK_USE_QT:BOOL=OFF

//No help, variable specified on the command line.
CMTK_USE_SMP:BOOL=ON

//No help, variable specified on the command line.
CMTK_USE_SQLITE:BOOL=ON

//No help, variable specified on the command line.
DART_TESTING_TIMEOUT:STRING=15000

//No help, variable specified on the command line.
FETCHCONTENT_FULLY_DISCONNECTED:UNINITIALIZED=ON

//No help, variable specified on the command line.
LZMA_INCLUDE_DIRS:PATH=/usr/include/lzma

//No help, variable specified on the command line.
MXML_INCLUDE_DIR:PATH=/usr/include


########################
# INTERNAL cache entries
########################

//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/build/reproducible-path/cmtk-3.3.1p2+dfsg/obj-aarch64-linux-gnu
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=1
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
//Name of external makefile project generator.
CMAKE_EXTRA_GENERATOR:INTERNAL=
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Generator instance identifier.
CMAKE_GENERATOR_INSTANCE:INTERNAL=
//Name of generator platform.
CMAKE_GENERATOR_PLATFORM:INTERNAL=
//Name of generator toolset.
CMAKE_GENERATOR_TOOLSET:INTERNAL=
//Source directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/build/reproducible-path/cmtk-3.3.1p2+dfsg
//Name of CMakeLists files to read
CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt
//number of local generators
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/usr/share/cmake-4.1

dh_auto_configure: error: cd obj-aarch64-linux-gnu && 
DEB_PYTHON_INSTALL_LAYOUT=deb PKG_CONFIG=/usr/bin/pkg-config cmake 
-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None 
-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var 
-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
-DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/aarch64-linux-gnu 
-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON -DBUILD_APPS:BOOL=ON 
-DBUILD_DOCUMENTATION:BOOL=OFF -DBUILD_GUI:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=ON 
-DBUILD_TESTING:BOOL=OFF -DCMTK_BUILD_DCMTK:BOOL=OFF -DCMTK_BUILD_MXML:BOOL=OFF 
-DCMTK_BUILD_NRRD:BOOL=ON -DCMTK_BUILD_SQLITE:BOOL=OFF 
-DCMTK_BUILD_ZLIB:BOOL=OFF 
-DCMTK_ROOT_PATH_SRI24:PATH=/usr/share/data/sri24-atlas 
-DCMTK_USE_DCMTK:BOOL=ON -DCMTK_USE_FFTW:BOOL=ON -DCMTK_USE_QT:BOOL=OFF 
-DCMTK_USE_SMP:BOOL=ON -DCMTK_USE_SQLITE:BOOL=ON 
-DDART_TESTING_TIMEOUT:STRING=15000 -DMXML_INCLUDE_DIR:PATH=/usr/include 
-DLZMA_INCLUDE_DIRS:PATH=/usr/include/lzma -DCMAKE_SKIP_RPATH:BOOL=OFF 
-DCMTK_BUILD_WRAPPER:BOOL=ON .. returned exit code 1
make[1]: *** [debian/rules:37: override_dh_auto_configure] Error 2
make[1]: Leaving directory '/build/reproducible-path/cmtk-3.3.1p2+dfsg'
make: *** [debian/rules:33: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2025-08-29T15:47:07Z

-------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here (for the next 30 days):
https://debusine.debian.net/artifact/2390464/

The most likely cause of build failures is the removed backwards compatibility 
for
CMake versions earlier than 3.5. You can find additional information in my
debian-devel announcement:

https://lists.debian.org/debian-devel/2025/04/msg00310.html

About the archive rebuild: The build was made on debusine.debian.net,
using sbuild.

You can find the build task here:
https://debusine.debian.net/work-request/152589/

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks,
Timo

--- End Message ---
--- Begin Message ---
Source: cmtk
Source-Version: 3.3.1p2+dfsg-4
Done: Yavor Doganov <[email protected]>

We believe that the bug you reported is fixed in the latest version of
cmtk, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Yavor Doganov <[email protected]> (supplier of updated cmtk 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 [email protected])


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

Format: 1.8
Date: Wed, 29 Oct 2025 08:37:29 +0200
Source: cmtk
Architecture: source
Version: 3.3.1p2+dfsg-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Yavor Doganov <[email protected]>
Closes: 1112566 1112799
Changes:
 cmtk (3.3.1p2+dfsg-4) unstable; urgency=medium
 .
   [ Yavor Doganov ]
   * Team upload.
   * debian/patches/cmake-4.patch: New; fix FTBFS with CMake 4
     (Closes: #1112799).
   * debian/rules: Enable hardening.
     (override_dh_auto_configure): Pass -DCMAKE_POLICY_VERSION_MINIMUM=3.5.
     (override_dh_auto_install): Fix find invocation.
   * debian/control (Recommends): Remove sri24-atlas; this package is not
     in Debian (Closes: #1112566).
 .
   [ Andreas Tille ]
   * Standards-Version: 4.7.2 (routine-update)
   * debputy lint --auto-fix (routine-update)
Checksums-Sha1:
 4772f4bde59caa7bcca84d91456051a4f526bb5c 2260 cmtk_3.3.1p2+dfsg-4.dsc
 7744d13a0d84c4e1f5d05f3097b421cfbdebc1ea 10464 
cmtk_3.3.1p2+dfsg-4.debian.tar.xz
 8994fd2dd2550872d0a22e89136b42606f5a6a38 9978 
cmtk_3.3.1p2+dfsg-4_amd64.buildinfo
Checksums-Sha256:
 0094dbf152c61081597671c8ed602a610d997f7dcc8789e29db2eb7e86f7065b 2260 
cmtk_3.3.1p2+dfsg-4.dsc
 dfdfe662af056ce8f2893ff5749e83b27353f95c96bea6bbc87203fcb00afd2d 10464 
cmtk_3.3.1p2+dfsg-4.debian.tar.xz
 434480e6cc87342e547743a78729f002720c40b0afe7b4007e0379b7e85f406b 9978 
cmtk_3.3.1p2+dfsg-4_amd64.buildinfo
Files:
 76146c71cca08fc0031a51101d2e8dd8 2260 science optional cmtk_3.3.1p2+dfsg-4.dsc
 ea48deef8988e1393878c18b8c3322fd 10464 science optional 
cmtk_3.3.1p2+dfsg-4.debian.tar.xz
 448dc095db8158237c68b54d363a3870 9978 science optional 
cmtk_3.3.1p2+dfsg-4_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmkEh0IRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHW6w//QpPLGIdkb8syOcfekFMQuYnVfQ6lpZnc
tv4eWYDS2w4EPbG9e1n8rU9+hnQWfNST/YMy+t/vO1YvJ/UKukq+HiR6Rhta/SR/
Tbns9hMgDHpB5NHrWKZGjwmgf/4++m+DBw9aLJBlU/i1XT0+ZqnqHPjcPo3gzxMQ
sGC31vK/rFv4NRTXalJNv0zsybY6UN6axBUnx5w8X3SH6z/eriXEELZCkJKgZ6OG
wM2Tv1Vh967yFSRk8WcxlVaOVZgBGF40hGQtJxm35dnMKkJffdfccEz7TxmKdjoz
mmMNyoJyIfdshpfsLDBwPkLtVqM42Gbk/SymHVJ5IisayyaELMtoeKRQUn0opqeC
0az+ZthwfE6ICo3nBYhUf7c+0k1863PF/nE2y0FQgKxH8d9UrE1OgF7TSgd0V6ES
jf2kn1AgqhKVBFr1hd5JvX/Odtq56nJtvTlnuBV5DhU5orqLrxpGsEK1ID0OUf3S
9iNmOqxK8fgb9hU83snVA95xijBMm1/uyWsfUJsWML84mBP3B7XpapcpyNQN0CSL
bNv1tu6zlkknRCj9AlXoq9Q1koM6MLKoDalZU/xVc7DV5oo0NsvLF4+RcEsGYYxV
X99Ledt0Ti7uMY2PrUYaWqAJQVIvQuxb/c0GI8VLgJCkwKtd9KPoMsv16M1fnELQ
B/xki5eV2oI=
=1FRp
-----END PGP SIGNATURE-----

Attachment: pgpW51tjt7utz.pgp
Description: PGP signature


--- End Message ---

Reply via email to