Your message dated Sun, 22 Feb 2026 07:04:44 +0000
with message-id <[email protected]>
and subject line Bug#1125557: fixed in plastimatch 1.10.0+dfsg.2-1
has caused the Debian Bug report #1125557,
regarding plastimatch: 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.)


-- 
1125557: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1125557
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:plastimatch
Version: 1.10.0+dfsg.1-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:plastimatch, 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 -- -DCMAKE_CXX_STANDARD=17 -DCMAKE_BUILD_TYPE:STRING=RELEASE 
-DCMAKE_SKIP_RPATH:BOOL=ON -DPLM_CONFIG_DEBIAN_BUILD:BOOL=ON 
-DBUILD_SHARED_LIBS=ON -DBUILD_TESTING:BOOL=ON
        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 
-DCMAKE_CXX_STANDARD=17 -DCMAKE_BUILD_TYPE:STRING=RELEASE 
-DCMAKE_SKIP_RPATH:BOOL=ON -DPLM_CONFIG_DEBIAN_BUILD:BOOL=ON 
-DBUILD_SHARED_LIBS=ON -DBUILD_TESTING:BOOL=ON ..
CMake Error at CMakeLists.txt:7 (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.
BUILD_SHARED_LIBS:UNINITIALIZED=ON

//No help, variable specified on the command line.
BUILD_TESTING:BOOL=ON

//No help, variable specified on the command line.
CMAKE_BUILD_TYPE:STRING=RELEASE

//No help, variable specified on the command line.
CMAKE_CXX_STANDARD:UNINITIALIZED=17

//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_SKIP_RPATH:BOOL=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.
PLM_CONFIG_DEBIAN_BUILD:BOOL=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 
-DCMAKE_CXX_STANDARD=17 -DCMAKE_BUILD_TYPE:STRING=RELEASE 
-DCMAKE_SKIP_RPATH:BOOL=ON -DPLM_CONFIG_DEBIAN_BUILD:BOOL=ON 
-DBUILD_SHARED_LIBS=ON -DBUILD_TESTING:BOOL=ON .. returned exit code 1
make[1]: *** [debian/rules:29: override_dh_auto_configure] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:18: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: plastimatch
Source-Version: 1.10.0+dfsg.2-1
Done: Étienne Mollier <[email protected]>

We believe that the bug you reported is fixed in the latest version of
plastimatch, 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.
Étienne Mollier <[email protected]> (supplier of updated plastimatch 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: Sat, 21 Feb 2026 21:52:09 +0100
Source: plastimatch
Architecture: source
Version: 1.10.0+dfsg.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Étienne Mollier <[email protected]>
Closes: 1124959 1125557
Changes:
 plastimatch (1.10.0+dfsg.2-1) unstable; urgency=medium
 .
   * Team upload.
   * d/copyright: exclude files preventing commercial uses.
   * d/watch: bump to +dfsg.2 repack suffix.
     This change also converts the watch file to v5 uscan Gitlab template.
   * New upstream repack 1.10.0+dfsg.2  (Closes: #1124959)
   * cmake4.patch: fix build failure with cmake 4. (Closes: #1125557)
   * d/copyright: remove superfluous file pattern.
   * d/t/control: drop deprecated skip-not-installable restriction.
   * d/control: drop redundant Priority: optional.
   * d/control: drop redundant Rules-Requires-Root: no.
   * d/control: declare compliance to standards version 4.7.3.
   * d/salsa-ci.yml: disable i386 builds.
Checksums-Sha1:
 074232269db7d00a9ca167b7adaa293573d9c57d 2755 plastimatch_1.10.0+dfsg.2-1.dsc
 9bf3c61c6a0c46836351cc49310d33749cef0ffd 35154228 
plastimatch_1.10.0+dfsg.2.orig-debian-tests-data.tar.xz
 e94ad9172f8eeaf9e6af964f84cf8e974a6c3252 1363088 
plastimatch_1.10.0+dfsg.2.orig.tar.xz
 6adf3f058839f0ca5c69b1c74bb625d29bbf6e1e 10764 
plastimatch_1.10.0+dfsg.2-1.debian.tar.xz
Checksums-Sha256:
 db7d5af527ec7042dc84453aaeae4d00e0712fe8b2def1daf26dd4e0e48c6bfb 2755 
plastimatch_1.10.0+dfsg.2-1.dsc
 ec55aef6c99c89db952d9773f1d22a18850afe07fce4401e1f3c7a320f873bc3 35154228 
plastimatch_1.10.0+dfsg.2.orig-debian-tests-data.tar.xz
 8426f132d2eed9305e64eced73f21b98c436cce0d3069c0659b59172df67b1b5 1363088 
plastimatch_1.10.0+dfsg.2.orig.tar.xz
 e6e14baaf7ebd1904a44c7e445718703b725881d3ee9f3ad7efecf9c2ec885b5 10764 
plastimatch_1.10.0+dfsg.2-1.debian.tar.xz
Files:
 0550d5237f244c860bcea4ededb248c6 2755 science optional 
plastimatch_1.10.0+dfsg.2-1.dsc
 f089764261aff5d2f06d389348b30e07 35154228 science optional 
plastimatch_1.10.0+dfsg.2.orig-debian-tests-data.tar.xz
 2cc386f1e322bd543927590532937d4d 1363088 science optional 
plastimatch_1.10.0+dfsg.2.orig.tar.xz
 a8c8d09845ea79d272fc4012c4926b2a 10764 science optional 
plastimatch_1.10.0+dfsg.2-1.debian.tar.xz

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

iQJIBAEBCgAyFiEEj5GyJ8fW8rGUjII2eTz2fo8NEdoFAmmapnQUHGVtb2xsaWVy
QGRlYmlhbi5vcmcACgkQeTz2fo8NEdqPsw//fEvY0SjTth09YOS/R32fULX26YVJ
EZ3VZOutF8S+jHOI/ZIc139ay8ue7Nr3kSQmxlbwIpcwXm0O1C27yRbVlVf3NLm4
Re8D8VYAxCXrgup8O44DswKK8NspMSFVx29Wsqg5ocPeVJWd2wUzuITDy9AQ62CT
3bUX2aNoEB1NN073kDhnc6S+1fWWX1Zj8YiY/SE845Bbo1Yn0C7lmYVJDiW0qFLP
6ouWH0/SZv+ZkZaQWHLKnsLQDwp1UsZxJPwOTpLCT7AtX1EVXaxZBEPhmuOe9xGz
/5Q79gJ+f/TFsyEB6FCBE/NuXYVgk1E7ae8V8mqPZPTanNyc/t/mrP6tfRXvsS1g
AxMmaaIBCkg609/CSTzw6ideQbSk7AeFpAlFEwXVnQcY5kDIKa9Q2g3cFbx34LbS
M9FWHREIwxGntqqPqas50SlDWcvL9py5aBE4f6iF1UKaIahN8LtiwhunamnnshSu
b1Ga8cajW6lMFWIOH9ZNEFsYC37U3iXzi7UrWucNRQeNCQCAn/aLGrRFBDyF+A0y
ZjEMeWKcG0ZYnoA242N9Uo2Qx8T2PJmt5DKes4F4LePIP+7T4MhOt7C8breYrtHz
EW0z982WxYdZAccX0SEnEx9xxWCm+gMpj3qeUeghD8aJPPCBJSKkbGNoMY2NjDnz
8/8xWxUIBjMpozQ=
=OBNf
-----END PGP SIGNATURE-----

Attachment: pgpOlBgSjMyof.pgp
Description: PGP signature


--- End Message ---

Reply via email to