[Buildroot] [autobuild.buildroot.net] Your build results for 2018-12-02

Bartosz Golaszewski brgl at bgdev.pl
Mon Dec 3 13:37:05 UTC 2018


pon., 3 gru 2018 o 13:45 Thomas Petazzoni
<thomas.petazzoni at bootlin.com> napisał(a):
>
> Hello Philipp,
>
> Thanks for taking a look at your autobuilder failures! Please try to
> Cc: the Buildroot mailing list on such discussions.
>
> On Mon, 3 Dec 2018 12:26:33 +0100, Philipp Richter wrote:
> > In file included from peer_connection.cpp:56:0:
> > ../include/libtorrent/peer_connection.hpp:550:8: error: generic thunk
> > code fails for method ‘virtual void
> > libtorrent::peer_connection::_ZThn96_NK10libtorrent15peer_connection8peer_logENS_14peer_log_alert11direction_tEPKcS4_z(libtorrent::peer_log_alert::direction_t,
> > const char*, const char*, ...) const’ which uses ‘...’
> >    void peer_log(peer_log_alert::direction_t direction
> >         ^
> >
> > So there's an issue with the variadic function maybe because it's
> > overriding a virtual variadic function ?
> > According to this https://bugzilla.redhat.com/show_bug.cgi?id=1511021
> > adding "[[gnu::optimize("O0")]]" to the function might be a
> > workaround.
> > Or maybe a newer gcc though for openrisc it seems to be stuck with gcc 5.
> > I'll check it out and report back.
>
> Note that it also happened on Xtensa:
> http://autobuild.buildroot.net/results/38a/38a5481dff972954c02a74ab19f37e71d5f6510e/build-end.log,
> which uses gcc 7.x.
>
> Best regards,
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

Hi Thomas,

this failure (and others in pulseview) are due to libsigrokdecode.h
being included when libsigrokdecode is not built. It's a bug in
pulseview. I already have a patch and will submit it later today both
for buildroot as well as upstream.

Best regards,
Bartosz Golaszewski


More information about the buildroot mailing list