Your message dated Sun, 31 Jul 2022 22:30:04 +0000
with message-id <e1oihrk-002qfb...@fasolo.debian.org>
and subject line Bug#1013476: fixed in python-django-waffle 2.4.1-2
has caused the Debian Bug report #1013476,
regarding python-django-waffle: FTBFS: ImportError: cannot import name 
'ugettext_lazy' from 'django.utils.translation' 
(/usr/lib/python3/dist-packages/django/utils/translation/__init__.py)
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.)


-- 
1013476: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013476
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-django-waffle
Version: 2.4.1-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20220624 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> dh_auto_test -- --system=custom --test-args="cd {build_dir}; PYTHONPATH=. 
> DJANGO_SETTINGS_MODULE=test_settings {interpreter} /usr/bin/django-admin test 
> waffle"
> I: pybuild pybuild:300: cp -r /<<PKGBUILDDIR>>/test_settings.py 
> /<<PKGBUILDDIR>>/test_app 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_django-waffle/build
> I: pybuild base:239: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_django-waffle/build; PYTHONPATH=. 
> DJANGO_SETTINGS_MODULE=test_settings python3.9 /usr/bin/django-admin test 
> waffle
> Traceback (most recent call last):
>   File "/usr/bin/django-admin", line 33, in <module>
>     sys.exit(load_entry_point('Django==4.0.5', 'console_scripts', 
> 'django-admin')())
>   File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", 
> line 446, in execute_from_command_line
>     utility.execute()
>   File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", 
> line 420, in execute
>     django.setup()
>   File "/usr/lib/python3/dist-packages/django/__init__.py", line 24, in setup
>     apps.populate(settings.INSTALLED_APPS)
>   File "/usr/lib/python3/dist-packages/django/apps/registry.py", line 116, in 
> populate
>     app_config.import_models()
>   File "/usr/lib/python3/dist-packages/django/apps/config.py", line 304, in 
> import_models
>     self.models_module = import_module(models_module_name)
>   File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>   File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
>   File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 850, in exec_module
>   File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_django-waffle/build/test_app/models.py",
>  line 4, in <module>
>     from django.utils.translation import ugettext_lazy as _
> ImportError: cannot import name 'ugettext_lazy' from 
> 'django.utils.translation' 
> (/usr/lib/python3/dist-packages/django/utils/translation/__init__.py)
> E: pybuild pybuild:369: test: plugin custom failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_django-waffle/build; PYTHONPATH=. 
> DJANGO_SETTINGS_MODULE=test_settings python3.9 /usr/bin/django-admin test 
> waffle
> I: pybuild pybuild:300: cp -r /<<PKGBUILDDIR>>/test_settings.py 
> /<<PKGBUILDDIR>>/test_app 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_django-waffle/build
> I: pybuild base:239: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_django-waffle/build; PYTHONPATH=. 
> DJANGO_SETTINGS_MODULE=test_settings python3.10 /usr/bin/django-admin test 
> waffle
> Traceback (most recent call last):
>   File "/usr/bin/django-admin", line 33, in <module>
>     sys.exit(load_entry_point('Django==4.0.5', 'console_scripts', 
> 'django-admin')())
>   File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", 
> line 446, in execute_from_command_line
>     utility.execute()
>   File "/usr/lib/python3/dist-packages/django/core/management/__init__.py", 
> line 420, in execute
>     django.setup()
>   File "/usr/lib/python3/dist-packages/django/__init__.py", line 24, in setup
>     apps.populate(settings.INSTALLED_APPS)
>   File "/usr/lib/python3/dist-packages/django/apps/registry.py", line 116, in 
> populate
>     app_config.import_models()
>   File "/usr/lib/python3/dist-packages/django/apps/config.py", line 304, in 
> import_models
>     self.models_module = import_module(models_module_name)
>   File "/usr/lib/python3.10/importlib/__init__.py", line 126, in import_module
>     return _bootstrap._gcd_import(name[level:], package, level)
>   File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
>   File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
>   File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
>   File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
>   File "<frozen importlib._bootstrap_external>", line 883, in exec_module
>   File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
>   File 
> "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_django-waffle/build/test_app/models.py",
>  line 4, in <module>
>     from django.utils.translation import ugettext_lazy as _
> ImportError: cannot import name 'ugettext_lazy' from 
> 'django.utils.translation' 
> (/usr/lib/python3/dist-packages/django/utils/translation/__init__.py)
> E: pybuild pybuild:369: test: plugin custom failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_django-waffle/build; PYTHONPATH=. 
> DJANGO_SETTINGS_MODULE=test_settings python3.10 /usr/bin/django-admin test 
> waffle
> dh_auto_test: error: pybuild --test -i python{version} -p "3.9 3.10" 
> --system=custom "--test-args=cd {build_dir}; PYTHONPATH=. 
> DJANGO_SETTINGS_MODULE=test_settings {interpreter} /usr/bin/django-admin test 
> waffle" returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2022/06/24/python-django-waffle_2.4.1-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220624;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220624&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: python-django-waffle
Source-Version: 2.4.1-2
Done: Michael Fladischer <fl...@debian.org>

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

