[Buildroot] github url updates not working?

Spenser Gilliland spenser at gillilanding.com
Fri Jun 7 19:46:10 UTC 2013


On Fri, Jun 7, 2013 at 9:22 AM, Frank Hunleth
<fhunleth at troodon-software.com> wrote:
> I just tried the new github URL updates, and either github is temporarily
> having issues, or something else isn't right. Before digging into it, I
> figured that I'd ask in case there was a post about this that I missed.
>
> See below for a log of the github.com URLs redirecting and eventually
> failing. Also, note the "legacy.tar.gz" part. Is github.com phasing the
> tar.gz download out?
>
>>>> linenoise g27a3b4d DownloadingESC[27m
> --2013-06-07 09:58:25--
> http://github.com/antirez/linenoise/tarball/g27a3b4d/linenoise-g27a3b4d.tar.gz
> Resolving github.com (github.com)... 204.232.175.90
> Connecting to github.com (github.com)|204.232.175.90|:80... connected.
> HTTP request sent, awaiting response... 301 Moved Permanently
> Location:
> https://github.com/antirez/linenoise/tarball/g27a3b4d/linenoise-g27a3b4d.tar.gz
> [following]
> --2013-06-07 09:58:25--
> https://github.com/antirez/linenoise/tarball/g27a3b4d/linenoise-g27a3b4d.tar.gz
> Connecting to github.com (github.com)|204.232.175.90|:443... connected.
> HTTP request sent, awaiting response... 302 Found
> Location:
> https://codeload.github.com/antirez/linenoise/legacy.tar.gz/g27a3b4d/linenoise-g27a3b4d.tar.gz
> [following]
> --2013-06-07 09:58:25--
> https://codeload.github.com/antirez/linenoise/legacy.tar.gz/g27a3b4d/linenoise-g27a3b4d.tar.gz
> Resolving codeload.github.com (codeload.github.com)... 204.232.175.86
> Connecting to codeload.github.com
> (codeload.github.com)|204.232.175.86|:443... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2013-06-07 09:58:25 ERROR 404: Not Found.
>
> --2013-06-07 09:58:25--
> http://sources.buildroot.net//linenoise-g27a3b4d.tar.gz
> Resolving sources.buildroot.net (sources.buildroot.net)... 176.9.16.109
> Connecting to sources.buildroot.net
> (sources.buildroot.net)|176.9.16.109|:80... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 11183 (11K) [application/x-gzip]
> Saving to: ‘/home/fhunleth/buildroot/dl/linenoise-g27a3b4d.tar.gz.tmp’
>
>      0K ..........                                            100%
> 83.6K=0.1s
>
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

The SHA1 does not match any commits in the repo.

IE.
git clone git://github.com/antirez/linenoise.git
cd linenoise
git checkout g27a3b4d
error: pathspec 'g27a3b4d' did not match any file(s) known to git.

Therefore, the original author must of put in an invalid commit or the
repo has been rebased since the package was created.  The improper
github handling masked this problem.

Spenser

--
Spenser Gilliland
Computer Engineer
Doctoral Candidate


More information about the buildroot mailing list