Your message dated Wed, 22 Oct 2025 08:56:21 +0000
with message-id <[email protected]>
and subject line Bug#1113264: fixed in maim 5.8.0-1.1
has caused the Debian Bug report #1113264,
regarding maim: FTBFS with CMake 4
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.)


-- 
1113264: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1113264
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: maim
Version: 5.8.0-1
Severity: serious
User: [email protected]
Usertags: cmake-4
Tags: ftbfs, forky, sid

Dear maintainer,

During a test rebuild for CMake 4, maim failed to rebuild.

Log Summary:
-------------------------------------------------------------------------------
[...]

+------------------------------------------------------------------------------+
| Build                                        Sat, 30 Aug 2025 06:19:20 +0000 |
+------------------------------------------------------------------------------+


Unpack source
-------------

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 3.0 (quilt)
Source: maim
Binary: maim
Architecture: any
Version: 5.8.0-1
Maintainer: Patrick O'Doherty <[email protected]>
Uploaders: Antoine Beaupré <[email protected]>
Homepage: https://github.com/naelstrof/maim
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/debian/maim
Vcs-Git: https://salsa.debian.org/debian/maim.git
Build-Depends: debhelper-compat (= 13), cmake, libimlib2-dev, libxrandr-dev, 
libxfixes-dev, mesa-common-dev, libgl-dev, libglm-dev, libxcomposite-dev, 
libslopy7.6, libslopy-dev
Package-List:
 maim deb x11 optional arch=any
Checksums-Sha1:
 76ba4cd73451271e7770c6e656e37cc0e2810fa9 42221 maim_5.8.0.orig.tar.gz
 dad4b947904d3acccbddfa9a53243327a6cef9ee 4232 maim_5.8.0-1.debian.tar.xz
Checksums-Sha256:
 ad16c5db1f9fb606c50c042875fad4cc093422a54deede0f2ca25cef6e839c15 42221 
maim_5.8.0.orig.tar.gz
 0a3ec77ba1d9220817abe5e0308820fc14f508d1d2e561b60ea163fdf9ef7eb9 4232 
maim_5.8.0-1.debian.tar.xz
Files:
 663eca2252a6a330156427ac91b03a9a 42221 maim_5.8.0.orig.tar.gz
 9748b4418cc2bbaf7c35be41cb445ec1 4232 maim_5.8.0-1.debian.tar.xz


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

iHUEARYKAB0WIQS7ts1MmNdOE1inUqYCKTpvpOU0cwUCZ+bnTwAKCRACKTpvpOU0
c4Z7AQCfWeARF2QlOnqhG+gBFoxa6QmtP9OsHLtvylwAC5g5kwD6AgxgDM1OONyK
eJxAWAsw09Ya4il/81wykus5LWAK2AM=
=nKwJ
-----END PGP SIGNATURE-----

dpkg-source: warning: cannot verify inline signature for ./maim_5.8.0-1.dsc: no 
acceptable signature found
dpkg-source: info: extracting maim in /build/reproducible-path/maim-5.8.0
dpkg-source: info: unpacking maim_5.8.0.orig.tar.gz
dpkg-source: info: unpacking maim_5.8.0-1.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying maim_icu76.patch

Check disk space
----------------

Sufficient free space for build

User Environment
----------------

APT_CONFIG=/var/lib/sbuild/apt.conf
HOME=/sbuild-nonexistent
LANG=C.UTF-8
LC_ALL=C.UTF-8
LOGNAME=sbuild
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
SHELL=/bin/sh
USER=sbuild

dpkg-buildpackage
-----------------

Command: dpkg-buildpackage --sanitize-env -us -uc -b
dpkg-buildpackage: info: source package maim
dpkg-buildpackage: info: source version 5.8.0-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Antoine Beaupré <[email protected]>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
 debian/rules clean
dh clean
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/build/reproducible-path/maim-5.8.0'
dh_auto_clean --
rm -rf src/cmdline.h Makefile CMakeCache.txt CMakeFiles cmake_install.cmake
make[1]: Leaving directory '/build/reproducible-path/maim-5.8.0'
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
        cd obj-aarch64-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/aarch64-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-aarch64-linux-gnu && tail -v -n \+0 CMakeCache.txt
==> CMakeCache.txt <==
# This is the CMakeCache file.
# For build in directory: 
/build/reproducible-path/maim-5.8.0/obj-aarch64-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=/build/reproducible-path/maim-5.8.0/obj-aarch64-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/aarch64-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=/build/reproducible-path/maim-5.8.0/obj-aarch64-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=1
//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=/build/reproducible-path/maim-5.8.0
//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.1

