Re: guile-3.0: FTBFS on hppa - segmentation faults
John Paul Adrian Glaubitz <[email protected]>
| Newsgroups | gmane.linux.debian.ports.68k,gmane.linux.debian.ports.hppa,gmane.linux.debian.ports.powerpc |
|---|---|
| Message-ID | <[email protected]> |
Hello! On 10/3/21 12:43, John Paul Adrian Glaubitz wrote: > The attached patch fixes the problem for me. It was suggested by Efraim Flashner > in the corresponding upstream bug report [1]. > > It simply adds "-Oresolve-primitives -Ocps" to GUILE_OPTIMIZATIONS in bootstrap/ > Makefile.am. I have tried coming up a with a solution to add these flags on hppa, > m68k and powerpc only but I couldn't find any suitable solution. > > However, I would assume that passing these flags to the bootstrap build won't hurt > as the second stage is built with -O2 anyway and the above flags are not being used > in this case. Any chance this patch could be included for the next upload? This bug is currently blocking package builds on powerpc. Adrian