[oe] [PATCH][meta-oe][fido 3/3] ruby: explicitly disable dtrace support

Akuster808 akuster808 at gmail.com
Thu Oct 15 10:19:12 UTC 2015



> On Oct 14, 2015, at 20:17, Martin Jansa <martin.jansa at gmail.com> 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 at gmail.com>

Thought this was fixed already. Oh well.

Acked-by: Armin Kuster <akuster808 at gmail.com>

Traveling today. Will merge soon
> ---
> meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb | 1 +
> 1 file changed, 1 insertion(+)
> 
> diff --git a/meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb b/meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb
> index 29f2291..080d455 100644
> --- a/meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb
> +++ b/meta-ruby/recipes-devtools/ruby/ruby_2.2.1.bb
> @@ -16,6 +16,7 @@ EXTRA_OECONF = "\
>     --enable-wide-getaddrinfo \
>     --disable-versioned-paths \
>     --disable-rpath \
> +    --disable-dtrace \
>     --enable-shared \
>     --enable-load-relative \
> "
> -- 
> 2.6.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list