Hi Richard, Gstreamer is on top of the glib and uses it for everything so I have doubts that it can call pthread_cancel but I'm not sure. On the other side, I can see that ptest-runner calls the pthread_cancel http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/tree/utils.c?id=cce0edb4282ee081d043030bfdf29f3e4052f86c#n542
So I think this is a missing symbol in ptest-runner. Jose Richard Purdie <[email protected]> escreveu no dia domingo, 2/05/2021 à(s) 23:29: > > On Sun, 2021-05-02 at 18:54 +0100, Jose Quaresma wrote: > > found on runqemu core-image-minimal with gstreamer ptest-runner > > > > STOP: ptest-runner > > libgcc_s.so.1 must be installed for pthread_cancel to work > > Aborted > > > > Signed-off-by: Jose Quaresma <[email protected]> > > --- > > meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb > > b/meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb > > index 57a3ae005b..fe6ef2a43f 100644 > > --- a/meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb > > +++ b/meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb > > @@ -26,3 +26,5 @@ do_compile () { > > do_install () { > > install -D -m 0755 ${S}/ptest-runner ${D}${bindir}/ptest-runner > > } > > + > > +RDEPENDS_${PN} += "libgcc" > > Just to check, this was a missing symbol in ptest-runner and not in gstreamer? > > Cheers, > > Richard > -- Best regards, José Quaresma
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#151189): https://lists.openembedded.org/g/openembedded-core/message/151189 Mute This Topic: https://lists.openembedded.org/mt/82533252/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
