>> Apart from that minor buzz, `make lilypond` does a good chunk of work,
>> but fails building tools::guile; log attached.
> 
> I see. libtools segfauls.

>    ../libtool: line 950: 23645 Segmentation fault      (core dumped)
>    ar cru .libs/libguile.a [...]

This is probably the same bug I've encountered on my openSUSE box.
Try to remove the file (or link) `/usr/lib/bfd-plugins/LLVMgold.so'
and replace it with the gcc variant `liblto_plugin.so'.  On my system
I had to do

  cd /usr/lib/bfd-plugins
  ln -s /usr/lib64/gcc/x86_64-suse-linux/7/liblto_plugin.so .


    Werner
_______________________________________________
lilypond-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to