Bug 218250
| Summary: | update-webkit-flatpak: crash in pack_toolchain() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alicia Boya García <aboya> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | bugs-noreply, pnormand |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Alicia Boya García
$ ./Tools/Scripts/update-webkit-flatpak
[...]
ID Branch Op Remote Download
1. [✓] org.freedesktop.Sdk.Extension.rust-stable 20.08 i flathub 218.0 MB / 247.5 MB
Installation complete.
Adding repo flathub
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>
sys.exit(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: need more than 0 values to unpack
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Philippe Normand
*** This bug has been marked as a duplicate of bug 217937 ***