WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
217937
[GTK][Flatpak] not enough values to unpack in flatpakutils.py
https://bugs.webkit.org/show_bug.cgi?id=217937
Summary
[GTK][Flatpak] not enough values to unpack in flatpakutils.py
ChangSeok Oh
Reported
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)
Attachments
Add attachment
proposed patch, testcase, etc.
Philippe Normand
Comment 1
2020-10-20 00:44:21 PDT
Run with `--verbose` please to get more details about the update.
Philippe Normand
Comment 2
2020-10-28 04:23:10 PDT
***
Bug 218250
has been marked as a duplicate of this bug. ***
Philippe Normand
Comment 3
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.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug