Your message dated Thu, 26 Mar 2026 23:04:38 +0000
with message-id <[email protected]>
and subject line Bug#1131956: fixed in freedombox 26.5.1
has caused the Debian Bug report #1131956,
regarding freedombox: FTBFS with the nocheck build profile
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.)


-- 
1131956: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1131956
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:freedombox
Version: 26.5
Severity: serious
Tags: forky sid ftbfs
User: [email protected]
Usertags: ftbfs-nocheck-profile

Dear maintainer:

During a rebuild of all packages in unstable using the nocheck build profile,
this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202603/

A wiki page discussing how to reproduce bugs in this category and
possible solutions is available here:

https://wiki.debian.org/qa.debian.org/FTBFS/nocheck

(It's a wiki, so you are welcome to contribute)

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 cannot 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 add an affects on src:freedombox, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/./run", line 6, in <module>
    import plinth.__main__
  File "/<<PKGBUILDDIR>>/plinth/__main__.py", line 13, in <module>
    from . import app as app_module
  File "/<<PKGBUILDDIR>>/plinth/app.py", line 13, in <module>
    from plinth.diagnostic_check import DiagnosticCheck
  File "/<<PKGBUILDDIR>>/plinth/diagnostic_check.py", line 10, in <module>
    from django.utils.translation import gettext
ModuleNotFoundError: No module named 'django'
dh clean --with python3 --buildsystem=pybuild
   dh_auto_clean -O--buildsystem=pybuild
        pybuild --clean -i python{version} -p "3.14 3.13" --parallel=2
I: pybuild base:385: make clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make -C doc clean
make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
[RM]        {part-htmls} {xmls} {manuals} {outputs}
make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
rm -rf Plinth.egg-info
find plinth/locale -name *.mo -delete
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
I: pybuild base:385: make clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make -C doc clean
make[2]: Entering directory '/<<PKGBUILDDIR>>/doc'
[RM]        {part-htmls} {xmls} {manuals} {outputs}
make[2]: Leaving directory '/<<PKGBUILDDIR>>/doc'
rm -rf Plinth.egg-info
find plinth/locale -name *.mo -delete
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
        rm -rf .pybuild/
        find . -name \*.pyc -exec rm {} \;
   dh_autoreconf_clean -O--buildsystem=pybuild
   dh_clean -O--buildsystem=pybuild
        rm -f debian/debhelper-build-stamp
        rm -rf debian/.debhelper/
        rm -f -- debian/freedombox.substvars debian/freedombox-doc-en.substvars 
debian/freedombox-doc-es.substvars debian/files
        rm -fr -- debian/freedombox/ debian/tmp/ debian/freedombox-doc-en/ 
debian/freedombox-doc-es/
        find .  \( \( \
                \( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path 
.\*/.hg -o -path .\*/CVS -o -path .\*/.pc -o -path .\*/_darcs \) -prune -o 
-type f -a \
                \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
                 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
                 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
                 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
                \) -exec rm -f {} + \) -o \
                \( -type d -a \( -name autom4te.cache -o -name __pycache__ \) 
-prune -exec rm -rf {} + \) \)
 debian/rules binary
Traceback (most recent call last):
  File "/<<PKGBUILDDIR>>/./run", line 6, in <module>
    import plinth.__main__
  File "/<<PKGBUILDDIR>>/plinth/__main__.py", line 13, in <module>
    from . import app as app_module
  File "/<<PKGBUILDDIR>>/plinth/app.py", line 13, in <module>
    from plinth.diagnostic_check import DiagnosticCheck
  File "/<<PKGBUILDDIR>>/plinth/diagnostic_check.py", line 10, in <module>
    from django.utils.translation import gettext
ModuleNotFoundError: No module named 'django'
dh binary --with python3 --buildsystem=pybuild
   dh_update_autotools_config -O--buildsystem=pybuild
   dh_autoreconf -O--buildsystem=pybuild
   dh_auto_configure -O--buildsystem=pybuild
        pybuild --configure -i python{version} -p "3.14 3.13" --parallel=2
I: pybuild base:385: make configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# Nothing to do
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
I: pybuild base:385: make configure
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# Nothing to do
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
   dh_auto_build -O--buildsystem=pybuild
        pybuild --build -i python{version} -p "3.14 3.13" --parallel=2
