Bug 213871 - [Flatpak] Avoid error message 'error: org.webkit.Sdk/*unspecified*/*unspecified*' not installed
Summary: [Flatpak] Avoid error message 'error: org.webkit.Sdk/*unspecified*/*unspecifi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Diego Pino
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-07-01 23:04 PDT by Diego Pino
Modified: 2020-07-08 01:41 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.91 KB, patch)
2020-07-01 23:09 PDT, Diego Pino
no flags Details | Formatted Diff | Diff
Patch (2.95 KB, patch)
2020-07-08 01:02 PDT, Philippe Normand
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>