[issue30090] Failed to build these modules: _ctypes

2019-07-05 Thread hai shi
hai shi added the comment: In centos, `sudo yum install -y libffi libffi-devel` should worked -- nosy: +shihai1991 ___ Python tracker ___

[issue30090] Failed to build these modules: _ctypes

2017-04-17 Thread Eric V. Smith
Changes by Eric V. Smith : -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker ___

[issue30090] Failed to build these modules: _ctypes

2017-04-17 Thread Emmanuel Arias
Emmanuel Arias added the comment: The problem was solution making: apt-get install libffi-dev Thanks -- ___ Python tracker ___

[issue30090] Failed to build these modules: _ctypes

2017-04-17 Thread Louie Lu
Changes by Louie Lu : -- components: +Build -Interpreter Core type: compile error -> ___ Python tracker ___

[issue30090] Failed to build these modules: _ctypes

2017-04-17 Thread Louie Lu
Louie Lu added the comment: Are you using Ubuntu or other Linux distribution? This problem is because you didn't install the dependency package. You may first try to use the instruction at devguide: http://cpython-devguide.readthedocs.io/setup.html#build-dependencies Or, assume you have

[issue30090] Failed to build these modules: _ctypes

2017-04-17 Thread Emmanuel Arias
New submission from Emmanuel Arias: Hello everybody, I am working with the code. I clone the repo, and make a pull upstream of github's cpython repository (master branch), and when I make: ./configure --with-pydebug && make -j build correctly but finished with this message: Failed