Bug 264972 - [GTK] Tools/Scripts/update-webkitgtk-libs fails because app/org.webkit.Sdk/x86_64/master not installed
Summary: [GTK] Tools/Scripts/update-webkitgtk-libs fails because app/org.webkit.Sdk/x8...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Local Build
Hardware: PC Linux
: P3 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2023-11-16 11:59 PST by noobdoesre
Modified: 2023-11-16 11:59 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description noobdoesre 2023-11-16 11:59:04 PST
On commit 131ac6d0af068666f9854d6f9f4f3a73a7dc4a1f. Ubuntu 22.04.3 LTS running in WSL2 Windows 11 x64.

Running Tools/Scripts/update-webkitgtk-libs produces the following output:

~~~
Downloading setuptools-56.0.0...
Installed setuptools-56.0.0!
Downloading wheel-0.35.1...
Installed wheel-0.35.1!
Downloading pyparsing-2.4.7...
Installed pyparsing-2.4.7!
Downloading packaging-21.3.0...
Installed packaging-21.3.0!
Downloading tomli-2.0.1...
Installed tomli-2.0.1!
Downloading setuptools-scm-6.4.2...
Installed setuptools-scm-6.4.2!
Downloading six-1.16.0...
Installed six-1.16.0!
Downloading urllib3-1.26.17...
Installed urllib3-1.26.17!
Downloading toml-0.10.1...
Installed toml-0.10.1!
Adding repo webkit-sdk
Adding repo flathub
Ensuring the local Flatpak repository is not corrupted
Working on the user installation at /home/user/WebKit/WebKitBuild/UserFlatpak
Checking remotes...
Pruning objects
Updating Flatpak environment
Looking for updates…
Nothing to do.
Installing from webkit-sdk org.webkit.Platform x86_64 22.08
Looking for matches…


        ID                                          Branch              Op         Remote             Download
 1. [✓] org.freedesktop.Platform.GL.default         22.08               i          webkit-sdk         142.8 MB / 424.2 MB
 2. [✓] org.freedesktop.Platform.GL.default         22.08-extra         i          webkit-sdk          16.2 MB / 424.2 MB
 3. [✓] org.webkit.Platform.Locale                  22.08               i          webkit-sdk         179.8 MB / 1.4 GB
 4. [✓] org.webkit.Platform                         22.08               i          webkit-sdk         529.6 MB / 1.4 GB

Installation complete.
Installing from webkit-sdk org.webkit.Sdk x86_64 22.08
Looking for matches…


        ID                             Branch          Op          Remote              Download
 1. [✓] org.webkit.Sdk.Locale          22.08           i           webkit-sdk           43.4 MB / 1.4 GB
 2. [✓] org.webkit.Sdk                 22.08           i           webkit-sdk          623.6 MB / 2.7 GB

Installation complete.
Installing from webkit-sdk org.webkit.Sdk.Debug x86_64 22.08
Looking for matches…


        ID                            Branch          Op          Remote              Download
 1. [✓] org.webkit.Sdk.Debug          22.08           i           webkit-sdk          3.2 GB / 4.4 GB

Installation complete.
Installing from flathub org.freedesktop.Sdk.Extension.llvm14 x86_64 22.08
Looking for matches…


        ID                                             Branch           Op           Remote           Download
 1. [✓] org.freedesktop.Sdk.Extension.llvm14           22.08            i            flathub          95.6 MB / 97.8 MB

Installation complete.
Installing from flathub org.freedesktop.Sdk.Extension.rust-stable x86_64 22.08
Looking for matches…


        ID                                                 Branch          Op         Remote          Download
 1. [✓] org.freedesktop.Sdk.Extension.rust-stable          22.08           i          flathub         366.1 MB / 447.9 MB
Installation complete.
SDK version: 269034@main
Updating icecc/sccache standalone toolchain archives
error: Could not connect: No such file or directory

The following command returned a non-zero exit status: flatpak run --user --die-with-parent --filesystem=host --allow=devel --talk-name=org.gtk.vfs --talk-name=org.gtk.vfs.* --session-bus --no-a11y-bus --filesystem=/tmp/webkit-flatpak-a11y-sockets-osxg0tw_ --env=AT_SPI_BUS_ADDRESS=unix:path=/tmp/webkit-flatpak-a11y-sockets-osxg0tw_/tmpuowgrv6w --device=all --device=dri --share=ipc --share=network --socket=pulseaudio --socket=session-bus --socket=system-bus --socket=wayland --socket=x11 --system-talk-name=org.a11y.Bus --system-talk-name=org.freedesktop.GeoClue2 --talk-name=org.freedesktop.Flatpak --talk-name=org.freedesktop.secrets --env=TEST_RUNNER_INJECTED_BUNDLE_FILENAME=/app/webkit/WebKitBuild/Release/lib/libTestRunnerInjectedBundle.so --env=PATH=/usr/lib/sdk/llvm14/bin:/usr/bin:/usr/lib/sdk/rust-stable/bin/ --env=TZ=America/Los_Angeles --env=WAYLAND_DISPLAY=wayland-0 --env=DISPLAY=:0 --command=/usr/bin/which org.webkit.Sdk gcc
Output: b''
Died at Tools/Scripts/update-webkitgtk-libs line 30.
~~~

Running this command by hand shows this:

~~~
error: app/org.webkit.Sdk/x86_64/master not installed
~~~