Bug 213871

Summary: [Flatpak] Avoid error message 'error: org.webkit.Sdk/*unspecified*/*unspecified*' not installed
Product: WebKit Reporter: Diego Pino <dpino>
Component: New BugsAssignee: Diego Pino <dpino>
Status: RESOLVED FIXED    
Severity: Normal CC: pnormand, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description Diego Pino 2020-07-01 23:04:42 PDT
[Flatpak] Avoid error message 'error: org.webkit.Sdk/*unspecified*/*unspecified*' not installed
Comment 1 Diego Pino 2020-07-01 23:09:26 PDT
Created attachment 403344 [details]
Patch
Comment 2 Diego Pino 2020-07-01 23:10:18 PDT
First time update-webkitgtk-libs is run the following error message happens because there's no Flaptak SDK installed yet:

  error: org.webkit.Sdk/*unspecified*/*unspecified* not installed

The error message is returned when calling `version_before_update = repo.version("org.webkit.Sdk")`.

This patch adds an extra argument to `run_sanitized` to allow it to ignore stderr messages when `gather_output` is requested.
Comment 3 EWS 2020-07-02 02:32:42 PDT
/Volumes/Data/worker/Commit-Queue/build/Tools/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive).
Comment 4 Philippe Normand 2020-07-08 01:02:43 PDT
Created attachment 403764 [details]
Patch
Comment 5 EWS 2020-07-08 01:40:04 PDT
Committed r264064: <https://trac.webkit.org/changeset/264064>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 403764 [details].
Comment 6 Radar WebKit Bug Importer 2020-07-08 01:41:14 PDT
<rdar://problem/65214460>