Skip to content

Instantly share code, notes, and snippets.

@PaulFurtado
Created August 12, 2016 06:47
Show Gist options
  • Save PaulFurtado/c9a0118e2729e42ff7a45849127ba431 to your computer and use it in GitHub Desktop.
Save PaulFurtado/c9a0118e2729e42ff7a45849127ba431 to your computer and use it in GitHub Desktop.
gevent build failure
CFLAGS=-std=c99 python setup.py build
Running 'make ' in /home/pfurtado/dev/gevent
/home/pfurtado/dev/gevent-env/bin/python util/cythonpp.py -o gevent.corecext.c --module-name gevent.libev.corecext.pyx src/gevent/libev/corecext.ppyx
Running cython -o /tmp/tmplSC1TL/gevent.corecext.c -I src/gevent/libev -I src/gevent /tmp/tmplSC1TL/gevent.libev.corecext.pyx # !EV_USE_SIGNALFD && defined(LIBEV_EMBED) && !defined(_WIN32) hash:8d0d56cd291af2de92ce1cb35c306dc8Running cython -o /tmp/tmp7nPHjU/gevent.corecext.c -I src/gevent/libev -I src/gevent /tmp/tmp7nPHjU/gevent.libev.corecext.pyx # !EV_USE_SIGNALFD && defined(LIBEV_EMBED) && defined(_WIN32) hash:b617980bd87606c53168a4bbb866b468
Running cython -o /tmp/tmpmEp5lM/gevent.corecext.c -I src/gevent/libev -I src/gevent /tmp/tmpmEp5lM/gevent.libev.corecext.pyx # EV_USE_SIGNALFD && defined(LIBEV_EMBED) && defined(_WIN32) hash:e3c6772cd0e5d6f10667bf1e44bb443e
Running cython -o /tmp/tmp8DRTL9/gevent.corecext.c -I src/gevent/libev -I src/gevent /tmp/tmp8DRTL9/gevent.libev.corecext.pyx # !EV_USE_SIGNALFD && !defined(LIBEV_EMBED) && !defined(_WIN32) hash:5058c29e4dbe909ae5d45ee7ceadf023
Running cython -o /tmp/tmpAMSSi9/gevent.corecext.c -I src/gevent/libev -I src/gevent /tmp/tmpAMSSi9/gevent.libev.corecext.pyx # EV_USE_SIGNALFD && defined(LIBEV_EMBED) && !defined(_WIN32) hash:0c4a7eb785ab4008e10d274665b0758c
Running cython -o /tmp/tmpqtycI7/gevent.corecext.c -I src/gevent/libev -I src/gevent /tmp/tmpqtycI7/gevent.libev.corecext.pyx # !EV_USE_SIGNALFD && !defined(LIBEV_EMBED) && defined(_WIN32) hash:54f146659eae8f69b1fb635adf2a1428
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
Generating gevent.corecext.c
1675454 bytes of hash 01c30b5082ffc01831b26c5df3884a73
Saving src/gevent/libev/corecext.pyx
echo '#include "callbacks.c"' >> gevent.corecext.c
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
mv gevent.corecext.* src/gevent/libev/
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
cython -o gevent.ares.c src/gevent/ares.pyx
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
mv gevent.ares.* src/gevent/
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
cython -o gevent._semaphore.c src/gevent/_semaphore.py
sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
mv gevent._semaphore.* src/gevent/
/bin/sh: warning: setlocale: LC_ALL: cannot change locale (C.UTF-8)
/usr/lib64/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'cffi_modules'
warnings.warn(msg)
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/gevent
copying src/gevent/__init__.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/_compat.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/_fileobjectcommon.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/_fileobjectposix.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/_semaphore.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/_socket2.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/_socket3.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/_socketcommon.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/_ssl2.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/_ssl3.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/_sslgte279.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/_tblib.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/_threading.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/_util.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/_util_py2.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/backdoor.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/baseserver.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/builtins.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/core.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/event.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/fileobject.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/greenlet.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/hub.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/local.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/lock.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/monkey.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/os.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/pool.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/pywsgi.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/queue.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/resolver_ares.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/resolver_thread.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/select.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/server.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/signal.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/socket.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/ssl.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/subprocess.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/thread.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/threading.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/threadpool.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/timeout.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/util.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/win32util.py -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/wsgi.py -> build/lib.linux-x86_64-2.7/gevent
creating build/lib.linux-x86_64-2.7/gevent/libev
copying src/gevent/libev/__init__.py -> build/lib.linux-x86_64-2.7/gevent/libev
copying src/gevent/libev/_corecffi_build.py -> build/lib.linux-x86_64-2.7/gevent/libev
copying src/gevent/libev/corecffi.py -> build/lib.linux-x86_64-2.7/gevent/libev
running egg_info
writing requirements to src/gevent.egg-info/requires.txt
writing src/gevent.egg-info/PKG-INFO
writing top-level names to src/gevent.egg-info/top_level.txt
writing dependency_links to src/gevent.egg-info/dependency_links.txt
reading manifest file 'src/gevent.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'Makefile.ext'
warning: no files found matching 'known_failures.py'
warning: no files found matching '.pep8'
no previously-included directories found matching '*/__pycache__'
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.o' found anywhere in distribution
warning: no previously-included files matching '*.lo' found anywhere in distribution
warning: no previously-included files matching '*.la' found anywhere in distribution
no previously-included directories found matching 'doc/_build'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '.coverage' found under directory 'src/greentest'
no previously-included directories found matching 'src/greentest/htmlcov'
warning: no previously-included files matching 'ares_build.h.orig' found under directory 'deps/c-ares'
warning: no previously-included files matching '_corecffi.c' found under directory 'src/gevent'
warning: no previously-included files found matching 'Makefile'
writing manifest file 'src/gevent.egg-info/SOURCES.txt'
copying src/gevent/_semaphore.pxd -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/ares.pyx -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/cares.pxd -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/cares_ntop.h -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/cares_pton.h -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/dnshelper.c -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/gevent._semaphore.c -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/gevent.ares.c -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/gevent.ares.h -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/python.pxd -> build/lib.linux-x86_64-2.7/gevent
copying src/gevent/libev/_corecffi_cdef.c -> build/lib.linux-x86_64-2.7/gevent/libev
copying src/gevent/libev/_corecffi_source.c -> build/lib.linux-x86_64-2.7/gevent/libev
copying src/gevent/libev/callbacks.c -> build/lib.linux-x86_64-2.7/gevent/libev
copying src/gevent/libev/callbacks.h -> build/lib.linux-x86_64-2.7/gevent/libev
copying src/gevent/libev/corecext.ppyx -> build/lib.linux-x86_64-2.7/gevent/libev
copying src/gevent/libev/corecext.pyx -> build/lib.linux-x86_64-2.7/gevent/libev
copying src/gevent/libev/gevent.corecext.c -> build/lib.linux-x86_64-2.7/gevent/libev
copying src/gevent/libev/libev.h -> build/lib.linux-x86_64-2.7/gevent/libev
copying src/gevent/libev/libev.pxd -> build/lib.linux-x86_64-2.7/gevent/libev
copying src/gevent/libev/libev_vfd.h -> build/lib.linux-x86_64-2.7/gevent/libev
copying src/gevent/libev/stathelper.c -> build/lib.linux-x86_64-2.7/gevent/libev
running build_ext
Running '(cd "/home/pfurtado/dev/gevent/deps/libev" && sh ./configure && cp config.h "$OLDPWD" ) > configure-output.txt' in /home/pfurtado/dev/gevent/build/temp.linux-x86_64-2.7/libev
building 'gevent.libev.corecext' extension
creating build/temp.linux-x86_64-2.7/src
creating build/temp.linux-x86_64-2.7/src/gevent
creating build/temp.linux-x86_64-2.7/src/gevent/libev
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c99 -fPIC -DLIBEV_EMBED=1 -DEV_COMMON= -DEV_CLEANUP_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_PERIODIC_ENABLE=0 -Ibuild/temp.linux-x86_64-2.7/libev -I/home/pfurtado/dev/gevent/deps/libev -I/usr/include/python2.7 -c src/gevent/libev/gevent.corecext.c -o build/temp.linux-x86_64-2.7/src/gevent/libev/gevent.corecext.o
In file included from src/gevent/libev/libev.h:2:0,
from src/gevent/libev/gevent.corecext.c:273:
/home/pfurtado/dev/gevent/deps/libev/ev.c:1831:31: warning: 'ev_default_loop_ptr' initialized and declared 'extern'
EV_API_DECL struct ev_loop *ev_default_loop_ptr = 0; /* needs to be initialised to make it a definition despite extern */
^~~~~~~~~~~~~~~~~~~
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -std=c99 build/temp.linux-x86_64-2.7/src/gevent/libev/gevent.corecext.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/gevent/libev/corecext.so
Running '(cd "/home/pfurtado/dev/gevent/deps/c-ares" && if [ -r ares_build.h ]; then cp ares_build.h ares_build.h.orig; fi && sh ./configure --disable-dependency-tracking CONFIG_COMMANDS= && cp ares_config.h ares_build.h "$OLDPWD" && mv ares_build.h.orig ares_build.h) > configure-output.txt' in /home/pfurtado/dev/gevent/build/temp.linux-x86_64-2.7/c-ares
building 'gevent.ares' extension
creating build/temp.linux-x86_64-2.7/deps
creating build/temp.linux-x86_64-2.7/deps/c-ares
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c99 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -I/home/pfurtado/dev/gevent/deps/c-ares -I/usr/include/python2.7 -c src/gevent/gevent.ares.c -o build/temp.linux-x86_64-2.7/src/gevent/gevent.ares.o
In file included from src/gevent/gevent.ares.c:274:0:
src/gevent/dnshelper.c:19:0: warning: "PyUnicode_FromString" redefined
#define PyUnicode_FromString PyBytes_FromString
In file included from /usr/include/python2.7/Python.h:85:0,
from src/gevent/gevent.ares.c:4:
/usr/include/python2.7/unicodeobject.h:281:0: note: this is the location of the previous definition
# define PyUnicode_FromString PyUnicodeUCS4_FromString
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c99 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -I/home/pfurtado/dev/gevent/deps/c-ares -I/usr/include/python2.7 -c deps/c-ares/ares__close_sockets.c -o build/temp.linux-x86_64-2.7/deps/c-ares/ares__close_sockets.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c99 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -I/home/pfurtado/dev/gevent/deps/c-ares -I/usr/include/python2.7 -c deps/c-ares/ares__get_hostent.c -o build/temp.linux-x86_64-2.7/deps/c-ares/ares__get_hostent.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c99 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -I/home/pfurtado/dev/gevent/deps/c-ares -I/usr/include/python2.7 -c deps/c-ares/ares__read_line.c -o build/temp.linux-x86_64-2.7/deps/c-ares/ares__read_line.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c99 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -I/home/pfurtado/dev/gevent/deps/c-ares -I/usr/include/python2.7 -c deps/c-ares/ares__timeval.c -o build/temp.linux-x86_64-2.7/deps/c-ares/ares__timeval.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c99 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -I/home/pfurtado/dev/gevent/deps/c-ares -I/usr/include/python2.7 -c deps/c-ares/ares_cancel.c -o build/temp.linux-x86_64-2.7/deps/c-ares/ares_cancel.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c99 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -I/home/pfurtado/dev/gevent/deps/c-ares -I/usr/include/python2.7 -c deps/c-ares/ares_create_query.c -o build/temp.linux-x86_64-2.7/deps/c-ares/ares_create_query.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c99 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -I/home/pfurtado/dev/gevent/deps/c-ares -I/usr/include/python2.7 -c deps/c-ares/ares_data.c -o build/temp.linux-x86_64-2.7/deps/c-ares/ares_data.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c99 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -I/home/pfurtado/dev/gevent/deps/c-ares -I/usr/include/python2.7 -c deps/c-ares/ares_destroy.c -o build/temp.linux-x86_64-2.7/deps/c-ares/ares_destroy.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c99 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -I/home/pfurtado/dev/gevent/deps/c-ares -I/usr/include/python2.7 -c deps/c-ares/ares_expand_name.c -o build/temp.linux-x86_64-2.7/deps/c-ares/ares_expand_name.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c99 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -I/home/pfurtado/dev/gevent/deps/c-ares -I/usr/include/python2.7 -c deps/c-ares/ares_expand_string.c -o build/temp.linux-x86_64-2.7/deps/c-ares/ares_expand_string.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c99 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -I/home/pfurtado/dev/gevent/deps/c-ares -I/usr/include/python2.7 -c deps/c-ares/ares_fds.c -o build/temp.linux-x86_64-2.7/deps/c-ares/ares_fds.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c99 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -I/home/pfurtado/dev/gevent/deps/c-ares -I/usr/include/python2.7 -c deps/c-ares/ares_free_hostent.c -o build/temp.linux-x86_64-2.7/deps/c-ares/ares_free_hostent.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c99 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -I/home/pfurtado/dev/gevent/deps/c-ares -I/usr/include/python2.7 -c deps/c-ares/ares_free_string.c -o build/temp.linux-x86_64-2.7/deps/c-ares/ares_free_string.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c99 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -I/home/pfurtado/dev/gevent/deps/c-ares -I/usr/include/python2.7 -c deps/c-ares/ares_getenv.c -o build/temp.linux-x86_64-2.7/deps/c-ares/ares_getenv.o
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c99 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.linux-x86_64-2.7/c-ares -I/home/pfurtado/dev/gevent/deps/c-ares -I/usr/include/python2.7 -c deps/c-ares/ares_gethostbyaddr.c -o build/temp.linux-x86_64-2.7/deps/c-ares/ares_gethostbyaddr.o
deps/c-ares/ares_gethostbyaddr.c: In function 'file_lookup':
deps/c-ares/ares_gethostbyaddr.c:245:29: error: 'struct hostent' has no member named 'h_addr'
if (memcmp((*host)->h_addr, &addr->addrV4,
^~
deps/c-ares/ares_gethostbyaddr.c:251:29: error: 'struct hostent' has no member named 'h_addr'
if (memcmp((*host)->h_addr, &addr->addrV6,
^~
running build
running build_py
running egg_info
writing requirements to src/gevent.egg-info/requires.txt
writing src/gevent.egg-info/PKG-INFO
writing top-level names to src/gevent.egg-info/top_level.txt
writing dependency_links to src/gevent.egg-info/dependency_links.txt
reading manifest file 'src/gevent.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'Makefile.ext'
warning: no files found matching 'known_failures.py'
warning: no files found matching '.pep8'
no previously-included directories found matching '*/__pycache__'
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.o' found anywhere in distribution
warning: no previously-included files matching '*.lo' found anywhere in distribution
warning: no previously-included files matching '*.la' found anywhere in distribution
no previously-included directories found matching 'doc/_build'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '.coverage' found under directory 'src/greentest'
no previously-included directories found matching 'src/greentest/htmlcov'
warning: no previously-included files matching 'ares_build.h.orig' found under directory 'deps/c-ares'
warning: no previously-included files matching '_corecffi.c' found under directory 'src/gevent'
warning: no previously-included files found matching 'Makefile'
writing manifest file 'src/gevent.egg-info/SOURCES.txt'
running build_ext
building 'gevent._semaphore' extension
gcc -pthread -DNDEBUG -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -std=c99 -fPIC -I/usr/include/python2.7 -c src/gevent/gevent._semaphore.c -o build/temp.linux-x86_64-2.7/src/gevent/gevent._semaphore.o
gcc -pthread -shared -Wl,-O1,--sort-common,--as-needed,-z,relro -std=c99 build/temp.linux-x86_64-2.7/src/gevent/gevent._semaphore.o -L/usr/lib -lpython2.7 -o build/lib.linux-x86_64-2.7/gevent/_semaphore.so
WARNING: The gevent.ares extension has been disabled.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment