Your message dated Wed, 18 Feb 2026 15:49:48 +0000
with message-id <[email protected]>
and subject line Bug#1125546: fixed in libmicam 1.0+20221224111636-4
has caused the Debian Bug report #1125546,
regarding libmicam: 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.)


-- 
1125546: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1125546
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libmicam
Version: 1.0+20221224111636-3
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:libmicam, 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:7: override_dh_auto_configure] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: libmicam
Source-Version: 1.0+20221224111636-4
Done: Thorsten Alteholz <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libmicam, 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 libmicam 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: Tue, 17 Feb 2026 15:17:52 +0100
Source: libmicam
Binary: libgxccd libgxccd-dbgsym
Architecture: source amd64
Version: 1.0+20221224111636-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Team 
<[email protected]>
Changed-By: Thorsten Alteholz <[email protected]>
Description:
 libgxccd   - library for cameras made by Moravian Instruments
Closes: 1125546
Changes:
 libmicam (1.0+20221224111636-4) unstable; urgency=medium
 .
   * add cmake4.patch (Closes: #1125546)
Checksums-Sha1:
 fe492fb5b786f6615e4aa5b99712fee5e85a3ef0 2320 libmicam_1.0+20221224111636-4.dsc
 a72f89e5a043b08a47b396f7ef2d7a60364be818 402407 
libmicam_1.0+20221224111636.orig.tar.gz
 2e21f00e1575a029c53df4a5d78374da5d8673da 3464 
libmicam_1.0+20221224111636-4.debian.tar.xz
 2dd9b98f0f85d88334c865a8b08cf627edcd878a 3200 
libgxccd-dbgsym_1.0+20221224111636-4_amd64.deb
 e4ea4207c7d6c0ac9ffd312c37174575b81f9597 61724 
libgxccd_1.0+20221224111636-4_amd64.deb
 35862562efc4e0bf76ff5e9d206fc03ea9b4290a 7598 
libmicam_1.0+20221224111636-4_amd64.buildinfo
Checksums-Sha256:
 be05d662a2c6ae48ec410b375805334f14dd9c5099dfdd51d2d6751f76438813 2320 
libmicam_1.0+20221224111636-4.dsc
 484fd230e51fa92b1f331622baada2c7d3ed200b26a24cbff245375e306b0bdb 402407 
libmicam_1.0+20221224111636.orig.tar.gz
 55006e64fff6e9fc510df0bdffa0c089add111e290f6e3db9b4b7a30c4f1f2b5 3464 
libmicam_1.0+20221224111636-4.debian.tar.xz
 7ffcb6f64b64f7653a7e457c0b03e19632570f837b173debad13afb646e78ead 3200 
libgxccd-dbgsym_1.0+20221224111636-4_amd64.deb
 3bbdcb9303cbc1f7c54c72b59a2b007f14d3310287eb017c46751f25e9dba961 61724 
libgxccd_1.0+20221224111636-4_amd64.deb
 c8edf2f48154dcc9e86cf606009b5233e1107c952aa12bca25b3c36ee9af4d8c 7598 
libmicam_1.0+20221224111636-4_amd64.buildinfo
Files:
 e72915f24da81b1e873c8afd1ee7d887 2320 non-free/libs optional 
libmicam_1.0+20221224111636-4.dsc
 6ce032bc365252d116caf2c0ead87b28 402407 non-free/libs optional 
libmicam_1.0+20221224111636.orig.tar.gz
 90ccdfcc3eeb1637d0f284436e42ce0d 3464 non-free/libs optional 
libmicam_1.0+20221224111636-4.debian.tar.xz
 25b82c0b6999ebf70f6992824d8c6197 3200 non-free/debug optional 
libgxccd-dbgsym_1.0+20221224111636-4_amd64.deb
 7d63f6d67b93d39e23578b7f8e8b329d 61724 non-free/libs optional 
libgxccd_1.0+20221224111636-4_amd64.deb
 bd94f489a725ad4d1b5ccfb43b3eb18f 7598 non-free/libs optional 
libmicam_1.0+20221224111636-4_amd64.buildinfo

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

iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAmmV2RhfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYRyz9EACGXq7AkDLhpDb1Wj5bW3AfG6xipGa1
gjzXQMUVNZy0sBLjRqe/0P4wmnDYrOVEOyhPuiw+nlMeSuUP1hTpYv2sLbHn9P/P
jE7YKMsZor/gx2YNj1FPyE2wovPrnsbBGCws25M3m2K4y1PmUxwr+9zwcNdfpwd2
/BDaI1x8015P/ZBBlrW+8NbyT/cJYV7jAH4lH8X11cOoq/mnKoPh1KebF9HM6NLD
saeFnbz45czZ7GDE3QkcgboFab16sQz2VadUOtmi/sj/oeJZ393Avw8Y58wNeiO4
OfswzRgsvqLMbCgWjN9dRLbN322QitfPTpP5hg49crCf8exkSf/p68k5q1vigi1s
rfQkrUsvYNFN4H1jrlVBJpbjDkqjh8Q8h252mE6TK0hfKkNmB0VqC3DbT8/IpirB
ariKa1nLr0p0y4+J6pU/CnilqyjwO563MWPORm/lxTXn/Kx9fjAezIOKa38S3yQZ
iGkYz4Vk0GvX/1aaQF/+mOvlm6PLuNOERyU8rTjEj3aRIVtgjE4JcuMbdn/RAGBy
yreSsknKZY31T809/6FPyJMyKYSvt49duzuTSMnR1KWSej3uIc41sPkWhCBqwiMr
72/wINnZcfsQEdLh/TpXsH7POP7TVJEvwQrInhf6Ax4v0P8re3JLYbZ+19xzDLQ0
/pTnE+kJ8cnv1Q==
=LRc4
-----END PGP SIGNATURE-----

Attachment: pgp_9wkWdsPk4.pgp
Description: PGP signature


--- End Message ---

Reply via email to