dh_auto_configure: error: cd obj-aarch64-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/aarch64-linux-gnu .. 
returned exit code 1
make: *** [debian/rules:22: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2025-08-30T06:19:32Z

-------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here (for the next 30 days):
https://debusine.debian.net/artifact/2403663/

The most likely cause of build failures is the removed backwards compatibility 
for
CMake versions earlier than 3.5. You can find additional information in my
debian-devel announcement:

https://lists.debian.org/debian-devel/2025/04/msg00310.html

About the archive rebuild: The build was made on debusine.debian.net,
using sbuild.

You can find the build task here:
https://debusine.debian.net/work-request/154055/

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks,
Timo

--- End Message ---
--- Begin Message ---
Source: maim
Source-Version: 5.8.0-1.1
Done: Adrian Bunk <[email protected]>

We believe that the bug you reported is fixed in the latest version of
maim, 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.
Adrian Bunk <[email protected]> (supplier of updated maim 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: Mon, 20 Oct 2025 10:38:26 +0300
Source: maim
Architecture: source
Version: 5.8.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Patrick O'Doherty <[email protected]>
Changed-By: Adrian Bunk <[email protected]>
Closes: 1113264 1117564
Changes:
 maim (5.8.0-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Backport upstream fix for FTBFS with CMake 4. (Closes: #1113264)
   * Stop hardcoding libslopy7.6 dependencies. (Closes: #1117564)
Checksums-Sha1:
 c6f30c69433b089833b2905288e8fc022b81a22e 1954 maim_5.8.0-1.1.dsc
 7d5d4f1cae8c8122fdd36171dbeb625667c97ae6 4624 maim_5.8.0-1.1.debian.tar.xz
Checksums-Sha256:
 17fd97a9f652a88d5361bc264ef1d30bd180c1aa61d36b3fa8fa4dd33a6505f3 1954 
maim_5.8.0-1.1.dsc
 dfc6fc8dbf08e2ff34a3f6a1b932da067a50c76b7f7c77fa451c06128f85a14e 4624 
maim_5.8.0-1.1.debian.tar.xz
Files:
 d60830d3a90c02ece4fdad4f31bff496 1954 x11 optional maim_5.8.0-1.1.dsc
 4841ea0672bdc75eaf20fe61ad726ab4 4624 x11 optional maim_5.8.0-1.1.debian.tar.xz

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

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmj16bUACgkQiNJCh6LY
mLE7hxAAgpMgATMKE2vwbADhf8GO3lnzbRd/OoSMrAYH37OCY6ir62k9ReLMoHCs
K03X1MWUzX1C+ewow6i75dei+8WruVG+44wBwH2UqTSojawWYlZXABCyX75p2SLk
3uWkUGGdg/XPSp77EhrLEiPtGSXESSX3kHLF4DKJ4dRit7pXEkOvMfA4PoivlH7h
d80e67F4rTB3vrH+wpKxk68zB2cgWElZIVxx9vVYuY/VyqbG0ikd5ys1zctKz+LS
FH78XjdEWTaOgpxKvD5BFhE3O1uHrb2q87sTZ0ciEIRKxlem3wicfkvVjDBPymC7
GP2moQVPNmeL8Y2n6dWJmRtBIdI6G+FbBdacM2tSR/vAQTHOfNAS4Hl5lBkzx3St
D8HH93KM28Y/hcqxWnqg5OWQ0v/ckEGNjNAlNDSp1RjRQOhgehHX4CTk75mi0kdF
4GeZ59oRQRC6pJq3s35NNDMqAePhf6oWwV9Ad5HJszPPP/wg52KhtzDdgViAQ9hw
xb9hcnyM31rA8v6ZxxHcyZd+HZlBmWmhffvhAx0Dnj/WFoJSqornaqCwG0eQujVQ
xtpwvUcjsRs/eLzzQvQTPdsb45rBVvcJRfR+j9CohuTSnNpHC2G+hEH+U8vNMCLS
GBi3MVWi1WlB5dHsoPkYBjLp3RM00mgM4cMuNxN3gMIJN5lM88E=
=R/YK
-----END PGP SIGNATURE-----

Attachment: pgp0jfhA7hpVE.pgp
Description: PGP signature


--- End Message ---

Reply via email to