Your message dated Wed, 08 Oct 2025 19:49:50 +0000
with message-id <[email protected]>
and subject line Bug#1116875: fixed in python-qwt 0.12.7-4
has caused the Debian Bug report #1116875,
regarding python-qwt: FTBFS with the nocheck build profile
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.)


-- 
1116875: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1116875
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-qwt
Version: 0.12.7-3
Severity: important
Tags: forky sid ftbfs
User: [email protected]
Usertags: ftbfs-nocheck-profile

Dear maintainer:

During a rebuild of all packages in unstable using the nocheck build profile,
your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

A wiki page discussing how to reproduce bugs in this category and
possible solutions is available here:

https://wiki.debian.org/qa.debian.org/FTBFS/Nocheck

(It's a wiki, so you are welcome to contribute)

[ Note: This is RC, but I will wait at least two weeks before raising
the severities, there are a lot of gcc-15 and CMake 4 bugs open now ].

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

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
        pybuild --clean -i python{version} -p 3.13
        rm -rf .pybuild/
        find . -name \*.pyc -exec rm {} \;
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
        rm -f debian/debhelper-build-stamp
        rm -rf debian/.debhelper/
        rm -f -- debian/python3-qwt.substvars debian/python-qwt-doc.substvars 
debian/files
        rm -fr -- debian/python3-qwt/ debian/tmp/ debian/python-qwt-doc/
        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 execute_after_dh_clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
rm -rf build/html
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
 debian/rules binary
dh binary --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
        pybuild --configure -i python{version} -p 3.13
   dh_auto_build -O--buildsystem=pybuild
        pybuild --build -i python{version} -p 3.13
I: pybuild plugin_pyproject:129: Building wheel for python3.13 with "build" 
module
I: pybuild base:311: python3.13 -m build --skip-dependency-check --no-isolation 
--wheel --outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_qwt  
* Building wheel...
/usr/lib/python3/dist-packages/setuptools/config/_apply_pyprojecttoml.py:82: 
SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated
!!

        
********************************************************************************
        Please use a simple string containing a SPDX expression for 
`project.license`. You can also use `project.license-files`. (Both options 
available on setuptools>=77.0.0).

        By 2026-Feb-18, you need to update your project and remove deprecated 
calls
        or your builds will no longer be supported.

        See 
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license 
for details.
        
********************************************************************************

!!
  corresp(dist, value, root_dir)
running bdist_wheel
running build
running build_py
creating build/lib/qwt
copying qwt/plot_layout.py -> build/lib/qwt
copying qwt/legend.py -> build/lib/qwt
copying qwt/__init__.py -> build/lib/qwt
copying qwt/qthelpers.py -> build/lib/qwt
copying qwt/_math.py -> build/lib/qwt
copying qwt/plot_series.py -> build/lib/qwt
copying qwt/symbol.py -> build/lib/qwt
copying qwt/scale_widget.py -> build/lib/qwt
copying qwt/painter.py -> build/lib/qwt
copying qwt/dyngrid_layout.py -> build/lib/qwt
copying qwt/plot_directpainter.py -> build/lib/qwt
copying qwt/plot_curve.py -> build/lib/qwt
copying qwt/interval.py -> build/lib/qwt
copying qwt/transform.py -> build/lib/qwt
copying qwt/null_paintdevice.py -> build/lib/qwt
copying qwt/plot_renderer.py -> build/lib/qwt
copying qwt/scale_draw.py -> build/lib/qwt
copying qwt/text.py -> build/lib/qwt
copying qwt/plot_grid.py -> build/lib/qwt
copying qwt/color_map.py -> build/lib/qwt
copying qwt/scale_engine.py -> build/lib/qwt
copying qwt/graphic.py -> build/lib/qwt
copying qwt/toqimage.py -> build/lib/qwt
copying qwt/plot_canvas.py -> build/lib/qwt
copying qwt/scale_div.py -> build/lib/qwt
copying qwt/plot_marker.py -> build/lib/qwt
copying qwt/painter_command.py -> build/lib/qwt
copying qwt/scale_map.py -> build/lib/qwt
copying qwt/plot.py -> build/lib/qwt
copying qwt/column_symbol.py -> build/lib/qwt
creating build/lib/qwt/tests
copying qwt/tests/__init__.py -> build/lib/qwt/tests
copying qwt/tests/test_cpudemo.py -> build/lib/qwt/tests
copying qwt/tests/comparative_benchmarks.py -> build/lib/qwt/tests
copying qwt/tests/test_symbols.py -> build/lib/qwt/tests
copying qwt/tests/test_curvedemo2.py -> build/lib/qwt/tests
copying qwt/tests/test_backingstore.py -> build/lib/qwt/tests
copying qwt/tests/test_vertical.py -> build/lib/qwt/tests
copying qwt/tests/test_data.py -> build/lib/qwt/tests
copying qwt/tests/conftest.py -> build/lib/qwt/tests
copying qwt/tests/test_logcurve.py -> build/lib/qwt/tests
copying qwt/tests/test_loadtest.py -> build/lib/qwt/tests
copying qwt/tests/test_highdpi.py -> build/lib/qwt/tests
copying qwt/tests/test_simple.py -> build/lib/qwt/tests
copying qwt/tests/test_cartesian.py -> build/lib/qwt/tests
copying qwt/tests/test_errorbar.py -> build/lib/qwt/tests
copying qwt/tests/test_stylesheet.py -> build/lib/qwt/tests
copying qwt/tests/test_mapdemo.py -> build/lib/qwt/tests
copying qwt/tests/test_image.py -> build/lib/qwt/tests
copying qwt/tests/test_bodedemo.py -> build/lib/qwt/tests
copying qwt/tests/test_eventfilter.py -> build/lib/qwt/tests
copying qwt/tests/test_curvedemo1.py -> build/lib/qwt/tests
copying qwt/tests/test_curvebenchmark1.py -> build/lib/qwt/tests
copying qwt/tests/test_multidemo.py -> build/lib/qwt/tests
copying qwt/tests/test_curvebenchmark2.py -> build/lib/qwt/tests
copying qwt/tests/utils.py -> build/lib/qwt/tests
running egg_info
creating PythonQwt.egg-info
writing PythonQwt.egg-info/PKG-INFO
writing dependency_links to PythonQwt.egg-info/dependency_links.txt
writing entry points to PythonQwt.egg-info/entry_points.txt
writing requirements to PythonQwt.egg-info/requires.txt
writing top-level names to PythonQwt.egg-info/top_level.txt
writing manifest file 'PythonQwt.egg-info/SOURCES.txt'
reading manifest file 'PythonQwt.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'PythonQwt.egg-info/SOURCES.txt'
creating build/lib/qwt/tests/data
copying qwt/tests/data/PythonQwt.svg -> build/lib/qwt/tests/data
copying qwt/tests/data/bodedemo.png -> build/lib/qwt/tests/data
copying qwt/tests/data/cartesian.png -> build/lib/qwt/tests/data
copying qwt/tests/data/cpudemo.png -> build/lib/qwt/tests/data
copying qwt/tests/data/curvebenchmark1.png -> build/lib/qwt/tests/data
copying qwt/tests/data/curvebenchmark2.png -> build/lib/qwt/tests/data
copying qwt/tests/data/curvedemo1.png -> build/lib/qwt/tests/data
copying qwt/tests/data/curvedemo2.png -> build/lib/qwt/tests/data
copying qwt/tests/data/data.png -> build/lib/qwt/tests/data
copying qwt/tests/data/errorbar.png -> build/lib/qwt/tests/data
copying qwt/tests/data/eventfilter.png -> build/lib/qwt/tests/data
copying qwt/tests/data/image.png -> build/lib/qwt/tests/data
copying qwt/tests/data/loadtest.png -> build/lib/qwt/tests/data
copying qwt/tests/data/logcurve.png -> build/lib/qwt/tests/data
copying qwt/tests/data/mapdemo.png -> build/lib/qwt/tests/data
copying qwt/tests/data/multidemo.png -> build/lib/qwt/tests/data
copying qwt/tests/data/simple.png -> build/lib/qwt/tests/data
copying qwt/tests/data/stylesheet.png -> build/lib/qwt/tests/data
copying qwt/tests/data/symbol.svg -> build/lib/qwt/tests/data
copying qwt/tests/data/symbols.png -> build/lib/qwt/tests/data
copying qwt/tests/data/testlauncher.png -> build/lib/qwt/tests/data
copying qwt/tests/data/vertical.png -> build/lib/qwt/tests/data
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/qwt
copying build/lib/qwt/plot_layout.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/legend.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/__init__.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/qthelpers.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/_math.py -> build/bdist.linux-x86_64/wheel/./qwt
creating build/bdist.linux-x86_64/wheel/qwt/tests
copying build/lib/qwt/tests/__init__.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/test_cpudemo.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/comparative_benchmarks.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/test_symbols.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/test_curvedemo2.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/test_backingstore.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/test_vertical.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/test_data.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/conftest.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/test_logcurve.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/test_loadtest.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/test_highdpi.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/test_simple.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/test_cartesian.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/test_errorbar.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/test_stylesheet.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/test_mapdemo.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/test_image.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/test_bodedemo.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/test_eventfilter.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/test_curvedemo1.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/test_curvebenchmark1.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/test_multidemo.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/tests/test_curvebenchmark2.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
creating build/bdist.linux-x86_64/wheel/qwt/tests/data
copying build/lib/qwt/tests/data/PythonQwt.svg -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/data/logcurve.png -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/data/curvebenchmark1.png -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/data/cartesian.png -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/data/simple.png -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/data/cpudemo.png -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/data/eventfilter.png -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/data/bodedemo.png -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/data/stylesheet.png -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/data/symbol.svg -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/data/symbols.png -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/data/image.png -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/data/testlauncher.png -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/data/mapdemo.png -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/data/multidemo.png -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/data/data.png -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/data/loadtest.png -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/data/errorbar.png -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/data/vertical.png -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/data/curvebenchmark2.png -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/data/curvedemo2.png -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/data/curvedemo1.png -> 
build/bdist.linux-x86_64/wheel/./qwt/tests/data
copying build/lib/qwt/tests/utils.py -> 
build/bdist.linux-x86_64/wheel/./qwt/tests
copying build/lib/qwt/plot_series.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/symbol.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/scale_widget.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/painter.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/dyngrid_layout.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/plot_directpainter.py -> 
build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/plot_curve.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/interval.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/transform.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/null_paintdevice.py -> 
build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/plot_renderer.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/scale_draw.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/text.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/plot_grid.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/color_map.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/scale_engine.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/graphic.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/toqimage.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/plot_canvas.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/scale_div.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/plot_marker.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/painter_command.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/scale_map.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/plot.py -> build/bdist.linux-x86_64/wheel/./qwt
copying build/lib/qwt/column_symbol.py -> build/bdist.linux-x86_64/wheel/./qwt
running install_egg_info
Copying PythonQwt.egg-info to 
build/bdist.linux-x86_64/wheel/./PythonQwt-0.12.7.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/pythonqwt-0.12.7.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.13_qwt/.tmp-4xm8k416/pythonqwt-0.12.7-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'pythonqwt-0.12.7.dist-info/licenses/LICENSE'
adding 'qwt/__init__.py'
adding 'qwt/_math.py'
adding 'qwt/color_map.py'
adding 'qwt/column_symbol.py'
adding 'qwt/dyngrid_layout.py'
adding 'qwt/graphic.py'
adding 'qwt/interval.py'
adding 'qwt/legend.py'
adding 'qwt/null_paintdevice.py'
adding 'qwt/painter.py'
adding 'qwt/painter_command.py'
adding 'qwt/plot.py'
adding 'qwt/plot_canvas.py'
adding 'qwt/plot_curve.py'
adding 'qwt/plot_directpainter.py'
adding 'qwt/plot_grid.py'
adding 'qwt/plot_layout.py'
adding 'qwt/plot_marker.py'
adding 'qwt/plot_renderer.py'
adding 'qwt/plot_series.py'
adding 'qwt/qthelpers.py'
adding 'qwt/scale_div.py'
adding 'qwt/scale_draw.py'
adding 'qwt/scale_engine.py'
adding 'qwt/scale_map.py'
adding 'qwt/scale_widget.py'
adding 'qwt/symbol.py'
adding 'qwt/text.py'
adding 'qwt/toqimage.py'
adding 'qwt/transform.py'
adding 'qwt/tests/__init__.py'
adding 'qwt/tests/comparative_benchmarks.py'
adding 'qwt/tests/conftest.py'
adding 'qwt/tests/test_backingstore.py'
adding 'qwt/tests/test_bodedemo.py'
adding 'qwt/tests/test_cartesian.py'
adding 'qwt/tests/test_cpudemo.py'
adding 'qwt/tests/test_curvebenchmark1.py'
adding 'qwt/tests/test_curvebenchmark2.py'
adding 'qwt/tests/test_curvedemo1.py'
adding 'qwt/tests/test_curvedemo2.py'
adding 'qwt/tests/test_data.py'
adding 'qwt/tests/test_errorbar.py'
adding 'qwt/tests/test_eventfilter.py'
adding 'qwt/tests/test_highdpi.py'
adding 'qwt/tests/test_image.py'
adding 'qwt/tests/test_loadtest.py'
adding 'qwt/tests/test_logcurve.py'
adding 'qwt/tests/test_mapdemo.py'
adding 'qwt/tests/test_multidemo.py'
adding 'qwt/tests/test_simple.py'
adding 'qwt/tests/test_stylesheet.py'
adding 'qwt/tests/test_symbols.py'
adding 'qwt/tests/test_vertical.py'
adding 'qwt/tests/utils.py'
adding 'qwt/tests/data/PythonQwt.svg'
adding 'qwt/tests/data/bodedemo.png'
adding 'qwt/tests/data/cartesian.png'
adding 'qwt/tests/data/cpudemo.png'
adding 'qwt/tests/data/curvebenchmark1.png'
adding 'qwt/tests/data/curvebenchmark2.png'
adding 'qwt/tests/data/curvedemo1.png'
adding 'qwt/tests/data/curvedemo2.png'
adding 'qwt/tests/data/data.png'
adding 'qwt/tests/data/errorbar.png'
adding 'qwt/tests/data/eventfilter.png'
adding 'qwt/tests/data/image.png'
adding 'qwt/tests/data/loadtest.png'
adding 'qwt/tests/data/logcurve.png'
adding 'qwt/tests/data/mapdemo.png'
adding 'qwt/tests/data/multidemo.png'
adding 'qwt/tests/data/simple.png'
adding 'qwt/tests/data/stylesheet.png'
adding 'qwt/tests/data/symbol.svg'
adding 'qwt/tests/data/symbols.png'
adding 'qwt/tests/data/testlauncher.png'
adding 'qwt/tests/data/vertical.png'
adding 'pythonqwt-0.12.7.dist-info/METADATA'
adding 'pythonqwt-0.12.7.dist-info/WHEEL'
adding 'pythonqwt-0.12.7.dist-info/entry_points.txt'
adding 'pythonqwt-0.12.7.dist-info/top_level.txt'
adding 'pythonqwt-0.12.7.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built pythonqwt-0.12.7-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.13 with 
"installer" module
   debian/rules execute_after_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
sphinx-build -vvv -N -bhtml doc/ build/html # HTML generator
Running Sphinx v8.2.3

Configuration error!

Versions
========

* Platform:         linux; 
(Linux-6.12.48+deb13-cloud-amd64-x86_64-with-glibc2.41)
* Python version:   3.13.7 (CPython)
* Sphinx version:   8.2.3
* Docutils version: 0.21.2
* Jinja2 version:   3.1.6
* Pygments version: 2.18.0

Last Messages
=============

None.

Loaded Extensions
=================

None.

Traceback
=========

    Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/sphinx/config.py", line 601, in 
eval_config_file
        exec(code, namespace)  # NoQA: S102
        ~~~~^^^^^^^^^^^^^^^^^
      File "/<<PKGBUILDDIR>>/doc/conf.py", line 54, in <module>
        import qwt
      File "/<<PKGBUILDDIR>>/qwt/__init__.py", line 32, in <module>
        from qwt.color_map import QwtLinearColorMap  # noqa: F401
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/<<PKGBUILDDIR>>/qwt/color_map.py", line 31, in <module>
        from qtpy.QtCore import QObject, Qt, qIsNaN
      File "/usr/lib/python3/dist-packages/qtpy/__init__.py", line 293, in 
<module>
        raise QtBindingsNotFoundError from None
    qtpy.QtBindingsNotFoundError: No Qt bindings could be found
    
    The above exception was the direct cause of the following exception:
    
    Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/sphinx/cmd/build.py", line 414, in 
build_main
        app = Sphinx(
            srcdir=args.sourcedir,
        ...<14 lines>...
            exception_on_warning=args.exception_on_warning,
        )
      File "/usr/lib/python3/dist-packages/sphinx/application.py", line 270, in 
__init__
        self.config = Config.read(self.confdir, confoverrides or {}, self.tags)
                      ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/usr/lib/python3/dist-packages/sphinx/config.py", line 357, in read
        namespace = eval_config_file(filename, tags)
      File "/usr/lib/python3/dist-packages/sphinx/config.py", line 616, in 
eval_config_file
        raise ConfigError(msg % traceback.format_exc()) from exc
    sphinx.errors.ConfigError: There is a programmable error in your 
configuration file:
    
    Traceback (most recent call last):
      File "/usr/lib/python3/dist-packages/sphinx/config.py", line 601, in 
eval_config_file
        exec(code, namespace)  # NoQA: S102
        ~~~~^^^^^^^^^^^^^^^^^
      File "/<<PKGBUILDDIR>>/doc/conf.py", line 54, in <module>
        import qwt
      File "/<<PKGBUILDDIR>>/qwt/__init__.py", line 32, in <module>
        from qwt.color_map import QwtLinearColorMap  # noqa: F401
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      File "/<<PKGBUILDDIR>>/qwt/color_map.py", line 31, in <module>
        from qtpy.QtCore import QObject, Qt, qIsNaN
      File "/usr/lib/python3/dist-packages/qtpy/__init__.py", line 293, in 
<module>
        raise QtBindingsNotFoundError from None
    qtpy.QtBindingsNotFoundError: No Qt bindings could be found


The full traceback has been saved in:
/tmp/sphinx-err-xbraq9if.log

To report this error to the developers, please open an issue at 
<https://github.com/sphinx-doc/sphinx/issues/>. Thanks!
Please also report this if it was a user error, so that a better error message 
can be provided next time.
make[1]: *** [debian/rules:16: execute_after_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:8: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: python-qwt
Source-Version: 0.12.7-4
Done: Santiago Vila <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-qwt, 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.
Santiago Vila <[email protected]> (supplier of updated python-qwt 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: Wed, 08 Oct 2025 20:40:00 +0200
Source: python-qwt
Architecture: source
Version: 0.12.7-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Santiago Vila <[email protected]>
Closes: 1116875
Changes:
 python-qwt (0.12.7-4) unstable; urgency=medium
 .
   * Team upload.
   * d/control: Drop <!nocheck> from python3-pyqt6.qtsvg. Closes: #1116875.
   * d/control: Update standards-version.
Checksums-Sha1:
 961300fe3dff5b131dc6bf6d01514e8ffdaad863 2657 python-qwt_0.12.7-4.dsc
 46dcb640746f917a8c38e617e8c63b94201ffcc2 5856 python-qwt_0.12.7-4.debian.tar.xz
 4e06bfd110070685d6912d295aadebe4f81e6365 11787 
python-qwt_0.12.7-4_source.buildinfo
Checksums-Sha256:
 8941a3f3e94ed87faa4e03dcc60f26e6fbc220b55da7e925ff2b994948ca1f7a 2657 
python-qwt_0.12.7-4.dsc
 1c90bea1eb07e55f95857a1dc6f0b02bb973c16b6283512a7d9fc930e9ddfe6a 5856 
python-qwt_0.12.7-4.debian.tar.xz
 1417d324cb3c054a6d79f1ff99d9484e136b6596d99df98639d9bbf8693478a0 11787 
python-qwt_0.12.7-4_source.buildinfo
Files:
 cbb43bcb778fd2a7fa2b29ab078248ee 2657 science optional python-qwt_0.12.7-4.dsc
 d633c7d4a01a36d4074272c13f1bbb16 5856 science optional 
python-qwt_0.12.7-4.debian.tar.xz
 d5f21dcd40e21a4990e68ddbf2559744 11787 science optional 
python-qwt_0.12.7-4_source.buildinfo

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

iQEzBAEBCgAdFiEE1Uw7+v+wQt44LaXXQc5/C58bizIFAmjmt3MACgkQQc5/C58b
izLxbgf9FEgtZuPLlsuyvS7+JWk7ll9WJoH+9uZancKqd6l/pDC8XzBM2lHJ6qR+
GKEMk9QmrLv5Y8exP/3+CuBroOyxjQlu/N1Mi7ip0dzc5OeDUSfqLEgT2vTnSgsf
a8Qo+En6CUV/WeizJTR9MkGbpcn7aZPs0VgwfDkmli6WRWRsBz72OvzdEGH6phg/
rPsHUBdnVpPurckQ5s/dAn3gUSb66bAOEUqF6xlSAF04Oh/MH5er2/zsd9XHNq7s
495tYZ782lVbNCByaRwtIkEjKmSltoeO5QypA7PtV3+gFQdqQzu2Hsnlww2qbYu1
n1y9gBimxV0bvIKhfBF2ybs6x2+KXw==
=82lI
-----END PGP SIGNATURE-----

Attachment: pgpZS6cvEKzgV.pgp
Description: PGP signature


--- End Message ---

Reply via email to