Your message dated Fri, 08 Nov 2024 15:49:41 +0000
with message-id <e1t9rez-004k7e...@fasolo.debian.org>
and subject line Bug#1084380: fixed in spaghetti 1.7.6-2
has caused the Debian Bug report #1084380,
regarding spaghetti: FTBFS: ModuleNotFoundError: No module named 'matplotlib'
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 ow...@bugs.debian.org
immediately.)


-- 
1084380: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1084380
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:spaghetti
Version: 1.7.6-1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules binary
dh binary --with python3,sphinxdoc  --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
dh_auto_build
I: pybuild plugin_pyproject:129: Building wheel for python3.12 with "build" 
module
I: pybuild base:311: python3.12 -m build --skip-dependency-check --no-isolation --wheel 
--outdir /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_spaghetti
* Building wheel...
running bdist_wheel
running build
running build_py
creating build
creating build/lib
creating build/lib/spaghetti
copying spaghetti/network.py -> build/lib/spaghetti
copying spaghetti/__init__.py -> build/lib/spaghetti
copying spaghetti/util.py -> build/lib/spaghetti
copying spaghetti/analysis.py -> build/lib/spaghetti
creating build/lib/spaghetti/tests
copying spaghetti/tests/__init__.py -> build/lib/spaghetti/tests
copying spaghetti/tests/test_network.py -> build/lib/spaghetti/tests
running egg_info
creating spaghetti.egg-info
writing spaghetti.egg-info/PKG-INFO
writing dependency_links to spaghetti.egg-info/dependency_links.txt
writing requirements to spaghetti.egg-info/requires.txt
writing top-level names to spaghetti.egg-info/top_level.txt
writing manifest file 'spaghetti.egg-info/SOURCES.txt'
reading manifest file 'spaghetti.egg-info/SOURCES.txt'
adding license file 'LICENSE.txt'
writing manifest file 'spaghetti.egg-info/SOURCES.txt'
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/spaghetti
copying build/lib/spaghetti/network.py -> 
build/bdist.linux-x86_64/wheel/./spaghetti
copying build/lib/spaghetti/__init__.py -> 
build/bdist.linux-x86_64/wheel/./spaghetti
creating build/bdist.linux-x86_64/wheel/spaghetti/tests
copying build/lib/spaghetti/tests/__init__.py -> 
build/bdist.linux-x86_64/wheel/./spaghetti/tests
copying build/lib/spaghetti/tests/test_network.py -> 
build/bdist.linux-x86_64/wheel/./spaghetti/tests
copying build/lib/spaghetti/util.py -> 
build/bdist.linux-x86_64/wheel/./spaghetti
copying build/lib/spaghetti/analysis.py -> 
build/bdist.linux-x86_64/wheel/./spaghetti
running install_egg_info
Copying spaghetti.egg-info to 
build/bdist.linux-x86_64/wheel/./spaghetti-1.7.6.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/spaghetti-1.7.6.dist-info/WHEEL
creating 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12_spaghetti/.tmp-dtr99ug8/spaghetti-1.7.6-py3-none-any.whl'
 and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'spaghetti/__init__.py'
adding 'spaghetti/analysis.py'
adding 'spaghetti/network.py'
adding 'spaghetti/util.py'
adding 'spaghetti/tests/__init__.py'
adding 'spaghetti/tests/test_network.py'
adding 'spaghetti-1.7.6.dist-info/LICENSE.txt'
adding 'spaghetti-1.7.6.dist-info/METADATA'
adding 'spaghetti-1.7.6.dist-info/WHEEL'
adding 'spaghetti-1.7.6.dist-info/top_level.txt'
adding 'spaghetti-1.7.6.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built spaghetti-1.7.6-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with 
"installer" module
PYTHONPATH=. https_proxy='https://127.0.0.1:9/' no_proxy=localhost python3 -m 
sphinx -N -bhtml docs/ debian/html
Running Sphinx v7.4.7

