Bug 217937 - [GTK][Flatpak] not enough values to unpack in flatpakutils.py
Summary: [GTK][Flatpak] not enough values to unpack in flatpakutils.py
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
: 218250 (view as bug list)
Depends on:
Blocks:
 
Reported: 2020-10-19 18:27 PDT by ChangSeok Oh
Modified: 2022-09-04 02:58 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ChangSeok Oh 2020-10-19 18:27:21 PDT
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)
Comment 1 Philippe Normand 2020-10-20 00:44:21 PDT
Run with `--verbose` please to get more details about the update.
Comment 2 Philippe Normand 2020-10-28 04:23:10 PDT
*** Bug 218250 has been marked as a duplicate of this bug. ***
Comment 3 Philippe Normand 2022-09-04 02:58:33 PDT
I think this was fixed a while ago. Please re-open though if you can still reproduce this issue.