On Tue, Feb 1, 2022 at 10:40 AM Jerry James <loganjerry@gmail.com> wrote:
On Sun, Jan 30, 2022 at 9:38 AM Richard Shaw <hobbes1069@gmail.com> wrote:
> I thought the gcc 12 related issues with ppc64le had been fixed but perhaps not in all cases?
>
> On the original rebuild[1] two tests failed (segfaulting) but on my latest attempt with the new gcc 12 build[2] I now have 3 tests segfaulting.

Did you ever figure this out?  I have similar symptoms with the clisp
package: one test segfaults on ppc64le only.  I experimented with
various build flags and found that adding -fno-inline-small-functions
makes the test pass.  I haven't had time to dig into any further than
that yet.

No, I haven't tried building on one of the packager ppc boxes to investigate further. Fighting other gcc 12 / python 3.10/3.11 issues :)

Did you add the flag for ppc64le only? I'll try and see if it fixes things for me as well.

Thanks,
Richard