[OE-core] GO runtime crashes

Damien Riegel damien.riegel at gmail.com
Wed Feb 27 22:21:49 UTC 2019


On Wed, 27 Feb 2019 at 12:10, Vincent Prince
<vincent.prince.fr at gmail.com> wrote:
>
> Hello everyone,
>
> I'm trying to add node_exporter from Prometheus project to an Intel x86-64 machine.
> I made the following recipe:
>
> https://github.com/nefethael/meta-random/blob/master/recipes-connectivity/prometheus/go-nodeexporter_0.18.0.bb
>
> node_exporter is crashing with multiple different runtime errors, so I raised an issue on github:
> https://github.com/prometheus/node_exporter/issues/1244

I've faced the same kind of issue with a custom application of ours.
The fix was to add the following line to the recipe:
GO_LINKSHARED = ""

Let me know if that helps.

Cheers,
Damien


More information about the Openembedded-core mailing list