Your message dated Sat, 17 Jan 2026 19:20:23 +0000 with message-id <E1vhBqR-000000042fh-1K2R@fasolo.debian.org> and subject line Bug#1125588: fixed in serialdv 1.1.5-1 has caused the Debian Bug report #1125588, regarding serialdv: FTBFS with CMake 4.2 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 owner@bugs.debian.org immediately.) -- 1125588: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1125588 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian BTS <submit@bugs.debian.org>
- Subject: serialdv: FTBFS with CMake 4.2
- From: Santiago Vila <sanvila@debian.org>
- Date: Thu, 15 Jan 2026 14:06:02 +0000
- Message-id: <[🔎] E1vgNz8-004fz2-1F@paradis.debian.org>
Package: src:serialdv Version: 1.1.4-2 Severity: serious Tags: ftbfs forky sid Dear maintainer: During a rebuild of all packages in unstable, this package failed to build. (Note: I'm assuming that the failure happens because of CMake 4.2, but I may be wrong). Below you will find the last part of the build log (probably the most relevant part, but not necessarily). If required, the full build log is available here: https://people.debian.org/~sanvila/build-logs/202601/ About the archive rebuild: The build was made on virtual machines from AWS, using sbuild and a reduced chroot with only build-essential packages. If you cannot reproduce the bug please contact me privately, as I am willing to provide ssh access to a virtual machine where the bug is fully reproducible. If this is really a bug in one of the build-depends, please use reassign and add an affects on src:serialdv, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean dh_clean debian/rules binary dh binary dh_update_autotools_config dh_autoreconf dh_auto_configure cd obj-x86_64-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 "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu .. CMake Error at CMakeLists.txt:1 (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-x86_64-linux-gnu && tail -v -n \+0 CMakeCache.txt ==> CMakeCache.txt <== # This is the CMakeCache file. # For build in directory: /<<PKGBUILDDIR>>/obj-x86_64-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. 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=/<<PKGBUILDDIR>>/obj-x86_64-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/x86_64-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_VERBOSE_MAKEFILE:UNINITIALIZED=ON //No help, variable specified on the command line. FETCHCONTENT_FULLY_DISCONNECTED:UNINITIALIZED=ON ######################## # INTERNAL cache entries ######################## //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=/<<PKGBUILDDIR>>/obj-x86_64-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=2 //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=/<<PKGBUILDDIR>> //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.2 dh_auto_configure: error: cd obj-x86_64-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 "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu .. returned exit code 1 make: *** [debian/rules:4: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2 --------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
- To: 1125588-close@bugs.debian.org
- Subject: Bug#1125588: fixed in serialdv 1.1.5-1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sat, 17 Jan 2026 19:20:23 +0000
- Message-id: <E1vhBqR-000000042fh-1K2R@fasolo.debian.org>
- Reply-to: Christoph Berg <myon@debian.org>
Source: serialdv Source-Version: 1.1.5-1 Done: Christoph Berg <myon@debian.org> We believe that the bug you reported is fixed in the latest version of serialdv, 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 1125588@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Christoph Berg <myon@debian.org> (supplier of updated serialdv 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sat, 17 Jan 2026 19:35:51 +0100 Source: serialdv Architecture: source Version: 1.1.5-1 Distribution: unstable Urgency: medium Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org> Changed-By: Christoph Berg <myon@debian.org> Closes: 1125588 Changes: serialdv (1.1.5-1) unstable; urgency=medium . * New upstream version 1.1.5. * Compatible with cmake 4.2. (Closes: #1125588) Checksums-Sha1: 77bf44be692ecde4b705df6f38d678619fd7639f 1999 serialdv_1.1.5-1.dsc ca4d5af03c52ad9fbec9b53c721a3dff5ad5a96b 298292 serialdv_1.1.5.orig.tar.gz b5ae3742e73d0a3c1bca799e22bc0b033d58b571 2436 serialdv_1.1.5-1.debian.tar.xz Checksums-Sha256: e2ad1039801bf8a866ea7841870ab2398c0550d354ac4956a727135dc01b78f1 1999 serialdv_1.1.5-1.dsc 9ff90d85ff613e81659a2d661515e01d3c1f3ad1cade58908838b97fdd7ab5d2 298292 serialdv_1.1.5.orig.tar.gz 594e83e1ef69a9cf6ca67384f32001743e527fb222de9799b9245c86362e8210 2436 serialdv_1.1.5-1.debian.tar.xz Files: 3311ef298158084816bc2992cc387ae9 1999 hamradio optional serialdv_1.1.5-1.dsc 927fb566350366f50a09b6d8f969243f 298292 hamradio optional serialdv_1.1.5.orig.tar.gz 82c480ad6109f3c0375efe9b1ca34f2b 2436 hamradio optional serialdv_1.1.5-1.debian.tar.xz -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEXEj+YVf0kXlZcIfGTFprqxLSp64FAmlr2l4ACgkQTFprqxLS p662EA//XCJHHQcWisIoFj9/gmpWXxQ1ULiHwYwMxMvLM+EIkktcv0cCtpZDcoPa lHMbvEYjTp/1pt3Ru90R8wOKA6HXnGE0YD7DRoV/0LdrSfqLhWQK0P1+TYSa5FIv IJ+yKj0IwdN1CJee66sJKRg5Uz5K43EymOI0cm78GQk/m/iTty09b8EmkFNxVEYa 6AvUsDmpVJp952BcZI0JvncQ09hjey4usktZmLVgiqO425mDJMKXajNCxI5CfPrN VFqDjbFqZk/U2kQsF1X6XrZj7ET0jCOUq9Pdpl1uW9HmiAuooSB+wIgON95zivLT G0Jbi+7Uz9Z042HQe9T7mingUzKrBTCflKf1ySZxc0kpJWjWTGUj/NfxSduRUOae 4iGfm8rmjVHH3StefuNjm03MOOrQA4NgRDxvyzeqdR2R/xr1oimcmtSCoAYS4FxG Cmvx3+FWMusWKqW+2EDRdyRHN0/QIQw0Yb7d5lZuWLjEwNNj1qEwFMZLP89Jxi+y fqe6wRJi7MSs8q54RItLuSg4Gvcax7BHbvbYGlRrYKUPlNH2oOAlDPtwDDrqDlmQ eZhoLrsG+8d5q8qZOr8e1ToHJJ/QLEJN1vzCMx9lH1zf/RRGQUpesYrb3cWHpI1M jlK3hk3Ncn3L5lVAcAINVihofeDE4lOtylLAP4kvEeqo4/avoF4= =HIUh -----END PGP SIGNATURE-----Attachment: pgpMl07JLjqIE.pgp
Description: PGP signature
--- End Message ---