[oe-commits] Martin Jansa : ruby: explicitly disable dtrace support

git at git.openembedded.org git at git.openembedded.org
Mon May 11 08:31:41 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: 41e45a16f61b59f54d5408bcd861fff1caa62d7d
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=41e45a16f61b59f54d5408bcd861fff1caa62d7d

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri May  1 14:20:31 2015 +0200

ruby: explicitly disable dtrace support

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>

---

 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 \
 "



More information about the Openembedded-commits mailing list