Your message dated Sun, 15 Feb 2026 12:34:23 +0000
with message-id <[email protected]>
and subject line Bug#1125607: fixed in libfishcamp 1.2+20220607003151-4
has caused the Debian Bug report #1125607,
regarding libfishcamp: 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.)
--
1125607: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1125607
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libfishcamp
Version: 1.2+20220607003151-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:libfishcamp, 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: libfishcamp
Source-Version: 1.2+20220607003151-4
Done: Thorsten Alteholz <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libfishcamp, 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 libfishcamp 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: libfishcamp
Binary: libfishcamp-dev libfishcamp1t64 libfishcamp1t64-dbgsym
Architecture: source amd64
Version: 1.2+20220607003151-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Astronomy Team
<[email protected]>
Changed-By: Thorsten Alteholz <[email protected]>
Description:
libfishcamp-dev - library for cameras made by Fishcamp Engineering -
development fi
libfishcamp1t64 - library for cameras made by Fishcamp Engineering
Closes: 1125607
Changes:
libfishcamp (1.2+20220607003151-4) unstable; urgency=medium
.
* add cmake4.patch (Closes: #1125607)
Checksums-Sha1:
bc6ae929022337b874462809e3969bdec3cd7939 2377
libfishcamp_1.2+20220607003151-4.dsc
5c8820943b03dacd85e6d909322ef1977570de7a 108262
libfishcamp_1.2+20220607003151.orig.tar.gz
7e76ab007830710734f37da5167fe5f3c6a7fba1 2824
libfishcamp_1.2+20220607003151-4.debian.tar.xz
b24053da652e4d371229000599ec8a910156bd6e 8424
libfishcamp-dev_1.2+20220607003151-4_amd64.deb
0c33d01de5230e96ad5e5f86f4508b66c8cce77d 40776
libfishcamp1t64-dbgsym_1.2+20220607003151-4_amd64.deb
af1a94cb7710e6e1e7cc14e106c2ed999cb1d7d7 45728
libfishcamp1t64_1.2+20220607003151-4_amd64.deb
8ccfd10a5b94c64f524589478ebc00f7c402a2e2 8917
libfishcamp_1.2+20220607003151-4_amd64.buildinfo
Checksums-Sha256:
9973779c179cdc32e85d431ae32cbf3ab4e982463ba2514bc3d9dd9981414477 2377
libfishcamp_1.2+20220607003151-4.dsc
af712935e34da1dfe4ed93a28136c28d0176ed04abcc599ebf8170f06dc19ddc 108262
libfishcamp_1.2+20220607003151.orig.tar.gz
c63ba5fc4b22ec40298a5b7e4086e9419d01b62a0f3392856101be40f239f466 2824
libfishcamp_1.2+20220607003151-4.debian.tar.xz
7faa62486573e7d04159d16d89f973bb4c0fb71ebc798a67638783c1a52af8db 8424
libfishcamp-dev_1.2+20220607003151-4_amd64.deb
8bfc20c29387d4209086322458ff5d7fcf34b8666dd90d13434c532052aeb3f1 40776
libfishcamp1t64-dbgsym_1.2+20220607003151-4_amd64.deb
e115559547d7a914bd46e363c116f05deaa8d12d2160d65cda133206f9464e64 45728
libfishcamp1t64_1.2+20220607003151-4_amd64.deb
6781ca0dc3ed371697b67254473822a6f2dccae22327ad474cb7a9b765df9ae4 8917
libfishcamp_1.2+20220607003151-4_amd64.buildinfo
Files:
935e36bdd73a28f3eedc57c27d79bfc5 2377 non-free/libs optional
libfishcamp_1.2+20220607003151-4.dsc
587ed997d1b174a579a8a4f7883917a0 108262 non-free/libs optional
libfishcamp_1.2+20220607003151.orig.tar.gz
664fbe51aa0fa97c217c4105c0dbce0c 2824 non-free/libs optional
libfishcamp_1.2+20220607003151-4.debian.tar.xz
754a15fd5353c07687ac18a1f5497bf4 8424 non-free/libdevel optional
libfishcamp-dev_1.2+20220607003151-4_amd64.deb
1e18f45b6e107fcfa952aa795d52ec73 40776 non-free/debug optional
libfishcamp1t64-dbgsym_1.2+20220607003151-4_amd64.deb
fbdd1bab0d09cc8f3274b6c445829c64 45728 non-free/libs optional
libfishcamp1t64_1.2+20220607003151-4_amd64.deb
52679166b1390751c34a459e9354f4e3 8917 non-free/libs optional
libfishcamp_1.2+20220607003151-4_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQKnBAEBCgCRFiEEYgH7/9u94Hgi6ruWlvysDTh7WEcFAmmRuThfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDYy
MDFGQkZGREJCREUwNzgyMkVBQkI5Njk2RkNBQzBEMzg3QjU4NDcTHGRlYmlhbkBh
bHRlaG9sei5kZQAKCRCW/KwNOHtYR75+D/90x1yDjg9HYVsIUeVfbRY6T8U2UrYw
b51TB7TKpxCG95AEwpgOGYgRKuDXJtnhKxsbLrbnINj21SBtdyn/5l/Gus8MbFaD
OQSr0hBMvIGXqPQQmGaS8isB2bFcDYULzJQyx5rYksVHAfcRf9Y8Ej5ur+Wxgrtl
wjOGoh99xl1+4Cl1EzoD6Pbb5/sg7eoM5eJ7QCYShiQb1nIc9le2aLHvDh0w+Pwo
qLVOErEHYI7QnVtvd8K+1kg2+rH5WXPvoB6rnoL0W/WTsrZj+GrEB8zeFqzKoh/M
73bN2GLKPinRbL/5LsyZsBpbIS6pUGjT8jOtLTFieio1E9NZfDrT6YyKUldjkykf
Xi4tlzXWLWJZ/ZkJN2aEb2SPf5mId704z4iDqHes+xplAT+32JteMD052C3m1NtJ
9K058TJtdLw7ILen+w/KpWv6UGSwfK17Gkrm/lffsg7xVfzpu+vEm/HAQY3gyJss
F8n3g758sks9G6yi4jsdCcTXz1TmKZDbiQFUL6OhZyGtUmtH9yoMVDxTAQjEYuYA
r8sri5y63rwbaq6HrWuGLVMnHt5WKJAiKXdQ6MPJPodp+Q8QnkqWNEXhVIE1xYoJ
daALdZD2OuwdfQDpmrghrIUL8pN20jhFRsISE8tCXF9kTPAu6P/XCO2vbeKYjbjB
eKRTNzjvyErTZw==
=q6/L
-----END PGP SIGNATURE-----
pgpbYgmhKUGSO.pgp
Description: PGP signature
--- End Message ---