Your message dated Wed, 21 Jan 2026 10:08:32 +0000
with message-id <[email protected]>
and subject line Bug#1125547: fixed in libphysfs 3.2.0-1
has caused the Debian Bug report #1125547,
regarding libphysfs: 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.)
--
1125547: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1125547
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:libphysfs
Version: 3.0.2-6
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:libphysfs, 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
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- -DLIB_SUFFIX="/x86_64-linux-gnu"
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
-DLIB_SUFFIX=/x86_64-linux-gnu ..
CMake Error at CMakeLists.txt:12 (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
//No help, variable specified on the command line.
LIB_SUFFIX:UNINITIALIZED=/x86_64-linux-gnu
########################
# 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
-DLIB_SUFFIX=/x86_64-linux-gnu .. returned exit code 1
make[1]: *** [debian/rules:12: override_dh_auto_configure] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit
status 2
--------------------------------------------------------------------------------
--- End Message ---
--- Begin Message ---
Source: libphysfs
Source-Version: 3.2.0-1
Done: Patrick Matthäi <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libphysfs, 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.
Patrick Matthäi <[email protected]> (supplier of updated libphysfs 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: Wed, 21 Jan 2026 10:38:53 +0100
Source: libphysfs
Architecture: source
Version: 3.2.0-1
Distribution: unstable
Urgency: medium
Maintainer: Patrick Matthäi <[email protected]>
Changed-By: Patrick Matthäi <[email protected]>
Closes: 1125547
Changes:
libphysfs (3.2.0-1) unstable; urgency=medium
.
* New upstream release.
- Add new files.
- Remove obsolete workarounds from debian/rules.
* Add patch 01-cmake-version to fix FTBFS with CMake 4.2.
Closes: #1125547
* Bump Standards-Version to 4.7.3 (Remove priority field).
* Remove Rules-Requires-Root control field.
* Use debian/watch version 5.
* Fix lintian warning build-depends-on-obsolete-package for libncurses.
Checksums-Sha1:
3c610f1b5432c0cbc880984f7e1c99af9f5331c9 1840 libphysfs_3.2.0-1.dsc
b72908ee4c9684b7e2aa3393353cf8c3e8135bc4 242891 libphysfs_3.2.0.orig.tar.gz
817bd3f8fce3e38e71b638460cda58b15d1c963d 7184 libphysfs_3.2.0-1.debian.tar.xz
d7d369432b87c3e4bce9e78ed48a2ee1a7f0923f 7334
libphysfs_3.2.0-1_source.buildinfo
Checksums-Sha256:
326dc5e531b5489bc973750535b346582fb402bb40ff319608155fd71443135d 1840
libphysfs_3.2.0-1.dsc
c0e718a1f5ba464570a383c12771879aeddb5dabcc3385acc5f14a4c26b93301 242891
libphysfs_3.2.0.orig.tar.gz
0cf4299638b05b4e3436729fec3119cf72dc78e61cdb9bc638130b85c2115ae4 7184
libphysfs_3.2.0-1.debian.tar.xz
fb3ccce88120c896fa4d5c28df9d83f4c31ae663d3f6963f860d208690d3472f 7334
libphysfs_3.2.0-1_source.buildinfo
Files:
2e0f2b0dcab3fc36b6281e71cc51218a 1840 libs optional libphysfs_3.2.0-1.dsc
b8f254a1631982113fdf618a111de4a3 242891 libs optional
libphysfs_3.2.0.orig.tar.gz
1b3757da26b0978e60d64a1639326d00 7184 libs optional
libphysfs_3.2.0-1.debian.tar.xz
251bbeb2068d34e5604d688cde0be186 7334 libs optional
libphysfs_3.2.0-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEWKA9xYJCWk3IuQ4TEtmwSpDL2OQFAmlwoNsACgkQEtmwSpDL
2OTKdA//U9fvHEFTf2bhNBwUPL0eOEo18RY8bPE4k3+G41A+CGQv/oGgnqvIlpsW
9EVNRTERR2i2z5aNzoLjtZ/+QiscG3WJL5Bua9GPgHGmI4+n8/kACvv1ZLkNg7GK
WGMVeRAX/Z2A0c8dZd53QTuKcQShCvtEnowirf3ttbD0EBYlkui3vka8XCBJZH6A
662g7sdG01JKTnnZNvOXvhJlYiUwigGcEIgyPo3zOUsymM6YfIR40es8qgj8m38O
LYLMrRkh4RNLGD7N+rte0Td0FeNVCE++x6RFeY+cBxmnlLvpSbYw5RPJto5mBSwU
n0N3J0N7Azwq3Z6U4MU0bHp+7bRrly39hRW6ZFMfMj3kcNsKJx0R+QkBblx74whv
3hZ1twAxrN4euh3etGPPAS3oqO+dP78su3pZI20eg4Zr+JO2XlOXOGDrYJICLmLA
Dhy1j+GiUcFROU5Jg6gMC6uxTY4R9KRIEvLt1+QepdELOZunfRQcC6prZJgfjX9c
O8fkJgwtNZr2id1md/B/v17Okc5KwJdUD+O8rPgC3Mla69VcG54yXf/i1Hiplrh1
/HJiyVSuWSE/36dq+dzCKQGtp6MEwooC1kD/J8ZzGoz/pZbAR/Ji5/jB3+urgwOQ
lgQAbZRnJt6j6x417JxVW3zoOwn9DIldS7OsBrcQ3Gu7ZEOKJuA=
=0Dct
-----END PGP SIGNATURE-----
pgpxLF28hnZci.pgp
Description: PGP signature
--- End Message ---