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 foxleoly
Recipients foxleoly, xtreak
Date 2018-10-27.05:12:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540617121.52.0.788709270274.issue35074@psf.upfronthosting.co.za>
In-reply-to
Content
I've tested 2 way to solve this:
1. disable --enable-optimizations option. the software can be compile and install successful.
2. upgrade gcc version to 8.2.0. 

docker ➜  bin gcc --version
gcc (Debian 8.2.0-8) 8.2.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
History
Date User Action Args
2018-10-27 05:12:01foxleolysetrecipients: + foxleoly, xtreak
2018-10-27 05:12:01foxleolysetmessageid: <1540617121.52.0.788709270274.issue35074@psf.upfronthosting.co.za>
2018-10-27 05:12:01foxleolylinkissue35074 messages
2018-10-27 05:12:01foxleolycreate