Bug 217937
| Summary: | [GTK][Flatpak] not enough values to unpack in flatpakutils.py | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | ChangSeok Oh <changseok> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | aboya, bugs-noreply, philn, pnormand |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
ChangSeok Oh
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
Run with `--verbose` please to get more details about the update.
Philippe Normand
*** Bug 218250 has been marked as a duplicate of this bug. ***
Philippe Normand
I think this was fixed a while ago. Please re-open though if you can still reproduce this issue.