Your message dated Sun, 15 Feb 2026 13:35:07 +0000
with message-id <[email protected]>
and subject line Bug#1125610: fixed in libinovasdk 1.3.6-5
has caused the Debian Bug report #1125610,
regarding libinovasdk: 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.)


-- 
1125610: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1125610
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libinovasdk
Version: 1.3.6-4
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:libinovasdk, 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
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- \
        -DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d
        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 
-DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d ..
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

//No help, variable specified on the command line.
UDEVRULES_INSTALL_DIR:UNINITIALIZED=/usr/lib/udev/rules.d


########################
# 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 
-DUDEVRULES_INSTALL_DIR=/usr/lib/udev/rules.d .. returned exit code 1
make[1]: *** [debian/rules:9: override_dh_auto_configure] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:6: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: libinovasdk
Source-Version: 1.3.6-5
Done: Thorsten Alteholz <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libinovasdk, 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 libinovasdk 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: Sun, 15 Feb 2026 10:30:36 +0100
Source: libinovasdk
Binary: libinovasdk-dev libinovasdk1 libinovasdk1-dbgsym
Architecture: source amd64
Version: 1.3.6-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Team 
<[email protected]>
Changed-By: Thorsten Alteholz <[email protected]>
Description:
 libinovasdk-dev - library for cameras made by i.Nova Technologies - 
development fil
 libinovasdk1 - library for cameras made by i.Nova Technologies
Closes: 1125610
Changes:
 libinovasdk (1.3.6-5) unstable; urgency=medium
 .
   * add cmake4.patch (Closes: #1125610)
   * update debian/control für standard 4.7.3
Checksums-Sha1:
 1909a2e1a0431b3651825b43e53bfcc3e7bd925f 2328 libinovasdk_1.3.6-5.dsc
 21a3f9319080ab428a2aeca89e7b9f7fcdd096bc 320876 libinovasdk_1.3.6.orig.tar.gz
 5707e130ca3c17d232da03be4121db466311534e 2824 libinovasdk_1.3.6-5.debian.tar.xz
 26b3109645d218d83bc9fb13f249672b93dd35a1 5344 libinovasdk-dev_1.3.6-5_amd64.deb
 802db12da9fe35b639d9ccdd8cff6cacc83873f8 6324 
libinovasdk1-dbgsym_1.3.6-5_amd64.deb
 48af99ab40aeca6eec2b3694688428f26bd76b40 27288 libinovasdk1_1.3.6-5_amd64.deb
 148ea4765d1ed2b3094f216c530864a0c642bdaf 7828 
libinovasdk_1.3.6-5_amd64.buildinfo
Checksums-Sha256:
 8960d5a272a627a0ad9ad25717959d72bb5c23bd69d848d19dd405d09a1ebec0 2328 
libinovasdk_1.3.6-5.dsc
 df1e4a9b588ef764117b59439741f46288277cec7b732202829d7584d3ed7878 320876 
libinovasdk_1.3.6.orig.tar.gz
 8d5d8383aa597ea41fe0fd33855934f289f80b6f40878ac31a2eea1ea86dd293 2824 
libinovasdk_1.3.6-5.debian.tar.xz
 6ff30badece759e4737942c14c5112dc4f891714146c98188ef15e66a2bec525 5344 
libinovasdk-dev_1.3.6-5_amd64.deb
 35d6b87950365864c15a9f82720c7a19d81521de280c6e53b365f6a136c6a118 6324 
libinovasdk1-dbgsym_1.3.6-5_amd64.deb
 9a7ff5369a32bb57490aed0116398d2fd8bebd1cf677ae37b408af4f5253538e 27288 
libinovasdk1_1.3.6-5_amd64.deb
 2abca4f6dfa1cd2e032b0a259fee91696b11dff64df0a3702402a1ae919f13b7 7828 
libinovasdk_1.3.6-5_amd64.buildinfo
Files:
 6cf6b2e708e34f97291d3be4cdfc63b0 2328 non-free/libs optional 
libinovasdk_1.3.6-5.dsc
 f7f9142f3238d52a7ba9628fcd841663 320876 non-free/libs optional 
libinovasdk_1.3.6.orig.tar.gz
 391e90a8bb236ed1050f7dd3f7740cac 2824 non-free/libs optional 
libinovasdk_1.3.6-5.debian.tar.xz
 57e0476d81ec503aca05bd84f4aa46db 5344 non-free/libdevel optional 
libinovasdk-dev_1.3.6-5_amd64.deb
 924f7dd2d56a4b0818793c85d869652e 6324 non-free/debug optional 
libinovasdk1-dbgsym_1.3.6-5_amd64.deb
 4c3e52b445feef87b1f97c87f8aafc04 27288 non-free/libs optional 
libinovasdk1_1.3.6-5_amd64.deb
 e94878cdd82460cae473b12c163ef3e9 7828 non-free/libs optional 
libinovasdk_1.3.6-5_amd64.buildinfo

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

iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAmmRyPFfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYR3uCD/91DoTcAKZwpTKZoo3w30lw3IFo3odl
3qF6b1J3HLow7O1eO/7WSq7U1P8XzjyZ5YUm3aHQUpm9wcD4PYUbaGK/IImy/1wU
2cd1eC0cTP11S/DUel8682O3R0EmXhSfGc0VfDPXpq7EkrDLQL2Uephjatw3CDFW
+eClSLLulHUKD1rREaQ/qSw26eGxHqlc4JNxJWf24Pq4+YYfS4rcew4a95ayIsAw
rvMxgxwfACjtkF+H1xBhedc+V44AnjlEIJv067woVJEVRvvIVsnGkWMI7Gmrxjor
Vh2CqpjZGjdZISTs0BjUDBVxGvnzpjbXeXQUyrN+dFU8FhwAVt5cX2k6iHSPErSN
t7IFzqnpdZQETzYqX/g8atdI8qcAZhA1NJrndSt29PwnV+t+tSfm4S2dAN4HdX3y
ENUC/FvFewWD89fWHG6ARZftziCRjRuzw/2wRs3oP1fAOEopLM6EJW5q421qyvsR
NpBpH240ijkoy+jNbrv+RjNO5XM8SlV1zRL6dE8d4RQrMp49YlNk+bWflY2oZ7F1
Ctd3WsJoKC/M0eEwS5NLVkT0pjqozKAZCKV/EYNRtpL3/kTmd67yoH/98zk7ao1F
1oXgZk3R64dZcIVtxnJuoPPnANi+Ygf47Nd/hF7vxRFtaBEPxHns+6FPUpihdfyq
SjLXH36A+BIQQw==
=AklQ
-----END PGP SIGNATURE-----

Attachment: pgpiKeY4pP434.pgp
Description: PGP signature


--- End Message ---

Reply via email to