On Fri, May 01, 2015 at 05:08:35PM -0700, akuster808 wrote: > 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.
You mean for jansa/master or master-next, just sending v2 to list would work for me, but if the only difference is this dtrace, then don't send anything and I'll apply both as they are. > > - 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 <[email protected]> > > --- > > 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 \ > > " > > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- Martin 'JaMa' Jansa jabber: [email protected] -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
