Your message dated Sat, 16 Jul 2016 11:33:54 +0000 with message-id <e1bonr0-00035q...@franck.debian.org> and subject line Bug#829414: fixed in python-gevent 1.1.1-2 has caused the Debian Bug report #829414, regarding python-gevent: FTBFS: ValueError: too many values to unpack to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact ow...@bugs.debian.org immediately.) -- 829414: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=829414 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: python-gevent Version: 1.1.1-1 Severity: serious Justification: fails to build from source User: reproducible-bui...@lists.alioth.debian.org Usertags: ftbfs X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org 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 `. `'` la...@debian.org / chris-lamb.co.uk `-python-gevent.1.1.1-1.unstable.amd64.log.txt.gz
Description: Binary data
--- End Message ---
--- Begin Message ---Source: python-gevent Source-Version: 1.1.1-2 We believe that the bug you reported is fixed in the latest version of python-gevent, which is due to be installed in the Debian FTP archive. A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 829...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Laszlo Boszormenyi (GCS) <g...@debian.org> (supplier of updated python-gevent package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmas...@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Sat, 16 Jul 2016 06:44:47 +0000 Source: python-gevent Binary: python-gevent-dbg python-gevent-doc python-gevent python3-gevent python3-gevent-dbg Architecture: source amd64 all Version: 1.1.1-2 Distribution: unstable Urgency: low Maintainer: Laszlo Boszormenyi (GCS) <g...@debian.org> Changed-By: Laszlo Boszormenyi (GCS) <g...@debian.org> Description: python-gevent - gevent is a coroutine-based Python networking library python-gevent-dbg - gevent is a coroutine-based Python networking library - debugging python-gevent-doc - gevent is a coroutine-based Python networking library - documenta python3-gevent - gevent is a coroutine-based Python networking library python3-gevent-dbg - gevent is a coroutine-based Python networking library - debugging Closes: 829414 Changes: python-gevent (1.1.1-2) unstable; urgency=low . * Fix FTBFS with Sphinx 1.4+ (closes: #829414). * Add libev and c-ares devel packages to build depends. Checksums-Sha1: 9702484efab2d22d2ceab0827152d4b13577dc1f 2274 python-gevent_1.1.1-2.dsc 22721c421a0185e824fcf4e8405cf858b0c37580 71784 python-gevent_1.1.1-2.debian.tar.xz 782e054897b954729f8b9d7b301367d355f7ca29 1411160 python-gevent-dbg_1.1.1-2_amd64.deb a1527e971022935e9be64d98f506317a39537078 200974 python-gevent-doc_1.1.1-2_all.deb d981acb17763a397c7c95b02cde75f3def9fbc97 340352 python-gevent_1.1.1-2_amd64.deb d8cef884f1c1adab2d493849acb100823e2d1415 1560440 python3-gevent-dbg_1.1.1-2_amd64.deb 68d1feac7c2a3e0300334c89d248d8e4675cf70e 343688 python3-gevent_1.1.1-2_amd64.deb Checksums-Sha256: 0989df449335bd0a1688e466e69602820befbd2050295cfbbf053cb8bbb2b8b1 2274 python-gevent_1.1.1-2.dsc eba5f50db54fa6981eea1851dc942afe276fc4c2229d9cec12aa6faa0cb46823 71784 python-gevent_1.1.1-2.debian.tar.xz 5f622a320970b516336ecd40612af422fbb64ec6c7e3ec85c9e709575dc171b7 1411160 python-gevent-dbg_1.1.1-2_amd64.deb 059199eec8b7bf2dbe69dd1e90892da6cbaf031bc36dbe446643be560b2a1bc3 200974 python-gevent-doc_1.1.1-2_all.deb 81f409b955c59003fd99bd500222863b1a022fb6ac6d9a90658dc74d08273e99 340352 python-gevent_1.1.1-2_amd64.deb 1d4fb38a170a02f7c14c203a85f4183b0f713604dde9541d54983217ed796a1b 1560440 python3-gevent-dbg_1.1.1-2_amd64.deb 0687611391b2c053771f875832afbec9c60aa1ae7bd85c560c0cb0621ffb638b 343688 python3-gevent_1.1.1-2_amd64.deb Files: e712e53e594f32d56da1a200597ea6a2 2274 python extra python-gevent_1.1.1-2.dsc 2f2421cf97ac2944d5f27efac54a4b3a 71784 python extra python-gevent_1.1.1-2.debian.tar.xz 4fe51763a9be5f2c1375c773c425b296 1411160 debug extra python-gevent-dbg_1.1.1-2_amd64.deb c248ab7926fc6b32ec9ab3c5ee543d71 200974 doc optional python-gevent-doc_1.1.1-2_all.deb 18ec93ca318ca893bd91c15b3a6155bb 340352 python extra python-gevent_1.1.1-2_amd64.deb 444b647b8a790c52864651b7058e4758 1560440 debug extra python3-gevent-dbg_1.1.1-2_amd64.deb 870d0199050df9d2541ed7d83da1f837 343688 python extra python3-gevent_1.1.1-2_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCAAGBQJXihnUAAoJENzjEOeGTMi/o60QALsv8T735iQL8xMO+yUUdNP7 8nSwBhDJOYQgjNDgU3furvVJaXzfIGUGwwR9FAaGudRwouxJ2J1OQCf6b9l5bgrD pI57jzgS82LKDQ3RXOU4rQw8VnXAwBYbduLFkJ6TrRM5QNugf+fPiWziEnR/D1bZ 5SvD1Ota8EuO/QZBVOBWkZDlu13QHfIJ4X58z0iK/7Wl3MbUN7nVC2Pthwtp/Q6t ZhO+/Pb5r8gLR5/j1Cx5MgWbLJ1fW467j08AZEX4tQQrIk1FkJRFIaiDcKbBLxn3 iQ7VVfBI16E3mJqlu0qpiSbmlI+6A2nyKogsIDFOy1jBvQIjxSWXfrQQv6eZdud3 0R+vkovJDfQ66vIqo4KdQ0Dox0XN/ygVYprJFN8U1Dzrj5A5vNZ2jrFn/vv4EJFB Toia5VCZJpiLYNTLl7dAGQ5+iAFNVxGMfrohJ5TOCud09jkMPbUqLJyhWj+Cvo8K Fup0DLX+oYrCj7m2R6SNKS7zvyq8nivO5NvRWCej30q85mQwFNfxWOLo9+UzgEyl f3UwZvtkBIV8L1XYR90SQBnyb8ut15c68DENWv4GFIdc05DRRwcqg3efs6qbudml RvQ3bK4Y0NLprCpUV0EGZ8iH5vTaTmJOQ2QfLGHd2d+XQ0NZaDi5zvqJXtZe4VeG uqmDjWjnCaYDF28MyLA/ =gNJV -----END PGP SIGNATURE-----
--- End Message ---