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.22:40:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAM-jhvdTO7NqiC2fhfds5_BE=1njR+EukaE01T1W+S1gQArA8g@mail.gmail.com>
In-reply-to <1504906920.61.0.0917082477211.issue31361@psf.upfronthosting.co.za>
Content
Correct some type :

Few of them are failed, listed as following, after change the c compiler to
be gcc-7, they can be fixed.
(Twisted av cymem cytoolz dulwich gnureadline pycrypto pydsm pycurl regex
reportlab setproctitle).

*____**____**____**____**____**____**____**____**____**____**____**____*
*____**____**____**____**____**____*
* Contact Info                                            *
 *US Mobile: 1-408-609-7628                   *

Em
ail: raliclo@gmail.com
Skype : ralic_lo
*____**____**____**____**____**____**____**____**____**____**____**____*
*____**____**____**____**____**____*

On Fri, Sep 8, 2017 at 2:42 PM, Wei-Shun Lo <report@bugs.python.org> wrote:

>
> Wei-Shun Lo added the comment:
>
> 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
>
> ----------
> Added file: https://bugs.python.org/file47128/pip3.update
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue31361>
> _______________________________________
>
History
Date User Action Args
2017-09-08 22:40:37Wei-Shun Losetrecipients: + Wei-Shun Lo, barry, r.david.murray, serhiy.storchaka
2017-09-08 22:40:37Wei-Shun Lolinkissue31361 messages
2017-09-08 22:40:37Wei-Shun Locreate