I: pybuild base:385: make PYTHON=python3.14 build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# Compile translations
django-admin compilemessages --verbosity=1
make[1]: django-admin: No such file or directory
make[1]: *** [Makefile:75: build] Error 127
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
E: pybuild pybuild:485: build: plugin custom failed with: exit code=2: make 
PYTHON=python3.14 build
I: pybuild base:385: make PYTHON=python3.13 build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
# Compile translations
django-admin compilemessages --verbosity=1
make[1]: django-admin: No such file or directory
make[1]: *** [Makefile:75: build] Error 127
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
E: pybuild pybuild:485: build: plugin custom failed with: exit code=2: make 
PYTHON=python3.13 build
dh_auto_build: error: pybuild --build -i python{version} -p "3.14 3.13" 
--parallel=2 returned exit code 13
make: *** [debian/rules:17: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit 
status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: freedombox
Source-Version: 26.5.1
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: Thu, 26 Mar 2026 18:21:43 -0400
Source: freedombox
Architecture: source
Version: 26.5.1
Distribution: unstable
Urgency: medium
Maintainer: FreedomBox packaging team 
<[email protected]>
Changed-By: James Valleroy <[email protected]>
Closes: 1131892 1131956
Changes:
 freedombox (26.5.1) unstable; urgency=medium
 .
   [ Burak Yavuz ]
   * Translated using Weblate (Turkish)
 .
   [ Besnik Bleta ]
   * Translated using Weblate (Albanian)
 .
   [ Sunil Mohan Adapa ]
   * debian/control: Fix building with nocheck profile (Closes: #1131956)
   * debian/copyright: Drop a removed file, correct path for another
   * web_server: Fix locating SVG icons on production setup (Closes: #1131892)
Checksums-Sha1:
 58fa6b6e3d08cfb85f585a5c53c7365432cc5d97 3429 freedombox_26.5.1.dsc
 59b907a66be8c253bc776b301be80ed269a80a5d 53902528 freedombox_26.5.1.tar.xz
 7f805d5341fc16a6693526574c3bf492827ae60f 40166044 freedombox_26.5.1.git.tar.xz
 82f884d8ee09edcf0c39e9e2d97116f8605781cc 17337 
freedombox_26.5.1_source.buildinfo
Checksums-Sha256:
 784d52bb8518956a9ebe7f9543507275c23158868a9a59a92c46c9aa46de6153 3429 
freedombox_26.5.1.dsc
 e00bf21934f645f1ac336b87b038ddc58178ab9bc582f371e19916e18616582d 53902528 
freedombox_26.5.1.tar.xz
 753966f928e6e7717f8c9682032683921dd2c15dd38a6eb76895478690dc4afe 40166044 
freedombox_26.5.1.git.tar.xz
 18b78ecc5ba23494ce1c4ae1a1174ea8979526b8d21f17e67c9be243ca9825d2 17337 
freedombox_26.5.1_source.buildinfo
Files:
 e3251cfdfe425db23d99da06c6eb9dad 3429 web optional freedombox_26.5.1.dsc
 5c1d520a2af7d68f7fc282f3f42d49ee 53902528 web optional freedombox_26.5.1.tar.xz
 2311d0b40a9394d09a2a52c0cb9496ed 40166044 web None freedombox_26.5.1.git.tar.xz
 5f5714a76b2e9a5078dd68497d2c96d2 17337 web optional 
freedombox_26.5.1_source.buildinfo
Git-Tag-Info: tag=2fa12c810c9e90f64e1973fb867b73e957ee1edb 
fp=7d6adb750f91085589484be677c0c75e7b650808
Git-Tag-Tagger: James Valleroy <[email protected]>

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

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmnFt0UACgkQYG0ITkaD
wHlEZQ//baKh79ZMylDNN3aDpCx/lPE4KX4aFILIPm61YYBs4mt5cHtsP1vXJUdt
NMv5go6otI1+JcKVQooZ/PUiTqrVx75uq/4UwCJS+JDNIVkg4UllIOeA/KqIkEkl
3NbH9QDBK+hDmdm6sRNlpASXQW48f6qQd1VLJA/YtoYkFbwkYVhZHRsCpvAJsiCb
wiau46gIr68ffp7P4YIOdfxTeJh6ARTbsVoSPnMtrEvsOhU9vIQinAQTWvLY2Syq
Iv8AD9kAcZFfyyPQWCHa0bJDGCaWywE1WDWSnm8ZN0GY+Vfk61MzeWAFBLsURUfE
gqAXSMdKdLuEDTp3/rCFSFwU5XM322jF2B3t5/bDXMUKRFE19neycxvCQXMM6km9
iAlW+AXrwb0X5QZe5SBC1KHJvruZt5nBOsXUceCgkqJ30FZnPqYe1se5w6f6aW/2
fgO7lL1Bxi4kiyOMFrNs/Us5Ub6xpChxukgySUK3YcLRgOo/grO1hJInE7BcdPDK
RZdHmnS1emaUwHO1UkHhShsjc7IHyAl2Ld18dc11fIzCEQYLoZv8Py8t10qbmvX8
ldHMeBvy/lTT6JsyB4FSXXTWfIOrCx+JURohJQkRwzZFgeaDbMRyV64rvGRxZd22
KnJK7SDk8YCwcR65Z4M5Z+8SJLZuc3QuUD4xJtekevYvxiOKvYs=
=EjmE
-----END PGP SIGNATURE-----

Attachment: pgphEq7JlpuCa.pgp
Description: PGP signature


--- End Message ---

Reply via email to