Bug 7346 - [2014.08rc3] vim-8ae50e3ef8bf.tar.gz can not be downloaded, 404 not found
Summary: [2014.08rc3] vim-8ae50e3ef8bf.tar.gz can not be downloaded, 404 not found
Status: RESOLVED WORKSFORME
Alias: None
Product: buildroot
Classification: Unclassified
Component: Outdated package (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-01 09:56 UTC by joymarquis
Modified: 2014-09-02 10:04 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description joymarquis 2014-09-01 09:56:37 UTC
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
Comment 1 Thomas De Schampheleire 2014-09-01 10:20:55 UTC
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?
Comment 2 Peter Korsgaard 2014-09-01 10:40:41 UTC
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.
Comment 3 joymarquis 2014-09-01 12:11:29 UTC
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
Comment 4 joymarquis 2014-09-02 10:04:02 UTC
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.