[Webkit-unassigned] [Bug 218724] New: [FlatPak] update-webkitgtk-libs fails after a clean build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 9 14:03:35 PST 2020


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

            Bug ID: 218724
           Summary: [FlatPak] update-webkitgtk-libs fails after a clean
                    build
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: clopez at igalia.com
                CC: bugs-noreply at webkitgtk.org, dpino at igalia.com,
                    lmoura at igalia.com, pnormand at igalia.com

Running update-webkitgtk-libs for the first time (after a clean build) fails with this:

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
Died at Tools/Scripts/update-webkitgtk-libs line 28.



However, if you re-run the same command twice then it works fine.
But the toolchains are not generated. You have to manually re-generate them via the script webkit-flatpak

-- 
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/20201109/53be0a05/attachment.htm>


More information about the webkit-unassigned mailing list