Skip to content

Instantly share code, notes, and snippets.

@VMTrooper
Created May 22, 2014 17:46
Show Gist options
  • Save VMTrooper/1edd03881e1e2e4003e0 to your computer and use it in GitHub Desktop.
Save VMTrooper/1edd03881e1e2e4003e0 to your computer and use it in GitHub Desktop.
ZeroMQ-related errors during the Alpha 5 install of Server on OS X
Did not find libzmq via pkg-config:
Package libzmq was not found in the pkg-config search path.
Perhaps you should add the directory containing `libzmq.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libzmq' found
************************************************
Configure: Autodetecting ZMQ settings...
Custom ZMQ dir:
build/temp.macosx-10.9-x86_64-3.4/scratch/vers.c:4:10: fatal error: 'zmq.h' file
not found
#include "zmq.h"
^
1 error generated.
error: command 'clang' failed with exit status 1
Failed with default libzmq, trying again with /usr/local
************************************************
Configure: Autodetecting ZMQ settings...
Custom ZMQ dir: /usr/local
build/temp.macosx-10.9-x86_64-3.4/scratch/vers.c:4:10: fatal error: 'zmq.h' file
not found
#include "zmq.h"
^
1 error generated.
error: command 'clang' failed with exit status 1
************************************************
Warning: Failed to build or run libzmq detection test.
If you expected pyzmq to link against an installed libzmq, please check to make sure:
* You have a C compiler installed
* A development version of Python is installed (including headers)
* A development version of ZMQ >= 2.1.4 is installed (including headers)
* If ZMQ is not in a default location, supply the argument --zmq=<path>
* If you did recently install ZMQ to a default location,
try rebuilding the ld cache with `sudo ldconfig`
or specify zmq's location with `--zmq=/usr/local`
You can skip all this detection/waiting nonsense if you know
you want pyzmq to bundle libzmq as an extension by passing:
`--zmq=bundled`
I will now try to build libzmq as a Python extension
unless you interrupt me (^C) in the next 10 seconds...
1...
************************************************
Using bundled libzmq
already have bundled/zeromq
attempting ./configure to generate platform.hpp
Warning: failed to configure libzmq:
b'/bin/sh: ./configure: No such file or directory\n'
staging platform.hpp from: /tmp/easy_install-rg_t_rtz/pyzmq-14.3.0/buildutils/include_darwin
************************************************
Using bundled libsodium
already have bundled/libsodium
staging /tmp/easy_install-rg_t_rtz/pyzmq-14.3.0/buildutils/include_sodium/crypto_scalarmult_curve25519.h to bundled/libsodium/src/libsodium/include/sodium/crypto_scalarmult_curve25519.h
staging /tmp/easy_install-rg_t_rtz/pyzmq-14.3.0/buildutils/include_sodium/crypto_stream_salsa20.h to bundled/libsodium/src/libsodium/include/sodium/crypto_stream_salsa20.h
staging /tmp/easy_install-rg_t_rtz/pyzmq-14.3.0/buildutils/include_sodium/version.h to bundled/libsodium/src/libsodium/include/sodium/version.h
************************************************
bundled/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.c:67:19: warning: unused function
'blake2b_clear_lastblock' [-Wunused-function]
static inline int blake2b_clear_lastblock( blake2b_state *S )
^
bundled/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.c:85:19: warning: unused function
'blake2b_param_set_digest_length' [-Wunused-function]
static inline int blake2b_param_set_digest_length( blake2b_param *P, const uint8_t digest_length )
^
bundled/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.c:91:19: warning: unused function
'blake2b_param_set_fanout' [-Wunused-function]
static inline int blake2b_param_set_fanout( blake2b_param *P, const uint8_t fanout )
^
bundled/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.c:97:19: warning: unused function
'blake2b_param_set_max_depth' [-Wunused-function]
static inline int blake2b_param_set_max_depth( blake2b_param *P, const uint8_t depth )
^
bundled/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.c:103:19: warning: unused function
'blake2b_param_set_leaf_length' [-Wunused-function]
static inline int blake2b_param_set_leaf_length( blake2b_param *P, const uint32_t leaf_length )
^
bundled/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.c:109:19: warning: unused function
'blake2b_param_set_node_offset' [-Wunused-function]
static inline int blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offset )
^
bundled/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.c:115:19: warning: unused function
'blake2b_param_set_node_depth' [-Wunused-function]
static inline int blake2b_param_set_node_depth( blake2b_param *P, const uint8_t node_depth )
^
bundled/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.c:121:19: warning: unused function
'blake2b_param_set_inner_length' [-Wunused-function]
static inline int blake2b_param_set_inner_length( blake2b_param *P, const uint8_t inner_length )
^
bundled/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.c:127:19: warning: unused function
'blake2b_param_set_salt' [-Wunused-function]
static inline int blake2b_param_set_salt( blake2b_param *P, const uint8_t salt[BLAKE2B_SALTBYTES] )
^
bundled/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.c:133:19: warning: unused function
'blake2b_param_set_personal' [-Wunused-function]
static inline int blake2b_param_set_personal( blake2b_param *P, const uint8_t personal[BLAKE2B_PERSO...
^
10 warnings generated.
bundled/zeromq/src/ipc_listener.cpp:127:24: warning: 'tempnam' is deprecated: This function is provided for
compatibility reasons only. Due to security concerns inherent in the design of tempnam(3), it is
highly recommended that you use mkstemp(3) instead. [-Wdeprecated-declarations]
char *tmpstr = tempnam (NULL, NULL);
^
/usr/include/stdio.h:389:7: note: 'tempnam' declared here
char *tempnam(const char *, const char *) __DARWIN_ALIAS(tempnam);
^
1 warning generated.
zmq/devices/monitoredqueue.c:5602:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
zmq/devices/monitoredqueue.c:5599:32: warning: unused function '__Pyx_PyUnicode_FromString'
[-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) {
^
zmq/devices/monitoredqueue.c:5750:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
zmq/devices/monitoredqueue.c:4650:27: warning: unused function '__Pyx_ErrRestore' [-Wunused-function]
static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb) {
^
zmq/devices/monitoredqueue.c:4667:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function]
static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
^
zmq/devices/monitoredqueue.c:5061:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
^
zmq/devices/monitoredqueue.c:5108:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be
emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
zmq/devices/monitoredqueue.c:5208:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be
emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
zmq/devices/monitoredqueue.c:2556:32: warning: unused function '__pyx_f_7buffers_asbuffer_w'
[-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_f_7buffers_asbuffer_w(PyObject *__pyx_v_ob, void **__pyx_v_base...
^
zmq/devices/monitoredqueue.c:2900:32: warning: unused function '__pyx_f_7buffers_frombuffer_r'
[-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_f_7buffers_frombuffer_r(void *__pyx_v_ptr, Py_ssize_t __pyx_v_s) {
^
zmq/devices/monitoredqueue.c:2950:32: warning: unused function '__pyx_f_7buffers_frombuffer_w'
[-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_f_7buffers_frombuffer_w(void *__pyx_v_ptr, Py_ssize_t __pyx_v_s) {
^
zmq/devices/monitoredqueue.c:3105:32: warning: unused function '__pyx_f_7buffers_viewfromobject_r'
[-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_f_7buffers_viewfromobject_r(PyObject *__pyx_v_obj) {
^
zmq/devices/monitoredqueue.c:3155:32: warning: unused function '__pyx_f_7buffers_viewfromobject_w'
[-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_f_7buffers_viewfromobject_w(PyObject *__pyx_v_obj) {
^
13 warnings generated.
zmq/backend/cython/_device.c:3037:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
zmq/backend/cython/_device.c:3034:32: warning: unused function '__Pyx_PyUnicode_FromString'
[-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) {
^
zmq/backend/cython/_device.c:3101:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
^
zmq/backend/cython/_device.c:3156:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
^
zmq/backend/cython/_device.c:3185:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
zmq/backend/cython/_device.c:2173:27: warning: unused function '__Pyx_ErrRestore' [-Wunused-function]
static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb) {
^
zmq/backend/cython/_device.c:2190:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function]
static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
^
zmq/backend/cython/_device.c:2612:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
^
zmq/backend/cython/_device.c:2643:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be
emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
9 warnings generated.
zmq/backend/cython/_poll.c:3864:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
zmq/backend/cython/_poll.c:3861:32: warning: unused function '__Pyx_PyUnicode_FromString'
[-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) {
^
zmq/backend/cython/_poll.c:3983:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
^
zmq/backend/cython/_poll.c:4012:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
zmq/backend/cython/_poll.c:2622:27: warning: unused function '__Pyx_ErrRestore' [-Wunused-function]
static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb) {
^
zmq/backend/cython/_poll.c:2639:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function]
static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
^
zmq/backend/cython/_poll.c:2825:32: warning: unused function '__Pyx_GetItemInt_List_Fast'
[-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i,
^
zmq/backend/cython/_poll.c:2839:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast'
[-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i,
^
8 warnings generated.
zmq/backend/cython/_version.c:1459:28: warning: unused function '__Pyx_PyObject_AsString'
[-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
zmq/backend/cython/_version.c:1456:32: warning: unused function '__Pyx_PyUnicode_FromString'
[-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) {
^
zmq/backend/cython/_version.c:1523:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
^
zmq/backend/cython/_version.c:1578:33: warning: unused function '__Pyx_PyIndex_AsSsize_t'
[-Wunused-function]
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
^
zmq/backend/cython/_version.c:1607:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
zmq/backend/cython/_version.c:1003:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
^
zmq/backend/cython/_version.c:1050:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be
emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
zmq/backend/cython/_version.c:1150:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be
emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
8 warnings generated.
zmq/backend/cython/constants.c:3829:28: warning: unused function '__Pyx_PyObject_AsString'
[-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
zmq/backend/cython/constants.c:3826:32: warning: unused function '__Pyx_PyUnicode_FromString'
[-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) {
^
zmq/backend/cython/constants.c:3893:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
^
zmq/backend/cython/constants.c:3948:33: warning: unused function '__Pyx_PyIndex_AsSsize_t'
[-Wunused-function]
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
^
zmq/backend/cython/constants.c:3977:33: warning: unused function '__Pyx_PyInt_FromSize_t'
[-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
zmq/backend/cython/constants.c:3373:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
^
zmq/backend/cython/constants.c:3420:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not
be emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
zmq/backend/cython/constants.c:3520:26: warning: function '__Pyx_PyInt_As_int' is not needed and will not be
emitted [-Wunneeded-internal-declaration]
static CYTHON_INLINE int __Pyx_PyInt_As_int(PyObject *x) {
^
8 warnings generated.
zmq/backend/cython/context.c:4565:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
zmq/backend/cython/context.c:4562:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) {
^
zmq/backend/cython/context.c:4684:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
^
zmq/backend/cython/context.c:4140:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
^
zmq/backend/cython/context.c:4171:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted
[-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
5 warnings generated.
zmq/backend/cython/error.c:1785:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
zmq/backend/cython/error.c:1782:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) {
^
zmq/backend/cython/error.c:1849:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
^
zmq/backend/cython/error.c:1904:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
^
zmq/backend/cython/error.c:1933:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
zmq/backend/cython/error.c:1445:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
^
zmq/backend/cython/error.c:1476:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted
[-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
7 warnings generated.
zmq/backend/cython/message.c:7671:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
zmq/backend/cython/message.c:7668:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) {
^
zmq/backend/cython/message.c:7819:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
zmq/backend/cython/message.c:7246:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
^
zmq/backend/cython/message.c:7277:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted
[-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
zmq/backend/cython/message.c:4791:32: warning: unused function '__pyx_f_7buffers_asbuffer_w' [-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_f_7buffers_asbuffer_w(PyObject *__pyx_v_ob, void **__pyx_v_base, Py_ssize_t *__pyx_v_size) {
^
zmq/backend/cython/message.c:5135:32: warning: unused function '__pyx_f_7buffers_frombuffer_r' [-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_f_7buffers_frombuffer_r(void *__pyx_v_ptr, Py_ssize_t __pyx_v_s) {
^
zmq/backend/cython/message.c:5185:32: warning: unused function '__pyx_f_7buffers_frombuffer_w' [-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_f_7buffers_frombuffer_w(void *__pyx_v_ptr, Py_ssize_t __pyx_v_s) {
^
zmq/backend/cython/message.c:5390:32: warning: unused function '__pyx_f_7buffers_viewfromobject_w' [-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_f_7buffers_viewfromobject_w(PyObject *__pyx_v_obj) {
^
9 warnings generated.
zmq/backend/cython/socket.c:10521:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) {
^
zmq/backend/cython/socket.c:9390:32: warning: unused function '__Pyx_GetItemInt_List_Fast' [-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i,
^
zmq/backend/cython/socket.c:9404:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function]
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i,
^
zmq/backend/cython/socket.c:10125:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted
[-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
zmq/backend/cython/socket.c:7612:32: warning: unused function '__pyx_f_7buffers_viewfromobject_r' [-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_f_7buffers_viewfromobject_r(PyObject *__pyx_v_obj) {
^
zmq/backend/cython/socket.c:7063:32: warning: unused function '__pyx_f_7buffers_asbuffer_w' [-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_f_7buffers_asbuffer_w(PyObject *__pyx_v_ob, void **__pyx_v_base, Py_ssize_t *__pyx_v_size) {
^
zmq/backend/cython/socket.c:7407:32: warning: unused function '__pyx_f_7buffers_frombuffer_r' [-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_f_7buffers_frombuffer_r(void *__pyx_v_ptr, Py_ssize_t __pyx_v_s) {
^
zmq/backend/cython/socket.c:7457:32: warning: unused function '__pyx_f_7buffers_frombuffer_w' [-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_f_7buffers_frombuffer_w(void *__pyx_v_ptr, Py_ssize_t __pyx_v_s) {
^
zmq/backend/cython/socket.c:7662:32: warning: unused function '__pyx_f_7buffers_viewfromobject_w' [-Wunused-function]
static CYTHON_INLINE PyObject *__pyx_f_7buffers_viewfromobject_w(PyObject *__pyx_v_obj) {
^
9 warnings generated.
zmq/backend/cython/utils.c:2622:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function]
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) {
^
zmq/backend/cython/utils.c:2619:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) {
^
zmq/backend/cython/utils.c:2686:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function]
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) {
^
zmq/backend/cython/utils.c:2741:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function]
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) {
^
zmq/backend/cython/utils.c:2770:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function]
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) {
^
zmq/backend/cython/utils.c:1823:27: warning: unused function '__Pyx_ErrRestore' [-Wunused-function]
static CYTHON_INLINE void __Pyx_ErrRestore(PyObject *type, PyObject *value, PyObject *tb) {
^
zmq/backend/cython/utils.c:1840:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function]
static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) {
^
zmq/backend/cython/utils.c:2282:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function]
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) {
^
zmq/backend/cython/utils.c:2313:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted
[-Wunneeded-internal-declaration]
static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) {
^
9 warnings generated.
zip_safe flag not set; analyzing archive contents...
zmq.__pycache__.__init__.cpython-34: module references __file__
zmq.__pycache__.libsodium.cpython-34: module references __file__
zmq.__pycache__.libzmq.cpython-34: module references __file__
zmq.backend.cffi.__pycache__._cffi.cpython-34: module references __file__
zmq.backend.cython.__pycache__._device.cpython-34: module references __file__
zmq.backend.cython.__pycache__._poll.cpython-34: module references __file__
zmq.backend.cython.__pycache__._version.cpython-34: module references __file__
zmq.backend.cython.__pycache__.constants.cpython-34: module references __file__
zmq.backend.cython.__pycache__.context.cpython-34: module references __file__
zmq.backend.cython.__pycache__.error.cpython-34: module references __file__
zmq.backend.cython.__pycache__.message.cpython-34: module references __file__
zmq.backend.cython.__pycache__.socket.cpython-34: module references __file__
zmq.backend.cython.__pycache__.utils.cpython-34: module references __file__
zmq.devices.__pycache__.monitoredqueue.cpython-34: module references __file__
Adding pyzmq 14.3.0 to easy-install.pth file
Installed /opt/homebrew/lib/python3.4/site-packages/pyzmq-14.3.0-py3.4-macosx-10.9-x86_64.egg
Searching for tornado>=3.1
Reading https://pypi.python.org/simple/tornado/
Best match: tornado 3.2.1
Downloading https://pypi.python.org/packages/source/t/tornado/tornado-3.2.1.tar.gz#md5=d11986d4639aa9f71a31da1ebf40dc19
Processing tornado-3.2.1.tar.gz
Writing /tmp/easy_install-41jhkqna/tornado-3.2.1/setup.cfg
Running tornado-3.2.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-41jhkqna/tornado-3.2.1/egg-dist-tmp-a28cchpv
zip_safe flag not set; analyzing archive contents...
tornado.__pycache__.autoreload.cpython-34: module references __file__
tornado.__pycache__.simple_httpclient.cpython-34: module references __file__
tornado.__pycache__.speedups.cpython-34: module references __file__
tornado.__pycache__.testing.cpython-34: module references __file__
tornado.test.__pycache__.httpserver_test.cpython-34: module references __file__
tornado.test.__pycache__.iostream_test.cpython-34: module references __file__
tornado.test.__pycache__.locale_test.cpython-34: module references __file__
tornado.test.__pycache__.options_test.cpython-34: module references __file__
tornado.test.__pycache__.template_test.cpython-34: module references __file__
tornado.test.__pycache__.web_test.cpython-34: module references __file__
Adding tornado 3.2.1 to easy-install.pth file
Installed /opt/homebrew/lib/python3.4/site-packages/tornado-3.2.1-py3.4-macosx-10.9-x86_64.egg
Finished processing dependencies for gns3-server==1.0a5
@jc-dee
Copy link

jc-dee commented May 31, 2014

I am on OS 10.9.3
This solve the error for me :
$ brew install zeromq

Then for security
$ pip3 install pyzmq
Requirement already satisfied (use --upgrade to upgrade): pyzmq in /usr/local/lib/python3.4/site-packages/pyzmq-14.3.0-py3.4-macosx-10.9-x86_64.egg
Cleaning up...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment