Please help to close if this is not the place for Release Candidate bugs. Version affected: 2014.08-rc3 Brief: vim-8ae50e3ef8bf.tar.gz can not be downloaded, 404 not found Tried: Tried the printed download URL manually, the URL is mostly invalid. Error log: >>> vim 8ae50e3ef8bf Downloading abort: error: Network is unreachable --2014-08-27 18:41:58-- http://sources.buildroot.net/vim-8ae50e3ef8bf.tar.gz Resolving sources.buildroot.net... 176.9.16.109 Connecting to sources.buildroot.net|176.9.16.109|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2014-08-27 18:42:00 ERROR 404: Not Found. make: *** [/home/houqing1/top/buildroot/buildroot-2014.08-rc3/output/build/vim-8ae50e3ef8bf/.stamp_d ownloaded] Error 1
This is not a problem with Buildroot. First of all, two downloads are attempted: one from the vim mercurial repository directly, and since it fails, a fallback to sources.buildroot.net. The latter does not contain the vim package, but this is only a fallback. The real problem is that in your run, the vim server did not respond. This may be a temporary issue with the vim server (googlecode), or a connection problem due to proxy issues. I have just tested, and the download works fine here. Have you tried this again at another time? Have you checked your proxy correctly?
The sources.buildroot.org machine didn't had mercurial installed, so vim didn't get mirrored. I've manually put the tarball online now, and will install mercurial.
Hi all, Thanks for all of your quick comments and feedback. What Thomas mentioned is exact what I'm encountered: I was trying this build within a uncontrolled firewall which does not allow "Mercurial port". According to Peter's solution: I tried downloading the vim-*** to "dl/" folder and "make", the buildroot was finished successfully. I'll to delete the dl/vim-*** package and try if Peter's solution is working. Will update once completed. Thanks
Hi buildroot support, The problem disappears now according to my last rebuild with the same setting. Now I can download and successfully build the system without any tricky. Thanks all for your quick help. Cheers.