This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: aarch64 Fedora Rawhide LTO + PGO 3.8 fails to build Python: /usr/bin/ld: error adding symbols: bad value
Type: Stage: resolved
Components: Build Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: vstinner
Priority: normal Keywords:

Created on 2020-12-08 09:22 by vstinner, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (2)
msg382718 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-12-08 09:22
aarch64 Fedora Rawhide LTO + PGO 3.8:
https://buildbot.python.org/all/#/builders/528/builds/243

/usr/bin/ld: /lib64/libgcc_s.so.1: .gnu.version_r invalid entry
/usr/bin/ld: /lib64/libgcc_s.so.1: error adding symbols: bad value
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:578: python] Error 1
make[3]: *** Waiting for unfinished jobs....

Is it another GCC 11 bug when using LTO and/or PGO?
msg385943 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2021-01-29 21:38
The worker is back to green: https://buildbot.python.org/all/#/builders/528/builds/299
History
Date User Action Args
2022-04-11 14:59:39adminsetgithub: 86762
2021-01-29 21:38:42vstinnersetstatus: open -> closed
resolution: fixed
messages: + msg385943

stage: resolved
2020-12-08 09:22:04vstinnercreate