Advertisement
Guest User

openzwave-install

a guest
Feb 17th, 2017
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 56.42 KB | None | 0 0
  1. login as: pi
  2. pi@192.168.0.27's password:
  3.  
  4. The programs included with the Debian GNU/Linux system are free software;
  5. the exact distribution terms for each program are described in the
  6. individual files in /usr/share/doc/*/copyright.
  7.  
  8. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
  9. permitted by applicable law.
  10. Last login: Sat Feb 18 06:57:26 2017 from 192.168.0.12
  11. pi@hassbian:~ $ ls
  12. hassbian-scripts
  13. pi@hassbian:~ $ cd hassbian-scripts/
  14. pi@hassbian:~/hassbian-scripts $ git pull
  15. Already up-to-date.
  16. pi@hassbian:~/hassbian-scripts $ ls
  17. CLA.md              install_homeassistant.sh  install_openzwave.sh  README.md
  18. CODE_OF_CONDUCT.md  install_libcec.sh         install_samba.sh
  19. files               install_mosquitto.sh      LICENSE.md
  20. pi@hassbian:~/hassbian-scripts $ clear
  21. pi@hassbian:~/hassbian-scripts $ cd
  22. pi@hassbian:~ $ cd hassbian-scripts/
  23. pi@hassbian:~/hassbian-scripts $ ls
  24. CLA.md              install_homeassistant.sh  install_openzwave.sh  README.md
  25. CODE_OF_CONDUCT.md  install_libcec.sh         install_samba.sh
  26. files               install_mosquitto.sh      LICENSE.md
  27. pi@hassbian:~/hassbian-scripts $ cd
  28. pi@hassbian:~ $ sudo ./hassbian-scripts/install_openzwave.sh >> output.txt
  29. Extracting templates from packages: 100%
  30. Cloning into 'python-openzwave'...
  31. remote: Counting objects: 8501, done.
  32. remote: Total 8501 (delta 0), reused 0 (delta 0), pack-reused 8501
  33. Receiving objects: 100% (8501/8501), 27.52 MiB | 1.30 MiB/s, done.
  34. Resolving deltas: 100% (6114/6114), done.
  35. Checking connectivity... done.
  36. Switched to a new branch 'python3'
  37. Cloning into 'openzwave'...
  38. remote: Counting objects: 22080, done.
  39. remote: Compressing objects: 100% (146/146), done.
  40. remote: Total 22080 (delta 93), reused 0 (delta 0), pack-reused 21934
  41. Receiving objects: 100% (22080/22080), 99.76 MiB | 1.25 MiB/s, done.
  42. Resolving deltas: 100% (15214/15214), done.
  43. Checking connectivity... done.
  44. cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
  45. src-lib/libopenzwave/libopenzwave.cpp:3:0: warning: "PY_SSIZE_T_CLEAN" redefined
  46. #define PY_SSIZE_T_CLEAN
  47. ^
  48. <command-line>:0:0: note: this is the location of the previous definition
  49. In file included from openzwave/cpp/src/aes/aescpp.h:26:0,
  50.                 from openzwave/cpp/src/Driver.h:42,
  51.                 from src-lib/libopenzwave/libopenzwave.cpp:293:
  52. openzwave/cpp/src/aes/aes.h:75:0: warning: ignoring #pragma warning  [-Wunknown-pragmas]
  53. #pragma warning( disable : 4324 )
  54. ^
  55. openzwave/cpp/src/aes/aes.h:93:0: warning: ignoring #pragma warning  [-Wunknown-pragmas]
  56. #pragma warning( default : 4324 )
  57. ^
  58. src-lib/libopenzwave/libopenzwave.cpp: In function ‘PyObject* __pyx_pf_12libopenzwave_9PyManager_268beginControllerCommand(__pyx_obj_12libopenzwave_PyManager*, PyObject*, PyObject*, PyObject*, PyObject*, PyObject*, PyObject*)’:
  59. src-lib/libopenzwave/libopenzwave.cpp:28841:204: warning: ‘bool OpenZWave::Manager::BeginControllerCommand(uint32, OpenZWave::Driver::ControllerCommand, OpenZWave::Driver::pfnControllerCallback_t, void*, bool, uint8, uint8)’ is deprecated (declared at openzwave/cpp/src/Manager.h:1731) [-Wdeprecated-declarations]
  60.   __pyx_t_6 = __Pyx_PyBool_FromLong(__pyx_v_self->manager->BeginControllerCommand(__pyx_t_1, __pyx_t_2, __pyx_f_12libopenzwave_ctrl_callback, ((void *)__pyx_v_pythonfunc), __pyx_t_3, __pyx_t_4, __pyx_t_5)); if (unlikely(!__pyx_t_6)) __PYX_ERR(0, 4131, __pyx_L1_error)
  61.                                                                                                                                                                                                            ^
  62. src-lib/libopenzwave/libopenzwave.cpp:399:36: note: in definition of macro ‘__Pyx_PyBool_FromLong’
  63. #define __Pyx_PyBool_FromLong(b) ((b) ? __Pyx_NewRef(Py_True) : __Pyx_NewRef(Py_False))
  64.                                    ^
  65. no previously-included directories found matching 'documentation/_build'
  66. zip_safe flag not set; analyzing archive contents...
  67. __pycache__.six.cpython-34: module references __path__
  68. warning: no previously-included files matching '*.bat' found anywhere in distribution
  69. warning: no previously-included files matching './CVS' found anywhere in distribution
  70. warning: no previously-included files matching '.cvsignore' found anywhere in distribution
  71. zip_safe flag not set; analyzing archive contents...
  72. warning: no files found matching 'CHANGELOG'
  73. warning: no previously-included files found matching 'socketio/.ropeproject/*'
  74. warning: no previously-included files found matching 'socketio/sample_protocol_for_doc.py'
  75.  File "build/bdist.linux-armv7l/egg/socketio/namespace.py", line 170
  76.    print "ERROR: No such callback for ackId %s" % packet['ackId']
  77.                                               ^
  78. SyntaxError: Missing parentheses in call to 'print'
  79.  
  80.  File "build/bdist.linux-armv7l/egg/socketio/server.py", line 108
  81.    except error, ex:
  82.                ^
  83. SyntaxError: invalid syntax
  84.  
  85.  File "build/bdist.linux-armv7l/egg/socketio/packet.py", line 156
  86.    except ValueError, e:
  87.                     ^
  88. SyntaxError: invalid syntax
  89.  
  90.  File "build/bdist.linux-armv7l/egg/socketio/virtsocket.py", line 365
  91.    except (ValueError, KeyError, Exception), e:
  92.                                            ^
  93. SyntaxError: invalid syntax
  94.  
  95. zip_safe flag not set; analyzing archive contents...
  96. socketio.__pycache__.sdjango.cpython-34: module references __path__
  97.  File "/srv/homeassistant/lib/python3.4/site-packages/gevent_socketio-0.3.6-py3.4.egg/socketio/namespace.py", line 170
  98.    print "ERROR: No such callback for ackId %s" % packet['ackId']
  99.                                               ^
  100. SyntaxError: Missing parentheses in call to 'print'
  101.  
  102.  File "/srv/homeassistant/lib/python3.4/site-packages/gevent_socketio-0.3.6-py3.4.egg/socketio/server.py", line 108
  103.    except error, ex:
  104.                ^
  105. SyntaxError: invalid syntax
  106.  
  107.  File "/srv/homeassistant/lib/python3.4/site-packages/gevent_socketio-0.3.6-py3.4.egg/socketio/packet.py", line 156
  108.    except ValueError, e:
  109.                     ^
  110. SyntaxError: invalid syntax
  111.  
  112.  File "/srv/homeassistant/lib/python3.4/site-packages/gevent_socketio-0.3.6-py3.4.egg/socketio/virtsocket.py", line 365
  113.    except (ValueError, KeyError, Exception), e:
  114.                                            ^
  115. SyntaxError: invalid syntax
  116.  
  117. no previously-included directories found matching '*/__pycache__'
  118. warning: no previously-included files matching '*.so' found anywhere in distribution
  119. warning: no previously-included files matching '*.o' found anywhere in distribution
  120. warning: no previously-included files matching 'config.log' found anywhere in distribution
  121. warning: no previously-included files matching 'config.status' found anywhere in distribution
  122. no previously-included directories found matching 'doc/_build'
  123. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  124. warning: no previously-included files matching '.coverage' found under directory 'greentest'
  125. no previously-included directories found matching 'greentest/htmlcov'
  126. warning: no previously-included files matching 'stamp-h?' found under directory 'c-ares'
  127. warning: no previously-included files matching 'ares_build.h.orig' found under directory 'c-ares'
  128. no previously-included directories found matching 'libev/.deps'
  129. warning: no previously-included files matching 'Makefile' found under directory 'libev'
  130. warning: no previously-included files matching 'libtool' found under directory 'libev'
  131. warning: no previously-included files matching 'stamp-h?' found under directory 'libev'
  132. warning: no previously-included files matching 'config.h' found under directory 'libev'
  133. warning: no previously-included files matching '_corecffi.c' found under directory 'gevent'
  134. warning: no previously-included files found matching 'Makefile'
  135. In file included from gevent/libev.h:2:0,
  136.                 from gevent/gevent.corecext.c:241:
  137. libev/ev.c:483:48: warning: "/*" within comment [-Wcomment]
  138. /*#define MIN_INTERVAL  0.00000095367431640625 /* 1/2**20, good till 2200 */
  139. ^
  140. In file included from gevent/libev.h:2:0,
  141.                 from gevent/gevent.corecext.c:241:
  142. libev/ev.c:1692:31: warning: ‘ev_default_loop_ptr’ initialized and declared ‘extern’
  143.   EV_API_DECL struct ev_loop *ev_default_loop_ptr = 0; /* needs to be initialised to make it a definition despite extern */
  144.                               ^
  145. libev/ev.c: In function ‘evpipe_init’:
  146. libev/ev.c:2251:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  147.   if (!ev_is_active (&pipe_w))
  148.   ^
  149. In file included from gevent/libev.h:2:0,
  150.                 from gevent/gevent.corecext.c:241:
  151. libev/ev.c: In function ‘loop_init’:
  152. libev/ev.c:2780:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  153.       ev_prepare_init (&pending_w, pendingcb);
  154.       ^
  155. libev/ev.c:2780:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  156. libev/ev.c:2780:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  157. libev/ev.c:2780:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  158. libev/ev.c:2783:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  159.       ev_init (&pipe_w, pipecb);
  160.       ^
  161. libev/ev.c:2783:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  162. libev/ev.c:2783:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  163. libev/ev.c:2783:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  164. libev/ev.c:2784:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  165.       ev_set_priority (&pipe_w, EV_MAXPRI);
  166.       ^
  167. libev/ev.c: In function ‘ev_loop_destroy’:
  168. libev/ev.c:2811:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  169.   if (ev_is_default_loop (EV_A) && ev_is_active (&childev))
  170.   ^
  171. libev/ev.c:2818:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  172.   if (ev_is_active (&pipe_w))
  173.   ^
  174. libev/ev.c:2828:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  175.   if (ev_is_active (&sigfd_w))
  176.   ^
  177. libev/ev.c: In function ‘loop_fork’:
  178. libev/ev.c:2921:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  179.   if (ev_is_active (&pipe_w))
  180.   ^
  181. libev/ev.c: In function ‘ev_default_loop’:
  182. libev/ev.c:3102:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  183.           ev_signal_init (&childev, childcb, SIGCHLD);
  184.           ^
  185. libev/ev.c:3102:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  186. libev/ev.c:3102:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  187. libev/ev.c:3102:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  188. libev/ev.c:3103:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  189.           ev_set_priority (&childev, EV_MAXPRI);
  190.           ^
  191. libev/ev.c: In function ‘ev_io_start’:
  192. libev/ev.c:3715:34: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  193.   fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY);
  194.                                  ^
  195. libev/ev.c: In function ‘ev_signal_start’:
  196. libev/ev.c:3932:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  197.           ev_io_init (&sigfd_w, sigfdcb, sigfd, EV_READ);
  198.           ^
  199. libev/ev.c:3932:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  200. libev/ev.c:3932:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  201. libev/ev.c:3932:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  202. libev/ev.c:3933:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  203.           ev_set_priority (&sigfd_w, EV_MAXPRI);
  204.           ^
  205. libev/ev.c: In function ‘infy_add’:
  206. libev/ev.c:4145:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  207.   if (ev_is_active (&w->timer)) ev_ref (EV_A);
  208.   ^
  209. libev/ev.c:4147:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  210.   if (ev_is_active (&w->timer)) ev_unref (EV_A);
  211.   ^
  212. libev/ev.c: In function ‘infy_init’:
  213. libev/ev.c:4251:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  214.       ev_io_init (&fs_w, infy_cb, fs_fd, EV_READ);
  215.       ^
  216. libev/ev.c:4251:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  217. libev/ev.c:4251:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  218. libev/ev.c:4251:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  219. libev/ev.c:4252:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  220.       ev_set_priority (&fs_w, EV_MAXPRI);
  221.       ^
  222. libev/ev.c: In function ‘infy_fork’:
  223. libev/ev.c:4296:15: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  224.               if (ev_is_active (&w->timer)) ev_ref (EV_A);
  225.               ^
  226. libev/ev.c:4298:15: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  227.               if (ev_is_active (&w->timer)) ev_unref (EV_A);
  228.               ^
  229. libev/ev.c: In function ‘ev_stat_start’:
  230. libev/ev.c:4372:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  231.   ev_timer_init (&w->timer, stat_timer_cb, 0., w->interval ? w->interval : DEF_STAT_INTERVAL);
  232.   ^
  233. libev/ev.c:4372:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  234. libev/ev.c:4372:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  235. libev/ev.c:4372:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  236. libev/ev.c:4372:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  237. libev/ev.c:4373:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  238.   ev_set_priority (&w->timer, ev_priority (w));
  239.   ^
  240. libev/ev.c: In function ‘ev_stat_stop’:
  241. libev/ev.c:4405:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  242.   if (ev_is_active (&w->timer))
  243.   ^
  244. libev/ev.c: In function ‘ev_once’:
  245. libev/ev.c:4830:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  246.   ev_init (&once->io, once_cb_io);
  247.   ^
  248. libev/ev.c:4830:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  249. libev/ev.c:4830:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  250. libev/ev.c:4830:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  251. libev/ev.c:4837:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  252.   ev_init (&once->to, once_cb_to);
  253.   ^
  254. libev/ev.c:4837:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  255. libev/ev.c:4837:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  256. libev/ev.c:4837:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  257. libev/ev.c:4840:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  258.       ev_timer_set (&once->to, timeout, 0.);
  259.       ^
  260. libev/ev.c: At top level:
  261. libev/ev.c:4956:27: warning: "/*" within comment [-Wcomment]
  262. /* EV_STAT     0x00001000 /* stat data changed */
  263. ^
  264. libev/ev.c:4957:27: warning: "/*" within comment [-Wcomment]
  265. /* EV_EMBED    0x00010000 /* embedded event loop needs sweep */
  266. ^
  267. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_4loop___init__’:
  268. gevent/gevent.corecext.c:4608:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  269.   ev_prepare_init((&__pyx_v_self->_prepare), ((void *)gevent_run_callbacks));
  270.   ^
  271. gevent/gevent.corecext.c:4608:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  272. gevent/gevent.corecext.c:4608:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  273. gevent/gevent.corecext.c:4608:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  274. gevent/gevent.corecext.c:4639:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  275.   ev_timer_init((&__pyx_v_self->_timer0), ((void *)gevent_noop), 0.0, 0.0);
  276.   ^
  277. gevent/gevent.corecext.c:4639:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  278. gevent/gevent.corecext.c:4639:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  279. gevent/gevent.corecext.c:4639:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  280. gevent/gevent.corecext.c:4639:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  281. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_4loop_2_stop_watchers’:
  282. gevent/gevent.corecext.c:5307:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  283.   __pyx_t_1 = (ev_is_active((&__pyx_v_self->_prepare)) != 0);
  284.   ^
  285. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_2io_3ref_2__set__’:
  286. gevent/gevent.corecext.c:13764:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  287.     __pyx_t_3 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  288.     ^
  289. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_2io_8priority___get__’:
  290. gevent/gevent.corecext.c:14235:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  291.   __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 = 769; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
  292.   ^
  293. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_2io_8priority_2__set__’:
  294. gevent/gevent.corecext.c:14311:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  295.   __pyx_t_1 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  296.   ^
  297. gevent/gevent.corecext.c:14353:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  298.   ev_set_priority((&__pyx_v_self->_watcher), __pyx_v_priority);
  299.   ^
  300. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_2io_6active___get__’:
  301. gevent/gevent.corecext.c:15021:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  302.   if ((ev_is_active((&__pyx_v_self->_watcher)) != 0)) {
  303.   ^
  304. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_2io_7pending___get__’:
  305. gevent/gevent.corecext.c:15082:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  306.   if ((ev_is_pending((&__pyx_v_self->_watcher)) != 0)) {
  307.   ^
  308. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_2io_6__init__’:
  309. gevent/gevent.corecext.c:15441:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  310.   ev_io_init((&__pyx_v_self->_watcher), ((void *)gevent_callback_io), __pyx_v_fd, __pyx_v_events);
  311.   ^
  312. gevent/gevent.corecext.c:15441:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  313. gevent/gevent.corecext.c:15441:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  314. gevent/gevent.corecext.c:15441:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  315. gevent/gevent.corecext.c:15633:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  316.     ev_set_priority((&__pyx_v_self->_watcher), __pyx_t_5);
  317.     ^
  318. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_2io_2fd_2__set__’:
  319. gevent/gevent.corecext.c:15814:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  320.   __pyx_t_1 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  321.   ^
  322. gevent/gevent.corecext.c:15875:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  323.   ev_io_init((&__pyx_v_self->_watcher), ((void *)gevent_callback_io), __pyx_v_vfd, __pyx_v_self->_watcher.events);
  324.   ^
  325. gevent/gevent.corecext.c:15875:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  326. gevent/gevent.corecext.c:15875:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  327. gevent/gevent.corecext.c:15875:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  328. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_2io_6events_2__set__’:
  329. gevent/gevent.corecext.c:16011:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  330.   __pyx_t_1 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  331.   ^
  332. gevent/gevent.corecext.c:16053:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  333.   ev_io_init((&__pyx_v_self->_watcher), ((void *)gevent_callback_io), __pyx_v_self->_watcher.fd, __pyx_v_events);
  334.   ^
  335. gevent/gevent.corecext.c:16053:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  336. gevent/gevent.corecext.c:16053:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  337. gevent/gevent.corecext.c:16053:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  338. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5timer_3ref_2__set__’:
  339. gevent/gevent.corecext.c:16858:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  340.     __pyx_t_3 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  341.     ^
  342. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5timer_8priority___get__’:
  343. gevent/gevent.corecext.c:17329:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  344.   __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 = 954; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
  345.   ^
  346. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5timer_8priority_2__set__’:
  347. gevent/gevent.corecext.c:17405:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  348.   __pyx_t_1 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  349.   ^
  350. gevent/gevent.corecext.c:17447:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  351.   ev_set_priority((&__pyx_v_self->_watcher), __pyx_v_priority);
  352.   ^
  353. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5timer_6active___get__’:
  354. gevent/gevent.corecext.c:18097:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  355.   if ((ev_is_active((&__pyx_v_self->_watcher)) != 0)) {
  356.   ^
  357. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5timer_7pending___get__’:
  358. gevent/gevent.corecext.c:18158:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  359.   if ((ev_is_pending((&__pyx_v_self->_watcher)) != 0)) {
  360.   ^
  361. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5timer_6__init__’:
  362. gevent/gevent.corecext.c:18360:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  363.   ev_timer_init((&__pyx_v_self->_watcher), ((void *)gevent_callback_timer), __pyx_v_after, __pyx_v_repeat);
  364.   ^
  365. gevent/gevent.corecext.c:18360:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  366. gevent/gevent.corecext.c:18360:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  367. gevent/gevent.corecext.c:18360:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  368. gevent/gevent.corecext.c:18360:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  369. gevent/gevent.corecext.c:18435:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  370.     ev_set_priority((&__pyx_v_self->_watcher), __pyx_t_5);
  371.     ^
  372. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_6signal_3ref_2__set__’:
  373. gevent/gevent.corecext.c:19354:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  374.     __pyx_t_3 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  375.     ^
  376. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_6signal_8priority___get__’:
  377. gevent/gevent.corecext.c:19825:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  378.   __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 = 1099; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
  379.   ^
  380. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_6signal_8priority_2__set__’:
  381. gevent/gevent.corecext.c:19901:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  382.   __pyx_t_1 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  383.   ^
  384. gevent/gevent.corecext.c:19943:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  385.   ev_set_priority((&__pyx_v_self->_watcher), __pyx_v_priority);
  386.   ^
  387. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_6signal_6active___get__’:
  388. gevent/gevent.corecext.c:20557:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  389.   if ((ev_is_active((&__pyx_v_self->_watcher)) != 0)) {
  390.   ^
  391. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_6signal_7pending___get__’:
  392. gevent/gevent.corecext.c:20618:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  393.   if ((ev_is_pending((&__pyx_v_self->_watcher)) != 0)) {
  394.   ^
  395. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_6signal_6__init__’:
  396. gevent/gevent.corecext.c:20823:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  397.   ev_signal_init((&__pyx_v_self->_watcher), ((void *)gevent_callback_signal), __pyx_v_signalnum);
  398.   ^
  399. gevent/gevent.corecext.c:20823:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  400. gevent/gevent.corecext.c:20823:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  401. gevent/gevent.corecext.c:20823:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  402. gevent/gevent.corecext.c:20898:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  403.     ev_set_priority((&__pyx_v_self->_watcher), __pyx_t_6);
  404.     ^
  405. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_4idle_3ref_2__set__’:
  406. gevent/gevent.corecext.c:21467:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  407.     __pyx_t_3 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  408.     ^
  409. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_4idle_8priority___get__’:
  410. gevent/gevent.corecext.c:21938:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  411.   __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 = 1224; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
  412.   ^
  413. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_4idle_8priority_2__set__’:
  414. gevent/gevent.corecext.c:22014:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  415.   __pyx_t_1 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  416.   ^
  417. gevent/gevent.corecext.c:22056:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  418.   ev_set_priority((&__pyx_v_self->_watcher), __pyx_v_priority);
  419.   ^
  420. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_4idle_6active___get__’:
  421. gevent/gevent.corecext.c:22670:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  422.   if ((ev_is_active((&__pyx_v_self->_watcher)) != 0)) {
  423.   ^
  424. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_4idle_7pending___get__’:
  425. gevent/gevent.corecext.c:22731:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  426.   if ((ev_is_pending((&__pyx_v_self->_watcher)) != 0)) {
  427.   ^
  428. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_4idle_6__init__’:
  429. gevent/gevent.corecext.c:22862:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  430.   ev_idle_init((&__pyx_v_self->_watcher), ((void *)gevent_callback_idle));
  431.   ^
  432. gevent/gevent.corecext.c:22862:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  433. gevent/gevent.corecext.c:22862:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  434. gevent/gevent.corecext.c:22862:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  435. gevent/gevent.corecext.c:22937:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  436.     ev_set_priority((&__pyx_v_self->_watcher), __pyx_t_3);
  437.     ^
  438. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_7prepare_3ref_2__set__’:
  439. gevent/gevent.corecext.c:23503:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  440.     __pyx_t_3 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  441.     ^
  442. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_7prepare_8priority___get__’:
  443. gevent/gevent.corecext.c:23974:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  444.   __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 = 1343; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
  445.   ^
  446. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_7prepare_8priority_2__set__’:
  447. gevent/gevent.corecext.c:24050:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  448.   __pyx_t_1 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  449.   ^
  450. gevent/gevent.corecext.c:24092:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  451.   ev_set_priority((&__pyx_v_self->_watcher), __pyx_v_priority);
  452.   ^
  453. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_7prepare_6active___get__’:
  454. gevent/gevent.corecext.c:24706:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  455.   if ((ev_is_active((&__pyx_v_self->_watcher)) != 0)) {
  456.   ^
  457. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_7prepare_7pending___get__’:
  458. gevent/gevent.corecext.c:24767:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  459.   if ((ev_is_pending((&__pyx_v_self->_watcher)) != 0)) {
  460.   ^
  461. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_7prepare_6__init__’:
  462. gevent/gevent.corecext.c:24898:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  463.   ev_prepare_init((&__pyx_v_self->_watcher), ((void *)gevent_callback_prepare));
  464.   ^
  465. gevent/gevent.corecext.c:24898:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  466. gevent/gevent.corecext.c:24898:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  467. gevent/gevent.corecext.c:24898:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  468. gevent/gevent.corecext.c:24973:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  469.     ev_set_priority((&__pyx_v_self->_watcher), __pyx_t_3);
  470.     ^
  471. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5check_3ref_2__set__’:
  472. gevent/gevent.corecext.c:25539:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  473.     __pyx_t_3 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  474.     ^
  475. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5check_8priority___get__’:
  476. gevent/gevent.corecext.c:26010:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  477.   __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 = 1462; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
  478.   ^
  479. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5check_8priority_2__set__’:
  480. gevent/gevent.corecext.c:26086:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  481.   __pyx_t_1 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  482.   ^
  483. gevent/gevent.corecext.c:26128:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  484.   ev_set_priority((&__pyx_v_self->_watcher), __pyx_v_priority);
  485.   ^
  486. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5check_6active___get__’:
  487. gevent/gevent.corecext.c:26742:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  488.   if ((ev_is_active((&__pyx_v_self->_watcher)) != 0)) {
  489.   ^
  490. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5check_7pending___get__’:
  491. gevent/gevent.corecext.c:26803:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  492.   if ((ev_is_pending((&__pyx_v_self->_watcher)) != 0)) {
  493.   ^
  494. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5check_6__init__’:
  495. gevent/gevent.corecext.c:26934:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  496.   ev_check_init((&__pyx_v_self->_watcher), ((void *)gevent_callback_check));
  497.   ^
  498. gevent/gevent.corecext.c:26934:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  499. gevent/gevent.corecext.c:26934:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  500. gevent/gevent.corecext.c:26934:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  501. gevent/gevent.corecext.c:27009:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  502.     ev_set_priority((&__pyx_v_self->_watcher), __pyx_t_3);
  503.     ^
  504. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_4fork_3ref_2__set__’:
  505. gevent/gevent.corecext.c:27575:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  506.     __pyx_t_3 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  507.     ^
  508. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_4fork_8priority___get__’:
  509. gevent/gevent.corecext.c:28046:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  510.   __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 = 1581; __pyx_clineno = __LINE__; goto __pyx_L1_error;}
  511.   ^
  512. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_4fork_8priority_2__set__’:
  513. gevent/gevent.corecext.c:28122:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  514.   __pyx_t_1 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  515.   ^
  516. gevent/gevent.corecext.c:28164:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  517.   ev_set_priority((&__pyx_v_self->_watcher), __pyx_v_priority);
  518.   ^
  519. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_4fork_6active___get__’:
  520. gevent/gevent.corecext.c:28778:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  521.   if ((ev_is_active((&__pyx_v_self->_watcher)) != 0)) {
  522.   ^
  523. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_4fork_7pending___get__’:
  524. gevent/gevent.corecext.c:28839:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  525.   if ((ev_is_pending((&__pyx_v_self->_watcher)) != 0)) {
  526.   ^
  527. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_4fork_6__init__’:
  528. gevent/gevent.corecext.c:28970:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  529.   ev_fork_init((&__pyx_v_self->_watcher), ((void *)gevent_callback_fork));
  530.   ^
  531. gevent/gevent.corecext.c:28970:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  532. gevent/gevent.corecext.c:28970:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  533. gevent/gevent.corecext.c:28970:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  534. gevent/gevent.corecext.c:29045:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  535.     ev_set_priority((&__pyx_v_self->_watcher), __pyx_t_3);
  536.     ^
  537. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5async_3ref_2__set__’:
  538. gevent/gevent.corecext.c:29611:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  539.     __pyx_t_3 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  540.     ^
  541. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5async_8priority___get__’:
  542. gevent/gevent.corecext.c:30082:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  543.   __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;}
  544.   ^
  545. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5async_8priority_2__set__’:
  546. gevent/gevent.corecext.c:30158:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  547.   __pyx_t_1 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  548.   ^
  549. gevent/gevent.corecext.c:30200:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  550.   ev_set_priority((&__pyx_v_self->_watcher), __pyx_v_priority);
  551.   ^
  552. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5async_6active___get__’:
  553. gevent/gevent.corecext.c:30814:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  554.   if ((ev_is_active((&__pyx_v_self->_watcher)) != 0)) {
  555.   ^
  556. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5async_6__init__’:
  557. gevent/gevent.corecext.c:31006:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  558.   ev_async_init((&__pyx_v_self->_watcher), ((void *)gevent_callback_async));
  559.   ^
  560. gevent/gevent.corecext.c:31006:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  561. gevent/gevent.corecext.c:31006:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  562. gevent/gevent.corecext.c:31006:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  563. gevent/gevent.corecext.c:31081:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  564.     ev_set_priority((&__pyx_v_self->_watcher), __pyx_t_3);
  565.     ^
  566. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5child_3ref_2__set__’:
  567. gevent/gevent.corecext.c:31752:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  568.     __pyx_t_3 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  569.     ^
  570. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5child_8priority___get__’:
  571. gevent/gevent.corecext.c:32223:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  572.   __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;}
  573.   ^
  574. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5child_8priority_2__set__’:
  575. gevent/gevent.corecext.c:32299:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  576.   __pyx_t_1 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  577.   ^
  578. gevent/gevent.corecext.c:32341:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  579.   ev_set_priority((&__pyx_v_self->_watcher), __pyx_v_priority);
  580.   ^
  581. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5child_6active___get__’:
  582. gevent/gevent.corecext.c:32955:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  583.   if ((ev_is_active((&__pyx_v_self->_watcher)) != 0)) {
  584.   ^
  585. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5child_7pending___get__’:
  586. gevent/gevent.corecext.c:33016:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  587.   if ((ev_is_pending((&__pyx_v_self->_watcher)) != 0)) {
  588.   ^
  589. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_5child_6__init__’:
  590. gevent/gevent.corecext.c:33214:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  591.   ev_child_init((&__pyx_v_self->_watcher), ((void *)gevent_callback_child), __pyx_v_pid, __pyx_v_trace);
  592.   ^
  593. gevent/gevent.corecext.c:33214:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  594. gevent/gevent.corecext.c:33214:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  595. gevent/gevent.corecext.c:33214:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  596. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_4stat_3ref_2__set__’:
  597. gevent/gevent.corecext.c:34230:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  598.     __pyx_t_3 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  599.     ^
  600. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_4stat_8priority___get__’:
  601. gevent/gevent.corecext.c:34710:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  602.   __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;}
  603.   ^
  604. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_4stat_8priority_2__set__’:
  605. gevent/gevent.corecext.c:34786:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  606.   __pyx_t_1 = (ev_is_active((&__pyx_v_self->_watcher)) != 0);
  607.   ^
  608. gevent/gevent.corecext.c:34837:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  609.   ev_set_priority((&__pyx_v_self->_watcher), __pyx_v_priority);
  610.   ^
  611. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_4stat_6active___get__’:
  612. gevent/gevent.corecext.c:35478:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  613.   if ((ev_is_active((&__pyx_v_self->_watcher)) != 0)) {
  614.   ^
  615. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_4stat_7pending___get__’:
  616. gevent/gevent.corecext.c:35539:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  617.   if ((ev_is_pending((&__pyx_v_self->_watcher)) != 0)) {
  618.   ^
  619. gevent/gevent.corecext.c: In function ‘__pyx_pf_6gevent_8corecext_4stat_6__init__’:
  620. gevent/gevent.corecext.c:35838:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  621.   ev_stat_init((&__pyx_v_self->_watcher), ((void *)gevent_callback_stat), ((char *)__pyx_t_8), __pyx_v_interval);
  622.   ^
  623. gevent/gevent.corecext.c:35838:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  624. gevent/gevent.corecext.c:35838:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  625. gevent/gevent.corecext.c:35838:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  626. gevent/gevent.corecext.c:35913:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
  627.     ev_set_priority((&__pyx_v_self->_watcher), __pyx_t_9);
  628.     ^
  629. In file included from gevent/libev.h:2:0,
  630.                 from gevent/gevent.corecext.c:241:
  631. libev/ev.c: In function ‘evpipe_write’:
  632. libev/ev.c:2321:11: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  633.           write (evpipe [1], &counter, sizeof (uint64_t));
  634.           ^
  635. libev/ev.c:2333:11: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result]
  636.           write (evpipe [1], &(evpipe [1]), 1);
  637.           ^
  638. libev/ev.c: In function ‘pipecb’:
  639. libev/ev.c:2354:11: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
  640.           read (evpipe [1], &counter, sizeof (uint64_t));
  641.           ^
  642. libev/ev.c:2368:11: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
  643.           read (evpipe [0], &dummy, sizeof (dummy));
  644.           ^
  645. In file included from gevent/gevent.ares.c:242:0:
  646. gevent/dnshelper.c: In function ‘gevent_append_addr’:
  647. gevent/dnshelper.c:53:5: warning: implicit declaration of function ‘inet_ntop’ [-Wimplicit-function-declaration]
  648.     if (ares_inet_ntop(family, src, tmpbuf, tmpsize)) {
  649.     ^
  650. gevent/dnshelper.c: In function ‘gevent_make_sockaddr’:
  651. gevent/dnshelper.c:146:5: warning: implicit declaration of function ‘inet_pton’ [-Wimplicit-function-declaration]
  652.     if ( ares_inet_pton(AF_INET, hostp, &((struct sockaddr_in*)sa6)->sin_addr.s_addr) > 0 ) {
  653.     ^
  654.  File "build/bdist.linux-armv7l/egg/gevent/_util_py2.py", line 8
  655.    raise type, value, tb
  656.              ^
  657. SyntaxError: invalid syntax
  658.  
  659.  File "/srv/homeassistant/lib/python3.4/site-packages/gevent-1.1.1-py3.4-linux-armv7l.egg/gevent/_util_py2.py", line 8
  660.    raise type, value, tb
  661.              ^
  662. SyntaxError: invalid syntax
  663.  
  664. warning: no previously-included files matching '*.pyc' found under directory 'tests'
  665. warning: no previously-included files matching '*.pyo' found under directory 'tests'
  666. warning: no previously-included files matching '*.pyc' found under directory 'docs'
  667. warning: no previously-included files matching '*.pyo' found under directory 'docs'
  668. no previously-included directories found matching 'docs/_build'
  669. no previously-included directories found matching 'docs/_themes/.git'
  670. warning: no previously-included files matching '*' found under directory 'docs/_build'
  671. warning: no previously-included files matching '*.pyc' found under directory 'tests'
  672. warning: no previously-included files matching '*.pyo' found under directory 'tests'
  673. warning: no previously-included files matching '*.pyc' found under directory 'tests'
  674. warning: no previously-included files matching '*.pyc' found under directory 'tests'
  675. warning: no previously-included files matching '*.pyc' found under directory 'docs'
  676. warning: no previously-included files matching '*.pyo' found under directory 'docs'
  677. no previously-included directories found matching 'docs/_build'
  678. no previously-included directories found matching 'docs/_themes/.git'
  679. warning: no files found matching '*' under directory 'tests'
  680. warning: no previously-included files matching '*.pyc' found under directory 'docs'
  681. warning: no previously-included files matching '*.pyo' found under directory 'docs'
  682. warning: no previously-included files matching '*.pyc' found under directory 'tests'
  683. warning: no previously-included files matching '*.pyo' found under directory 'tests'
  684. warning: no previously-included files matching '*.pyc' found under directory 'examples'
  685. warning: no previously-included files matching '*.pyo' found under directory 'examples'
  686. no previously-included directories found matching 'docs/_build'
  687. no previously-included directories found matching 'docs/_themes/.git'
  688. warning: no files found matching 'README.md'
  689.  File "build/bdist.linux-armv7l/egg/engineio/asyncio_server.py", line 60
  690.    async def send(self, sid, data, binary=None):
  691.            ^
  692. SyntaxError: invalid syntax
  693.  
  694.  File "build/bdist.linux-armv7l/egg/engineio/async_sanic.py", line 26
  695.    async def read(self, length=None):
  696.            ^
  697. SyntaxError: invalid syntax
  698.  
  699.  File "build/bdist.linux-armv7l/egg/engineio/async_aiohttp.py", line 88
  700.    async def __call__(self, environ):
  701.            ^
  702. SyntaxError: invalid syntax
  703.  
  704.  File "build/bdist.linux-armv7l/egg/engineio/asyncio_socket.py", line 14
  705.    async def poll(self):
  706.            ^
  707. SyntaxError: invalid syntax
  708.  
  709.  File "/srv/homeassistant/lib/python3.4/site-packages/python_engineio-1.2.2-py3.4.egg/engineio/asyncio_server.py", line 60
  710.    async def send(self, sid, data, binary=None):
  711.            ^
  712. SyntaxError: invalid syntax
  713.  
  714.  File "/srv/homeassistant/lib/python3.4/site-packages/python_engineio-1.2.2-py3.4.egg/engineio/async_sanic.py", line 26
  715.    async def read(self, length=None):
  716.            ^
  717. SyntaxError: invalid syntax
  718.  
  719.  File "/srv/homeassistant/lib/python3.4/site-packages/python_engineio-1.2.2-py3.4.egg/engineio/async_aiohttp.py", line 88
  720.    async def __call__(self, environ):
  721.            ^
  722. SyntaxError: invalid syntax
  723.  
  724.  File "/srv/homeassistant/lib/python3.4/site-packages/python_engineio-1.2.2-py3.4.egg/engineio/asyncio_socket.py", line 14
  725.    async def poll(self):
  726.            ^
  727. SyntaxError: invalid syntax
  728.  
  729. warning: no files found matching 'README.md'
  730.  File "build/bdist.linux-armv7l/egg/socketio/asyncio_server.py", line 71
  731.    async def emit(self, event, data=None, room=None, skip_sid=None,
  732.            ^
  733. SyntaxError: invalid syntax
  734.  
  735.  File "build/bdist.linux-armv7l/egg/socketio/asyncio_pubsub_manager.py", line 39
  736.    async def emit(self, event, data, namespace=None, room=None, skip_sid=None,
  737.            ^
  738. SyntaxError: invalid syntax
  739.  
  740.  File "build/bdist.linux-armv7l/egg/socketio/asyncio_manager.py", line 8
  741.    async def emit(self, event, data, namespace, room=None, skip_sid=None,
  742.            ^
  743. SyntaxError: invalid syntax
  744.  
  745.  File "build/bdist.linux-armv7l/egg/socketio/asyncio_redis_manager.py", line 66
  746.    async def _publish(self, data):
  747.            ^
  748. SyntaxError: invalid syntax
  749.  
  750.  File "build/bdist.linux-armv7l/egg/socketio/asyncio_namespace.py", line 22
  751.    async def trigger_event(self, event, *args):
  752.            ^
  753. SyntaxError: invalid syntax
  754.  
  755.  File "/srv/homeassistant/lib/python3.4/site-packages/python_socketio-1.7.1-py3.4.egg/socketio/asyncio_server.py", line 71
  756.    async def emit(self, event, data=None, room=None, skip_sid=None,
  757.            ^
  758. SyntaxError: invalid syntax
  759.  
  760.  File "/srv/homeassistant/lib/python3.4/site-packages/python_socketio-1.7.1-py3.4.egg/socketio/asyncio_pubsub_manager.py", line 39
  761.    async def emit(self, event, data, namespace=None, room=None, skip_sid=None,
  762.            ^
  763. SyntaxError: invalid syntax
  764.  
  765.  File "/srv/homeassistant/lib/python3.4/site-packages/python_socketio-1.7.1-py3.4.egg/socketio/asyncio_manager.py", line 8
  766.    async def emit(self, event, data, namespace, room=None, skip_sid=None,
  767.            ^
  768. SyntaxError: invalid syntax
  769.  
  770.  File "/srv/homeassistant/lib/python3.4/site-packages/python_socketio-1.7.1-py3.4.egg/socketio/asyncio_redis_manager.py", line 66
  771.    async def _publish(self, data):
  772.            ^
  773. SyntaxError: invalid syntax
  774.  
  775.  File "/srv/homeassistant/lib/python3.4/site-packages/python_socketio-1.7.1-py3.4.egg/socketio/asyncio_namespace.py", line 22
  776.    async def trigger_event(self, event, *args):
  777.            ^
  778. SyntaxError: invalid syntax
  779.  
  780.  File "build/bdist.linux-armv7l/egg/geventwebsocket/protocols/wamp.py", line 181
  781.    except Exception, e:
  782.                    ^
  783. SyntaxError: invalid syntax
  784.  
  785.  File "/srv/homeassistant/lib/python3.4/site-packages/gevent_websocket-0.9.5-py3.4.egg/geventwebsocket/protocols/wamp.py", line 181
  786.    except Exception, e:
  787.                    ^
  788. SyntaxError: invalid syntax
  789.  
  790. warning: no previously-included files matching '*' found under directory 'docs/_build'
  791. warning: no previously-included files matching '*.pyc' found under directory 'tests'
  792. zip_safe flag not set; analyzing archive contents...
  793. wtforms.ext.i18n.__pycache__.utils.cpython-34: module references __file__
  794. warning: no previously-included files matching '*' found under directory 'docs/_build'
  795. no previously-included directories found matching 'docs/_build'
  796. no previously-included directories found matching 'docs/_themes'
  797. warning: no previously-included files matching '*.py[cdo]' found anywhere in distribution
  798. warning: no previously-included files matching '__pycache__' found anywhere in distribution
  799. warning: no previously-included files matching '*.so' found anywhere in distribution
  800. warning: no previously-included files matching '*.pyd' found anywhere in distribution
  801. --2017-02-18 14:17:33--  ftp://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-0.9.19.tar.gz
  802.           => ‘libmicrohttpd-0.9.19.tar.gz’
  803. Resolving ftp.gnu.org (ftp.gnu.org)... 208.118.235.20, 2001:4830:134:3::b
  804. Connecting to ftp.gnu.org (ftp.gnu.org)|208.118.235.20|:21... connected.
  805. Logging in as anonymous ... Logged in!
  806. ==> SYST ... done.    ==> PWD ... done.
  807. ==> TYPE I ... done.  ==> CWD (1) /gnu/libmicrohttpd ... done.
  808. ==> SIZE libmicrohttpd-0.9.19.tar.gz ... 800143
  809. ==> PASV ... done.    ==> RETR libmicrohttpd-0.9.19.tar.gz ... done.
  810. Length: 800143 (781K) (unauthoritative)
  811.  
  812. libmicrohttpd-0.9.1 100%[=====================>] 781.39K   149KB/s   in 5.3s
  813.  
  814. 2017-02-18 14:17:42 (149 KB/s) - ‘libmicrohttpd-0.9.19.tar.gz’ saved [800143]
  815.  
  816. Cloning into 'open-zwave-control-panel'...
  817. remote: Counting objects: 345, done.
  818. remote: Total 345 (delta 0), reused 0 (delta 0), pack-reused 345
  819. Receiving objects: 100% (345/345), 206.65 KiB | 135.00 KiB/s, done.
  820. Resolving deltas: 100% (238/238), done.
  821. Checking connectivity... done.
  822. --2017-02-18 14:18:40--  https://raw.githubusercontent.com/home-assistant/fabric-home-assistant/master/Makefile
  823. Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 61.9.211.9, 2001:8002:e42:f002::f5ff
  824. Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|61.9.211.9|:443... connected.
  825. GnuTLS: A TLS fatal alert has been received.
  826. GnuTLS: received alert [0]: Close notify
  827. Unable to establish SSL connection.
  828. chown: cannot access ‘Makefile’: No such file or directory
  829. make: *** No targets specified and no makefile found.  Stop.
  830. pi@hassbian:~ $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement