| Summary: | [Flatpak] Avoid error message 'error: org.webkit.Sdk/*unspecified*/*unspecified*' not installed | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Diego Pino <dpino> | ||||||
| Component: | New Bugs | Assignee: | 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
Diego Pino
2020-07-01 23:04:42 PDT
Created attachment 403344 [details]
Patch
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.
/Volumes/Data/worker/Commit-Queue/build/Tools/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive). Created attachment 403764 [details]
Patch
Committed r264064: <https://trac.webkit.org/changeset/264064> All reviewed patches have been landed. Closing bug and clearing flags on attachment 403764 [details]. |