| Summary: | [Flatpak SDK] Query the doc portal path with DBus | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <pnormand> | ||||||
| Component: | Tools / Tests | Assignee: | Philippe Normand <pnormand> | ||||||
| Status: | RESOLVED INVALID | ||||||||
| Severity: | Normal | CC: | commit-queue, lmoura, webkit-bug-importer, zan | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | WebKit Local Build | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Bug Depends on: | 211371 | ||||||||
| Bug Blocks: | |||||||||
| Attachments: |
|
||||||||
|
Description
Philippe Normand
2020-05-01 03:14:06 PDT
Created attachment 398170 [details]
Patch
Created attachment 398171 [details]
Patch
Patch looks good, no problem testing locally. Committed r261076: <https://trac.webkit.org/changeset/261076> All reviewed patches have been landed. Closing bug and clearing flags on attachment 398171 [details]. Re-opened since this is blocked by bug 211371 perl ./Tools/Scripts/update-webkitgtk-libs --release
in dir /home/slave/webkitgtk/gtk-linux-64-release/build (timeout 1200 secs)
watching logfiles {}
argv: ['perl', './Tools/Scripts/update-webkitgtk-libs', '--release']
environment:
HOME=/home/slave
JHBUILD_MIRROR=/home/slave/webkitgtk/jhbuild-mirror
LANG=en_US.UTF-8
LOGNAME=slave
MAIL=/var/mail/slave
NUMBER_OF_PROCESSORS=8
PATH=/etc/zipwrapper:/usr/lib/ccache:/usr/lib/gold-ld:/sbin:/usr/sbin:/bin:/usr/bin
PWD=/home/slave/webkitgtk/gtk-linux-64-release/build
SHELL=/bin/bash
TERM=dumb
TZ=PST8PDT
USER=slave
WEBKIT_CORE_DUMPS_DIRECTORY=/var/www/cores/bb-webkit-release-build-64
WEBKIT_JHBUILD=0
WEBKIT_TEST_CHILD_PROCESSES=8
XDG_RUNTIME_DIR=/run/user/1000
using PTY: True
Updating Flatpak Release environment
Installing from flathub org.freedesktop.Platform.ffmpeg-full x86_64 19.08
Looking for matches…
1. org.freedesktop.Platform.ffmpeg-full 19.08 i flathub < 3.6 MB
Installing…
Installing… █████████▍ 47%
Installing… ████████████████████ 100% 3.4 MB/s
Installation complete.
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 838, in run
return self.main()
File "./Tools/flatpak/flatpakutils.py", line 830, in main
self.setup_icecc("gcc")
File "./Tools/flatpak/flatpakutils.py", line 856, in setup_icecc
self.run_in_sandbox('icecc', '--build-native', toolchain_path, stdout=tmpfile, cwd=self.source_root)
File "./Tools/flatpak/flatpakutils.py", line 691, in run_in_sandbox
bus = Gio.bus_get_sync(Gio.BusType.SESSION, None)
gi.repository.GLib.Error: g-io-error-quark: Cannot autolaunch D-Bus without X11 $DISPLAY (0)
Died at ./Tools/Scripts/update-webkitgtk-libs line 28.
program finished with exit code 1
Broke some mac bots too:
Traceback (most recent call last):
File "./Tools/Scripts/run-perf-tests", line 38, in <module>
import flatpakutils
File "./Tools/flatpak/flatpakutils.py", line 37, in <module>
from gi.repository import Gio, GLib
ImportError: No module named gi.repository
No longer necessary after bug 212077 lands. |