From: Nathan Lynch <Nathan_Lynch@mentor.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] lttng-tools: use perl-misc, perl-modules in ptest deps
Date: Mon, 9 Feb 2015 11:39:43 -0600 [thread overview]
Message-ID: <54D8F0DF.9050703@mentor.com> (raw)
In-Reply-To: <1423263383-15461-1-git-send-email-nathan_lynch@mentor.com>
On 02/06/2015 04:56 PM, Nathan Lynch wrote:
> The testcases for lttng-tools use the "prove" command from perl-misc,
> which needs many modules not in the base perl package.
BTW, several of the lttng-tools testcases emit:
libgcc_s.so.1 must be installed for pthread_cancel to work
This is a fatal error from glibc. glibc's README says:
Also note that the shared version of the libgcc_s library must be
installed for the pthread library to work correctly.
There is no libgcc_s.so.1 on the target. In glibc.inc I see:
# nptl needs libgcc but dlopens it, so our shlibs code doesn't detect this
#RDEPENDS_${PN} += "${@['','libgcc']['nptl' in '${GLIBC_ADDONS}']}"
but I haven't been able to find out why this code is disabled.
Uncommenting it fixes the issue for me. Is that the right fix?
prev parent reply other threads:[~2015-02-09 17:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-06 22:56 [PATCH] lttng-tools: use perl-misc, perl-modules in ptest deps Nathan Lynch
2015-02-07 21:48 ` Otavio Salvador
2015-02-09 12:43 ` Nathan Lynch
2015-02-09 12:50 ` Otavio Salvador
2015-02-09 17:39 ` Nathan Lynch [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=54D8F0DF.9050703@mentor.com \
--to=nathan_lynch@mentor.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.