Your message dated Thu, 29 Jan 2026 15:06:50 +0000
with message-id <[email protected]>
and subject line Bug#1125529: fixed in freespace2 25.0.0~rc11+repack-1
has caused the Debian Bug report #1125529,
regarding freespace2: 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.)


-- 
1125529: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1125529
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:freespace2
Version: 24.2.0+repack-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:freespace2, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
VER=24.2.0
DEB_BUILD_OPTIONS:environment=parallel=2
DEB_BUILD_MAINT_OPTIONS:file=hardening=+all
dh clean --builddirectory=_build
   dh_auto_clean -O--builddirectory=_build
   debian/rules execute_after_dh_auto_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
VER=24.2.0
DEB_BUILD_OPTIONS:environment=parallel=2
DEB_BUILD_MAINT_OPTIONS:file=hardening=+all
rm -f -rf code/imgui_extensions
rm -f -rf lib/libRocket
rm -f -rf cmake/external/rpavlik-cmake-modules
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_autoreconf_clean -O--builddirectory=_build
   dh_clean -O--builddirectory=_build
 debian/rules binary
VER=24.2.0
DEB_BUILD_OPTIONS:environment=parallel=2
DEB_BUILD_MAINT_OPTIONS:file=hardening=+all
dh binary --builddirectory=_build
   dh_update_autotools_config -O--builddirectory=_build
   dh_autoreconf -O--builddirectory=_build
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
VER=24.2.0
DEB_BUILD_OPTIONS:environment=parallel=2
DEB_BUILD_MAINT_OPTIONS:file=hardening=+all
cp -a cmake-modules cmake/external/rpavlik-cmake-modules
cp -a librocket lib/libRocket
cp -a lib/imgui/extensions code/imgui_extensions
dh_auto_configure -- \
            -DCMAKE_BUILD_TYPE=Release \
            -DCMAKE_INSTALL_PREFIX=/usr/games/ \
        ;
        cd _build && 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 
