Source: usbguard Version: 1.0.0+ds-2 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs User: lu...@debian.org Usertags: ftbfs-20211220 ftbfs-bookworm
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > Makefile:3505: warning: overriding recipe for target 'check' > Makefile:3008: warning: ignoring old recipe for target 'check' > /bin/mkdir -p $(dirname doc/man/usbguard.1.roff) > /bin/mkdir -p $(dirname doc/man/usbguard-dbus.8.roff) > /bin/mkdir -p $(dirname doc/man/usbguard-daemon.8.roff) > /bin/mkdir -p $(dirname doc/man/usbguard-daemon.conf.5.roff) > a2x -v -f manpage doc/man/usbguard.1.adoc -D ./$(dirname > doc/man/usbguard.1.roff) > a2x -v -f manpage doc/man/usbguard-dbus.8.adoc -D ./$(dirname > doc/man/usbguard-dbus.8.roff) > a2x -v -f manpage doc/man/usbguard-daemon.8.adoc -D ./$(dirname > doc/man/usbguard-daemon.8.roff) > a2x -v -f manpage doc/man/usbguard-daemon.conf.5.adoc -D ./$(dirname > doc/man/usbguard-daemon.conf.5.roff) > Traceback (most recent call last): > File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main > Traceback (most recent call last): > return _run_code(code, main_globals, None, > File "/usr/lib/python3.9/runpy.py", line 87, in _run_code > File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main > Traceback (most recent call last): > File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main > exec(code, run_globals) > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 1015, in > <module> > return _run_code(code, main_globals, None, > File "/usr/lib/python3.9/runpy.py", line 87, in _run_code > cli() > return _run_code(code, main_globals, None, > File "/usr/lib/python3.9/runpy.py", line 87, in _run_code > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 1005, in cli > exec(code, run_globals) > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 1015, in > <module> > Traceback (most recent call last): > exec(code, run_globals) > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 1015, in > <module> > File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main > a2x.execute() > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 414, in execute > cli() > return _run_code(code, main_globals, None, > File "/usr/lib/python3.9/runpy.py", line 87, in _run_code > exec(code, run_globals) > self.__getattribute__('to_'+self.format)() > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 705, in > to_manpage > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 1015, in > <module> > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 1005, in cli > cli() > self.to_docbook() > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 684, in > to_docbook > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 1005, in cli > cli() > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 1005, in cli > ' '.join(map(lambda x: "{}{}".format(x[0], " " + x[1] if x[1] else ""), > options)), > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 684, in <lambda> > a2x.execute() > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 414, in execute > a2x.execute() > ' '.join(map(lambda x: "{}{}".format(x[0], " " + x[1] if x[1] else ""), > options)), > IndexError: tuple index out of range > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 414, in execute > a2x: args: ['-v', '-f', 'manpage', 'doc/man/usbguard.1.adoc', '-D', > './doc/man'] > a2x: resource files: [] > a2x: resource directories: ['/etc/asciidoc/stylesheets'] > a2x.execute() > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 414, in execute > self.__getattribute__('to_'+self.format)() > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 705, in > to_manpage > self.__getattribute__('to_'+self.format)() > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 705, in > to_manpage > self.__getattribute__('to_'+self.format)() > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 705, in > to_manpage > self.to_docbook() > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 684, in > to_docbook > self.to_docbook() > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 684, in > to_docbook > ' '.join(map(lambda x: "{}{}".format(x[0], " " + x[1] if x[1] else ""), > options)), > self.to_docbook() > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 684, in > to_docbook > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 684, in <lambda> > ' '.join(map(lambda x: "{}{}".format(x[0], " " + x[1] if x[1] else ""), > options)), > ' '.join(map(lambda x: "{}{}".format(x[0], " " + x[1] if x[1] else ""), > options)), > IndexError: tuple index out of range > ' '.join(map(lambda x: "{}{}".format(x[0], " " + x[1] if x[1] else ""), > options)), > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 684, in <lambda> > a2x: args: ['-v', '-f', 'manpage', 'doc/man/usbguard-daemon.conf.5.adoc', > '-D', './doc/man'] > a2x: resource files: [] > a2x: resource directories: ['/etc/asciidoc/stylesheets'] > File "/usr/lib/python3/dist-packages/asciidoc/a2x.py", line 684, in <lambda> > ' '.join(map(lambda x: "{}{}".format(x[0], " " + x[1] if x[1] else ""), > options)), > IndexError: tuple index out of range > ' '.join(map(lambda x: "{}{}".format(x[0], " " + x[1] if x[1] else ""), > options)), > a2x: args: ['-v', '-f', 'manpage', 'doc/man/usbguard-dbus.8.adoc', '-D', > './doc/man'] > a2x: resource files: [] > a2x: resource directories: ['/etc/asciidoc/stylesheets'] > IndexError: tuple index out of range > a2x: args: ['-v', '-f', 'manpage', 'doc/man/usbguard-daemon.8.adoc', '-D', > './doc/man'] > a2x: resource files: [] > a2x: resource directories: ['/etc/asciidoc/stylesheets'] > make[1]: *** [Makefile:3362: doc/man/usbguard.1.roff] Error 1 The full build log is available from: http://qa-logs.debian.net/2021/12/20/usbguard_1.0.0+ds-2_unstable.log 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 marking 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.