[Webkit-unassigned] [Bug 217937] New: [GTK][Flatpak] not enough values to unpack in flatpakutils.py

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 19 18:27:21 PDT 2020


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

            Bug ID: 217937
           Summary: [GTK][Flatpak] not enough values to unpack in
                    flatpakutils.py
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: changseok at webkit.org
                CC: bugs-noreply at webkitgtk.org

I found a python error when updating the flatpak SDK on fedora 32.

Flatpak package org.webkit.Platform/x86_64/0.3 not installed. Please update your SDK: Tools/Scripts/update-webkit-flatpak
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 901, in run
    return self.main()
  File "./Tools/flatpak/flatpakutils.py", line 893, in main
    toolchains = self.pack_toolchain(("gcc", "g++"), {"/usr/bin/c++": "/usr/bin/g++"})
  File "./Tools/flatpak/flatpakutils.py", line 941, in pack_toolchain
    icc_version_filename, = re.findall(br'.*creating (.*)', tmpfile.read())
ValueError: not enough values to unpack (expected 1, got 0)

-- 
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/20201020/b67cd1b1/attachment-0001.htm>


More information about the webkit-unassigned mailing list