Your message dated Sun, 12 Apr 2026 05:33:43 +0000
with message-id <[email protected]>
and subject line Bug#1112757: fixed in bmagic 7.13.4+dfsg-1
has caused the Debian Bug report #1112757,
regarding bmagic: 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.)
--
1112757: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1112757
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: bmagic
Version: 6.3.0-1
Severity: serious
User: [email protected]
Usertags: cmake-4
Dear maintainer,
During a test rebuild for CMake 4, bmagic failed to rebuild.
Log Summary:
-------------------------------------------------------------------------------
[...]
8637b9f4f72d50aa10f768082b7dc3773d200a084604b50bef117747b7e47aaf 20013140
bmagic_6.3.0.orig.tar.gz
9ded36cea37a9f90e9a91282c5f0c8a3306e5ec8c3fd19f770103979156975c9 3672
bmagic_6.3.0-1.debian.tar.xz
Files:
95abacee43087b6671b013bb9108886b 20013140 bmagic_6.3.0.orig.tar.gz
0cf3d59dbc386e0ef9903333d6597e8d 3672 bmagic_6.3.0-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEz9ERzDttUsU/BH8iLNd4Xt2nsg8FAl6bp4IACgkQLNd4Xt2n
sg+I9A//UnayUSFvs9TE5RN7zAOcinkCQzivYtNErt4l+n1Ba2PziVQHO3guwzOJ
DXEdTjBltIGUqfr0/GRshmxYqv+NeI8d++SefmB6erVvIYdfhji9nXoQAixEL6AI
iM5lwrkjrd2WgxUxBSKV3ogTTMFcURZet8R7YDtd/doi3G97LTEAavVi+MF7vOc5
lQowi91ZANFxkIs0N8NHBSAP6ceEDtD1qTeZtvbO4Tbu2evAWp6rIVtZGiAwfkum
8SZZAsP72JMTW4Lzil+QBQOLBejStOti8lsfzznFoZgsuT5No+JeIIPY/1OxMeC9
tS0mMonhfEFyXNjmsrUOFLTW4nnWwKYvXuAHarcuw6cLDURvyHulw9nDW2XtLnRg
+BbwmL4XLymPYbHL8hsKSEPZeMg1XfNoRVkDJUcGVdGbDPRA3NaCh2BMPGkFQP8V
tpwM2DjsLJjMsDb/S3cvmeBMkZJ/TeT7c00tmluXojvJ3MIxwZ1pQWQbev5d/eek
W+JjyjA2VuR0bl3f6BHwRbl9XngDSYOrIzgdhWkuMwD8yJSOcPs5WAnJRWRgvpZd
BwE1g4FjEsZuMWMQcImyfv8SKXoQdaZUUemWpannYCl7gTT5TMuXclfkgQL8M0Sb
AGvWq5TwNpdORRyY5IBuAnySWOQQhZFIv4YKvU8uLmFmWzMW0Fs=
=FL7d
-----END PGP SIGNATURE-----
dpkg-source: warning: cannot verify inline signature for ./bmagic_6.3.0-1.dsc:
no acceptable signature found
dpkg-source: info: extracting bmagic in /build/reproducible-path/bmagic-6.3.0
dpkg-source: info: unpacking bmagic_6.3.0.orig.tar.gz
dpkg-source: info: unpacking bmagic_6.3.0-1.debian.tar.xz
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 bmagic
dpkg-buildpackage: info: source version 6.3.0-1
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Roberto C. Sanchez
<[email protected]>
dpkg-source --before-build .
dpkg-buildpackage: info: host architecture arm64
dpkg-source: info: using options from bmagic-6.3.0/debian/source/options:
--diff-ignore --tar-ignore
debian/rules clean
dh clean -Scmake
debian/rules override_dh_auto_clean
make[1]: Entering directory '/build/reproducible-path/bmagic-6.3.0'
rm -rf /build/reproducible-path/bmagic-6.3.0/debian/generated-doxygen
dh_auto_clean
make[1]: Leaving directory '/build/reproducible-path/bmagic-6.3.0'
dh_clean -O-Scmake
rm -f debian/debhelper-build-stamp
rm -rf debian/.debhelper/
rm -f -- debian/bmagic.substvars debian/files
rm -fr -- debian/bmagic/ debian/tmp/
find . \( \( \
\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o
-type f -a \
\( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
\) -exec rm -f {} + \) -o \
\( -type d -a \( -name autom4te.cache -o -name __pycache__ \)
-prune -exec rm -rf {} + \) \)
debian/rules binary
dh binary -Scmake
dh_update_autotools_config -O-Scmake
cp -an --reflink=auto config.guess
debian/.debhelper/bucket/files/b6432e2766ed3a68f05abcf2705ddd7e56f50d0f19f6bed77811371e0aac6a46.tmp
mv
debian/.debhelper/bucket/files/b6432e2766ed3a68f05abcf2705ddd7e56f50d0f19f6bed77811371e0aac6a46.tmp
debian/.debhelper/bucket/files/b6432e2766ed3a68f05abcf2705ddd7e56f50d0f19f6bed77811371e0aac6a46
cp -f /usr/share/misc/config.guess ./config.guess
dh_autoreconf -O-Scmake
dh_auto_configure -O-Scmake
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 "-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/bmagic-6.3.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/bmagic-6.3.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_SYSCONFDIR:UNINITIALIZED=/etc
//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/bmagic-6.3.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/bmagic-6.3.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 "-GUnix Makefiles"
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/aarch64-linux-gnu ..
returned exit code 1
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------
Build finished at 2025-08-29T14:39:28Z
-------------------------------------------------------------------------------
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/2389471/
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/152462/
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: bmagic
Source-Version: 7.13.4+dfsg-1
Done: Andreas Tille <[email protected]>
We believe that the bug you reported is fixed in the latest version of
bmagic, 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.
Andreas Tille <[email protected]> (supplier of updated bmagic 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: Sun, 12 Apr 2026 07:17:22 +0200
Source: bmagic
Architecture: source
Version: 7.13.4+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 976517 1043797 1112757 1114073 1133298
Changes:
bmagic (7.13.4+dfsg-1) unstable; urgency=medium
.
* New upstream version
Closes: #1112757, #976517
* Maintain package in Debian Science team
Closes: #1133298
* Remove Roberto from Uploaders (thank you for your previous work
on this package)
* Secure URI in Homepage
* d/README.source: Removed since redundant
* d/copyright:
- Review (syntax and content)
- Files-Excluded: doc/html
(remove prebuilt doxygen doc with lots of binaries)
* d/watch:
- version=5
- Repack-Suffix: +dfsg
* Standards-Version: 4.7.4 (routine-update)
* debhelper-compat 13 (routine-update)
* debputy lint --auto-fix (routine-update)
* d/rules: -Wno-template-body
Closes: #1114073
* Fix clean target
Closes: #1043797
Checksums-Sha1:
f4516da14dd5e72a1a33ba853fde963c37ecc6e0 2049 bmagic_7.13.4+dfsg-1.dsc
a5d0bd496b3a0638beec93828d0291cb2c50ded1 9795824 bmagic_7.13.4+dfsg.orig.tar.xz
87651a96384bbbb387be5207554c527c9a06400b 4024
bmagic_7.13.4+dfsg-1.debian.tar.xz
4a66ed94dd2a6ebbeed9594cb7ba61ef0dc3bc51 8705
bmagic_7.13.4+dfsg-1_amd64.buildinfo
Checksums-Sha256:
a865072d7dffe2f0a196ae43bb89dcf576003f422fe3298eedb6659a9bb7109c 2049
bmagic_7.13.4+dfsg-1.dsc
d71b7ddc0cbffc40f2dd628637d42e9f2b24b81f957edc2b88d378cd8df0f387 9795824
bmagic_7.13.4+dfsg.orig.tar.xz
5ce8bb2e240175c02166ed7a461043cfd1b05ca8f0234dbc1a06204c86db8cf7 4024
bmagic_7.13.4+dfsg-1.debian.tar.xz
3ef8e4dd2b02f16a86a2c7d06dd01c73b9a3a51fc84afb37d672900d2739a2fc 8705
bmagic_7.13.4+dfsg-1_amd64.buildinfo
Files:
ab090e87751fe267331755e03baa58d5 2049 libdevel optional
bmagic_7.13.4+dfsg-1.dsc
49fd157a34d0b85f00683af2675900c9 9795824 libdevel optional
bmagic_7.13.4+dfsg.orig.tar.xz
5f5ecb4f2403492212d80bd66595859c 4024 libdevel optional
bmagic_7.13.4+dfsg-1.debian.tar.xz
2c73781aa68c159a7600fda101943fb1 8705 libdevel optional
bmagic_7.13.4+dfsg-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmnbLJMRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtFe6g//WCigiNYJNQ8j5Q3UZMTVj6xYt4OyhODL
XEIQL0LmBhmLqaUliUJSe1rsTIQrox/mhCff7uuxAdjA5PAfT4b8w9loQ1zV+rpb
vw61H76wAEJCvz/+fLw5dOOEs+oeR9jaPj1Iqviw4uYwV6x9ZU6L693Y8jLT3TuG
s50UJw7T4rYou3pljoNZJ2UZeD4Ye0ruEeiqz67uYoKCBlS1L3mnyUoHHFGzYQeD
E6L3xKYXJk4jjncV9QNPmshoOoL+8DUwE5bOgRz8T99SC69QPJJ9HFd1YJ+xtLWS
1G9WMQ+7yn6PxMaZx14+8j+5IbrJfEvhgzCY4jdFn90HVOY1PRxdI6ymI0h4rZaH
JYBqZiBAmtZODgwec3cj9FJjnoslJbnUhwh3C73TzZCOt5mNZDmXjDkfhf0svmtG
hvZNaW8l1u3HCpfxzan4L2tZ1uNGcxJ+vOTbN4bKPiZuXzdUVUBcEF7w/qqR9n1u
v6FWwHiTWkpmt4dQhHzDGoqmMZOuxQZr5pdZGzmjkbvFePqJ81dnwGhneUaBwfOy
kxD718rfDhStsgqIoM0ZitPnDhvEhzviuR1o8PtY71scMBoMGQWg4mhIbPMzetL5
nNQgZrKhORlygquvfQUtOb+xF311Xln4GFyq8AVIJ30KyZzRGq8FjDR+GlX4NhZW
OX1dkn1L2bA=
=qXs3
-----END PGP SIGNATURE-----
pgp8ei2r9JyC4.pgp
Description: PGP signature
--- End Message ---