[OE-core] [PATCH 2/2] apr/apr-util: Add ptest dependency on libgcc

richard.purdie at linuxfoundation.org richard.purdie at linuxfoundation.org
Tue May 21 12:28:58 UTC 2019


On Mon, 2019-05-20 at 11:43 -0700, Khem Raj wrote:
> 
> On 5/16/19 4:49 AM, Richard Purdie wrote:
> > Avoid:
> > 
> > libgcc_s.so.1 must be installed for pthread_cancel to work
> > 
> > when running the ptest without libgcc.
> > 
> 
> this is interesting, do we get this error explicitly from running
> some 
> tests ?
> 
> I wonder why libgcc is not detected during rdep calculation time.

pthread_cancel doesn't directly link to anything in libgcc so there
isn't a dependency for the rdep calculations to find.

Ross has a work in progress where we'd notice binaries using
pthread_cancel and automatically add a libgcc dependency but its not
ready yet.

Cheers,

Richard



More information about the Openembedded-core mailing list