Package: src:termbox
Version: 1.1.2+dfsg-1
Severity: serious
Tags: ftbfs
Dear maintainer:
I tried to build this package but it failed:
--------------------------------------------------------------------------------
[...]
debian/rules build-arch
dh build-arch --with python3
dh_update_autotools_config -a
dh_autoreconf -a
debian/rules override_dh_auto_configure
make[1]: Entering directory '/<<BUILDDIR>>/termbox-1.1.2+dfsg'
python3 waf configure \
--prefix=/usr \
--libdir=usr/lib/x86_64-linux-gnu/
Traceback (most recent call last):
File "/<<BUILDDIR>>/termbox-1.1.2+dfsg/waflib/Node.py", line 285, in ant_iter
raise StopIteration
StopIteration
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/<<BUILDDIR>>/termbox-1.1.2+dfsg/waflib/Scripting.py", line 98, in
waf_entry_point
run_commands()
File "/<<BUILDDIR>>/termbox-1.1.2+dfsg/waflib/Scripting.py", line 155, in
run_commands
parse_options()
File "/<<BUILDDIR>>/termbox-1.1.2+dfsg/waflib/Scripting.py", line 128, in
parse_options
Context.create_context('options').execute()
File "/<<BUILDDIR>>/termbox-1.1.2+dfsg/waflib/Options.py", line 138, in
execute
super(OptionsContext,self).execute()
File "/<<BUILDDIR>>/termbox-1.1.2+dfsg/waflib/Context.py", line 92, in execute
self.recurse([os.path.dirname(g_module.root_path)])
File "/<<BUILDDIR>>/termbox-1.1.2+dfsg/waflib/Context.py", line 133, in
recurse
user_function(self)
File "/<<BUILDDIR>>/termbox-1.1.2+dfsg/wscript", line 11, in options
opt.load('compiler_c')
File "/<<BUILDDIR>>/termbox-1.1.2+dfsg/waflib/Context.py", line 89, in load
fun(self)
File "/<<BUILDDIR>>/termbox-1.1.2+dfsg/waflib/Tools/compiler_c.py", line 36,
in options
opt.load_special_tools('c_*.py',ban=['c_dumbpreproc.py'])
File "/<<BUILDDIR>>/termbox-1.1.2+dfsg/waflib/Context.py", line 296, in
load_special_tools
lst=self.root.find_node(waf_dir).find_node('waflib/extras').ant_glob(var)
File "/<<BUILDDIR>>/termbox-1.1.2+dfsg/waflib/Node.py", line 334, in ant_glob
ret=[x for x in
self.ant_iter(accept=accept,pats=[to_pat(incl),to_pat(excl)],maxdepth=kw.get('maxdepth',25),dir=dir,src=src,remove=kw.get('remove',True))]
File "/<<BUILDDIR>>/termbox-1.1.2+dfsg/waflib/Node.py", line 334, in
<listcomp>
ret=[x for x in
self.ant_iter(accept=accept,pats=[to_pat(incl),to_pat(excl)],maxdepth=kw.get('maxdepth',25),dir=dir,src=src,remove=kw.get('remove',True))]
RuntimeError: generator raised StopIteration
make[1]: *** [debian/rules:11: override_dh_auto_configure] Error 2
make[1]: Leaving directory '/<<BUILDDIR>>/termbox-1.1.2+dfsg'
make: *** [debian/rules:5: build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch subprocess returned exit
status 2
--------------------------------------------------------------------------------
Full log available here for several architectures:
http://buildd.debian.org/termbox
Thanks.