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.

Author vstinner
Recipients vstinner
Date 2020-12-08.09:22:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607419324.76.0.598132356337.issue42596@roundup.psfhosted.org>
In-reply-to
Content
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?
History
Date User Action Args
2020-12-08 09:22:04vstinnersetrecipients: + vstinner
2020-12-08 09:22:04vstinnersetmessageid: <1607419324.76.0.598132356337.issue42596@roundup.psfhosted.org>
2020-12-08 09:22:04vstinnerlinkissue42596 messages
2020-12-08 09:22:04vstinnercreate