Your message dated Tue, 24 Mar 2026 01:19:14 +0000
with message-id <[email protected]>
and subject line Bug#1131272: fixed in freedombox 26.5
has caused the Debian Bug report #1131272,
regarding freedombox ftbfs with Python 3.14
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.)
--
1131272: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1131272
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: freedombox
Version: 26.4.2
Severity: important
Tags: sid forky ftbfs
User:[email protected]
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
--- End Message ---
--- Begin Message ---
Source: freedombox
Source-Version: 26.5
Done: James Valleroy <[email protected]>
We believe that the bug you reported is fixed in the latest version of
freedombox, 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.
James Valleroy <[email protected]> (supplier of updated freedombox 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, 23 Mar 2026 20:25:07 -0400
Source: freedombox
Architecture: source
Version: 26.5
Distribution: unstable
Urgency: medium
Maintainer: FreedomBox packaging team
<[email protected]>
Changed-By: James Valleroy <[email protected]>
Closes: 1131272
Changes:
freedombox (26.5) unstable; urgency=medium
.
[ OwlGale ]
* Translated using Weblate (Russian)
.
[ Frederico Gomes ]
* wireguard: Remove client entry for F-Droid which is not available
* wireguard: Update windows client link
* wireguard: Add button for direct APK download
* wireguard: Add entries for Homebrew and RPM packages
* clients: Fix formatting of package row in table
* wireguard: Fix freedombox VPN IP for services
.
[ Sunil Mohan Adapa ]
* clients: Fix show empty clients in Desktop section
* apache: Minor improvement to getting the request host
* letsencrypt: Don't perform operations on apps that are not installed
* tests: functional: Drop undefined 'sso' pytest mark
* ui: Simplify SVG app icons for using them inline in HTML
* ui: Use inline SVG images for app icons for dark mode adaptation
* html: Drop type attribute value of text/javascript
* html: Drop trailing slash from void elements
* clients: Use SVG icons when showing external links
* ui: Use inline SVG icons for system and help section page
* ui: Add rest of the icons used from fork-awesome set
* ui: Use inline SVG icons for breadcrumbs
* ui: Use inline SVG icons for app toolbar
* ui: Use inline SVG icons for notification dropdown
* ui: Use inline SVG icons for internal zone message
* names: Use inline SVG icons for main app page
* featherwiki: Use inline SVG icons for app
* tiddlywiki: Use inline SVG icons for app
* wireguard: Use inline SVG icons
* dynamicdns: Use inline SVG icons
* help: Use inline SVG icons
* ui: Use inline SVG icons for port forwarding info
* power: Use inline SVG icons
* pagekite: Use inline SVG icons
* pagekite: Fix issue with adding custom services
* ikiwiki: Use inline SVG icons
* samba: Use inline SVG icons
* miniflux: Use inline SVG icons
* users: Use inline SVG icons
* email: Use inline SVG icons
* help: Use inline SVG icons
* matrixsynapse: Use inline SVG icons
* bepasty: Use inline SVG icons
* calibre: Use inline SVG icons
* kiwix: Use inline SVG icons
* security: Use inline SVG icons
* sharing: Use inline SVG icons
* snapshot: Use inline SVG icons
* diagnostics: Use inline SVG icons
* storage: Use inline SVG icons
* gitweb: Use inline SVG icons
* ui: Use inline SVG icons for tag search
* ui: Use inline SVG icons for clients launch buttons
* networks: Use inline SVG icons
* firstboot: Use inline SVG icons
* ui: Use inline SVG icons for app's service-not-running message
* ui: Use inline SVG icons for app's log page
* ui: Use inline SVG icons for operation waiting notification
* backups: Use inline SVG icons
* ui: Use inline SVG icons for app install page
* ui: Use inline SVG icons for all collapse buttons
* ui: Use inline SVG icons for all spinners
* ui: Use inline SVG icons for all error/warn/info/success messages
* ui: Better placement for dropdown indicator in dropdown button
* ui: Use inline SVG icons for navigation bar at the top
* upgrades: Use inline SVG icons
* ui: Use inline SVG icons for theme switcher menu
* ui: Drop fonts-fork-awesome as dependency
* ui: Rename 'plinth_extras' template tags module to 'extras'
* janus: Drop unused reference to font-awesome
* doc: Reduce verbosity when building documentation
* app: Fix build issue with Django 5.x (Closes: #1131272)
* apache: Increase OpenID Connect RP session timeout activity
* action_utils: Stop associated service when stopping a socket unit
* action_utils: Don't restart web interface when installing an app
.
[ Daniel Wiik ]
* Translated using Weblate (Swedish)
.
[ Joseph Nuthalapati ]
* container: Add option to skip install
* container: Fix image extension to .raw for systemd v260
.
[ James Valleroy ]
* apache: Use a Uwsgi native socket systemd unit for each app
* locale: Update translation strings
* doc: Fetch latest manual
.
[ Ettore Atalan ]
* Translated using Weblate (German)
Checksums-Sha1:
096cfa7f1366dbd2630567420e76109f8c1baac3 3430 freedombox_26.5.dsc
bc97becc9f32dff23f1a6df12261c4214c766ee0 53902804 freedombox_26.5.tar.xz
f4df02277bf66351ee37b81d93b82f365fe3b9ce 40165788 freedombox_26.5.git.tar.xz
4021d762c24debca93778bd64b1bf0036c7ed0ac 17331 freedombox_26.5_source.buildinfo
Checksums-Sha256:
116d744aa9ca619ef3f13457324b249191086966dc14c37591382b95c2d77b16 3430
freedombox_26.5.dsc
7f4d85e578bbbbb2221ac5545a4c4b2ff4946aba937e74e1ec712b87ae474f85 53902804
freedombox_26.5.tar.xz
d2d222bdf5aa0960e82efd97c99a90f312495c38c73bf47f1862091f602e42bb 40165788
freedombox_26.5.git.tar.xz
e703153ebab630d24f54b0a01a51762a545e12b5053351773ade7bce09e58c73 17331
freedombox_26.5_source.buildinfo
Files:
73e6e3ce8a02f3bcdee128f9b8f2acc7 3430 web optional freedombox_26.5.dsc
5f781c5588c6209edea38a52ba76ca34 53902804 web optional freedombox_26.5.tar.xz
3fcf8a726ceb1de74c4b5d9a788e1387 40165788 web None freedombox_26.5.git.tar.xz
e9c9d1e97978a5d6d595729e5b0b0a5e 17331 web optional
freedombox_26.5_source.buildinfo
Git-Tag-Info: tag=0474082193f1e855cd49fc1104e45d6c3371cf25
fp=7d6adb750f91085589484be677c0c75e7b650808
Git-Tag-Tagger: James Valleroy <[email protected]>
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmnB4eoACgkQYG0ITkaD
wHlbAxAAud3OJXSrSPDH2WJHKrVapUh9Ks1VdQIw5WQUyO6jqRegX8rlJPeuuUUF
JSmt4On4wZqKueI9/4fmk64R6Oiuq0WN6/aetrm94Y+d/x+xklGBjJpC90Yy006i
ySvmCzPSUBaP5l9Onniu3p5gHRefSVjyJ4W9vLVQ7WFX5sSQ/O7E6YfOFc1mUw2I
MkkPG6jc8Cf+xHCA9X1sE+ZiKAyYGztOY2PrAdPifPPm1IUvovG/bwqqUfBjKzFs
4YrC/0c4a7g+egVyc7DQjtucKUoBBN2NYIEG7YgmKwnRroBqIMx/KYEZD6+Ssohb
4rBwk8qjeKjuVAvmDDnxUVjPSvy3WENJEhTHnqupwIWc8ubd2ygk1+yH0bE94jqK
PWrv6xykDZDT1i5568pD2S/Y10bb1CO6vW4I4QlzucWr40kol6Chp18BUzVvgUIT
JMhZar6GSOrg/dZNsJsIw8zqhRozraxerKoEtU/NgWVgA2O6IIefKE6K6xRkXHiU
FkYDy7KCZ6xn+YIp5B6QdebHEg73M4bSGltm3P3YRs8j22w59mv7Szfqr2Dxq0ql
tw396o9i8BGpLg2mQuXrJFejKuNeMjFWQKfKQ+iKxb1/2py3C46zvfJ0JN6ECvzH
XoCwlP4eBb9RDAOifireDz77+HzDQJ12XuegKlW5D7TB9dYrK6Q=
=7Cu8
-----END PGP SIGNATURE-----
pgpnfLhymHghz.pgp
Description: PGP signature
--- End Message ---