Your message dated Thu, 15 Jan 2026 17:18:29 +0000
with message-id <[email protected]>
and subject line Bug#1125626: fixed in dh-ros 0.14.3
has caused the Debian Bug report #1125626,
regarding ros-laser-geometry: 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 [email protected]
immediately.)


-- 
1125626: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1125626
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:ros-laser-geometry
Version: 1.6.7-5
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:ros-laser-geometry, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=cmake
   dh_auto_clean -O--buildsystem=cmake
   dh_autoreconf_clean -O--buildsystem=cmake
   dh_clean -O--buildsystem=cmake
 debian/rules binary
dh binary --buildsystem=cmake
   dh_update_autotools_config -O--buildsystem=cmake
   dh_autoreconf -O--buildsystem=cmake
   dh_auto_configure -O--buildsystem=cmake
        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 
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-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_SKIP_INSTALL_ALL_DEPENDENCY:UNINITIALIZED=ON

//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 
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-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 ---
Source: dh-ros
Source-Version: 0.14.3
Done: Timo Röhling <[email protected]>

We believe that the bug you reported is fixed in the latest version of
dh-ros, 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.
Timo Röhling <[email protected]> (supplier of updated dh-ros 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: Thu, 15 Jan 2026 17:57:30 +0100
Source: dh-ros
Architecture: source
Version: 0.14.3
Distribution: unstable
Urgency: medium
Maintainer: Debian Robotics Team <[email protected]>
Changed-By: Timo Röhling <[email protected]>
Closes: 1125561 1125562 1125563 1125564 1125565 1125566 1125567 1125568 1125569 
1125570 1125571 1125572 1125573 1125574 1125575 1125576 1125577 1125578 1125579 
1125580 1125581 1125582 1125583 1125584 1125585 1125617 1125619 1125620 1125621 
1125622 1125623 1125624 1125625 1125626 1125627 1125628 1125629 1125630 1125631 
1125632 1125633
Changes:
 dh-ros (0.14.3) unstable; urgency=medium
 .
   * Remove +suffix from changelog version before comparing
   * Fix FTBFS for ROS packages with CMake 4
     Closes: #1125561, #1125562, #1125563, #1125564, #1125565, #1125566
     Closes: #1125567, #1125568, #1125569, #1125570, #1125571, #1125572
     Closes: #1125573, #1125574, #1125575, #1125576, #1125577, #1125578
     Closes: #1125579, #1125580, #1125581, #1125582, #1125583, #1125584
     Closes: #1125585, #1125617, #1125619, #1125620, #1125621, #1125622
     Closes: #1125623, #1125624, #1125625, #1125626, #1125627, #1125628
     Closes: #1125629, #1125630, #1125631, #1125632, #1125633
Checksums-Sha1:
 34fc5087d8be896a6d3a44be476f460872771ce0 2072 dh-ros_0.14.3.dsc
 43f250e8182b5b8682a3bd3a085711657459af8d 15568 dh-ros_0.14.3.tar.xz
Checksums-Sha256:
 db566f20201c6b57177519b5375810d52b2aa46db43c033e67df449fbea65060 2072 
dh-ros_0.14.3.dsc
 92af5e8e853aa576dd1ebc0c929d7e5a03a53577f113f61d94470af08e28121e 15568 
dh-ros_0.14.3.tar.xz
Files:
 17c88a8f60ac36755023ce27972afc05 2072 devel optional dh-ros_0.14.3.dsc
 92cbdefe9d3f11884e9e920ef6117377 15568 devel optional dh-ros_0.14.3.tar.xz

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

iQIzBAEBCgAdFiEEmwPruYMA35fCsSO/zIxr3RQD9MoFAmlpHoUACgkQzIxr3RQD
9MroIBAAvXU6oNnn73KoZY/HKAjoHdFhiYWlXlLPYaRLnEDJHZiAmzDJ21+ZPBeE
I+L2QmzYmgCU/OYCKKlRkMqs+yackT982iSG/22yXvFQtt1cIAKbuWfHwB6PJq5T
E/JEEB8XZS2APhdaGU1jdCLEVwGcWpuBuCE9boqXqHaBom5ZKBWO4PK4jSAru9Zn
0RVQKQsWDDemGu0ses4RZycckRVQtusolE5B5XxZS/ELs6Au0ccgkjTELdCX6XWB
yOoFjpTx4i93aImYLVhn/U06DNDvOwmWFdcdCWl9+iFDn/rCY4s5746zoaiMTEP8
jinUBYsfi+ErrkQooFAnZcL+MTIR4DqcZjOLE3ndESNgff0r9+TqG8p2HWT2e8C2
O8mi0475jTLNmVa1ia88JzITEDmeiow4Nn8w/qyZU66nQbbTrrg7g18xiFrnqjE0
4KWeTudOUFtYFn2ulNn86arDfFiaW2aBNtr3L3qEDR6C1TbNdsGOCg5IqOeNxy0a
mU1d4Lb6q8WBELBVG0ouOR/uRwzcgSkZeDXY5NsPcAtQp4AOmblCeew+5BgFj0pY
Mv5330jAspGplPI+q141LXCLGPA1Xx4aIiPX+Mup6TevAArlQFjrVEjHQfuSZudc
NLDYRLccM6YDyUP1ejfWGbsNV/H1QULUqY0fyDtH3BMKNqpYhpw=
=602V
-----END PGP SIGNATURE-----

Attachment: pgplI8lpRxtLc.pgp
Description: PGP signature


--- End Message ---

Reply via email to