Fedora Account System
Red Hat Associate
Red Hat Customer
wsjtx failed to build from source in Fedora rawhide/f43 https://koji.fedoraproject.org/koji/taskinfo?taskID=135277479 For details on the mass rebuild see: https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild Please fix wsjtx at your earliest convenience and set the bug's status to ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks, wsjtx will be orphaned. Before branching of Fedora 44, wsjtx will be retired, if it still fails to build. For more details on the FTBFS policy, please visit: https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/
Created attachment 2102081 [details] build.log file build.log too big, will only attach last 32768 bytes
Created attachment 2102082 [details] root.log file root.log too big, will only attach last 32768 bytes
Created attachment 2102083 [details] state.log
I'll track the gfortran build failure here now instead of on the CMake but as it is technically resolved.
It's because decoder.f90 uses executable stack. With recent g++ and with Fedora hardening it's not possible to combine exec/noexec stacks. And probably due to gcc bug it's even not possible to override the "--specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors" via CFLAGS/LDFLAGS and compile the whole executable with execstack.