| Summary: | unable to build from tot - linux - flatpakutils.py - TypeError: not enough arguments for format string | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | fuzzdragon opensource <fuzzdragon.opensource> | ||||
| Component: | CMake | Assignee: | Philippe Normand <pnormand> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Major | CC: | pnormand, zan | ||||
| Priority: | P2 | ||||||
| Version: | WebKit Local Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Linux | ||||||
| Attachments: |
|
||||||
Created attachment 397445 [details]
Patch
What is your host linux distro? Did you run Tools/gtk/install-dependencies ? ./Tools/gtk/install-dependencies .... ./Tools/Scripts/build-webkit --gtk Building flatpak based environment flatpak 1.4.4 required but 1.0.9 found. Please update and try again I will update this package. thanks There's still a bug regardless :) Committed r260746: <https://trac.webkit.org/changeset/260746> All reviewed patches have been landed. Closing bug and clearing flags on attachment 397445 [details]. |
unable to build from tot - linux - flatpakutils.py - TypeError: not enough arguments for format string ./Tools/Scripts/build-webkit --gtk Building flatpak based environment Traceback (most recent call last): File "/yyy/OpenSource/Tools/Scripts/webkit-flatpak", line 28, in <module> sys.exit(WebkitFlatpak.load_from_args().run()) File "/yyy/OpenSource/Tools/flatpak/flatpakutils.py", line 779, in run return self.main() File "/yyy/OpenSource/Tools/flatpak/flatpakutils.py", line 759, in main if not self.clean_args(): File "/yyy/OpenSource/Tools/flatpak/flatpakutils.py", line 496, in clean_args if not check_flatpak(): File "/yyy/OpenSource/Tools/flatpak/flatpakutils.py", line 134, in check_flatpak sys.argv[0]) File "/yyy/OpenSource/Tools/flatpak/flatpakutils.py", line 113, in error_message cls.colored_message_if_supported(Colors.FAIL, str_format, *args) File "/yyy/OpenSource/Tools/flatpak/flatpakutils.py", line 102, in colored_message_if_supported msg = str_format % args TypeError: not enough arguments for format string