On Thu, 2022-01-20 at 23:22 +0100, Alexander Kanavin wrote: > It was found to cause races in make install, as observed in > https://bugzilla.yoctoproject.org/show_bug.cgi?id=14695 > > [YOCTO #14695] > > Signed-off-by: Alexander Kanavin <[email protected]> > --- > meta/recipes-devtools/ruby/ruby_3.1.0.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-devtools/ruby/ruby_3.1.0.bb > b/meta/recipes-devtools/ruby/ruby_3.1.0.bb > index 7183c93d45..128e4527e1 100644 > --- a/meta/recipes-devtools/ruby/ruby_3.1.0.bb > +++ b/meta/recipes-devtools/ruby/ruby_3.1.0.bb > @@ -29,7 +29,7 @@ EXTRA_OECONF = "\ > --disable-versioned-paths \ > --disable-rpath \ > --disable-dtrace \ > - --enable-shared \ > + --disable-shared \ > --enable-load-relative \ > --with-pkg-config=pkg-config \ > --with-static-linked-ext \
Disabling shared libraries because there is a makefile bug doesn't seem like the right solution :(. Better might be disabling parallelism in make install. It raises questions about why it is linking/relinking a library in the install step too of course... Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#160803): https://lists.openembedded.org/g/openembedded-core/message/160803 Mute This Topic: https://lists.openembedded.org/mt/88571098/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
