Your message dated Mon, 07 Oct 2024 22:21:05 +0000
with message-id <e1sxw6d-001ygc...@fasolo.debian.org>
and subject line Bug#1084324: fixed in pygac 1.7.4-2
has caused the Debian Bug report #1084324,
regarding pygac: FTBFS: E 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 ow...@bugs.debian.org
immediately.)


-- 
1084324: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1084324
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:pygac
Version: 1.7.4-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 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
   dh_auto_build -O--buildsystem=pybuild
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
* Building wheel...
Successfully built pygac-1.7.4-py3-none-any.whl
I: pybuild plugin_pyproject:144: Unpacking wheel built for python3.12 with 
"installer" module
   dh_auto_test -O--buildsystem=pybuild
I: pybuild base:311: cd /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; 
python3.12 -m pytest --pyargs pygac
============================= test session starts ==============================
platform linux -- Python 3.12.7, pytest-8.3.3, pluggy-1.5.0
rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build
configfile: pyproject.toml
plugins: typeguard-4.3.0
collected 0 items / 11 errors

==================================== ERRORS ====================================
_________________ ERROR collecting pygac/tests/test_angles.py __________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pygac/tests/test_angles.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
pygac/__init__.py:34: in <module>
    from pygac.runner import get_reader_class, process_file  # noqa
pygac/runner.py:34: in <module>
    from pygac.gac_klm import GACKLMReader
pygac/gac_klm.py:33: in <module>
    from pygac.gac_reader import GACReader
pygac/gac_reader.py:31: in <module>
    from pygac.reader import Reader, ReaderError
pygac/reader.py:37: in <module>
    import six
E   ModuleNotFoundError: No module named 'six'
______________ ERROR collecting pygac/tests/test_calibrate_klm.py ______________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pygac/tests/test_calibrate_klm.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
pygac/__init__.py:34: in <module>
    from pygac.runner import get_reader_class, process_file  # noqa
pygac/runner.py:34: in <module>
    from pygac.gac_klm import GACKLMReader
pygac/gac_klm.py:33: in <module>
    from pygac.gac_reader import GACReader
pygac/gac_reader.py:31: in <module>
    from pygac.reader import Reader, ReaderError
pygac/reader.py:37: in <module>
    import six
E   ModuleNotFoundError: No module named 'six'
______________ ERROR collecting pygac/tests/test_calibrate_pod.py ______________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pygac/tests/test_calibrate_pod.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
pygac/__init__.py:34: in <module>
    from pygac.runner import get_reader_class, process_file  # noqa
pygac/runner.py:34: in <module>
    from pygac.gac_klm import GACKLMReader
pygac/gac_klm.py:33: in <module>
    from pygac.gac_reader import GACReader
pygac/gac_reader.py:31: in <module>
    from pygac.reader import Reader, ReaderError
pygac/reader.py:37: in <module>
    import six
E   ModuleNotFoundError: No module named 'six'
________ ERROR collecting pygac/tests/test_calibration_coefficients.py _________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pygac/tests/test_calibration_coefficients.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
pygac/__init__.py:34: in <module>
    from pygac.runner import get_reader_class, process_file  # noqa
pygac/runner.py:34: in <module>
    from pygac.gac_klm import GACKLMReader
pygac/gac_klm.py:33: in <module>
    from pygac.gac_reader import GACReader
pygac/gac_reader.py:31: in <module>
    from pygac.reader import Reader, ReaderError
pygac/reader.py:37: in <module>
    import six
E   ModuleNotFoundError: No module named 'six'
___________________ ERROR collecting pygac/tests/test_io.py ____________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pygac/tests/test_io.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
pygac/__init__.py:34: in <module>
    from pygac.runner import get_reader_class, process_file  # noqa
pygac/runner.py:34: in <module>
    from pygac.gac_klm import GACKLMReader
pygac/gac_klm.py:33: in <module>
    from pygac.gac_reader import GACReader
pygac/gac_reader.py:31: in <module>
    from pygac.reader import Reader, ReaderError
pygac/reader.py:37: in <module>
    import six
E   ModuleNotFoundError: No module named 'six'
___________________ ERROR collecting pygac/tests/test_klm.py ___________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pygac/tests/test_klm.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
pygac/__init__.py:34: in <module>
    from pygac.runner import get_reader_class, process_file  # noqa
