Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.

Paste

Pasted as Bash by Qinusty ( 7 years ago )
joshsmith@ct-lt-766 ~/t/b/d/e/flatpak-autotools> bst build hello.bst
[--:--:--][][] START   Build
[--:--:--][][] START   Loading pipeline
[00:00:00][][] SUCCESS Loading pipeline
[--:--:--][][] START   Resolving pipeline
[00:00:00][][] SUCCESS Resolving pipeline
[--:--:--][][] START   Resolving cached state
[--:--:--][][] BUG     'Repo' object has no attribute 'reload_config'

    Traceback (most recent call last):
      File "/home/joshsmith/.local/bin/bst", line 8, in <module>
        sys.exit(cli())
      File "/home/joshsmith/.local/lib/python3.5/site-packages/click/core.py", line 722, in __call__
        return self.main(*args, **kwargs)
      File "/home/joshsmith/Documents/projects/buildstream/buildstream/_frontend/cli.py", line 162, in override_main
        standalone_mode=standalone_mode, **extra)
      File "/home/joshsmith/.local/lib/python3.5/site-packages/click/core.py", line 697, in main
        rv = self.invoke(ctx)
      File "/home/joshsmith/.local/lib/python3.5/site-packages/click/core.py", line 1066, in invoke
        return _process_result(sub_ctx.command.invoke(sub_ctx))
      File "/home/joshsmith/.local/lib/python3.5/site-packages/click/core.py", line 895, in invoke
        return ctx.invoke(self.callback, **ctx.params)
      File "/home/joshsmith/.local/lib/python3.5/site-packages/click/core.py", line 535, in invoke
        return callback(*args, **kwargs)
      File "/home/joshsmith/.local/lib/python3.5/site-packages/click/decorators.py", line 27, in new_func
        return f(get_current_context().obj, *args, **kwargs)
      File "/home/joshsmith/Documents/projects/buildstream/buildstream/_frontend/cli.py", line 328, in build
        build_all=all_)
      File "/home/joshsmith/Documents/projects/buildstream/buildstream/_stream.py", line 184, in build
        dynamic_plan=True)
      File "/home/joshsmith/Documents/projects/buildstream/buildstream/_stream.py", line 873, in _load
        self._pipeline.resolve_elements(elements)
      File "/home/joshsmith/Documents/projects/buildstream/buildstream/_pipeline.py", line 163, in resolve_elements
        element._update_state()
      File "/home/joshsmith/Documents/projects/buildstream/buildstream/element.py", line 1025, in _update_state
        self.__update_source_state()
      File "/home/joshsmith/Documents/projects/buildstream/buildstream/element.py", line 1882, in __update_source_state
        source._update_state()
      File "/home/joshsmith/Documents/projects/buildstream/buildstream/source.py", line 367, in _update_state
        self.__consistency = self.get_consistency()
      File "/home/joshsmith/Documents/projects/buildstream/buildstream/plugins/sources/ostree.py", line 159, in get_consistency
        self.ensure()
      File "/home/joshsmith/Documents/projects/buildstream/buildstream/plugins/sources/ostree.py", line 171, in ensure
        self.repo = _ostree.ensure(self.mirror, True)
      File "/home/joshsmith/Documents/projects/buildstream/buildstream/_ostree.py", line 66, in ensure
        repo.reload_config()
    AttributeError: 'Repo' object has no attribute 'reload_config'

 

Revise this Paste

Your Name: Code Language: