Hi there I have a package (mupdf) which built fine before and during the mass rebuild. After that, the build (with unchanged sources) segfaults on some architectures:
https://koji.fedoraproject.org/koji/taskinfo?taskID=141553683 The segfault happens with steps such as ``` ld -r -b binary -z noexecstack -o build/shared-release-barcode/resources/fonts/urw/Dingbats.cff.o resources/fonts/urw/Dingbats.cff```` which build binary objects from font resources. Apparently, things work on aarch64 and ppc64le but fails on others. Is there any endian related change in recent rawhide which could affect that ld line? Michael -- _______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
