[Webkit-unassigned] [Bug 187242] New: flatpak-builder fails to clone recursive repository behind proxy
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jul 1 22:25:10 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=187242
Bug ID: 187242
Summary: flatpak-builder fails to clone recursive repository
behind proxy
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Gtk
Assignee: webkit-unassigned at lists.webkit.org
Reporter: Hironori.Fujii at sony.com
CC: bugs-noreply at webkitgtk.org
flatpak-builder fails to clone recursive repository behind proxy
> $ python3 ./Tools/Scripts/update-webkitgtk-flatpak
> Updating Flatpak environment for GTK (Release)
> Looking for updates...
> Looking for updates...
> Building org.webkit.GTK and dependencies in /home/fujii/work/webkit/ga/WebKitBuild/GTK/FlatpakTreeRelease
> Downloading sources
> Fetching git repo https://github.com/apache/httpd.git, ref refs/tags/2.4.33
> remote: Counting objects: 1, done.
> remote: Total 1 (delta 0), reused 1 (delta 0), pack-reused 0
> Unpacking objects: 100% (1/1), done.
> Fetching git repo https://github.com/libevent/libevent.git, ref refs/tags/release-2.1.8-stable
> remote: Counting objects: 1, done.
> remote: Total 1 (delta 0), reused 1 (delta 0), pack-reused 0
> Unpacking objects: 100% (1/1), done.
> Fetching git repo https://chromium.googlesource.com/webm/libvpx, ref refs/tags/v1.7.0
> remote: Counting objects: 1, done
> remote: Finding sources: 100% (1/1)
> remote: Total 1 (delta 0), reused 1 (delta 0)
> Unpacking objects: 100% (1/1), done.
> fatal: unable to access 'https://anongit.freedesktop.org/git/gstreamer/gstreamer/': Received HTTP code 503 from proxy after CONNECT
> Failed to download sources: module gstreamer: Child process exited with code 128
> Traceback (most recent call last):
> File "./Tools/Scripts/update-webkitgtk-flatpak", line 28, in <module>
> WebkitFlatpak.load_from_args(["--gtk", "--update"] + sys.argv[1:]).run()
> File "./Tools/flatpak/flatpakutils.py", line 711, in run
> return self.setup_dev_env()
> File "./Tools/flatpak/flatpakutils.py", line 738, in setup_dev_env
> subprocess.check_call(builder_args)
> File "/usr/lib/python3.6/subprocess.py", line 291, in check_call
> raise CalledProcessError(retcode, cmd)
> subprocess.CalledProcessError: Command '['flatpak-builder', '--disable-rofiles-fuse', '--state-dir', '/home/fujii/work/webkit/ga/WebKitBuild/FlatpakCache', '--ccache', '/home/fujii/work/webkit/ga/WebKitBuild/GTK/FlatpakTreeRelease', '--force-clean', '/home/fujii/work/webkit/ga/WebKitBuild/FlatpakCache/org.webkit.GTK-generated.json', '--build-only', '--stop-at=org.webkit.GTK']' returned non-zero exit status 1.
> $
Gstreamer and Gstreamer plugins have 'common' as a submodule.
--
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/20180702/e562ee31/attachment-0001.html>
More information about the webkit-unassigned
mailing list