[oi-dev] ruby 3.1.0preview1

Klaus Ziegler klausz at haus-gisela.de
Tue Nov 16 10:57:26 UTC 2021



On 11/14/21 16:55, stes at PANDORA.BE wrote:
>
>
> compiling builtin.c
> generating a glommed object with DTrace probes for static library
> linking static-library libruby-static.a
> gar: ruby-glommed.o: SHT_GROUP section [index 52] has no SHF_GROUP sections
> gar: ruby-glommed.o: SHT_GROUP section [index 53] has no SHF_GROUP sections
> gar: ruby-glommed.o: SHT_GROUP section [index 54] has no SHF_GROUP sections
> gar: ruby-glommed.o: SHT_GROUP section [index 55] has no SHF_GROUP sections
> ...
> lots of similar messages
> gar: ruby-glommed.o: unknown type [0] section `' in group [.group]
> gar: ruby-glommed.o: unknown type [0] section `' in group [.group]
> gar: ruby-glommed.o: unknown type [0] section `' in group [.group]
>
Did you tried to NOT use GNU ar/ranlib at all e.g.
# mv /usr/gnu/bin/ar /usr/gnu/bin/ar.orig
# mv /usr/gnu/bin/ranlib /usr/gnu/bin/ranlib.orig
# mv /usr/bin/gar /usr/bin/gar.orig

and then start the configure with the dtrace option enabled?
Rgds
Klaus



More information about the oi-dev mailing list