pygac/runner.py:34: in <module>
    from pygac.gac_klm import GACKLMReader
pygac/gac_klm.py:33: in <module>
    from pygac.gac_reader import GACReader
pygac/gac_reader.py:31: in <module>
    from pygac.reader import Reader, ReaderError
pygac/reader.py:37: in <module>
    import six
E   ModuleNotFoundError: No module named 'six'
___________________ ERROR collecting pygac/tests/test_pod.py ___________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pygac/tests/test_pod.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
pygac/__init__.py:34: in <module>
    from pygac.runner import get_reader_class, process_file  # noqa
pygac/runner.py:34: in <module>
    from pygac.gac_klm import GACKLMReader
pygac/gac_klm.py:33: in <module>
    from pygac.gac_reader import GACReader
pygac/gac_reader.py:31: in <module>
    from pygac.reader import Reader, ReaderError
pygac/reader.py:37: in <module>
    import six
E   ModuleNotFoundError: No module named 'six'
_________________ ERROR collecting pygac/tests/test_reader.py __________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pygac/tests/test_reader.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
pygac/__init__.py:34: in <module>
    from pygac.runner import get_reader_class, process_file  # noqa
pygac/runner.py:34: in <module>
    from pygac.gac_klm import GACKLMReader
pygac/gac_klm.py:33: in <module>
    from pygac.gac_reader import GACReader
pygac/gac_reader.py:31: in <module>
    from pygac.reader import Reader, ReaderError
pygac/reader.py:37: in <module>
    import six
E   ModuleNotFoundError: No module named 'six'
__________________ ERROR collecting pygac/tests/test_slerp.py __________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pygac/tests/test_slerp.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
pygac/__init__.py:34: in <module>
    from pygac.runner import get_reader_class, process_file  # noqa
pygac/runner.py:34: in <module>
    from pygac.gac_klm import GACKLMReader
pygac/gac_klm.py:33: in <module>
    from pygac.gac_reader import GACReader
pygac/gac_reader.py:31: in <module>
    from pygac.reader import Reader, ReaderError
pygac/reader.py:37: in <module>
    import six
E   ModuleNotFoundError: No module named 'six'
___________________ ERROR collecting pygac/tests/test_tsm.py ___________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pygac/tests/test_tsm.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
pygac/__init__.py:34: in <module>
    from pygac.runner import get_reader_class, process_file  # noqa
pygac/runner.py:34: in <module>
    from pygac.gac_klm import GACKLMReader
pygac/gac_klm.py:33: in <module>
    from pygac.gac_reader import GACReader
pygac/gac_reader.py:31: in <module>
    from pygac.reader import Reader, ReaderError
pygac/reader.py:37: in <module>
    import six
E   ModuleNotFoundError: No module named 'six'
__________________ ERROR collecting pygac/tests/test_utils.py __________________
ImportError while importing test module 
'/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build/pygac/tests/test_utils.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
pygac/__init__.py:34: in <module>
    from pygac.runner import get_reader_class, process_file  # noqa
pygac/runner.py:34: in <module>
    from pygac.gac_klm import GACKLMReader
pygac/gac_klm.py:33: in <module>
    from pygac.gac_reader import GACReader
pygac/gac_reader.py:31: in <module>
    from pygac.reader import Reader, ReaderError
pygac/reader.py:37: in <module>
    import six
