RESOLVED FIXED 210898
[Flatpak SDK] Install dependencies step needs configuration as argument
https://bugs.webkit.org/show_bug.cgi?id=210898
Summary [Flatpak SDK] Install dependencies step needs configuration as argument
Diego Pino
Reported 2020-04-22 22:10:49 PDT
[Flatpak SDK] Install dependencies step needs configuration as argument
Attachments
Patch (1.91 KB, patch)
2020-04-22 22:11 PDT, Diego Pino
no flags
Diego Pino
Comment 1 2020-04-22 22:11:57 PDT
Diego Pino
Comment 2 2020-04-22 22:17:02 PDT
While trying to switch WPE Debug build bot to Flatpak, I got the following error in 'compile-webkit' step: Building flatpak based environment Setting repo webkit-sdk URL from http://software.igalia.com/webkit-sdk-repo/ to https://software.igalia.com/webkit-sdk-repo/ Flatpak package org.webkit.Sdk.Debug/x86_64/0.2 not installed. Please update your SDK: Tools/Scripts/update-webkit-flatpak See: https://build.webkit.org/builders/WPE%20Linux%2064-bit%20Debug%20%28Build%29/builds/18324 I think the reason why "org.webkit.Sdk.Debug" could not be located was that in the previous step, jhbuild, the script 'Tools/Scripts/update-webkitwpe-libs' run without arguments, so "Release" was assumed. If I pass "--debug" to Tools/Scripts/update-webkitwpe-libs, and the run build-webkit, compilation works.
EWS
Comment 3 2020-04-23 01:47:41 PDT
Committed r260560: <https://trac.webkit.org/changeset/260560> All reviewed patches have been landed. Closing bug and clearing flags on attachment 397319 [details].
Radar WebKit Bug Importer
Comment 4 2020-04-23 01:48:16 PDT
Philippe Normand
Comment 5 2020-04-23 04:21:45 PDT
Follow-up for jhbuild landed in r260565.
Aakash Jain
Comment 6 2020-04-24 06:12:36 PDT
Restarted build.webkit.org to pick up this change.
Note You need to log in before you can comment on or make changes to this bug.