[Buildroot] [PATCH 1/1] libfastjson: Was referencing non-existing files

Frederik Peter Aalund fpa at sbtaqua.com
Tue Sep 20 13:36:32 UTC 2016


Hi Thomas

Thanks for reviewing! Strange that it builds without problems at your end.
Here is what I see from the build log (without the patch):

--2016-09-20 15:22:21--
https://github.com/rsyslog/libfastjson/archive/v0.99.2.tar.gz
Resolving github.com (github.com)... 192.30.253.113
Connecting to github.com (github.com)|192.30.253.113|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/rsyslog/libfastjson/tar.gz/v0.99.2
[following]
--2016-09-20 15:22:22--
https://codeload.github.com/rsyslog/libfastjson/tar.gz/v0.99.2
Resolving codeload.github.com (codeload.github.com)... 192.30.253.121
Connecting to codeload.github.com (codeload.github.com)|192.30.253.121|:443...
connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to:
‘/projects/RedPitaya/OS/buildroot/buildroot/output/build/.v0.99.2.tar.gz.eTu6lt/output’

/projects/RedPitaya/OS/bui     [  <=>                                   ]
 85.47K   424KB/s   in 0.2s

2016-09-20 15:22:23 (424 KB/s) -
‘/projects/RedPitaya/OS/buildroot/buildroot/output/build/.v0.99.2.tar.gz.eTu6lt/output’
saved [87526]

ERROR: No hash found for v0.99.2.tar.gz
--2016-09-20 15:22:23--  http://sources.buildroot.net/v0.99.2.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... 404 Not Found
2016-09-20 15:22:23 ERROR 404: Not Found.

package/pkg-generic.mk:113: recipe for target
'/projects/RedPitaya/OS/buildroot/buildroot/output/build/libfastjson-v0.99.2/.stamp_downloaded'
failed
make[1]: ***
[/projects/RedPitaya/OS/buildroot/buildroot/output/build/libfastjson-v0.99.2/.stamp_downloaded]
Error 1
Makefile:41: recipe for target '_all' failed
make: *** [_all] Error 2



I see that your package URL:
--2016-09-16 18:53:29--
https://github.com/rsyslog/libfastjson/archive/v0.99.2/libfastjson-v0.99.2.tar.gz

is different from mine:
 --2016-09-20 15:22:21--
https://github.com/rsyslog/libfastjson/archive/v0.99.2.tar.gz

I don't know how that can be. At some point, I had an external package for
libfastjson (before it was integrated into buildroot). However, I have
deleted said external package and purged both buildroot/dl and
buildroot/output/build.

*Frederik Aalund*
Chief Information Officer, Co-owner

SBT Aqua
Copenhagen, Denmark
Mobile: +45 30340086
fpa at sbtaqua.com
sbtaqua.com

On Fri, 16 Sep 2016 at 18:56 Thomas Petazzoni <
thomas.petazzoni at free-electrons.com> wrote:

> Hello,
>
> On Fri, 16 Sep 2016 11:36:49 +0200, Frederik Aalund wrote:
>
> > -LIBFASTJSON_VERSION = v0.99.2
> > +LIBFASTJSON_VERSION = 0.99.2
> >  LIBFASTJSON_SITE = $(call
> github,rsyslog,libfastjson,$(LIBFASTJSON_VERSION))
> > +LIBFASTJSON_SOURCE = v$(LIBFASTJSON_VERSION).tar.gz
>
> This is not correct: the version is really v0.99.2, as this is the name
> of the Git tag.
>
> Moreover, I'm not sure what you're fixing here. It downloads perfectly
> fine here without your patch:
>
> >>> libfastjson v0.99.2 Downloading
> --2016-09-16 18:53:29--
> https://github.com/rsyslog/libfastjson/archive/v0.99.2/libfastjson-v0.99.2.tar.gz
> Resolving github.com (github.com)... 192.30.253.113
> Connecting to github.com (github.com)|192.30.253.113|:443... connected.
> HTTP request sent, awaiting response... 302 Found
> Location: https://codeload.github.com/rsyslog/libfastjson/tar.gz/v0.99.2
> [following]
> --2016-09-16 18:53:36--
> https://codeload.github.com/rsyslog/libfastjson/tar.gz/v0.99.2
> Resolving codeload.github.com (codeload.github.com)... 192.30.253.121
> Connecting to codeload.github.com (codeload.github.com)|192.30.253.121|:443...
> connected.
> HTTP request sent, awaiting response... 200 OK
> Length: unspecified [application/x-gzip]
> Saving to:
> ‘/home/thomas/projets/buildroot/output/build/.libfastjson-v0.99.2.tar.gz.PKe11m/output’
>
>      0K .......... .......... .......... .......... .......... 80,8K
>     50K .......... .......... .......... .....                  118K=0,9s
>
> 2016-09-16 18:53:38 (92,9 KB/s) -
> ‘/home/thomas/projets/buildroot/output/build/.libfastjson-v0.99.2.tar.gz.PKe11m/output’
> saved [87526]
>
> libfastjson-v0.99.2.tar.gz: OK (sha256:
> fcdca0c4702362de3db3f02c8da05f985b54a9eccd618af41730409b75d10a8f)
>
> Could you be more specific in the issue you were facing, such as
> posting a build log of what happens during the download without your
> patch applied?
>
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux and Kernel engineering
> http://free-electrons.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20160920/bd17982c/attachment.html>


More information about the buildroot mailing list