[Buildroot] [autobuild.buildroot.net] Build results for 2016-02-27

Jörg Krause joerg.krause at embedded.rocks
Sat Mar 5 20:10:07 UTC 2016


On Mo, 2016-02-29 at 00:41 +0100, Arnout Vandecappelle wrote:
> On 02/28/16 16:44, Jörg Krause wrote:
> > 
> > On So, 2016-02-28 at 16:06 +0100, Arnout Vandecappelle wrote:
> > > 
> > > On 02/28/16 12:17, Jörg Krause wrote:
> > > > 
> > > > 
> > > > On So, 2016-02-28 at 10:42 +0100, Peter Korsgaard wrote:
> > > > > 
> > > > > > 
> > > > > > > 
> > > > > > > > 
> > > > > > > > > 
> > > > > > > > > > 
> > > > > > > > > > "Jörg" == Jörg Krause <joerg.krause at embedded.rocks>
> > > > > > > > > > writes:
> > > > >  > On So, 2016-02-28 at 08:30 +0100, Thomas Petazzoni wrote:
> > > > >  >>  
> > > > >  >>      powerpc |                    czmq-v3.0.2 | NOK |
> > > > >  >> http://autobuild.buildroot.net/results/2061238affb685db99
> > > > > 8100a56c6571538d089a5b/
> > > > > 
> > > > >  > /home/test/autobuild/instance-3/output/host/usr/powerpc-
> > > > > buildroot-linux-
> > > > > uclibc/sysroot/usr/lib/libstdc++.a(compatibility-ldbl.o): In
> > > > > function `std::tr1::hash<long double>::operator()(long
> > > > > double) const':
> > > > >  > compatibility-ldbl.cc:(.text._ZNKSt3tr14hashIeEclEe+0x3c): 
> > > > > undefined reference to `frexpl'
> > > > > 
> > > > >  > I cannot reproduce it on my 64-bit host.
> [snip]
> > 
> > That's why I sent a patch with LIBS=-lm.
>  The problem turns out to be more complicated... It's actually a
> problem with
> libstdc++. Dependeing on the arch, some functions will be in
> compatibility-ldbl.o. If you use any of these functions, that file
> will be
> linked in. And when that file is linked in, all the _other_
> functions, which you
> actually don't use, are also linked in. And one of these functions is
> the
> template function hash<long double>::operator(), which uses frexpl.
> 
>  So, requiring czmq to link with -lm is a bit weird, given that
> neither itself,
> nor any of its dependencies really need it...
> 
>  So ideally it should be fixed in libstdc++ itself. But I have no
> idea how to do
> that...

Building czmq with the latest git HEAD does not throw this error
anymore.

Although, for the current version 3.0.2 disabling the optional binaries
zmakecert and zgossip also helps to build libczmq.la cleanly without
the need to link libmath in. I've sent a patch to disable building both
binaries by default [1].

[1] http://patchwork.ozlabs.org/patch/592453/

Best regards
Jörg Krause


More information about the buildroot mailing list