[Webkit-unassigned] [Bug 210941] New: unable to build from tot - linux - flatpakutils.py - TypeError: not enough arguments for format string

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 23 16:12:00 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=210941

            Bug ID: 210941
           Summary: unable to build from tot - linux - flatpakutils.py -
                    TypeError: not enough arguments for format string
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Linux
            Status: NEW
          Severity: Major
          Priority: P2
         Component: CMake
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fuzzdragon.opensource at gmail.com

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

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200423/e824406d/attachment.htm>


More information about the webkit-unassigned mailing list