Configuration error:
There is a programmable error in your configuration file:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/sphinx/config.py", line 529, in 
eval_config_file
    exec(code, namespace)  # NoQA: S102
    ^^^^^^^^^^^^^^^^^^^^^
  File "/<<PKGBUILDDIR>>/docs/conf.py", line 13, in <module>
    import spaghetti
  File "/<<PKGBUILDDIR>>/spaghetti/__init__.py", line 8, in <module>
    from .network import (
  File "/<<PKGBUILDDIR>>/spaghetti/network.py", line 11, in <module>
    import esda
  File "/usr/lib/python3/dist-packages/esda/__init__.py", line 29, in <module>
    from .moran import (
  File "/usr/lib/python3/dist-packages/esda/moran.py", line 19, in <module>
    from matplotlib import colors
ModuleNotFoundError: No module named 'matplotlib'

make[1]: *** [debian/rules:13: override_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
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

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

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

Thanks.

--- End Message ---
--- Begin Message ---
Source: spaghetti
Source-Version: 1.7.6-2
Done: Bastian Germann <b...@debian.org>

We believe that the bug you reported is fixed in the latest version of
spaghetti, 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 1084...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Germann <b...@debian.org> (supplier of updated spaghetti 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 08 Nov 2024 16:21:30 +0100
Source: spaghetti
Architecture: source
Version: 1.7.6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Bastian Germann <b...@debian.org>
Closes: 1084380
Changes:
 spaghetti (1.7.6-2) unstable; urgency=medium
 .
   * Team upload
   * Add missing B-D matplotlib (Closes: #1084380)
Checksums-Sha1:
 8bf2b549dbf161ef2697995181ae8c1adb858ea6 2596 spaghetti_1.7.6-2.dsc
 201a1533591c86268568c10f6b88feab4bfc632f 4516 spaghetti_1.7.6-2.debian.tar.xz
 ae7ca4f331368fec2303542b0475a98543467cae 15081 
spaghetti_1.7.6-2_source.buildinfo
Checksums-Sha256:
 bad905b195939061ed2bc42c8b3173d13eb5f9c57e8e8d680bb5fa13b31b70ed 2596 
spaghetti_1.7.6-2.dsc
 abe697bd0c1376a4139433f0925c422735b1e33ac91b689786c159305d1376b7 4516 
spaghetti_1.7.6-2.debian.tar.xz
 34cd74709eb36a60b18ca10ceae0651f9b92e734af19b49560401b396572250f 15081 
spaghetti_1.7.6-2_source.buildinfo
Files:
 53952d90f5c72e51700b4607ed3fd252 2596 python optional spaghetti_1.7.6-2.dsc
 1f830d9e224ac275b6182864520f7368 4516 python optional 
spaghetti_1.7.6-2.debian.tar.xz
 8c9b7e2cb512c2158a2e8d9edbbb24df 15081 python optional 
spaghetti_1.7.6-2_source.buildinfo

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

iQHEBAEBCgAuFiEEQGIgyLhVKAI3jM5BH1x6i0VWQxQFAmcuLzcQHGJhZ2VAZGVi
aWFuLm9yZwAKCRAfXHqLRVZDFLfDDACNJOzUsNxCBxlJ/iei6pzjVq7wrxR8EbFs
/Jy7AQvNZy7MMb8w73Na3gk3Od+ELZOrgaxSjV/ra4gkDFpE7B4R0RI2/USPm4hG
ZKWWYQIdqz4LYBuo+bOPHHw0oGQ6D524qIx0S0G7vwgTS/Ql24TshrxIAlAxGlyb
owD2Rz+oKH+/I5X/VTmVO0weh5JJcCr0oq8wc4USwn9ZSY02iE+ZhZL0c1E/Pf5D
6MB1/aT+o9akz9uhWy3s3HEPFmWh7vzreE6jzzqLlwG81aWQt0wS1QMh4lCwv+Sq
wXxJ+RI1zKJhTDHPwx77NuzMUCX450EGd0f2n536spFVXk2d3pDlMfkQBKqNoKmi
uTMKiBkv/MqbS8AxtEKRAy28ChqiYmw+qc3E77ETY0HgI4DCwLxuFS1vfNViWxVI
6LPiZ7Ri+Dw5bRSEQaUIuG1+AgSGAOLkwfFfGtRPSDcsUeVk18C1UXLUQYzpFYSJ
HBxxSYDEOSfdWU6CT3VQdbEeEObCc2U=
=SrSF
-----END PGP SIGNATURE-----

Attachment: pgp4HVjhFFOBb.pgp
Description: PGP signature


--- End Message ---

Reply via email to