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
--------------------------------------------------------------------------------

Reply via email to