On Sun, 2022-04-10 at 13:35 -0700, stan via kernel wrote: > /usr/bin/ld: /tmp/cc6wxoxI.o: relocation R_X86_64_32 against > `.rodata.str1.1' can not be used when making a PIE object; recompile > with -fPIE Relocation R_X86_64_PC32 against undefined symbol , usually happens when LDFLAGS are set with hardening and CFLAGS not . An usually happens when configure.ac override all system flags with CFLAGS="something" you need change it to CFLAGS+="something" https://stackoverflow.com/a/69005262/778517 maybe is an effect of https://fedoraproject.org/wiki/Changes/SetBuildFlagsBuildCheck have you tried %undefine _auto_set_build_flags ? -- Sérgio M. B. _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure