Package Details: vapoursynth-plugin-f3kdb 2.0.0-1

Git Clone URL: https://aur.archlinux.org/vapoursynth-plugin-f3kdb.git (read-only, click to copy)
Package Base: vapoursynth-plugin-f3kdb
Description: flash3kyuu deband plugin for VapourSynth
Upstream URL: https://github.com/SAPikachu/flash3kyuu_deband
Licenses: GPL3
Submitter: Barthalion
Maintainer: None
Last Packager: Barthalion
Votes: 0
Popularity: 0.000000
First Submitted: 2018-01-06 21:06 (UTC)
Last Updated: 2018-01-06 21:06 (UTC)

Latest Comments

dreieck commented on 2023-02-14 19:44 (UTC)

Fails to build for me with RuntimeError: generator raised StopIteration

==> Starting build()...
Traceback (most recent call last):
  File "/home/[...]/.cache/yay/vapoursynth-plugin-f3kdb/src/flash3kyuu_deband-2.0.0-1/.waf3-1.7.15-9c6c439a6416a92b3e844736c4ef3c7b/waflib/Node.py", line 282, in ant_iter
    raise StopIteration
StopIteration

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/home/[...]/.cache/yay/vapoursynth-plugin-f3kdb/src/flash3kyuu_deband-2.0.0-1/.waf3-1.7.15-9c6c439a6416a92b3e844736c4ef3c7b/waflib/Scripting.py", line 97, in waf_entry_point
    run_commands()
  File "/home/[...]/.cache/yay/vapoursynth-plugin-f3kdb/src/flash3kyuu_deband-2.0.0-1/.waf3-1.7.15-9c6c439a6416a92b3e844736c4ef3c7b/waflib/Scripting.py", line 149, in run_commands
    parse_options()
  File "/home/[...]/.cache/yay/vapoursynth-plugin-f3kdb/src/flash3kyuu_deband-2.0.0-1/.waf3-1.7.15-9c6c439a6416a92b3e844736c4ef3c7b/waflib/Scripting.py", line 127, in parse_options
    Context.create_context('options').execute()
  File "/home/[...]/.cache/yay/vapoursynth-plugin-f3kdb/src/flash3kyuu_deband-2.0.0-1/.waf3-1.7.15-9c6c439a6416a92b3e844736c4ef3c7b/waflib/Options.py", line 134, in execute
    super(OptionsContext,self).execute()
  File "/home/[...]/.cache/yay/vapoursynth-plugin-f3kdb/src/flash3kyuu_deband-2.0.0-1/.waf3-1.7.15-9c6c439a6416a92b3e844736c4ef3c7b/waflib/Context.py", line 84, in execute
    self.recurse([os.path.dirname(g_module.root_path)])
  File "/home/[...]/.cache/yay/vapoursynth-plugin-f3kdb/src/flash3kyuu_deband-2.0.0-1/.waf3-1.7.15-9c6c439a6416a92b3e844736c4ef3c7b/waflib/Context.py", line 125, in recurse
    user_function(self)
  File "/home/[...]/.cache/yay/vapoursynth-plugin-f3kdb/src/flash3kyuu_deband-2.0.0-1/wscript", line 12, in options
    opt.load("compiler_cxx")
  File "/home/[...]/.cache/yay/vapoursynth-plugin-f3kdb/src/flash3kyuu_deband-2.0.0-1/.waf3-1.7.15-9c6c439a6416a92b3e844736c4ef3c7b/waflib/Context.py", line 81, in load
    fun(self)
  File "/home/[...]/.cache/yay/vapoursynth-plugin-f3kdb/src/flash3kyuu_deband-2.0.0-1/.waf3-1.7.15-9c6c439a6416a92b3e844736c4ef3c7b/waflib/Tools/compiler_cxx.py", line 31, in options
    opt.load_special_tools('cxx_*.py')
  File "/home/[...]/.cache/yay/vapoursynth-plugin-f3kdb/src/flash3kyuu_deband-2.0.0-1/.waf3-1.7.15-9c6c439a6416a92b3e844736c4ef3c7b/waflib/Context.py", line 261, in load_special_tools
    lst=self.root.find_node(waf_dir).find_node('waflib/extras').ant_glob(var)
  File "/home/[...]/.cache/yay/vapoursynth-plugin-f3kdb/src/flash3kyuu_deband-2.0.0-1/.waf3-1.7.15-9c6c439a6416a92b3e844736c4ef3c7b/waflib/Node.py", line 331, 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 "/home/[...]/.cache/yay/vapoursynth-plugin-f3kdb/src/flash3kyuu_deband-2.0.0-1/.waf3-1.7.15-9c6c439a6416a92b3e844736c4ef3c7b/waflib/Node.py", line 331, 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().

Regards!