From: akuster808 <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-ruby][PATCH] ruby: explicitly disable dtrace support
Date: Fri, 01 May 2015 17:08:35 -0700 [thread overview]
Message-ID: <55441583.40907@gmail.com> (raw)
In-Reply-To: <1430483441-4566-1-git-send-email-Martin.Jansa@gmail.com>
Martin,
Are you pushing in that change. As far as I know, I don't have write
access for that layer. Let me know what process you want me to follow.
- armin
On 05/01/2015 05:30 AM, Martin Jansa wrote:
> both 2.2.1 and 2.2.2 are failing on some hosts native builds with:
> | linking miniruby
> | load.o: In function `rb_f_load':
> | load.c:(.text+0x3af): undefined reference to `RUBY_DTRACE_LOAD_ENTRY_ENABLED'
> | load.c:(.text+0x428): undefined reference to `RUBY_DTRACE_LOAD_RETURN_ENABLED'
> | load.c:(.text+0x452): undefined reference to `RUBY_DTRACE_LOAD_RETURN'
> | load.c:(.text+0x492): undefined reference to `RUBY_DTRACE_LOAD_ENTRY'
> | load.o: In function `rb_require_internal':
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
> meta-ruby/recipes-devtools/ruby/ruby_2.2.2.bb | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta-ruby/recipes-devtools/ruby/ruby_2.2.2.bb b/meta-ruby/recipes-devtools/ruby/ruby_2.2.2.bb
> index c463525..78c943c 100644
> --- a/meta-ruby/recipes-devtools/ruby/ruby_2.2.2.bb
> +++ b/meta-ruby/recipes-devtools/ruby/ruby_2.2.2.bb
> @@ -18,6 +18,7 @@ PACKAGECONFIG[ipv6] = ",--enable-wide-getaddrinfo,"
> EXTRA_OECONF = "\
> --disable-versioned-paths \
> --disable-rpath \
> + --disable-dtrace \
> --enable-shared \
> --enable-load-relative \
> "
>
next prev parent reply other threads:[~2015-05-02 0:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-01 12:30 [meta-ruby][PATCH] ruby: explicitly disable dtrace support Martin Jansa
2015-05-02 0:08 ` akuster808 [this message]
2015-05-02 8:11 ` Martin Jansa
2015-05-05 12:12 ` Steffen Sledz
2015-05-05 15:25 ` akuster808
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=55441583.40907@gmail.com \
--to=akuster808@gmail.com \
--cc=openembedded-devel@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.