WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
209546
[Flatpak SDK] update-webkitgtk-libs fails
https://bugs.webkit.org/show_bug.cgi?id=209546
Summary
[Flatpak SDK] update-webkitgtk-libs fails
Philippe Normand
Reported
2020-03-25 10:06:16 PDT
Tools/Scripts/update-webkitgtk-libs Updating Flatpak Release environment Traceback (most recent call last): File "Tools/Scripts/update-webkit-flatpak", line 28, in <module> WebkitFlatpak.load_from_args(["--update"] + sys.argv[1:]).run() File "./Tools/flatpak/flatpakutils.py", line 713, in run self.update_all() File "./Tools/flatpak/flatpakutils.py", line 804, in update_all self.sdk_repo.flatpak("update") File "./Tools/flatpak/flatpakutils.py", line 141, in flatpak return subprocess.check_output(command).decode("utf-8") File "/usr/lib/python2.7/subprocess.py", line 223, in check_output raise CalledProcessError(retcode, cmd, output=output) subprocess.CalledProcessError: Command '['flatpak', 'update', '--user']' returned non-zero exit status 1 Died at Tools/Scripts/update-webkitgtk-libs line 28. We're missing a --assumeyes argument in the command.
Attachments
Patch
(2.71 KB, patch)
2020-03-25 10:09 PDT
,
Philippe Normand
zan
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Philippe Normand
Comment 1
2020-03-25 10:09:39 PDT
Created
attachment 394512
[details]
Patch
Philippe Normand
Comment 2
2020-03-26 03:06:42 PDT
Committed
r259039
: <
https://trac.webkit.org/changeset/259039
>
Radar WebKit Bug Importer
Comment 3
2020-03-26 03:07:16 PDT
<
rdar://problem/60912469
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug