Bug 213833 - [Flatpak SDK] Initial installation with IceCC enabled fails
Summary: [Flatpak SDK] Initial installation with IceCC enabled fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Philippe Normand
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-07-01 01:50 PDT by Philippe Normand
Modified: 2020-07-08 01:21 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.69 KB, patch)
2020-07-01 02:02 PDT, Philippe Normand
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Normand 2020-07-01 01:50:43 PDT
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.
Comment 1 Philippe Normand 2020-07-01 02:02:40 PDT
Created attachment 403279 [details]
Patch
Comment 2 Philippe Normand 2020-07-03 02:11:51 PDT
Ping
Comment 3 EWS 2020-07-08 01:20:11 PDT
Committed r264063: <https://trac.webkit.org/changeset/264063>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 403279 [details].
Comment 4 Radar WebKit Bug Importer 2020-07-08 01:21:16 PDT
<rdar://problem/65213889>