Your message dated Mon, 11 May 2026 09:00:17 +0000
with message-id <[email protected]>
and subject line Bug#1125598: fixed in amgcl 1.4.4-3
has caused the Debian Bug report #1125598,
regarding amgcl: 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.)


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

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3 --buildsystem=cmake
   dh_auto_clean -O--buildsystem=cmake
   dh_autoreconf_clean -O--buildsystem=cmake
   dh_clean -O--buildsystem=cmake
 debian/rules binary
dh binary --with python3 --buildsystem=cmake
   dh_update_autotools_config -O--buildsystem=cmake
   dh_autoreconf -O--buildsystem=cmake
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- \
        -DAMGCL_BUILD_TESTS=ON \
        -DAMGCL_BUILD_EXAMPLES=ON \
        -DAMGCL_DISABLE_RARE_COMPONENTS=OFF \
        -DAMGCL_HAVE_PYTHON=ON \
        -DAMGCL_HAVE_FORTRAN=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 
-DAMGCL_BUILD_TESTS=ON -DAMGCL_BUILD_EXAMPLES=ON 
-DAMGCL_DISABLE_RARE_COMPONENTS=OFF -DAMGCL_HAVE_PYTHON=ON 
-DAMGCL_HAVE_FORTRAN=ON ..
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-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.
AMGCL_BUILD_EXAMPLES:UNINITIALIZED=ON

//No help, variable specified on the command line.
AMGCL_BUILD_TESTS:UNINITIALIZED=ON

//No help, variable specified on the command line.
AMGCL_DISABLE_RARE_COMPONENTS:UNINITIALIZED=OFF

//No help, variable specified on the command line.
AMGCL_HAVE_FORTRAN:UNINITIALIZED=ON

//No help, variable specified on the command line.
AMGCL_HAVE_PYTHON:UNINITIALIZED=ON

//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 
-DAMGCL_BUILD_TESTS=ON -DAMGCL_BUILD_EXAMPLES=ON 
-DAMGCL_DISABLE_RARE_COMPONENTS=OFF -DAMGCL_HAVE_PYTHON=ON 
-DAMGCL_HAVE_FORTRAN=ON .. returned exit code 1
make[1]: *** [debian/rules:11: override_dh_auto_configure] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: amgcl
Source-Version: 1.4.4-3
Done: Dima Kogan <[email protected]>

