| Summary: | [Flatpak SDK] Initial installation with IceCC enabled fails | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <pnormand> | ||||
| Component: | Tools / Tests | Assignee: | Philippe Normand <pnormand> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | alex, aperez, clopez, webkit-bug-importer, zimmermann | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
Created attachment 403279 [details]
Patch
Ping Committed r264063: <https://trac.webkit.org/changeset/264063> All reviewed patches have been landed. Closing bug and clearing flags on attachment 403279 [details]. |
Installation complete. 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 866, in run return self.main() File "./Tools/flatpak/flatpakutils.py", line 858, in main toolchains = self.pack_toolchain(("gcc", "g++"), {"/usr/bin/c++": "/usr/bin/g++"}) File "./Tools/flatpak/flatpakutils.py", line 903, in pack_toolchain self.run_in_sandbox(*command, stdout=tmpfile, cwd=self.source_root) File "./Tools/flatpak/flatpakutils.py", line 792, in run_in_sandbox toolchain_path = self.icc_version[toolchain_name] KeyError: 'gcc' Died at Tools/Scripts/update-webkitwpe-libs line 28.