-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/games/ ..
CMake Error at CMakeLists.txt:2 (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 _build && tail -v -n \+0 CMakeCache.txt
==> CMakeCache.txt <==
# This is the CMakeCache file.
# For build in directory: /<<PKGBUILDDIR>>/_build
# 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=Release

//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>>/_build/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/games/

//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>>/_build
//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 _build && 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 
-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/games/ .. returned exit 
code 1
make[1]: *** [debian/rules:26: override_dh_auto_configure] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:20: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: freespace2
Source-Version: 25.0.0~rc11+repack-1
Done: Sébastien Noel <[email protected]>

We believe that the bug you reported is fixed in the latest version of
freespace2, 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.
Sébastien Noel <[email protected]> (supplier of updated freespace2 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: Thu, 29 Jan 2026 09:29:17 +0100
Source: freespace2
Architecture: source
Version: 25.0.0~rc11+repack-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Games Team <[email protected]>
Changed-By: Sébastien Noel <[email protected]>
Closes: 1125529
Changes:
 freespace2 (25.0.0~rc11+repack-1) unstable; urgency=medium
 .
   * New upstream release.
     + Fix FTBFS with CMake 4.2 (Closes: #1125529)
   * Update d/copyright
   * Revert back to embedded imgui
   * Remove freespace2-data-{gog,volition} & video package skeletons.
     The supported way is to use game-data-packager.
Checksums-Sha1:
 bf7cfe48e82d47e32c96b059161116a217d1ecbb 2879 
freespace2_25.0.0~rc11+repack-1.dsc
 95cc56d843dbd22d2be07d16b2923de7b4121516 207364 
freespace2_25.0.0~rc11+repack.orig-cmake-modules.tar.xz
 3f3bb52a7be304580fd8f6a195f23298a08c5e07 383332 
freespace2_25.0.0~rc11+repack.orig-librocket.tar.xz
 bca0ae5a53f936a46ddf5e548cfc308568ebcb54 6120900 
freespace2_25.0.0~rc11+repack.orig.tar.xz
 874563b555bc654ed4efccb54411c83a6d8f0024 140504 
freespace2_25.0.0~rc11+repack-1.debian.tar.xz
 ffd6d7b31cf9cf9191f372754744a37cba645323 16591 
freespace2_25.0.0~rc11+repack-1_amd64.buildinfo
Checksums-Sha256:
 c5664aa62f10170a7a0ec33902a1b3ca073ccb06641c2e464bc8303a6de17e51 2879 
freespace2_25.0.0~rc11+repack-1.dsc
 37bde126409c5614db9304b8de58484ba64d41fcc602f55d1938c1c38f0ecac3 207364 
freespace2_25.0.0~rc11+repack.orig-cmake-modules.tar.xz
 6b3b4cf51dd32dc820a5a8c2d85bc541de68ab6dfbeeb5504a5aa1420dfeb3ea 383332 
freespace2_25.0.0~rc11+repack.orig-librocket.tar.xz
 99470f144e6288ebf0d3ab7d4a0c8e4cb254bc11b84860144d519ad8702787f5 6120900 
freespace2_25.0.0~rc11+repack.orig.tar.xz
 641a28826c99ff2a2266c0b2bb7e72e0e36a1be7d834326e2b7bf62ff0a0b473 140504 
freespace2_25.0.0~rc11+repack-1.debian.tar.xz
 4f59002cbc87e20356d4ccef30ff98565d1502465bb8fa18cc7b987b97808485 16591 
freespace2_25.0.0~rc11+repack-1_amd64.buildinfo
Files:
 d59ef9492663f9cc9d5dc0ef8899d98a 2879 non-free/games optional 
freespace2_25.0.0~rc11+repack-1.dsc
 42555f1daea6365018a25da7da7db925 207364 non-free/games optional 
freespace2_25.0.0~rc11+repack.orig-cmake-modules.tar.xz
 7e4d63a23d7f77d3f66aa47f8894f643 383332 non-free/games optional 
freespace2_25.0.0~rc11+repack.orig-librocket.tar.xz
 0216994989a70d96a3c3a5b93757482a 6120900 non-free/games optional 
freespace2_25.0.0~rc11+repack.orig.tar.xz
 7b66f257c32191278b37513806c82d0c 140504 non-free/games optional 
freespace2_25.0.0~rc11+repack-1.debian.tar.xz
 be5870671a47f5bf8f24b54231d2622d 16591 non-free/games optional 
freespace2_25.0.0~rc11+repack-1_amd64.buildinfo

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

iQFJBAEBCgAzFiEEdlP6my3wO8aMe9FCrKAIuMk0p9QFAml7XXoVHHNlYmFzdGll
bkB0d29saWZlLmJlAAoJEKygCLjJNKfUWR4H/RpVOT55dbbnlpjOzts++OUDjDSl
tTbkOB/Uu4Kyes8G4yFQnbGeX4vscXR6ep6G0AFsXEoeEVii1YUWsUEo4l0VlBE/
nglICAM4mRFQh26Pcu8JQPjY08Zt2/nJaFtf3E28Y4U6lvNDQOlsfrOLD955yDaA
0vovJg3eubx3Ih5yl9mquxbDVIqPwvrfEpsv5xC1WcIc7bea3OhVH5Z9sl2eBS8N
p0AAQ5zyCfq5I8sw0NMEVmTvh29icC9SEM7jWiSK4M8ha8j9wTcwz1LR/spjaZg5
Y96/N8Rw7BeU3Hv2X+YazO/G9m4uQiOgdtXP7iYKWE/QF/kqvBlhxw3+Suc=
=frVT
-----END PGP SIGNATURE-----

Attachment: pgpEbDk35zLT4.pgp
Description: PGP signature


--- End Message ---

Reply via email to