We believe that the bug you reported is fixed in the latest version of
amgcl, 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.
Dima Kogan <[email protected]> (supplier of updated amgcl 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, 10 May 2026 18:05:38 -0700
Source: amgcl
Binary: libamgcl-dev python3-amgcl python3-amgcl-dbgsym
Architecture: source all i386
Version: 1.4.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Dima Kogan <[email protected]>
Description:
 libamgcl-dev - Solves large sparse linear systems with algebraic multigrid 
metho
 python3-amgcl - Solves large sparse linear systems with algebraic multigrid 
metho
Closes: 1125598
Changes:
 amgcl (1.4.4-3) unstable; urgency=medium
 .
   [ Santiago Vila ]
   * Apply upstream patch to build with CMake 4. Closes: #1125598.
   * d/control: Drop "Priority: optional" (default).
   * d/control: Update standards-version.
 .
   [ Dima Kogan ]
   * Build without parmetis
   * Build with mpi-default-dev to build on i386
   * Package is now in main, not contrib
Checksums-Sha1:
 c8aa96760976e7036c29482804bc45673c3fb786 2312 amgcl_1.4.4-3.dsc
 20a394e4dd2d1f383f6a334684c387460748493f 7584 amgcl_1.4.4-3.debian.tar.xz
 995addf5253b9ef873c6a53d08a6aa9e5062a144 9889 amgcl_1.4.4-3_i386.buildinfo
 f5c53dafdf43f3328e2334aa615b451cbc68d9ac 2924012 libamgcl-dev_1.4.4-3_all.deb
 1b105f43d6702999492f5951f1968302f1b77f1b 2815116 
python3-amgcl-dbgsym_1.4.4-3_i386.deb
 6926b6f8822aa6034710f030eac713c524b93213 250384 python3-amgcl_1.4.4-3_i386.deb
Checksums-Sha256:
 8be03250e5d3104bbea72c02d050f8d6312158b6483db957c63f52475b21891c 2312 
amgcl_1.4.4-3.dsc
 c895134860d4b5762040d5566e0791ff0fb3e55e11c8cbefee6d7b8fa5102171 7584 
amgcl_1.4.4-3.debian.tar.xz
 862b46acf475730c1b916cfcb3aebf931fdd8beb7145561bc3f18447ba3beb29 9889 
amgcl_1.4.4-3_i386.buildinfo
 a77ab3815e29e81eebb49ecad33ceddf3f7be64d6de32eef728814266ad1e79d 2924012 
libamgcl-dev_1.4.4-3_all.deb
 292096bed35b1b27825748a8505491f50f51c8006bdb4fb6b6b0fa18acf50c3e 2815116 
python3-amgcl-dbgsym_1.4.4-3_i386.deb
 f95642241319942fd3c5622e54085b445b98a9386ae2c11d86304cfba9babe97 250384 
python3-amgcl_1.4.4-3_i386.deb
Files:
 a1a704aa5ca0e82146c59c373573e71c 2312 libdevel optional amgcl_1.4.4-3.dsc
 1e961beefc2c205f2b5743df88876ace 7584 libdevel optional 
amgcl_1.4.4-3.debian.tar.xz
 d9cf214810a637d7d8c5c0da421d0992 9889 libdevel optional 
amgcl_1.4.4-3_i386.buildinfo
 e15e0d9dd2f22c0baed7869b63e9f02b 2924012 libdevel optional 
libamgcl-dev_1.4.4-3_all.deb
 03d060e0ccf794b718e20e73fb1ae4d6 2815116 debug optional 
python3-amgcl-dbgsym_1.4.4-3_i386.deb
 7af0cfb6d43bac985b10eb98a70eaa93 250384 python optional 
python3-amgcl_1.4.4-3_i386.deb

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

iQIzBAEBCgAdFiEEteL6GQ/fmv4hiInPrMfCzzCUEYgFAmoBSiwACgkQrMfCzzCU
EYjBFg//T4iwtYEei9j2LYydZHWvFdbZwfIdE3QrCnGpcD6hCQsBNXKJGQS5uvOv
KX+6x1FSCBVXR9aiij3Cf7JiwoTpPsyGY2XQvoC2IKKwq183YtIgG8Eg1M20xArM
WQDw4KwPtse1e6ux4UHizY1JIl/dAP0zXzDp1RoAAM46krdvKKGM5UoHobojhxrN
bBjuCJKkerUIrmbqK8F3Y/pofxHnoojb0LoPEIp8880sSYLwCGwrNOWdLtkLwVzc
QGwN6LwrN7eCoG8LcjfQiRFb+MAsDx0qREUNIT2SunxYZ+jP+pLP+56sypLb3Srt
9+p5h46DzHttNrILWtKIk4iIX1q3ScenUSWM8JIJlvhICfQpyd2qdQ0RU5y8e/v7
Q85i2SQc5oiIGi5CNw5AkIln74oamCoGZE0rLX5IOL8trKG2H+G2SRnUGaz5QSMf
Is425DSBV75DCfbrL5jJcZQbbiJqxjbYX7ybgiEuc6pKJ05mEOmKbeZLynOdeWie
OJSfg6uG7cGk8sjD1eZERSVfFu+T0pBP97vIOppP+npbX9LQDW/4i/dpaAmxSa1g
A73oBPlokVWSRUSDggtD7mNwBjF1YpJ43lRmcY+ocH86at0gtMU+9fuupQFbGIBm
avmlyqKGdR7Kt9ZwcKaNj/Qt+pn1/ugThLaKzL/Rnf3Uz7o6I5c=
=R73l
-----END PGP SIGNATURE-----

Attachment: pgpU9C2WM_fOm.pgp
Description: PGP signature


--- End Message ---
-- 
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to