The mass rebuild with the new version of gcc is causing gnupg builds to fail on the armv7hl arch, it works fine on all the other arches. If I change the optimization from -O2 to -O1 the tests pass. Failing build: https://koji.fedoraproject.org/koji/taskinfo?taskID=17920462 Successful build: https://koji.fedoraproject.org/koji/taskinfo?taskID=17921100
This bug appears to have been reported against 'rawhide' during the Fedora 26 development cycle. Changing version to '26'.
Created attachment 1279410 [details] mpih-div.i.bz2 Bisection seems to reveal that it is mpi/mpih-div.c that matters, at least if all the object files are compiled with -O2 and this single one with -O1, tests pass, if all objects are compiled with -O1 and this single one with -O2, the test fail the same. Command line: gcc -O2 -g -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIE -S -o mpih-div.s mpih-div.i
Bisected to http://gcc.gnu.org/r241660 change.
So the bug is actually in gnupg that it uses helplessly obsolete longlong.h. This has been fixed in https://gcc.gnu.org/ml/gcc-patches/2005-10/msg00546.html and committed as r106491. Current gmp longlong.h seems to be fine too.
Filed a bug upstream - https://dev.gnupg.org/T3182
gnupg-1.4.22-1.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-e0163c9e7d
gnupg-1.4.22-1.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-e3b6342bde
gnupg-1.4.22-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-ea3b1c1767
gnupg-1.4.22-1.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-e3b6342bde
gnupg-1.4.22-1.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-e0163c9e7d
gnupg-1.4.22-1.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report.
gnupg-1.4.22-1.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report.