[Freedombox-pkg-team] Bug#1131272: freedombox ftbfs with Python 3.14
Matthias Klose
doko at debian.org
Thu Mar 19 15:14:14 GMT 2026
Source: freedombox
Version: 26.4.2
Severity: important
Tags: sid forky ftbfs
User:debian-python at lists.debian.org
Usertags: python3.14
freedombox ftbfs with Python 3.14, the log is taken form the Ubuntu
build log. So it also might be the slightly different django version.
[...]
make[3]: Leaving directory '/<<PKGBUILDDIR>>/doc'
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
./run --develop --list-dependencies | sort | tr '\n' ', ' | \
sed -e 's/^/freedombox:Depends=/' >> debian/freedombox.substvars
Exception while running init for module gnome: '__proxy__' object has no
attribute '_proxy____args'
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/plinth/app.py", line 572, in tags
with override(language=None):
~~~~~~~~^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/django/utils/translation/__init__.py",
line 195, in __enter__
self.old_language = get_language()
~~~~~~~~~~~~^^
File
"/usr/lib/python3/dist-packages/django/utils/translation/__init__.py",
line 211, in get_language
return _trans.get_language()
^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/django/utils/translation/__init__.py",
line 66, in __getattr__
if settings.USE_I18N:
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/django/conf/__init__.py", line
81, in __getattr__
self._setup(name)
~~~~~~~~~~~^^^^^^
File "/usr/lib/python3/dist-packages/django/conf/__init__.py", line
61, in _setup
raise ImproperlyConfigured(
...<4 lines>...
)
django.core.exceptions.ImproperlyConfigured: Requested setting USE_I18N,
but settings are not configured. You must either define the environment
variable DJANGO_SETTINGS_MODULE or call settings.configure() before
accessing settings.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/plinth/app.py", line 688, in _initialize_module
app_class()
~~~~~~~~~^^
File "/<<PKGBUILDDIR>>/plinth/modules/gnome/__init__.py", line 55, in
__init__
info.tags, 'gnome:index', parent_url_name='apps')
^^^^^^^^^
File "/<<PKGBUILDDIR>>/plinth/app.py", line 578, in tags
tag._proxy____args[0] if isinstance(tag, Promise) else tag
^^^^^^^^^^^^^^^^^^
AttributeError: '__proxy__' object has no attribute '_proxy____args'.
Did you mean: '_proxy____cast'?
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/plinth/app.py", line 572, in tags
with override(language=None):
~~~~~~~~^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/django/utils/translation/__init__.py",
line 195, in __enter__
self.old_language = get_language()
~~~~~~~~~~~~^^
File
"/usr/lib/python3/dist-packages/django/utils/translation/__init__.py",
line 211, in get_language
return _trans.get_language()
^^^^^^^^^^^^^^^^^^^
File
"/usr/lib/python3/dist-packages/django/utils/translation/__init__.py",
line 66, in __getattr__
if settings.USE_I18N:
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/django/conf/__init__.py", line
81, in __getattr__
self._setup(name)
~~~~~~~~~~~^^^^^^
File "/usr/lib/python3/dist-packages/django/conf/__init__.py", line
61, in _setup
raise ImproperlyConfigured(
...<4 lines>...
)
django.core.exceptions.ImproperlyConfigured: Requested setting USE_I18N,
but settings are not configured. You must either define the environment
variable DJANGO_SETTINGS_MODULE or call settings.configure() before
accessing settings.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/<<PKGBUILDDIR>>/./run", line 8, in <module>
plinth.__main__.main()
~~~~~~~~~~~~~~~~~~~~^^
File "/<<PKGBUILDDIR>>/plinth/__main__.py", line 139, in main
app_module.apps_init()
~~~~~~~~~~~~~~~~~~~~^^
File "/<<PKGBUILDDIR>>/plinth/app.py", line 626, in apps_init
_initialize_module(module_name, module)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/<<PKGBUILDDIR>>/plinth/app.py", line 688, in _initialize_module
app_class()
~~~~~~~~~^^
File "/<<PKGBUILDDIR>>/plinth/modules/gnome/__init__.py", line 55, in
__init__
info.tags, 'gnome:index', parent_url_name='apps')
^^^^^^^^^
File "/<<PKGBUILDDIR>>/plinth/app.py", line 578, in tags
tag._proxy____args[0] if isinstance(tag, Promise) else tag
^^^^^^^^^^^^^^^^^^
AttributeError: '__proxy__' object has no attribute '_proxy____args'.
Did you mean: '_proxy____cast'?
# Ensure the list of dependencies is not empty.
test -s debian/freedombox.substvars || exit 1
make[1]: *** [debian/rules:23: override_dh_auto_install-indep] Error 1
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:17: binary] Error 2
More information about the Freedombox-pkg-team
mailing list