Debian distribution maintenance software
pp.
Michael Fladischer <fl...@debian.org> (supplier of updated python-django-waffle 
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: Sun, 31 Jul 2022 20:50:25 +0000
Source: python-django-waffle
Architecture: source
Version: 2.4.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Michael Fladischer <fl...@debian.org>
Closes: 1013476
Changes:
 python-django-waffle (2.4.1-2) unstable; urgency=medium
 .
   * Add patch for Django 4 compatibility (Closes: #1013476).
   * Refresh patches.
   * Bump Standards-Version to 4.6.1.0.
Checksums-Sha1:
 b5d06e06530a620b531c58a2b19102e85440d8a7 1979 python-django-waffle_2.4.1-2.dsc
 3d54bdbcf11c2f8bcadc20174dda678081057a1b 5424 
python-django-waffle_2.4.1-2.debian.tar.xz
 cad57e8dec4c1abe5cd10fad084561fccb45a12c 7919 
python-django-waffle_2.4.1-2_arm64.buildinfo
Checksums-Sha256:
 2cfc794a6f12f0eb9e414725c1124654b2460e322c2b5ec76b0ef64095755a1c 1979 
python-django-waffle_2.4.1-2.dsc
 bb48fb6088a8a88f532a33cd538b495264cc51a096c4254fc1db43505c51f9cf 5424 
python-django-waffle_2.4.1-2.debian.tar.xz
 88d0b725a296b7f6a00f8cc6b5ceecb44212214069a878a19b3a76167b771586 7919 
python-django-waffle_2.4.1-2_arm64.buildinfo
Files:
 3561905f860e5b64903529c37872f5d5 1979 python optional 
python-django-waffle_2.4.1-2.dsc
 fd1b29252f84a721cf74291abcdb4d17 5424 python optional 
python-django-waffle_2.4.1-2.debian.tar.xz
 87efe64166c8f4e15e6cdf885abac11c 7919 python optional 
python-django-waffle_2.4.1-2_arm64.buildinfo

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

iQEzBAEBCgAdFiEEqVSlRXW87UkkCnJc/9PIi5l90WoFAmLm7FEACgkQ/9PIi5l9
0WpNugf9HS9cgrM/m7C2693+vR/Q0O2DKgL00wujq5bdVfLQ/UE0M1cXyaifwVY8
wosQ46iMhlyzhyzpr7chmdq16ErEmh+wZ+SvelhHIXYs4IpaPz1m2EE+WAJQrEww
1rwf5PLC9l2D6JHXYYikdQMmKtI5p18wekvkC7rTjWvelUSVrvQXpggM1StZ1Owk
rSeNyMsu7/+VPNFRbs2l5aKq5gNZLAyVlzKmmyiw27SbHUkyzOSeKOFuYXQHoCTY
n+RMuRU1UuY1ThXbIm4Y/h0ZrqiESrDCbJ8mV7lnb2PUHJyVbwUeJvu8jUmcrFWw
cyMDGs/gYOWZ3ldbrGYj0wM0dYWnvQ==
=JvF9
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to