>> Builds that were previously succeeding (e.g. pulseaudio) are now failing on >> aarch64 with errors like: >> BUILDSTDERR: annobin: modules/module-loopback.c: ICE: Should be 64-bit >> target >> >> >> Failed scratch build: >> https://userbase.kde.org/Konversation/Configuring_SASL_authentication >> >> Prior successful build, >> https://koji.fedoraproject.org/koji/buildinfo?buildID=1348793
>Looks like annobin needs to be rebuilt everywhere due to the recent gcc >update. ?Nick? >Thanks, >Florian I have been adding this temporary hack in openmpi to get aarch64 to passin F32. Note it is a mixed language package, mostly c, with some c++, and it is the c++ code that fails to link without this extra -fPIC manually thrown in. I still see the annobin target 64-bit errors mentioned above throughout the build logs in aarch64, but it does build.# TEMP: hack for aarch64 %global opt_cxxflags -fPIC
_______________________________________________ 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]
