Your message dated Tue, 20 Jan 2026 07:34:28 +0000
with message-id <[email protected]>
and subject line Bug#1125530: fixed in gcem 1.18.0-2
has caused the Debian Bug report #1125530,
regarding gcem: 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.)


-- 
1125530: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1125530
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:gcem
Version: 1.18.0-1
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:gcem, 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:21 (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: gcem
Source-Version: 1.18.0-2
Done: Fabian Greffrath <[email protected]>

We believe that the bug you reported is fixed in the latest version of
gcem, 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.
Fabian Greffrath <[email protected]> (supplier of updated gcem 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, 20 Jan 2026 08:07:55 +0100
Source: gcem
Architecture: source
Version: 1.18.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <[email protected]>
Changed-By: Fabian Greffrath <[email protected]>
Closes: 1125530
Changes:
 gcem (1.18.0-2) unstable; urgency=medium
 .
   * Remove redundant Priority stanza from debian/control
   * Configure with -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to fix FTBFS
     with CMake 4.2 (Closes: #1125530)
Checksums-Sha1:
 6f39c35d88a94670d8976927cbc7f98e7f936ede 1926 gcem_1.18.0-2.dsc
 d1541b4558dd6e71df848677f3ec098a5c0e964a 1728 gcem_1.18.0-2.debian.tar.xz
 feee53f2f62d43281e7468944e80b0c51e423e21 6821 gcem_1.18.0-2_amd64.buildinfo
Checksums-Sha256:
 72adb0cd37816a94c273c9ff5b0ae1a9144ac67af23b49982ec4e9d5e0c7b897 1926 
gcem_1.18.0-2.dsc
 0e97df66575480971ca0cbeb40a88710b13a2a00bc557d16d274cb3cd2dff2e4 1728 
gcem_1.18.0-2.debian.tar.xz
 65d28e2e997dbe7781a66f6660555405a84f041ad0329238069db6da6ac983d7 6821 
gcem_1.18.0-2_amd64.buildinfo
Files:
 b78b5a9b0ed134acb5324b8d1b2c44c0 1926 libs optional gcem_1.18.0-2.dsc
 867022304b43b665b13ddd1176e6f67d 1728 libs optional gcem_1.18.0-2.debian.tar.xz
 e04d0d41d5fa75abf515c3f176f632f3 6821 libs optional 
gcem_1.18.0-2_amd64.buildinfo

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

iQJGBAEBCgAwFiEEIsF2SKlSa4TfGRyWy+qOlwzNWd8FAmlvKr4SHGZhYmlhbkBk
ZWJpYW4ub3JnAAoJEMvqjpcMzVnfJREP/2Mapo3NJEZ+o42KpXhnW79o7UXp7ouG
VD11ii8HgLDC1cl/4OcwhTXizzTBIIlGmFgGZ5wX29nKjfUy2jyDpVWPeyDKkj0v
Tsorwl8ac4TGrevHV2jMo3OSGFDWxagKlQtyxRrpJJEHch0wegF3rffEtNRgTD1w
zyXmZU68n2rnEShC/5rHaYXaon7NZ0WM5dNaHGu3dEo5btQPlT2XwCfXDuxHiI1u
LZP7fsVjAEC42H+/7SbxjfWUm3pyBdqinQSoXMPqbtst3SKGsj+EIPXSin4D1Jeq
SUCUfw/dVNaheynafgYC9PpjGvHHJtco6lM/sa2xhjcs5XQrQkDXvCPDt95mgxBP
uK+xvgNLkLjIxvGbLpqrp2VJpMJBQqDDE68BLQLh9sNKavS0BCQ+np5ireGljmhX
7fnj8oJizQ4AGp/Xw4olU8EJRP58VtXtDHF7IWQ4p7Har3lUenvLHTVz5nghO8pP
BxoDm0pZeCQ5QW9IS4pgnCMprWz/H1TzMGDnxFH+tHbcvtBeFDxOhmj2g+splzIh
U0ce93txHl63g6ydH770FC2sbEDzo41AASQTtjcxXf+MANTWjFPeluxNuv/Ebg+m
zzqfXdS+Zq7f3nQo4jslGE82Q2wxTNl1bbvnhf0buIAz5DnHxDHqvmXWYrJjBuO6
Vqjvd4mZ5qWq
=YexV
-----END PGP SIGNATURE-----

Attachment: pgpoI0oB1GcSl.pgp
Description: PGP signature


--- End Message ---

Reply via email to