Package: src:xeus-python
Version: 0.17.6+~0.6.4-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

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/202603/

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:xeus-python, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with python3
   debian/rules override_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_clean
rm -f share/jupyter/kernels/xpython/kernel.json
rm -f share/jupyter/kernels/xpython-raw/kernel.json
rm -rf .pybuild
rm -rf xeus-python-shell/xeus_python_shell.egg-info
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
 debian/rules binary
dh binary --with python3
   dh_update_autotools_config
   dh_autoreconf
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_configure -- -DPYTHON_EXECUTABLE=/usr/bin/python3 
-DXPYT_DISABLE_ARCH_NATIVE=1 -DXPYT_DISABLE_TUNE_GENERIC=1 
-DCMAKE_BUILD_RPATH_USE_ORIGIN=ON -DXPYT_USE_SHARED_XEUS_PYTHON=OFF 
-DXPYT_BUILD_SHARED=OFF -DPYTHON_VERSION_MAJOR=3 -DPYTHON_VERSION_MINOR=13
        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 
-DPYTHON_EXECUTABLE=/usr/bin/python3 -DXPYT_DISABLE_ARCH_NATIVE=1 
-DXPYT_DISABLE_TUNE_GENERIC=1 -DCMAKE_BUILD_RPATH_USE_ORIGIN=ON 
-DXPYT_USE_SHARED_XEUS_PYTHON=OFF -DXPYT_BUILD_SHARED=OFF 
-DPYTHON_VERSION_MAJOR=3 -DPYTHON_VERSION_MINOR=13 ..
-- The C compiler identification is GNU 15.2.0
-- The CXX compiler identification is GNU 15.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Building xeus-python v0.17.6
-- Found Python: /usr/bin/python3 (found version "3.13.12") found components: 
Interpreter
CMake Warning (dev) at /usr/lib/cmake/pybind11/FindPythonLibsNew.cmake:101 
(message):
  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, or
  preferably upgrade to using FindPython, either by calling it explicitly
  before pybind11, or by setting PYBIND11_FINDPYTHON ON before pybind11.
Call Stack (most recent call first):
  /usr/lib/cmake/pybind11/pybind11Tools.cmake:44 (find_package)
  /usr/lib/cmake/pybind11/pybind11Common.cmake:226 (include)
  /usr/lib/cmake/pybind11/pybind11Config.cmake:257 (include)
  CMakeLists.txt:88 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Deprecation Warning at 
/usr/lib/cmake/pybind11/FindPythonLibsNew.cmake:110 (cmake_policy):
  The OLD behavior for policy CMP0148 will be removed from a future version
  of CMake.

  The cmake-policies(7) manual explains that the OLD behaviors of all
  policies are deprecated and that a policy should be set to OLD only under
  specific short-term circumstances.  Projects should be ported to the NEW
  behavior and not rely on setting a policy to OLD.
Call Stack (most recent call first):
  /usr/lib/cmake/pybind11/pybind11Tools.cmake:44 (find_package)
  /usr/lib/cmake/pybind11/pybind11Common.cmake:226 (include)
  /usr/lib/cmake/pybind11/pybind11Config.cmake:257 (include)
  CMakeLists.txt:88 (find_package)


-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.13.12", 
minimum required is "3.8")
-- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython3.13.so
-- Performing Test HAS_FLTO_AUTO
-- Performing Test HAS_FLTO_AUTO - Success
-- Found pybind11: /usr/include (found version "3.0.1")
-- Found nlohmann_json: 
/usr/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake (found suitable 
version "3.12.0", minimum required is "3.2.0")
-- Found nlohmann_json: 
/usr/share/cmake/nlohmann_json/nlohmann_jsonConfig.cmake (found suitable exact 
version "3.12.0")
-- Found LibUUID: /usr/lib/x86_64-linux-gnu/libuuid.so
-- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.6.1")
-- PYTHON_VERSION = 3.13
-- XPYTHON_DEBUGGER_AVAILABLE=false
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Configuring done (0.7s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
    FETCHCONTENT_FULLY_DISCONNECTED
    XPYT_DISABLE_ARCH_NATIVE
    XPYT_DISABLE_TUNE_GENERIC


-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
dh_auto_configure -D xeus-python-shell --buildsystem pybuild
I: pybuild base:385: python3.13 setup.py config 
running config
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
        cd obj-x86_64-linux-gnu && make -j2 INSTALL="install 
--strip-program=true" VERBOSE=1
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S"/<<PKGBUILDDIR>>" -B"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" 
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start 
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles" 
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu//CMakeFiles/progress.marks"
make  -f CMakeFiles/Makefile2 all
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f CMakeFiles/xeus-python-static.dir/build.make 
CMakeFiles/xeus-python-static.dir/depend
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" "/<<PKGBUILDDIR>>" "/<<PKGBUILDDIR>>" 
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu" 
"/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/xeus-python-static.dir/DependInfo.cmake"
 "--color=" xeus-python-static
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f CMakeFiles/xeus-python-static.dir/build.make 
CMakeFiles/xeus-python-static.dir/build
make[4]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 11%] Building CXX object CMakeFiles/xeus-python-static.dir/src/xdebugger.cpp.o
[ 11%] Building CXX object CMakeFiles/xeus-python-static.dir/src/xcomm.cpp.o
/usr/bin/c++ -DGUID_LIBUUID -DXEUS_PYTHON_STATIC_LIB 
-I"/<<PKGBUILDDIR>>/include" -isystem /usr/include/python3.13 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wunused-parameter -Wextra -Wreorder -MD -MT 
CMakeFiles/xeus-python-static.dir/src/xdebugger.cpp.o -MF 
CMakeFiles/xeus-python-static.dir/src/xdebugger.cpp.o.d -o 
CMakeFiles/xeus-python-static.dir/src/xdebugger.cpp.o -c 
"/<<PKGBUILDDIR>>/src/xdebugger.cpp"
/usr/bin/c++ -DGUID_LIBUUID -DXEUS_PYTHON_STATIC_LIB 
-I"/<<PKGBUILDDIR>>/include" -isystem /usr/include/python3.13 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 -Wunused-parameter -Wextra -Wreorder -MD -MT 
CMakeFiles/xeus-python-static.dir/src/xcomm.cpp.o -MF 
CMakeFiles/xeus-python-static.dir/src/xcomm.cpp.o.d -o 
CMakeFiles/xeus-python-static.dir/src/xcomm.cpp.o -c 
"/<<PKGBUILDDIR>>/src/xcomm.cpp"
/<<PKGBUILDDIR>>/src/xcomm.cpp: In member function ‘xeus::xtarget* 
xpyt::xcomm::target(const pybind11::object&) const’:
/<<PKGBUILDDIR>>/src/xcomm.cpp:87:61: error: invalid conversion from ‘const 
xeus::xtarget*’ to ‘xeus::xtarget*’ [-fpermissive]
   87 |         return 
xeus::get_interpreter().comm_manager().target(target_name.cast<std::string>());
      |                
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                             |
      |                                                             const 
xeus::xtarget*
make[4]: *** [CMakeFiles/xeus-python-static.dir/build.make:82: 
CMakeFiles/xeus-python-static.dir/src/xcomm.cpp.o] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: *** [CMakeFiles/Makefile2:93: CMakeFiles/xeus-python-static.dir/all] 
Error 2
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [Makefile:139: all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j2 INSTALL="install 
--strip-program=true" VERBOSE=1 returned exit code 2
make[1]: *** [debian/rules:14: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:7: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

Reply via email to