[yocto] Fetcher failure

Anicic Damir (PSI) damir.anicic at psi.ch
Wed Sep 14 04:37:13 PDT 2016


No, I have direct internet connection, no proxy needed (and was not needed before).

Temporarily I use
  CONNECTIVITY_CHECK_URIS=""
in local.conf

That way it works again,
but I would like to have better solution.


After investigating little bit more, I see an error:
   Fetcher failure for URL: 'https://www.example.com/'. URL https://www.example.com/ doesn't work. Please ensure your network is configured correctly.

which comes from
bitbake/lib/bb/fetch2/wget.py line 282
275:        try:
276:            uri = ud.url.split(";")[0]
277:            r = urllib2.Request(uri)
278:            r.get_method = lambda: "HEAD"
279:            opener.open(r)
280:        except urllib2.URLError as e:
281:            # debug for now to avoid spamming the logs in e.g. remote sstate searches
282:            logger.debug(2, "checkstatus() urlopen failed: %s" % e)
283:            return False
284:        return True


All I know is that python did not change,
but there were some additional packages installed,
and may be some other packages/libraries changed on my system
in scope of regular auto-updates.
Unfortunately I do not see which of the newly installed packages have anything to do with python.

Any help?


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20160914/cf78d8ad/attachment.html>


More information about the yocto mailing list