Skip to content

Instantly share code, notes, and snippets.

@IslandC0der
Last active April 21, 2020 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IslandC0der/387afaf6abffe3b538a6a78f507aeddd to your computer and use it in GitHub Desktop.
Save IslandC0der/387afaf6abffe3b538a6a78f507aeddd to your computer and use it in GitHub Desktop.
Output of build error
==> Starting build()...
Traceback (most recent call last):
File "bs2b-lv2/src/bs2b-lv2-1.0.0/.waf3-1.8.5-3556be08f33a5066528395b11fed89fa/waflib/Node.py", line 293, in ant_iter
raise StopIteration
StopIteration
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "bs2b-lv2/src/bs2b-lv2-1.0.0/.waf3-1.8.5-3556be08f33a5066528395b11fed89fa/waflib/Scripting.py", line 103, in waf_entry_point
run_commands()
File "bs2b-lv2/src/bs2b-lv2-1.0.0/.waf3-1.8.5-3556be08f33a5066528395b11fed89fa/waflib/Scripting.py", line 160, in run_commands
parse_options()
File "bs2b-lv2/src/bs2b-lv2-1.0.0/.waf3-1.8.5-3556be08f33a5066528395b11fed89fa/waflib/Scripting.py", line 133, in parse_options
Context.create_context('options').execute()
File "bs2b-lv2/src/bs2b-lv2-1.0.0/.waf3-1.8.5-3556be08f33a5066528395b11fed89fa/waflib/Options.py", line 141, in execute
super(OptionsContext,self).execute()
File "bs2b-lv2/src/bs2b-lv2-1.0.0/.waf3-1.8.5-3556be08f33a5066528395b11fed89fa/waflib/Context.py", line 92, in execute
self.recurse([os.path.dirname(g_module.root_path)])
File "bs2b-lv2/src/bs2b-lv2-1.0.0/.waf3-1.8.5-3556be08f33a5066528395b11fed89fa/waflib/Context.py", line 133, in recurse
user_function(self)
File "bs2b-lv2/src/bs2b-lv2-1.0.0/wscript", line 17, in options
opt.load('compiler_c')
File "bs2b-lv2/src/bs2b-lv2-1.0.0/.waf3-1.8.5-3556be08f33a5066528395b11fed89fa/waflib/Context.py", line 89, in load
fun(self)
File "bs2b-lv2/src/bs2b-lv2-1.0.0/.waf3-1.8.5-3556be08f33a5066528395b11fed89fa/waflib/Tools/compiler_c.py", line 36, in options
opt.load_special_tools('c_*.py',ban=['c_dumbpreproc.py'])
File "bs2b-lv2/src/bs2b-lv2-1.0.0/.waf3-1.8.5-3556be08f33a5066528395b11fed89fa/waflib/Context.py", line 296, in load_special_tools
lst=self.root.find_node(waf_dir).find_node('waflib/extras').ant_glob(var)
File "bs2b-lv2/src/bs2b-lv2-1.0.0/.waf3-1.8.5-3556be08f33a5066528395b11fed89fa/waflib/Node.py", line 342, 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 "bs2b-lv2/src/bs2b-lv2-1.0.0/.waf3-1.8.5-3556be08f33a5066528395b11fed89fa/waflib/Node.py", line 342, 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
==> ERROR: A failure occurred in build().
Aborting...
Error making: bs2b-lv2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment