[Webkit-unassigned] [Bug 209546] New: [Flatpak SDK] update-webkitgtk-libs fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 25 10:06:16 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=209546

            Bug ID: 209546
           Summary: [Flatpak SDK] update-webkitgtk-libs fails
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: pnormand at igalia.com

Tools/Scripts/update-webkitgtk-libs
Updating Flatpak Release environment
Traceback (most recent call last):
  File "Tools/Scripts/update-webkit-flatpak", line 28, in <module>
    WebkitFlatpak.load_from_args(["--update"] + sys.argv[1:]).run()
  File "./Tools/flatpak/flatpakutils.py", line 713, in run
    self.update_all()
  File "./Tools/flatpak/flatpakutils.py", line 804, in update_all
    self.sdk_repo.flatpak("update")
  File "./Tools/flatpak/flatpakutils.py", line 141, in flatpak
    return subprocess.check_output(command).decode("utf-8")
  File "/usr/lib/python2.7/subprocess.py", line 223, in check_output
    raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '['flatpak', 'update', '--user']' returned non-zero exit status 1
Died at Tools/Scripts/update-webkitgtk-libs line 28.

We're missing a --assumeyes argument in the command.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200325/7156b6a2/attachment.htm>


More information about the webkit-unassigned mailing list