Your message dated Thu, 05 Mar 2026 15:33:48 +0000
with message-id <[email protected]>
and subject line Bug#1125602: fixed in indi-mi 1.8-2
has caused the Debian Bug report #1125602,
regarding indi-mi: 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.)
--
1125602: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1125602
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:indi-mi
Version: 1.8-1
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:indi-mi, 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
-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: indi-mi
Source-Version: 1.8-2
Done: Thorsten Alteholz <[email protected]>
We believe that the bug you reported is fixed in the latest version of
indi-mi, 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.
Thorsten Alteholz <[email protected]> (supplier of updated indi-mi 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, 05 Mar 2026 15:27:41 +0100
Source: indi-mi
Binary: indi-mi indi-mi-dbgsym
Architecture: source amd64
Version: 1.8-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Team
<[email protected]>
Changed-By: Thorsten Alteholz <[email protected]>
Description:
indi-mi - INDI driver for cameras made by Moravian Instruments
Closes: 1125602
Changes:
indi-mi (1.8-2) unstable; urgency=medium
.
* add cmake4.patch (Closes: #1125602)
* move package to debian-astro-team
Checksums-Sha1:
e6a06f6da86bf7fcf3adfc55cc5ddb8e15b7a2a1 2171 indi-mi_1.8-2.dsc
2ded26dbc1ce480f3b9cd6f2c72457d35df73dcc 45502 indi-mi_1.8.orig.tar.gz
bb2217ce0fb751f942ca01b6f732eec79cc99068 1688 indi-mi_1.8-2.debian.tar.xz
b1525fa1f23d07aa2e1c2c537cfe3829059538ec 132244 indi-mi-dbgsym_1.8-2_amd64.deb
6e45104fa1a4e5ee7481da37e11a45d214ed594c 8534 indi-mi_1.8-2_amd64.buildinfo
5e11852002c2200234d8de6125589e0b29298514 18200 indi-mi_1.8-2_amd64.deb
Checksums-Sha256:
52a1b3ec8e4a4c9f516fec320de7287b14063d82233c96d8aff583077cbffa67 2171
indi-mi_1.8-2.dsc
02fd7d97675b5c7a8318d63012f4ddd7263b20637cf25e153aaafd4a4e86efe9 45502
indi-mi_1.8.orig.tar.gz
cafab88a53d7a88c39f452d7124869269e7a974877295ee29fb7e104a84ce64e 1688
indi-mi_1.8-2.debian.tar.xz
6f13d844624aa1db50ecd2cf5c176672d28d2dd00e7789f992ed56b77509723f 132244
indi-mi-dbgsym_1.8-2_amd64.deb
c9104d23eed919fb4db3fc76bbc98c94f1d9f24ceedbb332449f648cb85b3902 8534
indi-mi_1.8-2_amd64.buildinfo
a49783cd22bd6643bdccdffdee791a3629dc3c7615b6f581037fec0d6695f841 18200
indi-mi_1.8-2_amd64.deb
Files:
aa87b9e35b3591ad4c13130343ad9565 2171 contrib/science optional
indi-mi_1.8-2.dsc
432a7f5b32571c7afc05bfad9048e38a 45502 contrib/science optional
indi-mi_1.8.orig.tar.gz
8cf13c52f3bbceffa61206248a02f509 1688 contrib/science optional
indi-mi_1.8-2.debian.tar.xz
55a77f3669123c42e1b075c2774dcfac 132244 contrib/debug optional
indi-mi-dbgsym_1.8-2_amd64.deb
3b9f99b8b4418ced5fadebffc2ea72ec 8534 contrib/science optional
indi-mi_1.8-2_amd64.buildinfo
b27f25b1154573474bf2514e086e1dac 18200 contrib/science optional
indi-mi_1.8-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAmmpnnpfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYRwuBD/9jLZcTWlvCDSyIDUtN4kNbV646ruCU
aCxlJRH23+Z6Crr9RyCMuM+BCzWOVqDmDF/W/B5FFG7iOTWpq+Js645lTGGQxbS6
4ZhwY7B6mVgMaas65lF8pqeWKZeppV4zo6mhGdEekLbwMKepaQfxQO9YHnxYT50J
zpbg8/QwV08Xbk8UmJ92sHTbwd7MRw9PbPEnNwwp01FUYw/InP7Kj1VqSNxVqSnO
S4WfPSscoCGJ+wV8FJ+UsTiUDC3FejSGWfjGw9EMGOBCgIi7FgnkDodCOWUFI3hg
dWj2Jbcst+1rLyPZt5e/dWRZla19cBxHItOsSwJUqDCcRdyGvA1nT8w8dRONG1O/
LoM4BYkctdQd791o8sZWE5aLwlPmbDNPHxXkOk5PSCI87dVHJVbH5aj4rEgUI1sc
zTE3pctCBdnt1ZY/9l/5Q8P/3+07Xu3bq069WR6z2OnfBmH+yziXz5zH09KdGfYj
MeQ1+QKaFLVQ27NKfJ+9qECzhDJatwUwdw1MUPRdP80wgBN8KwUlXwkEMkwn9ze9
OLsIPczuEeqPa0tTlMmoF/aoPd4Ps6b4lbhzIy7qhFimrrzcn77OhZB52VZFYNV+
Ere8Kuze245P56gVrvgOs3PupOh9DMOR5cANjWW49BHQhptHoJeSzFZX7NmtE0/I
mgE35RniZZ9Y9w==
=BhIi
-----END PGP SIGNATURE-----
pgp0Jt7sW0Krr.pgp
Description: PGP signature
--- End Message ---