Source: python-gevent Version: 1.1.1-1 Severity: serious Justification: fails to build from source User: [email protected] Usertags: ftbfs X-Debbugs-Cc: [email protected]
Dear Maintainer,
python-gevent fails to build from source in unstable/amd64:
[..]
__pyx_t_1 = __Pyx_PyInt_From_int(ev_priority((&__pyx_v_self->_watcher)));
if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1700;
__pyx_clineno = __LINE__; goto __pyx_L1_error;}
^
gevent/gevent.corecext.c: In function
‘__pyx_pf_6gevent_8corecext_5async_8priority_2__set__’:
gevent/gevent.corecext.c:30158:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
__pyx_t_1 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
^
gevent/gevent.corecext.c:30200:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
ev_set_priority((&__pyx_v_self->_watcher), __pyx_v_priority);
^
gevent/gevent.corecext.c: In function
‘__pyx_pf_6gevent_8corecext_5async_6active___get__’:
gevent/gevent.corecext.c:30814:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
if ((ev_is_active((&__pyx_v_self->_watcher)) != 0)) {
^
gevent/gevent.corecext.c: In function
‘__pyx_pf_6gevent_8corecext_5async_6__init__’:
gevent/gevent.corecext.c:31006:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
ev_async_init((&__pyx_v_self->_watcher), ((void *)gevent_callback_async));
^
gevent/gevent.corecext.c:31006:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
gevent/gevent.corecext.c:31006:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
gevent/gevent.corecext.c:31006:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
gevent/gevent.corecext.c:31081:5: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
ev_set_priority((&__pyx_v_self->_watcher), __pyx_t_3);
^
gevent/gevent.corecext.c: In function
‘__pyx_pf_6gevent_8corecext_5child_3ref_2__set__’:
gevent/gevent.corecext.c:31752:5: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
__pyx_t_3 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
^
gevent/gevent.corecext.c: In function
‘__pyx_pf_6gevent_8corecext_5child_8priority___get__’:
gevent/gevent.corecext.c:32223:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
__pyx_t_1 = __Pyx_PyInt_From_int(ev_priority((&__pyx_v_self->_watcher)));
if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1826;
__pyx_clineno = __LINE__; goto __pyx_L1_error;}
^
gevent/gevent.corecext.c: In function
‘__pyx_pf_6gevent_8corecext_5child_8priority_2__set__’:
gevent/gevent.corecext.c:32299:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
__pyx_t_1 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
^
gevent/gevent.corecext.c:32341:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
ev_set_priority((&__pyx_v_self->_watcher), __pyx_v_priority);
^
gevent/gevent.corecext.c: In function
‘__pyx_pf_6gevent_8corecext_5child_6active___get__’:
gevent/gevent.corecext.c:32955:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
if ((ev_is_active((&__pyx_v_self->_watcher)) != 0)) {
^
gevent/gevent.corecext.c: In function
‘__pyx_pf_6gevent_8corecext_5child_7pending___get__’:
gevent/gevent.corecext.c:33016:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
if ((ev_is_pending((&__pyx_v_self->_watcher)) != 0)) {
^
gevent/gevent.corecext.c: In function
‘__pyx_pf_6gevent_8corecext_5child_6__init__’:
gevent/gevent.corecext.c:33214:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
ev_child_init((&__pyx_v_self->_watcher), ((void *)gevent_callback_child),
__pyx_v_pid, __pyx_v_trace);
^
gevent/gevent.corecext.c:33214:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
gevent/gevent.corecext.c:33214:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
gevent/gevent.corecext.c:33214:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
gevent/gevent.corecext.c: In function
‘__pyx_pf_6gevent_8corecext_4stat_3ref_2__set__’:
gevent/gevent.corecext.c:34230:5: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
__pyx_t_3 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
^
gevent/gevent.corecext.c: In function
‘__pyx_pf_6gevent_8corecext_4stat_8priority___get__’:
gevent/gevent.corecext.c:34710:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
__pyx_t_1 = __Pyx_PyInt_From_int(ev_priority((&__pyx_v_self->_watcher)));
if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 1971;
__pyx_clineno = __LINE__; goto __pyx_L1_error;}
^
gevent/gevent.corecext.c: In function
‘__pyx_pf_6gevent_8corecext_4stat_8priority_2__set__’:
gevent/gevent.corecext.c:34786:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
__pyx_t_1 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
^
gevent/gevent.corecext.c:34837:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
ev_set_priority((&__pyx_v_self->_watcher), __pyx_v_priority);
^
gevent/gevent.corecext.c: In function
‘__pyx_pf_6gevent_8corecext_4stat_6active___get__’:
gevent/gevent.corecext.c:35478:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
if ((ev_is_active((&__pyx_v_self->_watcher)) != 0)) {
^
gevent/gevent.corecext.c: In function
‘__pyx_pf_6gevent_8corecext_4stat_7pending___get__’:
gevent/gevent.corecext.c:35539:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
if ((ev_is_pending((&__pyx_v_self->_watcher)) != 0)) {
^
gevent/gevent.corecext.c: In function
‘__pyx_pf_6gevent_8corecext_4stat_6__init__’:
gevent/gevent.corecext.c:35838:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
ev_stat_init((&__pyx_v_self->_watcher), ((void *)gevent_callback_stat),
((char *)__pyx_t_8), __pyx_v_interval);
^
gevent/gevent.corecext.c:35838:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
gevent/gevent.corecext.c:35838:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
gevent/gevent.corecext.c:35838:3: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
gevent/gevent.corecext.c:35913:5: warning: dereferencing type-punned pointer
will break strict-aliasing rules [-Wstrict-aliasing]
ev_set_priority((&__pyx_v_self->_watcher), __pyx_t_9);
^
In file included from gevent/libev.h:2:0,
from gevent/gevent.corecext.c:241:
libev/ev.c: In function ‘evpipe_write’:
libev/ev.c:2321:11: warning: ignoring return value of ‘write’, declared with
attribute warn_unused_result [-Wunused-result]
write (evpipe [1], &counter, sizeof (uint64_t));
^
libev/ev.c:2333:11: warning: ignoring return value of ‘write’, declared with
attribute warn_unused_result [-Wunused-result]
write (evpipe [1], &(evpipe [1]), 1);
^
libev/ev.c: In function ‘pipecb’:
libev/ev.c:2354:11: warning: ignoring return value of ‘read’, declared with
attribute warn_unused_result [-Wunused-result]
read (evpipe [1], &counter, sizeof (uint64_t));
^
libev/ev.c:2368:11: warning: ignoring return value of ‘read’, declared with
attribute warn_unused_result [-Wunused-result]
read (evpipe [0], &dummy, sizeof (dummy));
^
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
-Wl,-z,relro -Wl,-z,relro -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2
build/temp.linux-x86_64-3.5-pydebug/gevent/gevent.corecext.o -o
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/.pybuild/pythonX.Y-dbg_3.5/build/gevent/corecext.cpython-35dm-x86_64-linux-gnu.so
Linking
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/.pybuild/pythonX.Y-dbg_3.5/build/gevent/corecext.cpython-35dm-x86_64-linux-gnu.so
to
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/gevent/corecext.cpython-35dm-x86_64-linux-gnu.so
Running '(cd
"/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/c-ares"
&& if [ -r ares_build.h ]; then cp ares_build.h ares_build.h.orig; fi &&
/bin/sh ./configure CONFIG_COMMANDS= CONFIG_FILES= && cp ares_config.h
ares_build.h "$OLDPWD" && mv ares_build.h.orig ares_build.h) >
configure-output.txt' in
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/build/temp.linux-x86_64-3.5-pydebug/c-ares
building 'gevent.ares' extension
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c gevent/gevent.ares.c -o
build/temp.linux-x86_64-3.5-pydebug/gevent/gevent.ares.o
In file included from gevent/cares_ntop.h:3:0,
from gevent/dnshelper.c:13,
from gevent/gevent.ares.c:242:
gevent/dnshelper.c: In function ‘gevent_append_addr’:
c-ares/inet_ntop.h:21:33: warning: implicit declaration of function
‘inet_ntop’ [-Wimplicit-function-declaration]
#define ares_inet_ntop(w,x,y,z) inet_ntop(w,x,y,z)
^
gevent/dnshelper.c:53:9: note: in expansion of macro ‘ares_inet_ntop’
if (ares_inet_ntop(family, src, tmpbuf, tmpsize)) {
^
In file included from gevent/cares_pton.h:3:0,
from gevent/gevent.ares.c:240:
gevent/dnshelper.c: In function ‘gevent_make_sockaddr’:
c-ares/inet_net_pton.h:20:31: warning: implicit declaration of function
‘inet_pton’ [-Wimplicit-function-declaration]
#define ares_inet_pton(x,y,z) inet_pton(x,y,z)
^
gevent/dnshelper.c:146:10: note: in expansion of macro ‘ares_inet_pton’
if ( ares_inet_pton(AF_INET, hostp, &((struct
sockaddr_in*)sa6)->sin_addr.s_addr) > 0 ) {
^
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares__close_sockets.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares__close_sockets.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares__get_hostent.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares__get_hostent.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares__read_line.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares__read_line.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares__timeval.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares__timeval.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_cancel.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_cancel.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_create_query.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_create_query.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_data.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_data.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_destroy.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_destroy.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_expand_name.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_expand_name.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_expand_string.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_expand_string.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_fds.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_fds.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_free_hostent.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_free_hostent.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_free_string.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_free_string.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_getenv.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_getenv.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_gethostbyaddr.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_gethostbyaddr.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_gethostbyname.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_gethostbyname.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_getnameinfo.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_getnameinfo.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_getopt.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_getopt.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_getsock.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_getsock.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_init.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_init.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_library_init.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_library_init.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_llist.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_llist.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_mkquery.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_mkquery.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_nowarn.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_nowarn.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_options.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_options.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_parse_a_reply.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_parse_a_reply.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_parse_aaaa_reply.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_parse_aaaa_reply.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_parse_mx_reply.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_parse_mx_reply.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_parse_naptr_reply.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_parse_naptr_reply.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_parse_ns_reply.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_parse_ns_reply.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_parse_ptr_reply.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_parse_ptr_reply.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_parse_soa_reply.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_parse_soa_reply.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_parse_srv_reply.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_parse_srv_reply.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_parse_txt_reply.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_parse_txt_reply.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_platform.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_platform.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_process.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_process.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_query.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_query.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_search.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_search.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_send.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_send.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_strcasecmp.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_strcasecmp.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_strdup.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_strdup.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_strerror.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_strerror.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_timeout.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_timeout.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_version.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_version.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/ares_writev.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_writev.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/bitncmp.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/bitncmp.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/inet_net_pton.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/inet_net_pton.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/inet_ntop.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/inet_ntop.o
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -DHAVE_CONFIG_H= -DCARES_EMBED=1
-Ibuild/temp.linux-x86_64-3.5-pydebug/c-ares -Ic-ares
-I/usr/include/python3.5dm -c c-ares/windows_port.c -o
build/temp.linux-x86_64-3.5-pydebug/c-ares/windows_port.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
-Wl,-z,relro -Wl,-z,relro -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2
build/temp.linux-x86_64-3.5-pydebug/gevent/gevent.ares.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares__close_sockets.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares__get_hostent.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares__read_line.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares__timeval.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_cancel.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_create_query.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_data.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_destroy.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_expand_name.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_expand_string.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_fds.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_free_hostent.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_free_string.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_getenv.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_gethostbyaddr.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_gethostbyname.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_getnameinfo.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_getopt.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_getsock.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_init.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_library_init.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_llist.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_mkquery.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_nowarn.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_options.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_parse_a_reply.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_parse_aaaa_reply.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_parse_mx_reply.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_parse_naptr_reply.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_parse_ns_reply.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_parse_ptr_reply.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_parse_soa_reply.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_parse_srv_reply.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_parse_txt_reply.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_platform.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_process.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_query.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_search.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_send.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_strcasecmp.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_strdup.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_strerror.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_timeout.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_version.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/ares_writev.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/bitncmp.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/inet_net_pton.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/inet_ntop.o
build/temp.linux-x86_64-3.5-pydebug/c-ares/windows_port.o -lrt -o
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/.pybuild/pythonX.Y-dbg_3.5/build/gevent/ares.cpython-35dm-x86_64-linux-gnu.so
Linking
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/.pybuild/pythonX.Y-dbg_3.5/build/gevent/ares.cpython-35dm-x86_64-linux-gnu.so
to
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/gevent/ares.cpython-35dm-x86_64-linux-gnu.so
building 'gevent._semaphore' extension
x86_64-linux-gnu-gcc -pthread -g -Og -Wall -Wstrict-prototypes -g -O2
-fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -I/usr/include/python3.5dm -c
gevent/gevent._semaphore.c -o
build/temp.linux-x86_64-3.5-pydebug/gevent/gevent._semaphore.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
-Wl,-z,relro -Wl,-z,relro -g -O2 -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2
build/temp.linux-x86_64-3.5-pydebug/gevent/gevent._semaphore.o -o
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/.pybuild/pythonX.Y-dbg_3.5/build/gevent/_semaphore.cpython-35dm-x86_64-linux-gnu.so
/usr/lib/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution
option: 'include_package_data'
warnings.warn(msg)
/usr/lib/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution
option: 'install_requires'
warnings.warn(msg)
/usr/lib/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution
option: 'zip_safe'
warnings.warn(msg)
/usr/lib/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution
option: 'test_suite'
warnings.warn(msg)
/usr/lib/python3.5/distutils/dist.py:261: UserWarning: Unknown distribution
option: 'setup_requires'
warnings.warn(msg)
Linking
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/.pybuild/pythonX.Y-dbg_3.5/build/gevent/_semaphore.cpython-35dm-x86_64-linux-gnu.so
to
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/gevent/_semaphore.cpython-35dm-x86_64-linux-gnu.so
PYTHONPATH=.. make --directory doc/ html
make[2]: Entering directory
'/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc'
sphinx-build -b html -d _build/doctrees . _build/html
Running Sphinx v1.4.4
making output directory...
Imported gevent from
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/gevent
Generated gevent.win32util.rst from
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/gevent/win32util.py
Generated gevent.wsgi.rst from
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/gevent/wsgi.py
Generated gevent.lock.rst from
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/gevent/lock.py
Generated gevent.subprocess.rst from
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/gevent/subprocess.py
Generated gevent.fileobject.rst from
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/gevent/fileobject.py
Generated gevent.select.rst from
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/gevent/select.py
Generated gevent._sslgte279.rst from
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/gevent/_sslgte279.py
Generated gevent._ssl2.rst from
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/gevent/_ssl2.py
Traceback (most recent call last):
File "generate_rst.py", line 108, in <module>
generate_rst()
File "generate_rst.py", line 85, in generate_rst
generate_rst_for_module(module, do=do)
File "generate_rst.py", line 48, in generate_rst_for_module
m = __import__('gevent.%s' % module)
File
"/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/gevent/_ssl3.py",
line 67, in <module>
class _contextawaresock(socket._gevent_sock_class):
AttributeError: type object 'socket' has no attribute '_gevent_sock_class'
Linking ../changelog.rst to changelog.rst
loading pickled environment... not yet created
loading intersphinx inventory from ../debian/python.inv...
loading intersphinx inventory from
https://greenlet.readthedocs.org/en/latest/objects.inv...
WARNING: intersphinx inventory
'https://greenlet.readthedocs.org/en/latest/objects.inv' not fetchable due to
<class 'urllib2.URLError'>: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED]
certificate verify failed (_ssl.c:590)>
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 24 source files that are out of date
updating environment: 24 added, 0 changed, 0 removed
reading sources... [ 4%] changelog
reading sources... [ 8%] community
reading sources... [ 12%] contents
reading sources... [ 16%] dns
reading sources... [ 20%] gevent
reading sources... [ 25%] gevent._ssl2
reading sources... [ 29%] gevent._sslgte279
reading sources... [ 33%] gevent.fileobject
reading sources... [ 37%] gevent.lock
reading sources... [ 41%] gevent.select
reading sources... [ 45%] gevent.subprocess
reading sources... [ 50%] gevent.win32util
reading sources... [ 54%] gevent.wsgi
reading sources... [ 58%] index
reading sources... [ 62%] intro
reading sources... [ 66%] lowlevel
reading sources... [ 70%] networking
reading sources... [ 75%] reference
reading sources... [ 79%] servers
reading sources... [ 83%] sfc
reading sources... [ 87%] success
reading sources... [ 91%] synchronization
reading sources... [ 95%] whatsnew_1_0
reading sources... [100%] whatsnew_1_1
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/dns.rst:37:
WARNING: toctree contains reference to nonexisting document
u'gevent.resolver_thread'
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/dns.rst:37:
WARNING: toctree contains reference to nonexisting document
u'gevent.resolver_ares'
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/gevent/_sslgte279.py:docstring
of gevent._sslgte279.closing:12: ERROR: Unexpected indentation.
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/gevent/_sslgte279.py:docstring
of gevent._sslgte279.closing:13: WARNING: Block quote ends without a blank
line; unexpected unindent.
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/lowlevel.rst:5:
WARNING: toctree contains reference to nonexisting document u'gevent.hub'
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/lowlevel.rst:5:
WARNING: toctree contains reference to nonexisting document u'gevent.core'
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/networking.rst:4:
WARNING: toctree contains reference to nonexisting document u'gevent.socket'
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/networking.rst:4:
WARNING: toctree contains reference to nonexisting document u'gevent.ssl'
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/reference.rst:4:
WARNING: toctree contains reference to nonexisting document u'gevent.backdoor'
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/reference.rst:4:
WARNING: toctree contains reference to nonexisting document u'gevent.local'
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/reference.rst:4:
WARNING: toctree contains reference to nonexisting document u'gevent.monkey'
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/reference.rst:4:
WARNING: toctree contains reference to nonexisting document u'gevent.os'
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/reference.rst:4:
WARNING: toctree contains reference to nonexisting document u'gevent.signal'
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/reference.rst:4:
WARNING: toctree contains reference to nonexisting document u'gevent.pool'
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/reference.rst:4:
WARNING: toctree contains reference to nonexisting document u'gevent.queue'
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/reference.rst:4:
WARNING: toctree contains reference to nonexisting document u'gevent.server'
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/reference.rst:4:
WARNING: toctree contains reference to nonexisting document u'gevent.thread'
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/reference.rst:4:
WARNING: toctree contains reference to nonexisting document
u'gevent.threadpool'
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/reference.rst:4:
WARNING: toctree contains reference to nonexisting document u'gevent.util'
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/servers.rst:59:
WARNING: toctree contains reference to nonexisting document
u'gevent.baseserver'
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/servers.rst:59:
WARNING: toctree contains reference to nonexisting document u'gevent.server'
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/servers.rst:59:
WARNING: toctree contains reference to nonexisting document u'gevent.pywsgi'
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/synchronization.rst:4:
WARNING: toctree contains reference to nonexisting document u'gevent.event'
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/synchronization.rst:4:
WARNING: toctree contains reference to nonexisting document u'gevent.queue'
looking for now-outdated files... none found
pickling environment... done
checking consistency...
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/community.rst::
WARNING: document isn't included in any toctree
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/gevent._ssl2.rst::
WARNING: document isn't included in any toctree
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/gevent._sslgte279.rst::
WARNING: document isn't included in any toctree
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/gevent.win32util.rst::
WARNING: document isn't included in any toctree
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/index.rst::
WARNING: document isn't included in any toctree
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/sfc.rst::
WARNING: document isn't included in any toctree
/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc/success.rst::
WARNING: document isn't included in any toctree
done
preparing documents... done
writing output... [ 4%] changelog
Exception occurred:
File "./mysphinxext.py", line 49, in missing_reference
for (i_type, i_string, i_target, i_aliasname) in items:
ValueError: too many values to unpack
The full traceback has been saved in /tmp/sphinx-err-m_kUfb.log, if you want
to report the issue to the developers.
Please also report this if it was a user error, so that a better error
message can be provided next time.
A bug report can be filed in the tracker at
<https://github.com/sphinx-doc/sphinx/issues>. Thanks!
Makefile:34: recipe for target 'html' failed
make[2]: *** [html] Error 1
make[2]: Leaving directory
'/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1/doc'
debian/rules:13: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory
'/home/lamby/temp/cdt.20160703075306.wmmDk9yvLw.python-gevent/python-gevent-1.1.1'
debian/rules:10: recipe for target 'build' failed
make: *** [build] Error 2
[..]
The full build log is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
python-gevent.1.1.1-1.unstable.amd64.log.txt.gz
Description: Binary data

