[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 install build-essential and python3-dev ...etc., maybe you 
lost to install libffi-dev, just simply `apt-get install libffi-dev` and 
rebuild to solve this problem.

--
nosy: +louielu

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 to build these modules:
_ctypes   

But the Test Result is: SUCCESS

Regards

--
components: Interpreter Core
messages: 291800
nosy: eamanu
priority: normal
severity: normal
status: open
title: Failed to build these modules: _ctypes
type: compile error
versions: Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com