[Webkit-unassigned] [Bug 192702] New: [Flatpak] Second run update-webkitwpe-flatpak fails
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Dec 14 09:14:32 PST 2018
https://bugs.webkit.org/show_bug.cgi?id=192702
Bug ID: 192702
Summary: [Flatpak] Second run update-webkitwpe-flatpak fails
Product: WebKit
Version: Other
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: aperez at igalia.com
CC: lforschler at apple.com
Steps to reproduce:
1. git clean -xdff
2. ./Tools/Scripts/update-webkitwpe-flatpak
3. ./Tools/Scripts/update-webkitwpe-flatpak
The first invocation of “update-webkitwpe-flatpak” builds and install
everything correctly. Subsequent invocations always fail (command output
below). The same goes for “update-webkitgtk-flatpak”.
-----
% update-webkitwpe-flatpak
Updating Flatpak environment for WPE (Release)
Looking for updates...
Updating in user:
org.gnome.Platform/x86_64/3.28 flathub 9d3fe926d425
Updating for user: org.gnome.Platform/x86_64/3.28 from flathub
Error: Failed to update org.gnome.Platform/x86_64/3.28: Commit 9d3fe926d425ad837e40a0945020a00f09c1f531335987a753e07f276d76ee36: GPG verification enabled, but no signatures found (use gpg-verify=false in remote config to disable)
error: There were one or more errors
Traceback (most recent call last):
File "/home/aperez/WebKit/Tools/Scripts/update-webkitwpe-flatpak", line 28, in <module>
WebkitFlatpak.load_from_args(["--wpe", "--update"] + sys.argv[1:]).run()
File "/home/aperez/WebKit/Tools/flatpak/flatpakutils.py", line 774, in run
self.update_all()
File "/home/aperez/WebKit/Tools/flatpak/flatpakutils.py", line 888, in update_all
m.update()
File "/home/aperez/WebKit/Tools/flatpak/flatpakutils.py", line 441, in update
*extra_args, comment=comment)
File "/home/aperez/WebKit/Tools/flatpak/flatpakutils.py", line 245, in flatpak
return subprocess.check_call(command)
File "/usr/lib64/python2.7/subprocess.py", line 190, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['flatpak', 'update', '--user', 'org.gnome.Platform', '3.28', '--commit', '9d3fe926d425ad837e40a0945020a00f09c1f531335987a753e07f276d76ee36', '--assumeyes']' returned non-zero exit status 1
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181214/b00dcd30/attachment.html>
More information about the webkit-unassigned
mailing list