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 mbarbera
Recipients dstufft, eric.araujo, mbarbera
Date 2020-06-18.17:38:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592501907.65.0.64967213393.issue41027@roundup.psfhosted.org>
In-reply-to
Content
In Lib/distutils/cygwincompiler.py, get_version() tries to parse the output of shell commands to check for the gcc version. gcc-7 has changed the behavior of the flag -dumpversion to only show the major version number. This prevents the regex string RE_VERSION from parsing the version number from the shell output.

The issue was encountered when trying to install a third-party module to python3.6 on Ubuntu 18.04
History
Date User Action Args
2020-06-18 17:38:27mbarberasetrecipients: + mbarbera, eric.araujo, dstufft
2020-06-18 17:38:27mbarberasetmessageid: <1592501907.65.0.64967213393.issue41027@roundup.psfhosted.org>
2020-06-18 17:38:27mbarberalinkissue41027 messages
2020-06-18 17:38:27mbarberacreate