[From nobody Tue Mar 24 01:21:06 2026
Received: (at submit) by bugs.debian.org; 19 Mar 2026 15:14:16 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-2.5 required=4.0 tests=BAYES_00,FORGED_SPF_HELO,
 FROMDEVELOPER,KHOP_HELO_FCRDNS,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,
 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED,RCVD_IN_VALIDITY_RPBL_BLOCKED,
 RCVD_IN_VALIDITY_SAFE_BLOCKED,SPF_HELO_PASS,SPF_NONE autolearn=no
 autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 50; hammy, 150; neutral, 112; spammy,
 0. spammytokens: hammytokens:0.000-+--python3,
 0.000-+--pkgbuilddir, 
 0.000-+--PKGBUILDDIR, 0.000-+--H*F:U*doko, 0.000-+--forky
Return-path: &lt;doko@debian.org&gt;
Received: from einhorn.in-berlin.de ([192.109.42.8]:52221
 helo=einhorn-mail-out.in-berlin.de)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;doko@debian.org&gt;) id 1w3F4i-001xSA-0c
 for submit@bugs.debian.org; Thu, 19 Mar 2026 15:14:16 +0000
X-Envelope-From: doko@debian.org
X-Envelope-To: &lt;submit@bugs.debian.org&gt;
Received: from authenticated.user (localhost [127.0.0.1]) by
 einhorn.in-berlin.de with ESMTPSA id 62JFEEsb2097347
 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT)
 for &lt;submit@bugs.debian.org&gt;; Thu, 19 Mar 2026 16:14:14 +0100
Message-ID: &lt;54ddc75a-da40-4976-89cc-5a90084ca5a9@debian.org&gt;
Date: Thu, 19 Mar 2026 16:14:14 +0100
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Content-Language: en-US
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
From: Matthias Klose &lt;doko@debian.org&gt;
Subject: freedombox ftbfs with Python 3.14
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Delivered-To: submit@bugs.debian.org

Source: freedombox
Version: 26.4.2
Severity: important
Tags: sid forky ftbfs
User:debian-python@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 '/&lt;&lt;PKGBUILDDIR&gt;&gt;/doc'
make[2]: Leaving directory '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
./run --develop --list-dependencies | sort | tr '\n' ', ' | \
	sed -e 's/^/freedombox:Depends=/' &gt;&gt; debian/freedombox.substvars
Exception while running init for module gnome: '__proxy__' object has no 
attribute '_proxy____args'
Traceback (most recent call last):
   File &quot;/&lt;&lt;PKGBUILDDIR&gt;&gt;/plinth/app.py&quot;, line 572, in tags
     with override(language=None):
          ~~~~~~~~^^^^^^^^^^^^^^^
   File 
&quot;/usr/lib/python3/dist-packages/django/utils/translation/__init__.py&quot;, 
line 195, in __enter__
     self.old_language = get_language()
                         ~~~~~~~~~~~~^^
   File 
&quot;/usr/lib/python3/dist-packages/django/utils/translation/__init__.py&quot;, 
line 211, in get_language
     return _trans.get_language()
            ^^^^^^^^^^^^^^^^^^^
   File 
&quot;/usr/lib/python3/dist-packages/django/utils/translation/__init__.py&quot;, 
line 66, in __getattr__
     if settings.USE_I18N:
        ^^^^^^^^^^^^^^^^^
   File &quot;/usr/lib/python3/dist-packages/django/conf/__init__.py&quot;, line 
81, in __getattr__
     self._setup(name)
     ~~~~~~~~~~~^^^^^^
   File &quot;/usr/lib/python3/dist-packages/django/conf/__init__.py&quot;, line 
61, in _setup
     raise ImproperlyConfigured(
     ...&lt;4 lines&gt;...
     )
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 &quot;/&lt;&lt;PKGBUILDDIR&gt;&gt;/plinth/app.py&quot;, line 688, in _initialize_module
     app_class()
     ~~~~~~~~~^^
   File &quot;/&lt;&lt;PKGBUILDDIR&gt;&gt;/plinth/modules/gnome/__init__.py&quot;, line 55, in 
__init__
     info.tags, 'gnome:index', parent_url_name='apps')
     ^^^^^^^^^
   File &quot;/&lt;&lt;PKGBUILDDIR&gt;&gt;/plinth/app.py&quot;, 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 &quot;/&lt;&lt;PKGBUILDDIR&gt;&gt;/plinth/app.py&quot;, line 572, in tags
     with override(language=None):
          ~~~~~~~~^^^^^^^^^^^^^^^
   File 
&quot;/usr/lib/python3/dist-packages/django/utils/translation/__init__.py&quot;, 
line 195, in __enter__
     self.old_language = get_language()
                         ~~~~~~~~~~~~^^
   File 
&quot;/usr/lib/python3/dist-packages/django/utils/translation/__init__.py&quot;, 
line 211, in get_language
     return _trans.get_language()
            ^^^^^^^^^^^^^^^^^^^
   File 
&quot;/usr/lib/python3/dist-packages/django/utils/translation/__init__.py&quot;, 
line 66, in __getattr__
     if settings.USE_I18N:
        ^^^^^^^^^^^^^^^^^
   File &quot;/usr/lib/python3/dist-packages/django/conf/__init__.py&quot;, line 
81, in __getattr__
     self._setup(name)
     ~~~~~~~~~~~^^^^^^
   File &quot;/usr/lib/python3/dist-packages/django/conf/__init__.py&quot;, line 
61, in _setup
     raise ImproperlyConfigured(
     ...&lt;4 lines&gt;...
     )
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 &quot;/&lt;&lt;PKGBUILDDIR&gt;&gt;/./run&quot;, line 8, in &lt;module&gt;
     plinth.__main__.main()
     ~~~~~~~~~~~~~~~~~~~~^^
   File &quot;/&lt;&lt;PKGBUILDDIR&gt;&gt;/plinth/__main__.py&quot;, line 139, in main
     app_module.apps_init()
     ~~~~~~~~~~~~~~~~~~~~^^
   File &quot;/&lt;&lt;PKGBUILDDIR&gt;&gt;/plinth/app.py&quot;, line 626, in apps_init
     _initialize_module(module_name, module)
     ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
   File &quot;/&lt;&lt;PKGBUILDDIR&gt;&gt;/plinth/app.py&quot;, line 688, in _initialize_module
     app_class()
     ~~~~~~~~~^^
   File &quot;/&lt;&lt;PKGBUILDDIR&gt;&gt;/plinth/modules/gnome/__init__.py&quot;, line 55, in 
__init__
     info.tags, 'gnome:index', parent_url_name='apps')
     ^^^^^^^^^
   File &quot;/&lt;&lt;PKGBUILDDIR&gt;&gt;/plinth/app.py&quot;, 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 '/&lt;&lt;PKGBUILDDIR&gt;&gt;'
make: *** [debian/rules:17: binary] Error 2
]