Package: src:cadabra2
Version: 2.4.3.2-1.1
Severity: serious
Tags: sid trixie ftbfs
User: debian-pyt...@lists.debian.org
Usertags: python3.12

with python3-defaults from experimental:

there goes something wrong during the configuration, 3.11 is picked up instead of 3.12.

Also d/rules reads:
override_dh_auto_install:
        dh_auto_install
        sed -i s,python3.10,python3,g debian/cadabra2/usr/bin/cadabra2

please don't hardcode the python version.


[...]
-------------------------------------------
  Configuring Python
-------------------------------------------
-- Building for use with Python 3 (good!)
CMake Deprecation Warning at libs/pybind11/CMakeLists.txt:8 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.


-- pybind11 v2.11.0 dev1
CMake Warning (dev) at cmake/modules/FindPythonLibsNew.cmake:60 (find_package): Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
  are removed.  Run "cmake --help-policy CMP0148" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

Call Stack (most recent call first):
  libs/pybind11/tools/pybind11Tools.cmake:50 (find_package)
  libs/pybind11/tools/pybind11Common.cmake:180 (include)
  libs/pybind11/CMakeLists.txt:208 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found PythonInterp: /usr/bin/python3.11 (found version "3.11.7")
-- Found PythonLibs: python3.11
-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Success
-- Found python python3.11
-- Python version is 3.11.
-- Installing Python module in /usr/lib/python3.11/site-packages
-- Python abi name cpython-311-x86_64-linux-gnu

Reply via email to