Your message dated Fri, 16 Jan 2026 08:21:25 +0000
with message-id <[email protected]>
and subject line Bug#1125609: fixed in libfm-qt5 1.4.0-8
has caused the Debian Bug report #1125609,
regarding libfm-qt5: 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.)
--
1125609: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1125609
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libfm-qt5
Version: 1.4.0-7
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:libfm-qt5, 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
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- \
-DUPDATE_TRANSLATIONS=OFF \
-DCMAKE_BUILD_TYPE=RelWithDebInfo
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
-DUPDATE_TRANSLATIONS=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
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=RelWithDebInfo
//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.
UPDATE_TRANSLATIONS:UNINITIALIZED=OFF
########################
# 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
-DUPDATE_TRANSLATIONS=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo .. returned exit
code 1
make[1]: *** [debian/rules:11: override_dh_auto_configure] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: libfm-qt5
Source-Version: 1.4.0-8
Done: Andrew Lee (李健秋) <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libfm-qt5, 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.
Andrew Lee (李健秋) <[email protected]> (supplier of updated libfm-qt5 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: Fri, 16 Jan 2026 08:19:49 +0100
Source: libfm-qt5
Architecture: source
Version: 1.4.0-8
Distribution: unstable
Urgency: medium
Maintainer: LXQt Packaging Team <[email protected]>
Changed-By: Andrew Lee (李健秋) <[email protected]>
Closes: 1125609
Changes:
libfm-qt5 (1.4.0-8) unstable; urgency=medium
.
[ Joel Orón Valiente ]
* debian/gbp.conf: Drop compression so salsa CI can build.
* debian/copyright: Add myself.
.
[ Andrew Lee (李健秋) ]
* debian/rules: Set CMAKE_POLICY_VERSION_MINIMUM=3.5 (Closes: #1125609)
Checksums-Sha1:
10cb7e3f03b08c9c1f95311498ac7dcb8dfa9c74 2543 libfm-qt5_1.4.0-8.dsc
13b24687156feccb4f0d90bf9a58dc224e75fdab 398004 libfm-qt5_1.4.0.orig.tar.xz
f73f37fbccb54a8b6a40c798710daadf63dad634 862 libfm-qt5_1.4.0.orig.tar.xz.asc
4c38b81d03f01b24b7c1c24f4b9380b73ec418be 9092 libfm-qt5_1.4.0-8.debian.tar.xz
30b264cb34ae393fbbf9cb3cacf37f85b25556e1 12570
libfm-qt5_1.4.0-8_source.buildinfo
Checksums-Sha256:
b3fcc3fc57c0210f51d894216415ebb2841781b944d0069d432280e0ac4c0f07 2543
libfm-qt5_1.4.0-8.dsc
2ee3882e023df1df31a53f03575856d38364aa63bec39e9a47fde3730d6f7753 398004
libfm-qt5_1.4.0.orig.tar.xz
af018e936843493adcd0aa7a9817e8f1a40ca11107bc1e7306b3bebabe37114a 862
libfm-qt5_1.4.0.orig.tar.xz.asc
98ac9ee0409fd7ee36b08ca741db7e71f93482de5410d97f019e302b60c48328 9092
libfm-qt5_1.4.0-8.debian.tar.xz
8683311c23dd81f63628ec4ef28677a23f8f8d75596ae2239622687fb0f1a75f 12570
libfm-qt5_1.4.0-8_source.buildinfo
Files:
a9076eb7e53d8c67268a640e51df1ee4 2543 x11 optional libfm-qt5_1.4.0-8.dsc
d018e160cefdbccfea8bd550f2d7b517 398004 x11 optional
libfm-qt5_1.4.0.orig.tar.xz
55974864590ce83bc0af8e357ba851d3 862 x11 optional
libfm-qt5_1.4.0.orig.tar.xz.asc
4de1331a018cf3a5bf7e40457e398fd2 9092 x11 optional
libfm-qt5_1.4.0-8.debian.tar.xz
778f27b61136eb165170f531c752c091 12570 x11 optional
libfm-qt5_1.4.0-8_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE703UlH90QYpfEyJV58vhUqwX+XMFAmlp7VMACgkQ58vhUqwX
+XOmWxAAytLFle21oIry7/f8CJhmFxI8GVHYDLZ3YRVR0iC4J/oi3glzZtiJd7Q3
SkjGtp+uw6VErlm/BAAsv2hkjVAueVhMEnUAFSt5I8sMpvJdThSD/hie6GHrAmx4
EGu8S5zG63QiftRlAYPd2JpjpYAlTyCJ/nl6X3/t4k//8YCGxcakuOJNJyu887Og
8wuSMgFa4CrNOYZ+cmQPBRXW4OsymTTVbaYWHZWI+zT9udxIK5eJdlkfiFGepk5i
ZnJ2m6Ix2hsYwlNp9AF6BB8IyNoF1JBMLcovja7qOd7TykyDU4CXrwlnv1co9zQs
C5s3EJW1b7FuXkh+KZQmaEnCme+/nBQMaPqACRWkp7nvPmUrT7Utpl5EXC/8keQF
9sFn3g5aLi0OKWQwi9/Mp6l4/XfZ5iTNkZBB8/hMh87vbti/9ildk4BJyHKbF9gB
lvdpVAWqK6v03KhFWRZezmAtN56DD9M6lISGejXLSpkegps4SEL5L+BYRAfFVC+G
cY8wtuYl7aVdj0OGy32fPDFSBFchtJ5aXzB/MsZrSF1oOuS+zAJ9L5X7QIrLuPgZ
y7pQ/8pKrqwrnkpqWhZjMDpvhi87HubA/BK7GpReqERzvGqU+9hZJ/u8lxa/rFWu
SckYO/wo9dW6V6wnXDgcL0tWem8OM0o9LNyAkShblB0rjSb+9/s=
=o0xC
-----END PGP SIGNATURE-----
pgp8h5ORdl9GX.pgp
Description: PGP signature
--- End Message ---