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 Wei-Shun Lo
Recipients Wei-Shun Lo, barry, r.david.murray, serhiy.storchaka
Date 2017-09-08.21:42:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504906920.61.0.0917082477211.issue31361@psf.upfronthosting.co.za>
In-reply-to
Content
After patching, I've tested installed packages listed in the pip3.update. 
The default c compiler used is clang.  Few of them are failed, listed as following, after change the c compiler to be gcc-7. (Twisted av cymem cytoolz dulwich gnureadline pycrypto pydsm pycurl regex reportlab setproctitle). PyAudio and mercurial needs additional support to get them installed. 
I hope this demonstrate the reliance of this change.

  Running setup.py install for PyAudio ... error  
  Running setup.py install for Twisted ... error
  Running setup.py install for av ... error
  Running setup.py install for cymem ... error
  Running setup.py install for cytoolz ... error
  Running setup.py install for dulwich ... error
  Running setup.py install for gnureadline ... error
  Running setup.py install for mercurial ... error
  Running setup.py install for pycrypto ... error
  Running setup.py install for pycurl ... error
  Running setup.py install for pydsm ... error
  Running setup.py install for regex ... error
  Running setup.py install for reportlab ... error
  Running setup.py install for setproctitle ... error
History
Date User Action Args
2017-09-08 21:42:00Wei-Shun Losetrecipients: + Wei-Shun Lo, barry, r.david.murray, serhiy.storchaka
2017-09-08 21:42:00Wei-Shun Losetmessageid: <1504906920.61.0.0917082477211.issue31361@psf.upfronthosting.co.za>
2017-09-08 21:42:00Wei-Shun Lolinkissue31361 messages
2017-09-08 21:42:00Wei-Shun Locreate