Your message dated Tue, 17 Dec 2024 00:35:59 +0000
with message-id <[email protected]>
and subject line Bug#1090137: fixed in python-dicompylercore 0.5.6-2
has caused the Debian Bug report #1090137,
regarding python-dicompylercore: FTBFS: ModuleNotFoundError: No module named
'six'
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.)
--
1090137: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1090137
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-dicompylercore
Version: 0.5.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 --buildsystem=pybuild
dh_update_autotools_config -O--buildsystem=pybuild
dh_autoreconf -O--buildsystem=pybuild
dh_auto_configure -O--buildsystem=pybuild
I: pybuild base:311: python3.12 setup.py config
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running config
dh_auto_build -O--buildsystem=pybuild
I: pybuild base:311: /usr/bin/python3 setup.py build
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3/dist-packages/setuptools/_distutils/dist.py:261: UserWarning:
Unknown distribution option: 'tests_require'
warnings.warn(msg)
running build
running build_py
creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/dicompylercore
copying dicompylercore/dicomparser.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/dicompylercore
copying dicompylercore/__init__.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/dicompylercore
copying dicompylercore/dvhcalc.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/dicompylercore
copying dicompylercore/dose.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/dicompylercore
copying dicompylercore/config.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/dicompylercore
copying dicompylercore/util.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/dicompylercore
copying dicompylercore/dvh.py ->
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/dicompylercore
running egg_info
creating dicompyler_core.egg-info
writing dicompyler_core.egg-info/PKG-INFO
writing dependency_links to dicompyler_core.egg-info/dependency_links.txt
writing requirements to dicompyler_core.egg-info/requires.txt
writing top-level names to dicompyler_core.egg-info/top_level.txt
writing manifest file 'dicompyler_core.egg-info/SOURCES.txt'
reading manifest file 'dicompyler_core.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '__pycache__' found under
directory '*'
warning: no previously-included files matching '*.py[co]' found under directory
'*'
warning: no previously-included files matching '*.DS_Store' found under
directory '*'
adding license file 'LICENSE'
adding license file 'AUTHORS.rst'
writing manifest file 'dicompyler_core.egg-info/SOURCES.txt'
dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build;
python3.12 -m unittest discover -v
tests.test_dicomparser (unittest.loader._FailedTest.tests.test_dicomparser) ...
ERROR
tests.test_dose (unittest.loader._FailedTest.tests.test_dose) ... ERROR
tests.test_dvh (unittest.loader._FailedTest.tests.test_dvh) ... ERROR
tests.test_dvhcalc (unittest.loader._FailedTest.tests.test_dvhcalc) ... ERROR
======================================================================
ERROR: tests.test_dicomparser
(unittest.loader._FailedTest.tests.test_dicomparser)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_dicomparser
Traceback (most recent call last):
File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
module = self._get_module_from_name(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/unittest/loader.py", line 339, in
_get_module_from_name
__import__(name)
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/test_dicomparser.py", line
10, in <module>
from dicompylercore import dicomparser
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/dicompylercore/dicomparser.py",
line 23, in <module>
from six import PY2, iterkeys, string_types, BytesIO
ModuleNotFoundError: No module named 'six'
======================================================================
ERROR: tests.test_dose (unittest.loader._FailedTest.tests.test_dose)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_dose
Traceback (most recent call last):
File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
module = self._get_module_from_name(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/unittest/loader.py", line 339, in
_get_module_from_name
__import__(name)
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/test_dose.py", line
12, in <module>
from dicompylercore import dicomparser, dose
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/dicompylercore/dicomparser.py",
line 23, in <module>
from six import PY2, iterkeys, string_types, BytesIO
ModuleNotFoundError: No module named 'six'
======================================================================
ERROR: tests.test_dvh (unittest.loader._FailedTest.tests.test_dvh)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_dvh
Traceback (most recent call last):
File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
module = self._get_module_from_name(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/unittest/loader.py", line 339, in
_get_module_from_name
__import__(name)
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/test_dvh.py", line
10, in <module>
from dicompylercore import dvh, dicomparser
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/dicompylercore/dicomparser.py",
line 23, in <module>
from six import PY2, iterkeys, string_types, BytesIO
ModuleNotFoundError: No module named 'six'
======================================================================
ERROR: tests.test_dvhcalc (unittest.loader._FailedTest.tests.test_dvhcalc)
----------------------------------------------------------------------
ImportError: Failed to import test module: tests.test_dvhcalc
Traceback (most recent call last):
File "/usr/lib/python3.12/unittest/loader.py", line 396, in _find_test_path
module = self._get_module_from_name(name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/unittest/loader.py", line 339, in
_get_module_from_name
__import__(name)
File "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/tests/test_dvhcalc.py",
line 11, in <module>
from dicompylercore import dicomparser, dvhcalc
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/dicompylercore/dicomparser.py",
line 23, in <module>
from six import PY2, iterkeys, string_types, BytesIO
ModuleNotFoundError: No module named 'six'
----------------------------------------------------------------------
Ran 4 tests in 0.000s
FAILED (errors=4)
E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; python3.12 -m unittest discover
-v
dh_auto_test: error: pybuild --test -i python{version} -p 3.12 returned exit
code 13
make: *** [debian/rules:6: binary] Error 25
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/202412/
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: python-dicompylercore
Source-Version: 0.5.6-2
Done: Emmanuel Arias <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-dicompylercore, 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.
Emmanuel Arias <[email protected]> (supplier of updated python-dicompylercore
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: Mon, 16 Dec 2024 20:46:36 -0300
Source: python-dicompylercore
Architecture: source
Version: 0.5.6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Emmanuel Arias <[email protected]>
Closes: 1090137
Changes:
python-dicompylercore (0.5.6-2) unstable; urgency=medium
.
* Team upload.
* d/patches/remove-six.patch: Add patch to remove six from source (Closes:
#1090137).
Checksums-Sha1:
52308dfaf560532487251004f0f88d23980fe115 2283 python-dicompylercore_0.5.6-2.dsc
da40a796584b2b528f7e0234a1489754c04bfd34 4824
python-dicompylercore_0.5.6-2.debian.tar.xz
08f5b5f12694f87ec9769a4ffd977af6ac406cb0 9959
python-dicompylercore_0.5.6-2_amd64.buildinfo
Checksums-Sha256:
88cd3ee049478d337b3c7a2e0c1ce25b13e46d4dc0a72e227fcadf079972fb1b 2283
python-dicompylercore_0.5.6-2.dsc
39065ad51057a1703eb7659f55a4a524d9bb382cd1bb1aa932d2ec806faa86fd 4824
python-dicompylercore_0.5.6-2.debian.tar.xz
eee5fffd2b8e81b34a942a1a31003473d945bb1286870f0dab39be82e53a480b 9959
python-dicompylercore_0.5.6-2_amd64.buildinfo
Files:
aa58cf51e19f22d9ae7ae81ec00c46b5 2283 python optional
python-dicompylercore_0.5.6-2.dsc
ebd3e2d606398bf301d8e192a942c016 4824 python optional
python-dicompylercore_0.5.6-2.debian.tar.xz
d122e4b582cca6feea85370fb832f58d 9959 python optional
python-dicompylercore_0.5.6-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEE3lnVbvHK7ir4q61+p3sXeEcY/EFAmdgwgISHGVhbWFudUBk
ZWJpYW4ub3JnAAoJEPqd7F3hHGPx5+cP/1wn76kD4249pArZK6Ts9Vf1vYV8s2DF
rZmJ+srn4wasPmFx1Nof59/bmGhDpLd5AH/vF/TmJT1dY03+WB/CUmFjvCHCEGfF
z35wVKgot91Cf3xNAeUqIX+7mHaKI9G+qjZD5YW8bEsmbaHqaaZkz/WHfQjWc13u
FPuIjs4UN/bhj33AoqQ6kJ95KXHcb5fI+L5UZho11bSPBlx9dHlZ00jEFQx9NiOd
qQ8DdKozj/0gOdKLFtb+sadgsxn5eOdyILAlzLfJykHH8v2mEtmcRdQZ8B1pugaf
VZKMM7up1+OZnLQEYzQi7QC2NHBfDRSuRySVyr4PU7wzW2Oxmf9hdmL/j1veEe8d
cZeawvAxnOu/WTWS8CQqcco1XJnDwOPhSpvtbjlb4ar7NKG8Y+iEGle1I3UJPY5b
t/aE61pZxNZ5s6g8LojwPvmcL1yBr8sqphu9KFHIxXrWABQG0Y+oGvf+Wy+dWXh/
BF8X6F5Roepv6c8MV2AxbvlnUwI162lubbbAvKsUVe16v1uXcPVqwd/mD/L2Gco1
AZdvlhJwT6Q2Xrs4IfVjYIvKSgfHZsbERinpIoeZ9/n2aWumlieFd86He6uMwh14
fvwVWqXIURYuI6QXeRgYJUVuonixXN0szLn4Fwi3Fk0qagxTD5zQbsyb6MdgNDwv
8b4uNr+v9l6Y
=5g//
-----END PGP SIGNATURE-----
pgpkEdiZQTNNG.pgp
Description: PGP signature
--- End Message ---