Comment 8 for bug 1816474

Revision history for this message
BenjaminBerg (benjamin-sipsolutions) wrote :

Hmm, I see https://ams.edge.kernel.org/fedora-buffet/fedora/linux/development/rawhide/Everything/ right now, but that doesn't include PowerPC. I think that ARM had the same failure though.

I can ask to get access to a running PowerPC machine for debugging purposes. i.e. in the Fedora infrastructure https://fedoraproject.org/wiki/Architectures/PowerPC#PPC_Shell_access_for_debugging

That said, I suspect you will also be able to reproduce it by setting the following build options:

+ LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'

With the specs file:
"""
*self_spec:
+ %{!static:%{!shared:%{!r:-pie}}}
"""