[Webkit-unassigned] [Bug 213920] New: [Flatpak SDK] Unable to build without Internet connection

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 3 00:21:56 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=213920

            Bug ID: 213920
           Summary: [Flatpak SDK] Unable to build without Internet
                    connection
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: svillar at igalia.com

Building flatpak based environment
Traceback (most recent call last):
  File "~/WebKit/Tools/Scripts/webkit-flatpak", line 28, in <module>
    sys.exit(WebkitFlatpak.load_from_args().run())
  File "~/WebKit/Tools/flatpak/flatpakutils.py", line 866, in run
    return self.main()
  File "~/WebKit/Tools/flatpak/flatpakutils.py", line 862, in main
    return self.setup_dev_env()
  File "~/WebKit/Tools/flatpak/flatpakutils.py", line 929, in setup_dev_env
    for package in self._get_packages():
  File "~/WebKit/Tools/flatpak/flatpakutils.py", line 962, in _get_packages
    FlatpakRepo("flathub", repo_file="https://dl.flathub.org/repo/flathub.flatpakrepo")
  File "~/WebKit/Tools/flatpak/flatpakutils.py", line 303, in __init__
    repo.read(self.repo_file.name)
  File "~/WebKit/Tools/flatpak/flatpakutils.py", line 335, in repo_file
    self._repo_file.write(urlopen(self.repo_file_name).read())
  File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/lib/python2.7/urllib2.py", line 429, in open
    response = self._open(req, data)
  File "/usr/lib/python2.7/urllib2.py", line 447, in _open
    '_open', req)
  File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
    result = func(*args)
  File "/usr/lib/python2.7/urllib2.py", line 1241, in https_open
    context=self._context)
  File "/usr/lib/python2.7/urllib2.py", line 1198, in do_open
    raise URLError(err)
urllib2.URLError: <urlopen error [Errno 101] Network is unreachable>

-- 
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/20200703/c0ad8581/attachment-0001.htm>


More information about the webkit-unassigned mailing list