[yocto] Failed to fetch URL git://gitorious.org/raw2rgbpnm/raw2rgbpnm.git

Burton, Ross ross.burton at intel.com
Mon Mar 7 12:05:28 PST 2016


On 7 March 2016 at 19:11, Mark Brown <mkbrown32 at hotmail.com> wrote:

> WARNING: Failed to fetch URL git://
> gitorious.org/raw2rgbpnm/raw2rgbpnm.git;protocol=git, attempting MIRRORS
> if available
> ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
> Cloning into bare repository
> '/home/bbusr/build/downloads/git2/gitorious.org.raw2rgbpnm.raw2rgbpnm.git'...
> fatal: unable to connect to gitorious.org:
> gitorious.org[0: 64.13.172.37]: errno=Connection refused
> gitorious.org[1: 2a02:c0:1014::1]: errno=Network is unreachable
>

$ git clone git://gitorious.org/raw2rgbpnm/raw2rgbpnm.git
Cloning into 'raw2rgbpnm'...
fatal: unable to connect to gitorious.org:
gitorious.org[0: 64.13.172.37]: errno=Connection refused
gitorious.org[1: 2a02:c0:1014::1]: errno=No route to host

$ git clone http://gitorious.org/raw2rgbpnm/raw2rgbpnm.git
Cloning into 'raw2rgbpnm'...
remote: Counting objects: 112, done.
remote: Compressing objects: 100% (109/109), done.
remote: Total 112 (delta 75), reused 0 (delta 0)
Receiving objects: 100% (112/112), 34.05 KiB | 0 bytes/s, done.
Resolving deltas: 100% (75/75), done.
Checking connectivity... done.

Looks like when gitorious was shut down and archived they turned off the
smart transport leaving just http, which makes sense.  You'll have to
update the recipe to set ;protocol=http.

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


More information about the yocto mailing list