E   ModuleNotFoundError: No module named 'six'
=========================== short test summary info ============================
ERROR pygac/tests/test_angles.py
ERROR pygac/tests/test_calibrate_klm.py
ERROR pygac/tests/test_calibrate_pod.py
ERROR pygac/tests/test_calibration_coefficients.py
ERROR pygac/tests/test_io.py
ERROR pygac/tests/test_klm.py
ERROR pygac/tests/test_pod.py
ERROR pygac/tests/test_reader.py
ERROR pygac/tests/test_slerp.py
ERROR pygac/tests/test_tsm.py
ERROR pygac/tests/test_utils.py
!!!!!!!!!!!!!!!!!!! Interrupted: 11 errors during collection !!!!!!!!!!!!!!!!!!!
============================== 11 errors in 0.28s ==============================
E: pybuild pybuild:389: test: plugin pyproject failed with: exit code=2: cd 
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.12/build; python3.12 -m pytest --pyargs 
pygac
dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.12 
returned exit code 13
make: *** [debian/rules:16: 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/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: pygac
Source-Version: 1.7.4-2
Done: Antonio Valentino <antonio.valent...@tiscali.it>

We believe that the bug you reported is fixed in the latest version of
pygac, 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.
Antonio Valentino <antonio.valent...@tiscali.it> (supplier of updated pygac 
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: Mon, 07 Oct 2024 21:08:01 +0000
Source: pygac
Architecture: source
Version: 1.7.4-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <pkg-grass-de...@lists.alioth.debian.org>
Changed-By: Antonio Valentino <antonio.valent...@tiscali.it>
Closes: 1084324
Changes:
 pygac (1.7.4-2) unstable; urgency=medium
 .
   [ Bas Couwenberg ]
   * Bump Standards-Version to 4.7.0, no changes.
 .
   [ Antonio Valentino ]
   * debian/patches:
     - New 0002-Drop-six.patch (Closes: #1084324).
Checksums-Sha1:
 0ea9a3879e206e40bedb99e4c32d4e84523d0a98 3284 pygac_1.7.4-2.dsc
 955acf4c9f260ab7ba78e61e295fbc2d207962bc 6512 pygac_1.7.4-2.debian.tar.xz
 60c9d4cae04ae0ade440597a1c5b8fe270f3603d 9586 pygac_1.7.4-2_amd64.buildinfo
Checksums-Sha256:
 b9808e324e2c545cacc635c93c971c307bcdca8e75b58c5a7063bfcbf879c1ab 3284 
pygac_1.7.4-2.dsc
 8579155c341d99652121b54566359a6c155ef6ee347baa564c2baf670513683e 6512 
pygac_1.7.4-2.debian.tar.xz
 cb315243dcf02c195c5b60a91220b236706e28e145c3f603ff8fbb88acebb6fd 9586 
pygac_1.7.4-2_amd64.buildinfo
Files:
 020453c16b00741be57eacf1cbc83c7c 3284 python optional pygac_1.7.4-2.dsc
 d701bbdd35a17d5cb66fdaadef9e89dd 6512 python optional 
pygac_1.7.4-2.debian.tar.xz
 452506f838f380482c23a30883ba811d 9586 python optional 
pygac_1.7.4-2_amd64.buildinfo

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

iQJRBAEBCgA7FiEEO3DyCaX/1okDxHLF6/SKslePmBIFAmcETzMdHGFudG9uaW8u
dmFsZW50aW5vQHRpc2NhbGkuaXQACgkQ6/SKslePmBJjKg//YzHxxNPRiEKDxE68
eOP/ufUQJzd7IxEGIVuc0tAYOFd+w6kxJFov4e1R1jO/1SVCoN84+TMDln8seac2
JSdo1y+OJ+BnzZmwW6ULhuwNqyDYKj9PfMQgVMTdkGysA+KTYaEBeKjjwqsyscUO
C7mJS6UK1xlGnqwbZhs3cBYk8PXlHv7rLVjCYewcdTWfuUtrx+l6OIer4P1pKhpr
+7vKavXkr2sr/nC0ZOXt6JxasfyQXLlT7N4//DE4F21qmWaJhFSRkkIPMCtGJJ4T
BnzN0ixTZjQ6+epZ6YBK5kGv3/sC36++GVr7yT6q59UQb+ucFfP2EQ7OzVH8IMQl
0x5XHhHlOZ4DQmQnZkNPJdV2Ok4Z9gnAlP3ELJCvoqE1B741xFHbpEM+zIW1ziot
rD1ooQ9MYvm6YPn2VcY0W5Pgf9Zb5LuW+k3RBvm6VifvAHVaqvrEx07fQQm5KSgx
VwKBcdm19CElWgFn4bld2k27SP6HFpmmOExzlq0i/Xl+Vo6bKdHzxHm1Bu6mftMo
Dqo6nSK+b1pOh3bLH7rPA3PdZIq6dGrRNvPzj89gNbRPD0UU0w+K/7iSCZzsnyT5
L6G8NVHk4dopa6j0LECcetSfFe/bRlIvfOKrgJ2BOAinBKXIjA2qMi+uIBRIgj2w
PryQMC1aUc+PWGOr6mo+cqBDJAs=
=ehJe
-----END PGP SIGNATURE-----

Attachment: pgpKznPVavr2h.pgp
Description: PGP signature


--- End Message ---

Reply via email to