Source: exabgp Version: 4.2.21-1.1 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20231212 ftbfs-trixie
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > py3versions: no X-Python3-Version in control file, using supported versions > set -e; set -x; for pyvers in 3.12 3.11; do \ > PYMAJOR=`echo $pyvers | cut -d '.' -f 1`; \ > env INTERPRETER=python$pyvers sbin/exabgp --fi > etc/exabgp/exabgp.env > ; \ > env INTERPRETER=python$pyvers ./qa/bin/parsing ; \ > env INTERPRETER=python$pyvers ETC=/<<PKGBUILDDIR>>/etc/exabgp > exabgp_log_enable=false python$pyvers -m nose ./qa/tests/*_test.py ; \ > done > + echo 3.12 > + cut -d . -f 1 > + PYMAJOR=3 > + env INTERPRETER=python3.12 sbin/exabgp --fi > sbin/exabgp: 1: git: not found > Traceback (most recent call last): > File "/<<PKGBUILDDIR>>/lib/exabgp/application/bgp.py", line 18, in <module> > from exabgp.logger import Logger > File "/<<PKGBUILDDIR>>/lib/exabgp/logger.py", line 23, in <module> > from exabgp.configuration.environment import environment > File "/<<PKGBUILDDIR>>/lib/exabgp/configuration/environment.py", line 318, > in <module> > from exabgp.vendoring.six.moves import configparser as ConfigParser > ModuleNotFoundError: No module named 'exabgp.vendoring.six.moves' > make[1]: *** [debian/rules:19: override_dh_auto_test] Error 1 The full build log is available from: http://qa-logs.debian.net/2023/12/12/exabgp_4.2.21-1.1_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20231212;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20231212&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.