Created
November 10, 2014 03:34
-
-
Save wrobstory/776525d6fcfe2b48421a to your computer and use it in GitHub Desktop.
Pip all the things 2014-11-09
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Robs-MacBook-Pro:pdxsci robstory$ sh pipinstall.sh | |
New python executable in .env/bin/python2.7 | |
Also creating executable in .env/bin/python | |
Installing setuptools, pip...done. | |
Warning: libevent-2.0.21 already installed | |
Warning: libyaml-0.1.6 already installed | |
Downloading/unpacking cython | |
Downloading Cython-0.21.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (3.7MB): 3.7MB downloaded | |
Installing collected packages: cython | |
Successfully installed cython | |
Cleaning up... | |
Downloading/unpacking numpy | |
Downloading numpy-1.9.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (3.6MB): 3.6MB downloaded | |
Installing collected packages: numpy | |
Successfully installed numpy | |
Cleaning up... | |
Downloading/unpacking scipy | |
Downloading scipy-0.14.0-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (26.7MB): 26.7MB downloaded | |
Installing collected packages: scipy | |
Successfully installed scipy | |
Cleaning up... | |
Downloading/unpacking pandas | |
Downloading pandas-0.15.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (6.6MB): 6.6MB downloaded | |
Requirement already satisfied (use --upgrade to upgrade): numpy>=1.7.0 in ./.env/lib/python2.7/site-packages (from pandas) | |
Downloading/unpacking python-dateutil (from pandas) | |
Downloading python-dateutil-2.2.tar.gz (259kB): 259kB downloaded | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/python-dateutil/setup.py) egg_info for package python-dateutil | |
Downloading/unpacking pytz>=2011k (from pandas) | |
Downloading pytz-2014.9-py2.py3-none-any.whl (477kB): 477kB downloaded | |
Downloading/unpacking six (from python-dateutil->pandas) | |
Downloading six-1.8.0-py2.py3-none-any.whl | |
Installing collected packages: pandas, python-dateutil, pytz, six | |
Running setup.py install for python-dateutil | |
Successfully installed pandas python-dateutil pytz six | |
Cleaning up... | |
Downloading/unpacking matplotlib | |
Downloading matplotlib-1.4.2-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (47.8MB): 47.8MB downloaded | |
Downloading/unpacking nose>=0.11.1 (from matplotlib) | |
Downloading nose-1.3.4.tar.gz (277kB): 277kB downloaded | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/nose/setup.py) egg_info for package nose | |
no previously-included directories found matching 'doc/.build' | |
Requirement already satisfied (use --upgrade to upgrade): pytz in ./.env/lib/python2.7/site-packages (from matplotlib) | |
Requirement already satisfied (use --upgrade to upgrade): six>=1.4 in ./.env/lib/python2.7/site-packages (from matplotlib) | |
Requirement already satisfied (use --upgrade to upgrade): numpy>=1.6 in ./.env/lib/python2.7/site-packages (from matplotlib) | |
Requirement already satisfied (use --upgrade to upgrade): python-dateutil in ./.env/lib/python2.7/site-packages (from matplotlib) | |
Downloading/unpacking mock (from matplotlib) | |
Downloading mock-1.0.1.tar.gz (818kB): 818kB downloaded | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/mock/setup.py) egg_info for package mock | |
warning: no files found matching '*.png' under directory 'docs' | |
warning: no files found matching '*.css' under directory 'docs' | |
warning: no files found matching '*.html' under directory 'docs' | |
warning: no files found matching '*.js' under directory 'docs' | |
Downloading/unpacking pyparsing>=1.5.6,!=2.0.0 (from matplotlib) | |
Downloading pyparsing-2.0.3.tar.gz (1.5MB): 1.5MB downloaded | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/pyparsing/setup.py) egg_info for package pyparsing | |
Installing collected packages: matplotlib, nose, mock, pyparsing | |
Running setup.py install for nose | |
no previously-included directories found matching 'doc/.build' | |
Installing nosetests script to /Users/robstory/src/pdxsci/.env/bin | |
Installing nosetests-2.7 script to /Users/robstory/src/pdxsci/.env/bin | |
Running setup.py install for mock | |
warning: no files found matching '*.png' under directory 'docs' | |
warning: no files found matching '*.css' under directory 'docs' | |
warning: no files found matching '*.html' under directory 'docs' | |
warning: no files found matching '*.js' under directory 'docs' | |
Running setup.py install for pyparsing | |
Successfully installed matplotlib nose mock pyparsing | |
Cleaning up... | |
Downloading/unpacking seaborn | |
Downloading seaborn-0.4.0.tar.gz (86kB): 86kB downloaded | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/seaborn/setup.py) egg_info for package seaborn | |
Installing collected packages: seaborn | |
Running setup.py install for seaborn | |
Successfully installed seaborn | |
Cleaning up... | |
Downloading/unpacking bokeh | |
Downloading bokeh-0.6.1.tar.gz (9.8MB): 9.8MB downloaded | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/bokeh/setup.py) egg_info for package bokeh | |
/Users/robstory/src/pdxsci/.env/build/bokeh/bokehjs | |
Adding '--install_js' default for sdist package install | |
Downloading/unpacking Flask>=0.10.1 (from bokeh) | |
Downloading Flask-0.10.1.tar.gz (544kB): 544kB downloaded | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/Flask/setup.py) egg_info for package Flask | |
warning: no files found matching '*' under directory 'tests' | |
warning: no previously-included files matching '*.pyc' found under directory 'docs' | |
warning: no previously-included files matching '*.pyo' found under directory 'docs' | |
warning: no previously-included files matching '*.pyc' found under directory 'tests' | |
warning: no previously-included files matching '*.pyo' found under directory 'tests' | |
warning: no previously-included files matching '*.pyc' found under directory 'examples' | |
warning: no previously-included files matching '*.pyo' found under directory 'examples' | |
no previously-included directories found matching 'docs/_build' | |
no previously-included directories found matching 'docs/_themes/.git' | |
Downloading/unpacking Jinja2>=2.7 (from bokeh) | |
Downloading Jinja2-2.7.3.tar.gz (378kB): 378kB downloaded | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/Jinja2/setup.py) egg_info for package Jinja2 | |
warning: no files found matching '*' under directory 'custom_fixers' | |
warning: no previously-included files matching '*' found under directory 'docs/_build' | |
warning: no previously-included files matching '*.pyc' found under directory 'jinja2' | |
warning: no previously-included files matching '*.pyc' found under directory 'docs' | |
warning: no previously-included files matching '*.pyo' found under directory 'jinja2' | |
warning: no previously-included files matching '*.pyo' found under directory 'docs' | |
Downloading/unpacking MarkupSafe>=0.18 (from bokeh) | |
Downloading MarkupSafe-0.23.tar.gz | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/MarkupSafe/setup.py) egg_info for package MarkupSafe | |
Downloading/unpacking Werkzeug>=0.9.1 (from bokeh) | |
Downloading Werkzeug-0.9.6.tar.gz (1.1MB): 1.1MB downloaded | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/Werkzeug/setup.py) egg_info for package Werkzeug | |
warning: no files found matching '*' under directory 'werkzeug/debug/templates' | |
warning: no files found matching '*' under directory 'tests' | |
warning: no previously-included files matching '*.pyc' found under directory 'docs' | |
warning: no previously-included files matching '*.pyo' found under directory 'docs' | |
warning: no previously-included files matching '*.pyc' found under directory 'tests' | |
warning: no previously-included files matching '*.pyo' found under directory 'tests' | |
warning: no previously-included files matching '*.pyc' found under directory 'examples' | |
warning: no previously-included files matching '*.pyo' found under directory 'examples' | |
no previously-included directories found matching 'docs/_build' | |
Downloading/unpacking greenlet>=0.4.1 (from bokeh) | |
Downloading greenlet-0.4.5.zip (77kB): 77kB downloaded | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/greenlet/setup.py) egg_info for package greenlet | |
Downloading/unpacking itsdangerous>=0.21 (from bokeh) | |
Downloading itsdangerous-0.24.tar.gz (46kB): 46kB downloaded | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/itsdangerous/setup.py) egg_info for package itsdangerous | |
warning: no previously-included files matching '*' found under directory 'docs/_build' | |
Requirement already satisfied (use --upgrade to upgrade): python-dateutil>=2.1 in ./.env/lib/python2.7/site-packages (from bokeh) | |
Downloading/unpacking pytz==2013b (from bokeh) | |
Downloading pytz-2013b.tar.bz2 (199kB): 199kB downloaded | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/pytz/setup.py) egg_info for package pytz | |
warning: no files found matching '*.pot' under directory 'pytz' | |
warning: no previously-included files found matching 'test_zdump.py' | |
Downloading/unpacking requests>=1.2.3 (from bokeh) | |
Downloading requests-2.4.3-py2.py3-none-any.whl (459kB): 459kB downloaded | |
Requirement already satisfied (use --upgrade to upgrade): six>=1.5.2 in ./.env/lib/python2.7/site-packages (from bokeh) | |
Downloading/unpacking pygments>=1.6 (from bokeh) | |
Downloading Pygments-2.0-py2-none-any.whl (672kB): 672kB downloaded | |
Downloading/unpacking pystache>=0.5.3 (from bokeh) | |
Downloading pystache-0.5.4.tar.gz (75kB): 75kB downloaded | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/pystache/setup.py) egg_info for package pystache | |
pystache: using: version '3.6' of <module 'setuptools' from '/Users/robstory/src/pdxsci/.env/lib/python2.7/site-packages/setuptools/__init__.pyc'> | |
Downloading/unpacking markdown>=2.3.1 (from bokeh) | |
Downloading Markdown-2.5.1.tar.gz (288kB): 288kB downloaded | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/markdown/setup.py) egg_info for package markdown | |
Downloading/unpacking PyYAML>=3.10 (from bokeh) | |
Downloading PyYAML-3.11.tar.gz (248kB): 248kB downloaded | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/PyYAML/setup.py) egg_info for package PyYAML | |
skipping 'ext/_yaml.c' Cython extension (up-to-date) | |
Downloading/unpacking pyzmq>=14.3.1 (from bokeh) | |
Downloading pyzmq-14.4.1.tar.gz (995kB): 995kB downloaded | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/pyzmq/setup.py) egg_info for package pyzmq | |
warning: no files found matching 'tools' | |
no previously-included directories found matching 'docs/build' | |
no previously-included directories found matching 'docs/gh-pages' | |
warning: no previously-included files found matching 'bundled/zeromq/src/Makefile*' | |
warning: no previously-included files found matching 'bundled/zeromq/src/platform.hpp' | |
warning: no previously-included files found matching 'setup.cfg' | |
warning: no previously-included files found matching 'zmq/libzmq*' | |
warning: no previously-included files matching '__pycache__/*' found anywhere in distribution | |
warning: no previously-included files matching '.deps/*' found anywhere in distribution | |
warning: no previously-included files matching '*.so' found anywhere in distribution | |
warning: no previously-included files matching '*.pyd' found anywhere in distribution | |
warning: no previously-included files matching '.git*' found anywhere in distribution | |
warning: no previously-included files matching '.DS_Store' found anywhere in distribution | |
warning: no previously-included files matching '.mailmap' found anywhere in distribution | |
warning: no previously-included files matching 'Makefile.am' found anywhere in distribution | |
warning: no previously-included files matching 'Makefile.in' found anywhere in distribution | |
Downloading/unpacking tornado>=4.0.1 (from bokeh) | |
Downloading tornado-4.0.2.tar.gz (315kB): 315kB downloaded | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/tornado/setup.py) egg_info for package tornado | |
Downloading/unpacking colorama>=0.2.7 (from bokeh) | |
Downloading colorama-0.3.2.tar.gz | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/colorama/setup.py) egg_info for package colorama | |
Downloading/unpacking websocket>=0.2.1 (from bokeh) | |
Downloading websocket-0.2.1.tar.gz (195kB): 195kB downloaded | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/websocket/setup.py) egg_info for package websocket | |
Downloading/unpacking gevent>=1.0 (from bokeh) | |
Downloading gevent-1.0.1.tar.gz (1.5MB): 1.5MB downloaded | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/gevent/setup.py) egg_info for package gevent | |
Downloading/unpacking gevent-websocket>=0.9.2 (from bokeh) | |
Downloading gevent_websocket-0.9.3-py27-none-any.whl | |
Requirement already satisfied (use --upgrade to upgrade): numpy>=1.7.1 in ./.env/lib/python2.7/site-packages (from bokeh) | |
Requirement already satisfied (use --upgrade to upgrade): pandas>=0.11.0 in ./.env/lib/python2.7/site-packages (from bokeh) | |
Downloading/unpacking certifi (from tornado>=4.0.1->bokeh) | |
Downloading certifi-14.05.14.tar.gz (168kB): 168kB downloaded | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/certifi/setup.py) egg_info for package certifi | |
Downloading/unpacking backports.ssl-match-hostname (from tornado>=4.0.1->bokeh) | |
Downloading backports.ssl_match_hostname-3.4.0.2.tar.gz | |
Running setup.py (path:/Users/robstory/src/pdxsci/.env/build/backports.ssl-match-hostname/setup.py) egg_info for package backports.ssl-match-hostname | |
Installing collected packages: bokeh, Flask, Jinja2, MarkupSafe, Werkzeug, greenlet, itsdangerous, pytz, requests, pygments, pystache, markdown, PyYAML, pyzmq, tornado, colorama, websocket, gevent, gevent-websocket, certifi, backports.ssl-match-hostname | |
Running setup.py install for bokeh | |
/Users/robstory/src/pdxsci/.env/build/bokeh/bokehjs | |
Adding '--install_js' default for sdist package install | |
Installing Bokeh: | |
- using PREVIOUSLY built bokehjs from bokehjs/build | |
got version from file bokeh/_version.py {'version': '0.6.1', 'full': 'e6ff2cae6ab19d04bc1d0b1302fadaef8a76958f'} | |
changing mode of build/scripts-2.7/bokeh-server from 644 to 755 | |
changing mode of build/scripts-2.7/websocket_worker.py from 644 to 755 | |
UPDATING build/lib/bokeh/_version.py | |
changing mode of /Users/robstory/src/pdxsci/.env/bin/bokeh-server to 755 | |
changing mode of /Users/robstory/src/pdxsci/.env/bin/websocket_worker.py to 755 | |
Running setup.py install for Flask | |
warning: no files found matching '*' under directory 'tests' | |
warning: no previously-included files matching '*.pyc' found under directory 'docs' | |
warning: no previously-included files matching '*.pyo' found under directory 'docs' | |
warning: no previously-included files matching '*.pyc' found under directory 'tests' | |
warning: no previously-included files matching '*.pyo' found under directory 'tests' | |
warning: no previously-included files matching '*.pyc' found under directory 'examples' | |
warning: no previously-included files matching '*.pyo' found under directory 'examples' | |
no previously-included directories found matching 'docs/_build' | |
no previously-included directories found matching 'docs/_themes/.git' | |
Running setup.py install for Jinja2 | |
warning: no files found matching '*' under directory 'custom_fixers' | |
warning: no previously-included files matching '*' found under directory 'docs/_build' | |
warning: no previously-included files matching '*.pyc' found under directory 'jinja2' | |
warning: no previously-included files matching '*.pyc' found under directory 'docs' | |
warning: no previously-included files matching '*.pyo' found under directory 'jinja2' | |
warning: no previously-included files matching '*.pyo' found under directory 'docs' | |
Running setup.py install for MarkupSafe | |
building 'markupsafe._speedups' extension | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c markupsafe/_speedups.c -o build/temp.macosx-10.9-x86_64-2.7/markupsafe/_speedups.o | |
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -Qunused-arguments -Qunused-arguments build/temp.macosx-10.9-x86_64-2.7/markupsafe/_speedups.o -o build/lib.macosx-10.9-x86_64-2.7/markupsafe/_speedups.so | |
Running setup.py install for Werkzeug | |
warning: no files found matching '*' under directory 'werkzeug/debug/templates' | |
warning: no files found matching '*' under directory 'tests' | |
warning: no previously-included files matching '*.pyc' found under directory 'docs' | |
warning: no previously-included files matching '*.pyo' found under directory 'docs' | |
warning: no previously-included files matching '*.pyc' found under directory 'tests' | |
warning: no previously-included files matching '*.pyo' found under directory 'tests' | |
warning: no previously-included files matching '*.pyc' found under directory 'examples' | |
warning: no previously-included files matching '*.pyo' found under directory 'examples' | |
no previously-included directories found matching 'docs/_build' | |
Running setup.py install for greenlet | |
building 'greenlet' extension | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c greenlet.c -o build/temp.macosx-10.9-x86_64-2.7/greenlet.o | |
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -Qunused-arguments -Qunused-arguments build/temp.macosx-10.9-x86_64-2.7/greenlet.o -o build/lib.macosx-10.9-x86_64-2.7/greenlet.so | |
Running setup.py install for itsdangerous | |
warning: no previously-included files matching '*' found under directory 'docs/_build' | |
Found existing installation: pytz 2014.9 | |
Uninstalling pytz: | |
Successfully uninstalled pytz | |
Running setup.py install for pytz | |
warning: no files found matching '*.pot' under directory 'pytz' | |
warning: no previously-included files found matching 'test_zdump.py' | |
Running setup.py install for pystache | |
pystache: using: version '3.6' of <module 'setuptools' from '/Users/robstory/src/pdxsci/.env/lib/python2.7/site-packages/setuptools/__init__.pyc'> | |
Installing pystache script to /Users/robstory/src/pdxsci/.env/bin | |
Installing pystache-test script to /Users/robstory/src/pdxsci/.env/bin | |
Running setup.py install for markdown | |
changing mode of build/scripts-2.7/markdown_py from 644 to 755 | |
Converting docs/authors.txt -> build/docs/authors.html | |
Converting docs/change_log.txt -> build/docs/change_log.html | |
Converting docs/cli.txt -> build/docs/cli.html | |
Converting docs/index.txt -> build/docs/index.html | |
Converting docs/install.txt -> build/docs/install.html | |
Converting docs/reference.txt -> build/docs/reference.html | |
Converting docs/release-2.0.1.txt -> build/docs/release-2.0.1.html | |
Converting docs/release-2.0.2.txt -> build/docs/release-2.0.2.html | |
Converting docs/release-2.0.txt -> build/docs/release-2.0.html | |
Converting docs/release-2.1.0.txt -> build/docs/release-2.1.0.html | |
Converting docs/release-2.1.1.txt -> build/docs/release-2.1.1.html | |
Converting docs/release-2.2.0.txt -> build/docs/release-2.2.0.html | |
Converting docs/release-2.2.1.txt -> build/docs/release-2.2.1.html | |
Converting docs/release-2.3.txt -> build/docs/release-2.3.html | |
Converting docs/release-2.4.txt -> build/docs/release-2.4.html | |
Converting docs/release-2.5.txt -> build/docs/release-2.5.html | |
Converting docs/siteindex.txt -> build/docs/siteindex.html | |
Converting docs/test_suite.txt -> build/docs/test_suite.html | |
Converting docs/extensions/abbreviations.txt -> build/docs/extensions/abbreviations.html | |
Converting docs/extensions/admonition.txt -> build/docs/extensions/admonition.html | |
Converting docs/extensions/api.txt -> build/docs/extensions/api.html | |
Converting docs/extensions/attr_list.txt -> build/docs/extensions/attr_list.html | |
Converting docs/extensions/code_hilite.txt -> build/docs/extensions/code_hilite.html | |
Converting docs/extensions/definition_lists.txt -> build/docs/extensions/definition_lists.html | |
Converting docs/extensions/extra.txt -> build/docs/extensions/extra.html | |
Converting docs/extensions/fenced_code_blocks.txt -> build/docs/extensions/fenced_code_blocks.html | |
Converting docs/extensions/footnotes.txt -> build/docs/extensions/footnotes.html | |
Converting docs/extensions/header_id.txt -> build/docs/extensions/header_id.html | |
Converting docs/extensions/index.txt -> build/docs/extensions/index.html | |
Converting docs/extensions/meta_data.txt -> build/docs/extensions/meta_data.html | |
Converting docs/extensions/nl2br.txt -> build/docs/extensions/nl2br.html | |
Converting docs/extensions/sane_lists.txt -> build/docs/extensions/sane_lists.html | |
Converting docs/extensions/smart_strong.txt -> build/docs/extensions/smart_strong.html | |
Converting docs/extensions/smarty.txt -> build/docs/extensions/smarty.html | |
Converting docs/extensions/tables.txt -> build/docs/extensions/tables.html | |
Converting docs/extensions/toc.txt -> build/docs/extensions/toc.html | |
Converting docs/extensions/wikilinks.txt -> build/docs/extensions/wikilinks.html | |
changing mode of /Users/robstory/src/pdxsci/.env/bin/markdown_py to 755 | |
Running setup.py install for PyYAML | |
checking if libyaml is compilable | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c build/temp.macosx-10.9-x86_64-2.7/check_libyaml.c -o build/temp.macosx-10.9-x86_64-2.7/check_libyaml.o | |
checking if libyaml is linkable | |
clang build/temp.macosx-10.9-x86_64-2.7/check_libyaml.o -lyaml -o build/temp.macosx-10.9-x86_64-2.7/check_libyaml | |
skipping 'ext/_yaml.c' Cython extension (up-to-date) | |
building '_yaml' extension | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c ext/_yaml.c -o build/temp.macosx-10.9-x86_64-2.7/ext/_yaml.o | |
In file included from ext/_yaml.c:343: | |
ext/_yaml.h:6:9: warning: 'PyUnicode_FromString' macro redefined | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:194:10: note: previous definition is here | |
# define PyUnicode_FromString PyUnicodeUCS2_FromString | |
^ | |
ext/_yaml.c:1346:17: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] | |
__pyx_v_value = yaml_get_version_string(); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.c:2471:52: warning: incompatible pointer types passing 'int (void *, char *, int, int *)' to parameter of type 'yaml_read_handler_t *' (aka 'int (*)(void *, unsigned char *, size_t, size_t *)') [-Wincompatible-pointer-types] | |
yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_5_yaml_input_handler, ((void *)__pyx_v_self)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/local/include/yaml.h:1368:30: note: passing argument to parameter 'handler' here | |
yaml_read_handler_t *handler, void *data); | |
^ | |
ext/_yaml.c:2664:59: warning: passing 'char [1]' to parameter of type 'const unsigned char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/stringobject.h:91:32: note: expanded from macro 'PyString_AS_STRING' | |
#define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/local/include/yaml.h:1342:30: note: passing argument to parameter 'input' here | |
const unsigned char *input, size_t size); | |
^ | |
ext/_yaml.c:4183:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 417; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:4183:17: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 417; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:4195:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 418; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:4195:17: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 418; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:4741:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 448; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:4741:17: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 448; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:4792:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_4 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 451; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:4792:17: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_4 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 451; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:4843:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 454; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:4843:17: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 454; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:4855:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 455; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:4855:17: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 455; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:4938:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_token->data.scalar.value, __pyx_v_token->data.scalar.length, __pyx_k_strict); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 460; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:6435:42: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 574; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:6435:21: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 574; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:6447:42: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 575; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:6447:21: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 575; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:6616:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 586; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:6616:17: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 586; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:6687:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_1 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 591; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:6687:19: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_1 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 591; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:6722:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_1 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 594; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:6722:19: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_1 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 594; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:6737:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_1 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, __pyx_k_strict); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 595; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:7031:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 620; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:7031:19: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 620; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:7066:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 623; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:7066:19: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 623; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:7253:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 637; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:7253:19: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 637; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:7288:40: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 640; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:7288:19: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 640; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:8704:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 734; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:8704:17: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 734; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:8924:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 750; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:8924:17: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 750; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:8962:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 753; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:8962:17: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 753; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:9000:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 756; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:9000:17: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 756; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:9532:36: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, __pyx_k_strict); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 791; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:9688:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_9 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_9)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 804; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:9688:17: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_9 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_9)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 804; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:10128:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:10128:17: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:10654:38: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 876; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:66: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
/usr/include/string.h:82:28: note: passing argument to parameter here | |
size_t strlen(const char *); | |
^ | |
ext/_yaml.c:10654:17: warning: passing 'yaml_char_t *' (aka 'unsigned char *') to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 876; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.h:6:54: note: expanded from macro 'PyUnicode_FromString' | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^~~ | |
/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:751:17: note: passing argument to parameter 'string' here | |
const char *string, /* UTF-8 encoded string */ | |
^ | |
ext/_yaml.c:11721:53: warning: incompatible pointer types passing 'int (void *, char *, int)' to parameter of type 'yaml_write_handler_t *' (aka 'int (*)(void *, unsigned char *, size_t)') [-Wincompatible-pointer-types] | |
yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/usr/local/include/yaml.h:1830:31: note: passing argument to parameter 'handler' here | |
yaml_write_handler_t *handler, void *data); | |
^ | |
ext/_yaml.c:12898:44: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char [1]' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.c:12991:44: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char [1]' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.c:13248:62: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_4 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); | |
^~~~~~~~~~~~~~ | |
/usr/local/include/yaml.h:553:63: note: passing argument to parameter 'anchor' here | |
yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); | |
^ | |
ext/_yaml.c:13824:63: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_3 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | |
^~~~~~~~~~~~~~ | |
/usr/local/include/yaml.h:579:22: note: passing argument to parameter 'anchor' here | |
yaml_char_t *anchor, yaml_char_t *tag, | |
^ | |
ext/_yaml.c:13824:79: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_3 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | |
^~~~~~~~~~~ | |
/usr/local/include/yaml.h:579:43: note: passing argument to parameter 'tag' here | |
yaml_char_t *anchor, yaml_char_t *tag, | |
^ | |
ext/_yaml.c:13824:92: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_3 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | |
^~~~~~~~~~~~~ | |
/usr/local/include/yaml.h:580:22: note: passing argument to parameter 'value' here | |
yaml_char_t *value, int length, | |
^ | |
ext/_yaml.c:14166:71: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_4 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | |
^~~~~~~~~~~~~~ | |
/usr/local/include/yaml.h:602:22: note: passing argument to parameter 'anchor' here | |
yaml_char_t *anchor, yaml_char_t *tag, int implicit, | |
^ | |
ext/_yaml.c:14166:87: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_4 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | |
^~~~~~~~~~~ | |
/usr/local/include/yaml.h:602:43: note: passing argument to parameter 'tag' here | |
yaml_char_t *anchor, yaml_char_t *tag, int implicit, | |
^ | |
ext/_yaml.c:14508:70: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_3 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | |
^~~~~~~~~~~~~~ | |
/usr/local/include/yaml.h:634:22: note: passing argument to parameter 'anchor' here | |
yaml_char_t *anchor, yaml_char_t *tag, int implicit, | |
^ | |
ext/_yaml.c:14508:86: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_3 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | |
^~~~~~~~~~~ | |
/usr/local/include/yaml.h:634:43: note: passing argument to parameter 'tag' here | |
yaml_char_t *anchor, yaml_char_t *tag, int implicit, | |
^ | |
ext/_yaml.c:15784:42: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char [1]' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.c:15877:42: warning: assigning to 'yaml_char_t *' (aka 'unsigned char *') from 'char [1]' converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); | |
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ext/_yaml.c:16616:65: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); | |
^~~~~~~~~~~~~~ | |
/usr/local/include/yaml.h:553:63: note: passing argument to parameter 'anchor' here | |
yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); | |
^ | |
ext/_yaml.c:17195:68: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_8 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | |
^~~~~~~~~~~~~~ | |
/usr/local/include/yaml.h:579:22: note: passing argument to parameter 'anchor' here | |
yaml_char_t *anchor, yaml_char_t *tag, | |
^ | |
ext/_yaml.c:17195:84: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_8 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | |
^~~~~~~~~~~ | |
/usr/local/include/yaml.h:579:43: note: passing argument to parameter 'tag' here | |
yaml_char_t *anchor, yaml_char_t *tag, | |
^ | |
ext/_yaml.c:17195:97: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_8 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | |
^~~~~~~~~~~~~ | |
/usr/local/include/yaml.h:580:22: note: passing argument to parameter 'value' here | |
yaml_char_t *value, int length, | |
^ | |
ext/_yaml.c:17473:76: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_8 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | |
^~~~~~~~~~~~~~ | |
/usr/local/include/yaml.h:602:22: note: passing argument to parameter 'anchor' here | |
yaml_char_t *anchor, yaml_char_t *tag, int implicit, | |
^ | |
ext/_yaml.c:17473:92: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_8 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | |
^~~~~~~~~~~ | |
/usr/local/include/yaml.h:602:43: note: passing argument to parameter 'tag' here | |
yaml_char_t *anchor, yaml_char_t *tag, int implicit, | |
^ | |
ext/_yaml.c:17874:75: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_8 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | |
^~~~~~~~~~~~~~ | |
/usr/local/include/yaml.h:634:22: note: passing argument to parameter 'anchor' here | |
yaml_char_t *anchor, yaml_char_t *tag, int implicit, | |
^ | |
ext/_yaml.c:17874:91: warning: passing 'char *' to parameter of type 'yaml_char_t *' (aka 'unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign] | |
__pyx_t_8 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | |
^~~~~~~~~~~ | |
/usr/local/include/yaml.h:634:43: note: passing argument to parameter 'tag' here | |
yaml_char_t *anchor, yaml_char_t *tag, int implicit, | |
^ | |
ext/_yaml.c:22027:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function] | |
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) { | |
^ | |
ext/_yaml.c:22024:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function] | |
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) { | |
^ | |
ext/_yaml.c:405:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function] | |
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) | |
^ | |
ext/_yaml.c:22146:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function] | |
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) { | |
^ | |
ext/_yaml.c:22175:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function] | |
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) { | |
^ | |
ext/_yaml.c:20925:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function] | |
static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) { | |
^ | |
ext/_yaml.c:21319:32: warning: unused function '__Pyx_GetItemInt_List_Fast' [-Wunused-function] | |
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i, | |
^ | |
ext/_yaml.c:21333:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function] | |
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i, | |
^ | |
ext/_yaml.c:21718: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) { | |
^ | |
81 warnings generated. | |
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -Qunused-arguments -Qunused-arguments build/temp.macosx-10.9-x86_64-2.7/ext/_yaml.o -lyaml -o build/lib.macosx-10.9-x86_64-2.7/_yaml.so | |
Running setup.py install for pyzmq | |
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 | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -I/Users/robstory/src/pdxsci/.env/include -c build/temp.macosx-10.9-x86_64-2.7/scratch/check_sys_un.c -o build/temp.macosx-10.9-x86_64-2.7/scratch/check_sys_un.o | |
clang -undefined dynamic_lookup build/temp.macosx-10.9-x86_64-2.7/scratch/check_sys_un.o -L/Users/robstory/src/pdxsci/.env/lib -o build/temp.macosx-10.9-x86_64-2.7/scratch/check_sys_un | |
Configure: Autodetecting ZMQ settings... | |
Custom ZMQ dir: | |
************************************************ | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -I/Users/robstory/src/pdxsci/.env/include -Izmq/utils -Izmq/backend/cython -Izmq/devices -c build/temp.macosx-10.9-x86_64-2.7/scratch/vers.c -o build/temp.macosx-10.9-x86_64-2.7/scratch/vers.o | |
build/temp.macosx-10.9-x86_64-2.7/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 | |
************************************************ | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -I/usr/local/include -Izmq/utils -Izmq/backend/cython -Izmq/devices -c build/temp.macosx-10.9-x86_64-2.7/scratch/vers.c -o build/temp.macosx-10.9-x86_64-2.7/scratch/vers.o | |
build/temp.macosx-10.9-x86_64-2.7/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: | |
/bin/sh: ./configure: No such file or directory | |
staging platform.hpp from: buildutils/include_darwin | |
Using bundled libsodium | |
already have bundled/libsodium | |
already have crypto_scalarmult_curve25519.h | |
already have crypto_stream_salsa20.h | |
staging buildutils/include_sodium/version.h to bundled/libsodium/src/libsodium/include/sodium/version.h | |
************************************************ | |
************************************************ | |
************************************************ | |
building 'zmq.libsodium' extension | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c buildutils/initlibsodium.c -o build/temp.macosx-10.9-x86_64-2.7/buildutils/initlibsodium.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_auth/crypto_auth.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_auth/crypto_auth.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_auth/hmacsha256/cp/hmac_hmacsha256.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_auth/hmacsha256/cp/hmac_hmacsha256.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_auth/hmacsha256/cp/verify_hmacsha256.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_auth/hmacsha256/cp/verify_hmacsha256.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_auth/hmacsha512/cp/hmac_hmacsha512.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_auth/hmacsha512/cp/hmac_hmacsha512.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_auth/hmacsha512/cp/verify_hmacsha512.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_auth/hmacsha512/cp/verify_hmacsha512.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_auth/hmacsha512256/cp/verify_hmacsha512256.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_auth/hmacsha512256/cp/verify_hmacsha512256.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_box/crypto_box.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_box/crypto_box.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_box/crypto_box_easy.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_box/crypto_box_easy.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_core/salsa20/core_salsa20_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_core/salsa20/core_salsa20_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_core/salsa20/ref/core_salsa20.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_core/salsa20/ref/core_salsa20.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_core/salsa2012/core_salsa2012_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_core/salsa2012/core_salsa2012_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_core/salsa2012/ref/core_salsa2012.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_core/salsa2012/ref/core_salsa2012.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_core/salsa208/core_salsa208_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_core/salsa208/core_salsa208_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_core/salsa208/ref/core_salsa208.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_core/salsa208/ref/core_salsa208.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_generichash/crypto_generichash.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_generichash/crypto_generichash.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_generichash/blake2/generichash_blake2_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_generichash/blake2/generichash_blake2_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_generichash/blake2/ref/generichash_blake2b.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_generichash/blake2/ref/generichash_blake2b.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_hash/crypto_hash.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_hash/crypto_hash.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305_try.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305_try.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/auth_poly1305_donna.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/auth_poly1305_donna.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/verify_poly1305_donna.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/verify_poly1305_donna.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/base_curve25519_ref10.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/base_curve25519_ref10.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_0_curve25519_ref10.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_0_curve25519_ref10.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_1_curve25519_ref10.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_1_curve25519_ref10.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_add_curve25519_ref10.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_add_curve25519_ref10.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_copy_curve25519_ref10.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_copy_curve25519_ref10.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_cswap_curve25519_ref10.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_cswap_curve25519_ref10.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_frombytes_curve25519_ref10.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_frombytes_curve25519_ref10.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_invert_curve25519_ref10.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_invert_curve25519_ref10.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_mul121666_curve25519_ref10.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_mul121666_curve25519_ref10.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_mul_curve25519_ref10.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_mul_curve25519_ref10.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_sq_curve25519_ref10.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_sq_curve25519_ref10.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_sub_curve25519_ref10.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_sub_curve25519_ref10.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_tobytes_curve25519_ref10.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_tobytes_curve25519_ref10.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/scalarmult_curve25519_ref10.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/scalarmult_curve25519_ref10.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/crypto_sign.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/crypto_sign.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_0.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_0.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_1.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_1.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_add.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_add.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_cmov.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_cmov.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_copy.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_copy.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_frombytes.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_frombytes.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_invert.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_invert.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_isnegative.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_isnegative.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_isnonzero.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_isnonzero.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_mul.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_mul.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_neg.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_neg.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_pow22523.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_pow22523.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_sq.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_sq.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_sq2.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_sq2.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_sub.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_sub.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_tobytes.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_tobytes.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_add.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_add.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_double_scalarmult.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_double_scalarmult.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_frombytes.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_frombytes.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_madd.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_madd.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_msub.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_msub.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p1p1_to_p2.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p1p1_to_p2.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p1p1_to_p3.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p1p1_to_p3.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p2_0.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p2_0.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p2_dbl.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p2_dbl.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p3_0.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p3_0.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p3_dbl.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p3_dbl.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p3_to_cached.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p3_to_cached.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p3_to_p2.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p3_to_p2.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p3_tobytes.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p3_tobytes.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_precomp_0.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_precomp_0.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_scalarmult_base.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_scalarmult_base.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_sub.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_sub.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_tobytes.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_tobytes.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sc_muladd.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sc_muladd.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sc_reduce.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sc_reduce.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/sign_edwards25519sha512batch_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/sign_edwards25519sha512batch_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/fe25519_edwards25519sha512batch.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/fe25519_edwards25519sha512batch.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/ge25519_edwards25519sha512batch.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/ge25519_edwards25519sha512batch.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/sc25519_edwards25519sha512batch.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/sc25519_edwards25519sha512batch.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/sign_edwards25519sha512batch.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/sign_edwards25519sha512batch.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/crypto_stream.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/crypto_stream.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/stream_aes128ctr_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/stream_aes128ctr_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/afternm_aes128ctr.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/afternm_aes128ctr.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/beforenm_aes128ctr.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/beforenm_aes128ctr.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/common_aes128ctr.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/common_aes128ctr.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/consts_aes128ctr.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/consts_aes128ctr.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/int128_aes128ctr.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/int128_aes128ctr.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/stream_aes128ctr.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/stream_aes128ctr.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/chacha20/ref/stream_chacha20_ref.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/chacha20/ref/stream_chacha20_ref.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/salsa20/ref/stream_salsa20_ref.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/salsa20/ref/stream_salsa20_ref.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/salsa20/ref/xor_salsa20_ref.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/salsa20/ref/xor_salsa20_ref.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/salsa2012/ref/xor_salsa2012.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/salsa2012/ref/xor_salsa2012.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/salsa208/ref/xor_salsa208.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/salsa208/ref/xor_salsa208.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/xsalsa20/ref/stream_xsalsa20.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/xsalsa20/ref/stream_xsalsa20.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_stream/xsalsa20/ref/xor_xsalsa20.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/xsalsa20/ref/xor_xsalsa20.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_verify/16/verify_16_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_verify/16/verify_16_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_verify/16/ref/verify_16.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_verify/16/ref/verify_16.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_verify/32/verify_32_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_verify/32/verify_32_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_verify/32/ref/verify_32.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_verify/32/ref/verify_32.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_verify/64/verify_64_api.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_verify/64/verify_64_api.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/crypto_verify/64/ref/verify_64.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_verify/64/ref/verify_64.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/randombytes/randombytes.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/randombytes/randombytes.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/sodium/core.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/sodium/core.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/sodium/runtime.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/sodium/runtime.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/sodium/utils.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/sodium/utils.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DNATIVE_LITTLE_ENDIAN=1 -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/libsodium/src/libsodium/sodium/version.c -o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/sodium/version.o | |
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -Qunused-arguments -Qunused-arguments build/temp.macosx-10.9-x86_64-2.7/buildutils/initlibsodium.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/aead_chacha20poly1305.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_auth/crypto_auth.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_auth/hmacsha256/auth_hmacsha256_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_auth/hmacsha256/cp/hmac_hmacsha256.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_auth/hmacsha256/cp/verify_hmacsha256.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_auth/hmacsha512/auth_hmacsha512_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_auth/hmacsha512/cp/hmac_hmacsha512.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_auth/hmacsha512/cp/verify_hmacsha512.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_auth/hmacsha512256/auth_hmacsha512256_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_auth/hmacsha512256/cp/hmac_hmacsha512256.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_auth/hmacsha512256/cp/verify_hmacsha512256.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_box/crypto_box.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_box/crypto_box_easy.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/box_curve25519xsalsa20poly1305_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/after_curve25519xsalsa20poly1305.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/before_curve25519xsalsa20poly1305.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/box_curve25519xsalsa20poly1305.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_box/curve25519xsalsa20poly1305/ref/keypair_curve25519xsalsa20poly1305.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_core/hsalsa20/core_hsalsa20_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_core/hsalsa20/ref2/core_hsalsa20.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_core/salsa20/core_salsa20_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_core/salsa20/ref/core_salsa20.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_core/salsa2012/core_salsa2012_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_core/salsa2012/ref/core_salsa2012.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_core/salsa208/core_salsa208_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_core/salsa208/ref/core_salsa208.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_generichash/crypto_generichash.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_generichash/blake2/generichash_blake2_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_generichash/blake2/ref/blake2b-ref.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_generichash/blake2/ref/generichash_blake2b.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_hash/crypto_hash.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_hash/sha256/hash_sha256_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_hash/sha256/cp/hash_sha256.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_hash/sha512/hash_sha512_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_hash/sha512/cp/hash_sha512.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_onetimeauth/crypto_onetimeauth.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/onetimeauth_poly1305_try.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/auth_poly1305_donna.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/verify_poly1305_donna.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/crypto_scrypt-common.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pbkdf2-sha256.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/pwhash_scryptsalsa208sha256.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/scrypt_platform.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/pwhash_scryptsalsa208sha256_nosse.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/pwhash_scryptsalsa208sha256_sse.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/crypto_scalarmult.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/scalarmult_curve25519_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/base_curve25519_ref10.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_0_curve25519_ref10.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_1_curve25519_ref10.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_add_curve25519_ref10.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_copy_curve25519_ref10.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_cswap_curve25519_ref10.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_frombytes_curve25519_ref10.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_invert_curve25519_ref10.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_mul121666_curve25519_ref10.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_mul_curve25519_ref10.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_sq_curve25519_ref10.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_sub_curve25519_ref10.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/fe_tobytes_curve25519_ref10.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_scalarmult/curve25519/ref10/scalarmult_curve25519_ref10.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_secretbox/crypto_secretbox_easy.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/secretbox_xsalsa20poly1305_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_secretbox/xsalsa20poly1305/ref/box_xsalsa20poly1305.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_shorthash/crypto_shorthash.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_shorthash/siphash24/shorthash_siphash24_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_shorthash/siphash24/ref/shorthash_siphash24.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/crypto_sign.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/sign_ed25519_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_0.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_1.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_add.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_cmov.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_copy.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_frombytes.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_invert.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_isnegative.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_isnonzero.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_mul.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_neg.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_pow22523.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_sq.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_sq2.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_sub.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/fe_tobytes.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_add.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_double_scalarmult.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_frombytes.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_madd.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_msub.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p1p1_to_p2.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p1p1_to_p3.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p2_0.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p2_dbl.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p3_0.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p3_dbl.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p3_to_cached.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p3_to_p2.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_p3_tobytes.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_precomp_0.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_scalarmult_base.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_sub.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ge_tobytes.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/keypair.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/open.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sc_muladd.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sc_reduce.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/ed25519/ref10/sign.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/sign_edwards25519sha512batch_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/fe25519_edwards25519sha512batch.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/ge25519_edwards25519sha512batch.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/sc25519_edwards25519sha512batch.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_sign/edwards25519sha512batch/ref/sign_edwards25519sha512batch.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/crypto_stream.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/stream_aes128ctr_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/afternm_aes128ctr.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/beforenm_aes128ctr.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/common_aes128ctr.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/consts_aes128ctr.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/int128_aes128ctr.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/stream_aes128ctr.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/aes128ctr/portable/xor_afternm_aes128ctr.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/chacha20/stream_chacha20_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/chacha20/ref/stream_chacha20_ref.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/salsa20/stream_salsa20_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/salsa20/ref/stream_salsa20_ref.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/salsa20/ref/xor_salsa20_ref.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/salsa2012/stream_salsa2012_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/salsa2012/ref/stream_salsa2012.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/salsa2012/ref/xor_salsa2012.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/salsa208/stream_salsa208_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/salsa208/ref/stream_salsa208.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/salsa208/ref/xor_salsa208.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/xsalsa20/stream_xsalsa20_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/xsalsa20/ref/stream_xsalsa20.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_stream/xsalsa20/ref/xor_xsalsa20.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_verify/16/verify_16_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_verify/16/ref/verify_16.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_verify/32/verify_32_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_verify/32/ref/verify_32.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_verify/64/verify_64_api.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/crypto_verify/64/ref/verify_64.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/randombytes/randombytes.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/randombytes/salsa20/randombytes_salsa20_random.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/randombytes/sysrandom/randombytes_sysrandom.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/sodium/core.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/sodium/runtime.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/sodium/utils.o build/temp.macosx-10.9-x86_64-2.7/bundled/libsodium/src/libsodium/sodium/version.o -o build/lib.macosx-10.9-x86_64-2.7/zmq/libsodium.so | |
building 'zmq.libzmq' extension | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c buildutils/initlibzmq.c -o build/temp.macosx-10.9-x86_64-2.7/buildutils/initlibzmq.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/address.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/address.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/clock.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/clock.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/ctx.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/ctx.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/curve_client.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/curve_client.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/curve_server.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/curve_server.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/dealer.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/dealer.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/devpoll.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/devpoll.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/dist.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/dist.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/epoll.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/epoll.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/err.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/err.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/fq.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/fq.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/io_object.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/io_object.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/io_thread.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/io_thread.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/ip.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/ip.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/ipc_address.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/ipc_address.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/ipc_connecter.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/ipc_connecter.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/ipc_listener.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/ipc_listener.o | |
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' has been explicitly marked deprecated here | |
char *tempnam(const char *, const char *) __DARWIN_ALIAS(tempnam); | |
^ | |
1 warning generated. | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/kqueue.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/kqueue.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/lb.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/lb.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/mailbox.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/mailbox.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/mechanism.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/mechanism.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/msg.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/msg.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/mtrie.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/mtrie.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/null_mechanism.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/null_mechanism.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/object.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/object.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/options.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/options.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/own.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/own.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/pair.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/pair.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/pgm_receiver.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/pgm_receiver.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/pgm_sender.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/pgm_sender.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/pgm_socket.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/pgm_socket.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/pipe.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/pipe.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/plain_mechanism.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/plain_mechanism.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/poll.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/poll.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/poller_base.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/poller_base.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/precompiled.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/precompiled.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/proxy.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/proxy.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/pub.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/pub.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/pull.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/pull.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/push.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/push.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/random.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/random.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/raw_decoder.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/raw_decoder.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/raw_encoder.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/raw_encoder.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/reaper.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/reaper.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/rep.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/rep.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/req.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/req.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/router.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/router.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/select.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/select.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/session_base.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/session_base.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/signaler.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/signaler.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/socket_base.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/socket_base.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/stream.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/stream.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/stream_engine.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/stream_engine.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/sub.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/sub.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/tcp.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/tcp.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/tcp_address.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/tcp_address.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/tcp_connecter.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/tcp_connecter.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/tcp_listener.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/tcp_listener.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/thread.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/thread.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/trie.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/trie.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/v1_decoder.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/v1_decoder.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/v1_encoder.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/v1_encoder.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/v2_decoder.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/v2_decoder.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/v2_encoder.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/v2_encoder.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/xpub.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/xpub.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/xsub.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/xsub.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/zmq.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/zmq.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_LIBSODIUM=1 -Ibundled/zeromq/include -Ibundled -Ibundled/libsodium/src/libsodium/include -Ibundled/libsodium/src/libsodium/include/sodium -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c bundled/zeromq/src/zmq_utils.cpp -o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/zmq_utils.o | |
clang++ -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -Qunused-arguments -Qunused-arguments build/temp.macosx-10.9-x86_64-2.7/buildutils/initlibzmq.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/address.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/clock.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/ctx.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/curve_client.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/curve_server.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/dealer.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/devpoll.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/dist.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/epoll.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/err.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/fq.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/io_object.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/io_thread.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/ip.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/ipc_address.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/ipc_connecter.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/ipc_listener.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/kqueue.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/lb.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/mailbox.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/mechanism.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/msg.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/mtrie.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/null_mechanism.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/object.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/options.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/own.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/pair.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/pgm_receiver.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/pgm_sender.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/pgm_socket.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/pipe.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/plain_mechanism.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/poll.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/poller_base.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/precompiled.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/proxy.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/pub.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/pull.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/push.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/random.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/raw_decoder.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/raw_encoder.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/reaper.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/rep.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/req.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/router.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/select.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/session_base.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/signaler.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/socket_base.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/stream.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/stream_engine.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/sub.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/tcp.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/tcp_address.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/tcp_connecter.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/tcp_listener.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/thread.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/trie.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/v1_decoder.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/v1_encoder.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/v2_decoder.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/v2_encoder.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/xpub.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/xsub.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/zmq.o build/temp.macosx-10.9-x86_64-2.7/bundled/zeromq/src/zmq_utils.o -o build/lib.macosx-10.9-x86_64-2.7/zmq/libzmq.so | |
skipping 'zmq/devices/monitoredqueue.c' Cython extension (up-to-date) | |
building 'zmq.devices.monitoredqueue' extension | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_SYS_UN_H=1 -Ibundled/zeromq/include -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c zmq/devices/monitoredqueue.c -o build/temp.macosx-10.9-x86_64-2.7/zmq/devices/monitoredqueue.o | |
zmq/devices/monitoredqueue.c:5585:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function] | |
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) { | |
^ | |
zmq/devices/monitoredqueue.c:5582:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function] | |
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { | |
^ | |
zmq/devices/monitoredqueue.c:306:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function] | |
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) | |
^ | |
zmq/devices/monitoredqueue.c:5722: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:4683:27: warning: unused function '__Pyx_ErrFetch' [-Wunused-function] | |
static CYTHON_INLINE void __Pyx_ErrFetch(PyObject **type, PyObject **value, PyObject **tb) { | |
^ | |
zmq/devices/monitoredqueue.c:5219:32: warning: unused function '__Pyx_PyInt_From_long' [-Wunused-function] | |
static CYTHON_INLINE PyObject* __Pyx_PyInt_From_long(long value) { | |
^ | |
zmq/devices/monitoredqueue.c:5266: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:5361: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:2522: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/devices/monitoredqueue.c:2866: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:2916: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:3071: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:3121: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. | |
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -Qunused-arguments -Qunused-arguments build/temp.macosx-10.9-x86_64-2.7/zmq/devices/monitoredqueue.o -o build/lib.macosx-10.9-x86_64-2.7/zmq/devices/monitoredqueue.so | |
skipping 'zmq/backend/cython/_device.c' Cython extension (up-to-date) | |
building 'zmq.backend.cython._device' extension | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_SYS_UN_H=1 -Ibundled/zeromq/include -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c zmq/backend/cython/_device.c -o build/temp.macosx-10.9-x86_64-2.7/zmq/backend/cython/_device.o | |
zmq/backend/cython/_device.c:3034:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function] | |
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) { | |
^ | |
zmq/backend/cython/_device.c:3031:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function] | |
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { | |
^ | |
zmq/backend/cython/_device.c:305:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function] | |
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) | |
^ | |
zmq/backend/cython/_device.c:3096:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function] | |
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { | |
^ | |
zmq/backend/cython/_device.c:3146: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:3171: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:2220: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:2784: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:2810: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. | |
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -Qunused-arguments -Qunused-arguments build/temp.macosx-10.9-x86_64-2.7/zmq/backend/cython/_device.o -o build/lib.macosx-10.9-x86_64-2.7/zmq/backend/cython/_device.so | |
skipping 'zmq/backend/cython/_poll.c' Cython extension (up-to-date) | |
building 'zmq.backend.cython._poll' extension | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_SYS_UN_H=1 -Ibundled/zeromq/include -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c zmq/backend/cython/_poll.c -o build/temp.macosx-10.9-x86_64-2.7/zmq/backend/cython/_poll.o | |
zmq/backend/cython/_poll.c:3865:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function] | |
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) { | |
^ | |
zmq/backend/cython/_poll.c:3862:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function] | |
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { | |
^ | |
zmq/backend/cython/_poll.c:306:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function] | |
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) | |
^ | |
zmq/backend/cython/_poll.c:3977: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:4002: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:2614: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:2792: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:2806: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. | |
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -Qunused-arguments -Qunused-arguments build/temp.macosx-10.9-x86_64-2.7/zmq/backend/cython/_poll.o -o build/lib.macosx-10.9-x86_64-2.7/zmq/backend/cython/_poll.so | |
skipping 'zmq/backend/cython/_version.c' Cython extension (up-to-date) | |
building 'zmq.backend.cython._version' extension | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_SYS_UN_H=1 -Ibundled/zeromq/include -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c zmq/backend/cython/_version.c -o build/temp.macosx-10.9-x86_64-2.7/zmq/backend/cython/_version.o | |
zmq/backend/cython/_version.c:1345:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function] | |
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) { | |
^ | |
zmq/backend/cython/_version.c:1342:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function] | |
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { | |
^ | |
zmq/backend/cython/_version.c:301:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function] | |
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) | |
^ | |
zmq/backend/cython/_version.c:1407:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function] | |
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { | |
^ | |
zmq/backend/cython/_version.c:1457: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:1482: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:1060: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:1107: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:1202: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) { | |
^ | |
9 warnings generated. | |
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -Qunused-arguments -Qunused-arguments build/temp.macosx-10.9-x86_64-2.7/zmq/backend/cython/_version.o -o build/lib.macosx-10.9-x86_64-2.7/zmq/backend/cython/_version.so | |
skipping 'zmq/backend/cython/constants.c' Cython extension (up-to-date) | |
building 'zmq.backend.cython.constants' extension | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_SYS_UN_H=1 -Ibundled/zeromq/include -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c zmq/backend/cython/constants.c -o build/temp.macosx-10.9-x86_64-2.7/zmq/backend/cython/constants.o | |
zmq/backend/cython/constants.c:4050:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function] | |
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) { | |
^ | |
zmq/backend/cython/constants.c:4047:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function] | |
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { | |
^ | |
zmq/backend/cython/constants.c:301:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function] | |
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) | |
^ | |
zmq/backend/cython/constants.c:4112:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function] | |
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { | |
^ | |
zmq/backend/cython/constants.c:4162: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:4187: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:3765: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:3812: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:3907: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) { | |
^ | |
9 warnings generated. | |
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -Qunused-arguments -Qunused-arguments build/temp.macosx-10.9-x86_64-2.7/zmq/backend/cython/constants.o -o build/lib.macosx-10.9-x86_64-2.7/zmq/backend/cython/constants.so | |
skipping 'zmq/backend/cython/context.c' Cython extension (up-to-date) | |
building 'zmq.backend.cython.context' extension | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_SYS_UN_H=1 -Ibundled/zeromq/include -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c zmq/backend/cython/context.c -o build/temp.macosx-10.9-x86_64-2.7/zmq/backend/cython/context.o | |
zmq/backend/cython/context.c:4615:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function] | |
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) { | |
^ | |
zmq/backend/cython/context.c:4612:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function] | |
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { | |
^ | |
zmq/backend/cython/context.c:307:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function] | |
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) | |
^ | |
zmq/backend/cython/context.c:4727: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:4365: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:4391: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) { | |
^ | |
6 warnings generated. | |
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -Qunused-arguments -Qunused-arguments build/temp.macosx-10.9-x86_64-2.7/zmq/backend/cython/context.o -o build/lib.macosx-10.9-x86_64-2.7/zmq/backend/cython/context.so | |
skipping 'zmq/backend/cython/error.c' Cython extension (up-to-date) | |
building 'zmq.backend.cython.error' extension | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_SYS_UN_H=1 -Ibundled/zeromq/include -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c zmq/backend/cython/error.c -o build/temp.macosx-10.9-x86_64-2.7/zmq/backend/cython/error.o | |
zmq/backend/cython/error.c:1662:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function] | |
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) { | |
^ | |
zmq/backend/cython/error.c:1659:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function] | |
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { | |
^ | |
zmq/backend/cython/error.c:301:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function] | |
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) | |
^ | |
zmq/backend/cython/error.c:1724:26: warning: unused function '__Pyx_PyObject_IsTrue' [-Wunused-function] | |
static CYTHON_INLINE int __Pyx_PyObject_IsTrue(PyObject* x) { | |
^ | |
zmq/backend/cython/error.c:1774: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:1799: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:1493: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:1519: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) { | |
^ | |
8 warnings generated. | |
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -Qunused-arguments -Qunused-arguments build/temp.macosx-10.9-x86_64-2.7/zmq/backend/cython/error.o -o build/lib.macosx-10.9-x86_64-2.7/zmq/backend/cython/error.so | |
skipping 'zmq/backend/cython/message.c' Cython extension (up-to-date) | |
building 'zmq.backend.cython.message' extension | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_SYS_UN_H=1 -Ibundled/zeromq/include -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c zmq/backend/cython/message.c -o build/temp.macosx-10.9-x86_64-2.7/zmq/backend/cython/message.o | |
zmq/backend/cython/message.c:8003:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function] | |
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { | |
^ | |
zmq/backend/cython/message.c:307:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function] | |
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) | |
^ | |
zmq/backend/cython/message.c:8143: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:7756: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:7782: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:5028: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:5372: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:5422: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:5627: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. | |
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -Qunused-arguments -Qunused-arguments build/temp.macosx-10.9-x86_64-2.7/zmq/backend/cython/message.o -o build/lib.macosx-10.9-x86_64-2.7/zmq/backend/cython/message.so | |
skipping 'zmq/backend/cython/socket.c' Cython extension (up-to-date) | |
building 'zmq.backend.cython.socket' extension | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_SYS_UN_H=1 -Ibundled/zeromq/include -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c zmq/backend/cython/socket.c -o build/temp.macosx-10.9-x86_64-2.7/zmq/backend/cython/socket.o | |
zmq/backend/cython/socket.c:10771:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function] | |
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { | |
^ | |
zmq/backend/cython/socket.c:308:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function] | |
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) | |
^ | |
zmq/backend/cython/socket.c:9687: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:9701: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:10545: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:7839: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:7290: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:7634: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:7684: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:7889:32: warning: unused function '__pyx_f_7buffers_viewfromobject_w' [-Wunused-function] | |
static CYTHON_INLINE PyObject *__pyx_f_7buffers_viewfromobject_w(PyObject *__pyx_v_obj) { | |
^ | |
10 warnings generated. | |
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -Qunused-arguments -Qunused-arguments build/temp.macosx-10.9-x86_64-2.7/zmq/backend/cython/socket.o -o build/lib.macosx-10.9-x86_64-2.7/zmq/backend/cython/socket.so | |
skipping 'zmq/backend/cython/utils.c' Cython extension (up-to-date) | |
building 'zmq.backend.cython.utils' extension | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -DHAVE_SYS_UN_H=1 -Ibundled/zeromq/include -Izmq/utils -Izmq/backend/cython -Izmq/devices -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c zmq/backend/cython/utils.c -o build/temp.macosx-10.9-x86_64-2.7/zmq/backend/cython/utils.o | |
zmq/backend/cython/utils.c:2801:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function] | |
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { | |
^ | |
zmq/backend/cython/utils.c:301:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function] | |
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) | |
^ | |
zmq/backend/cython/utils.c:2916: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:2941: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:2051: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:2635: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:2661: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. | |
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -Qunused-arguments -Qunused-arguments build/temp.macosx-10.9-x86_64-2.7/zmq/backend/cython/utils.o -o build/lib.macosx-10.9-x86_64-2.7/zmq/backend/cython/utils.so | |
warning: no files found matching 'tools' | |
no previously-included directories found matching 'docs/build' | |
no previously-included directories found matching 'docs/gh-pages' | |
warning: no previously-included files found matching 'bundled/zeromq/src/Makefile*' | |
warning: no previously-included files found matching 'setup.cfg' | |
warning: no previously-included files found matching 'zmq/libzmq*' | |
warning: no previously-included files matching '__pycache__/*' found anywhere in distribution | |
warning: no previously-included files matching '.deps/*' found anywhere in distribution | |
warning: no previously-included files matching '*.so' found anywhere in distribution | |
warning: no previously-included files matching '*.pyd' found anywhere in distribution | |
warning: no previously-included files matching '.git*' found anywhere in distribution | |
warning: no previously-included files matching '.DS_Store' found anywhere in distribution | |
warning: no previously-included files matching '.mailmap' found anywhere in distribution | |
warning: no previously-included files matching 'Makefile.am' found anywhere in distribution | |
warning: no previously-included files matching 'Makefile.in' found anywhere in distribution | |
Running setup.py install for tornado | |
building 'tornado.speedups' extension | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -Qunused-arguments -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c tornado/speedups.c -o build/temp.macosx-10.9-x86_64-2.7/tornado/speedups.o | |
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -Qunused-arguments -Qunused-arguments build/temp.macosx-10.9-x86_64-2.7/tornado/speedups.o -o build/lib.macosx-10.9-x86_64-2.7/tornado/speedups.so | |
Running setup.py install for colorama | |
Running setup.py install for websocket | |
Running setup.py install for gevent | |
Running '/bin/sh /Users/robstory/src/pdxsci/.env/build/gevent/libev/configure > configure-output.txt' in /Users/robstory/src/pdxsci/.env/build/gevent/build/temp.macosx-10.9-x86_64-2.7/libev | |
building 'gevent.core' extension | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DLIBEV_EMBED=1 -DEV_COMMON= -DEV_CLEANUP_ENABLE=0 -DEV_EMBED_ENABLE=0 -DEV_PERIODIC_ENABLE=0 -Ibuild/temp.macosx-10.9-x86_64-2.7/libev -Ilibev -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c gevent/gevent.core.c -o build/temp.macosx-10.9-x86_64-2.7/gevent/gevent.core.o | |
In file included from gevent/gevent.core.c:313: | |
In file included from gevent/libev.h:2: | |
libev/ev.c:477:48: warning: '/*' within block comment [-Wcomment] | |
/*#define MIN_INTERVAL 0.00000095367431640625 /* 1/2**20, good till 2200 */ | |
^ | |
libev/ev.c:1531:31: warning: 'extern' variable has an initializer [-Wextern-initializer] | |
EV_API_DECL struct ev_loop *ev_default_loop_ptr = 0; /* needs to be initialised to make it a definition despite extern */ | |
^ | |
libev/ev.c:1702:7: warning: unused variable 'ocur_' [-Wunused-variable] | |
array_needsize (ANPENDING, pendings [pri], pendingmax [pri], w_->pending, EMPTY2); | |
^ | |
libev/ev.c:1664:22: note: expanded from macro 'array_needsize' | |
int ecb_unused ocur_ = (cur); \ | |
^ | |
libev/ev.c:1713:3: warning: unused variable 'ocur_' [-Wunused-variable] | |
array_needsize (W, rfeeds, rfeedmax, rfeedcnt + 1, EMPTY2); | |
^ | |
libev/ev.c:1664:22: note: expanded from macro 'array_needsize' | |
int ecb_unused ocur_ = (cur); \ | |
^ | |
libev/ev.c:1840:7: warning: unused variable 'ocur_' [-Wunused-variable] | |
array_needsize (int, fdchanges, fdchangemax, fdchangecnt, EMPTY2); | |
^ | |
libev/ev.c:1664:22: note: expanded from macro 'array_needsize' | |
int ecb_unused ocur_ = (cur); \ | |
^ | |
In file included from gevent/gevent.core.c:313: | |
In file included from gevent/libev.h:2: | |
In file included from libev/ev.c:2390: | |
libev/ev_kqueue.c:50:3: warning: unused variable 'ocur_' [-Wunused-variable] | |
array_needsize (struct kevent, kqueue_changes, kqueue_changemax, kqueue_changecnt, EMPTY2); | |
^ | |
libev/ev.c:1664:22: note: expanded from macro 'array_needsize' | |
int ecb_unused ocur_ = (cur); \ | |
^ | |
In file included from gevent/gevent.core.c:313: | |
In file included from gevent/libev.h:2: | |
In file included from libev/ev.c:2396: | |
libev/ev_poll.c:66:7: warning: unused variable 'ocur_' [-Wunused-variable] | |
array_needsize (struct pollfd, polls, pollmax, pollcnt, EMPTY2); | |
^ | |
libev/ev.c:1664:22: note: expanded from macro 'array_needsize' | |
int ecb_unused ocur_ = (cur); \ | |
^ | |
libev/ev.c:3554:34: warning: '&' within '|' [-Wbitwise-op-parentheses] | |
fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY); | |
~~~~~~~~~~^~~~~~~~~~~~~ ~ | |
libev/ev.c:3554:34: note: place parentheses around the '&' expression to silence this warning | |
fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY); | |
^ | |
( ) | |
libev/ev.c:3593:3: warning: unused variable 'ocur_' [-Wunused-variable] | |
array_needsize (ANHE, timers, timermax, ev_active (w) + 1, EMPTY2); | |
^ | |
libev/ev.c:1664:22: note: expanded from macro 'array_needsize' | |
int ecb_unused ocur_ = (cur); \ | |
^ | |
libev/ev.c:4273:5: warning: unused variable 'ocur_' [-Wunused-variable] | |
array_needsize (ev_idle *, idles [ABSPRI (w)], idlemax [ABSPRI (w)], active, EMPTY2); | |
^ | |
libev/ev.c:1664:22: note: expanded from macro 'array_needsize' | |
int ecb_unused ocur_ = (cur); \ | |
^ | |
libev/ev.c:4313:3: warning: unused variable 'ocur_' [-Wunused-variable] | |
array_needsize (ev_prepare *, prepares, preparemax, preparecnt, EMPTY2); | |
^ | |
libev/ev.c:1664:22: note: expanded from macro 'array_needsize' | |
int ecb_unused ocur_ = (cur); \ | |
^ | |
libev/ev.c:4351:3: warning: unused variable 'ocur_' [-Wunused-variable] | |
array_needsize (ev_check *, checks, checkmax, checkcnt, EMPTY2); | |
^ | |
libev/ev.c:1664:22: note: expanded from macro 'array_needsize' | |
int ecb_unused ocur_ = (cur); \ | |
^ | |
libev/ev.c:4498:3: warning: unused variable 'ocur_' [-Wunused-variable] | |
array_needsize (ev_fork *, forks, forkmax, forkcnt, EMPTY2); | |
^ | |
libev/ev.c:1664:22: note: expanded from macro 'array_needsize' | |
int ecb_unused ocur_ = (cur); \ | |
^ | |
libev/ev.c:4581:3: warning: unused variable 'ocur_' [-Wunused-variable] | |
array_needsize (ev_async *, asyncs, asyncmax, asynccnt, EMPTY2); | |
^ | |
libev/ev.c:1664:22: note: expanded from macro 'array_needsize' | |
int ecb_unused ocur_ = (cur); \ | |
^ | |
gevent/gevent.core.c:47065:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function] | |
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) { | |
^ | |
gevent/gevent.core.c:364:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function] | |
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) | |
^ | |
gevent/gevent.core.c:47174:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function] | |
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) { | |
^ | |
gevent/gevent.core.c:45505:32: warning: unused function '__Pyx_GetItemInt_List_Fast' [-Wunused-function] | |
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i, | |
^ | |
gevent/gevent.core.c:45519:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function] | |
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i, | |
^ | |
gevent/gevent.core.c:45775:36: warning: unused function '__Pyx_PyInt_AsUnsignedChar' [-Wunused-function] | |
static CYTHON_INLINE unsigned char __Pyx_PyInt_AsUnsignedChar(PyObject* x) { | |
^ | |
gevent/gevent.core.c:45794:37: warning: unused function '__Pyx_PyInt_AsUnsignedShort' [-Wunused-function] | |
static CYTHON_INLINE unsigned short __Pyx_PyInt_AsUnsignedShort(PyObject* x) { | |
^ | |
gevent/gevent.core.c:45832:27: warning: unused function '__Pyx_PyInt_AsChar' [-Wunused-function] | |
static CYTHON_INLINE char __Pyx_PyInt_AsChar(PyObject* x) { | |
^ | |
gevent/gevent.core.c:45851:28: warning: unused function '__Pyx_PyInt_AsShort' [-Wunused-function] | |
static CYTHON_INLINE short __Pyx_PyInt_AsShort(PyObject* x) { | |
^ | |
gevent/gevent.core.c:45889:34: warning: unused function '__Pyx_PyInt_AsSignedChar' [-Wunused-function] | |
static CYTHON_INLINE signed char __Pyx_PyInt_AsSignedChar(PyObject* x) { | |
^ | |
gevent/gevent.core.c:45908:35: warning: unused function '__Pyx_PyInt_AsSignedShort' [-Wunused-function] | |
static CYTHON_INLINE signed short __Pyx_PyInt_AsSignedShort(PyObject* x) { | |
^ | |
gevent/gevent.core.c:45927:33: warning: unused function '__Pyx_PyInt_AsSignedInt' [-Wunused-function] | |
static CYTHON_INLINE signed int __Pyx_PyInt_AsSignedInt(PyObject* x) { | |
^ | |
gevent/gevent.core.c:45946:26: warning: unused function '__Pyx_PyInt_AsLongDouble' [-Wunused-function] | |
static CYTHON_INLINE int __Pyx_PyInt_AsLongDouble(PyObject* x) { | |
^ | |
gevent/gevent.core.c:46153:35: warning: function '__Pyx_PyInt_AsLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration] | |
static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject* x) { | |
^ | |
gevent/gevent.core.c:46275:42: warning: function '__Pyx_PyInt_AsSignedLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration] | |
static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject* x) { | |
^ | |
29 warnings generated. | |
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -Qunused-arguments -U__llvm__ -Qunused-arguments build/temp.macosx-10.9-x86_64-2.7/gevent/gevent.core.o -o build/lib.macosx-10.9-x86_64-2.7/gevent/core.so | |
Linking /Users/robstory/src/pdxsci/.env/build/gevent/build/lib.macosx-10.9-x86_64-2.7/gevent/core.so to /Users/robstory/src/pdxsci/.env/build/gevent/gevent/core.so | |
Running '/bin/sh /Users/robstory/src/pdxsci/.env/build/gevent/c-ares/configure CONFIG_COMMANDS= CONFIG_FILES= > configure-output.txt' in /Users/robstory/src/pdxsci/.env/build/gevent/build/temp.macosx-10.9-x86_64-2.7/c-ares | |
building 'gevent.ares' extension | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c gevent/gevent.ares.c -o build/temp.macosx-10.9-x86_64-2.7/gevent/gevent.ares.o | |
In file included from gevent/gevent.ares.c:314: | |
gevent/dnshelper.c:51:9: warning: implicit declaration of function 'inet_ntop' is invalid in C99 [-Wimplicit-function-declaration] | |
if (ares_inet_ntop(family, src, tmpbuf, tmpsize)) { | |
^ | |
c-ares/inet_ntop.h:21:33: note: expanded from macro 'ares_inet_ntop' | |
#define ares_inet_ntop(w,x,y,z) inet_ntop(w,x,y,z) | |
^ | |
In file included from gevent/gevent.ares.c:314: | |
gevent/dnshelper.c:137:10: warning: implicit declaration of function 'inet_pton' is invalid in C99 [-Wimplicit-function-declaration] | |
if ( ares_inet_pton(AF_INET, hostp, &((struct sockaddr_in*)sa6)->sin_addr.s_addr) > 0 ) { | |
^ | |
c-ares/inet_net_pton.h:20:31: note: expanded from macro 'ares_inet_pton' | |
#define ares_inet_pton(x,y,z) inet_pton(x,y,z) | |
^ | |
gevent/gevent.ares.c:11125:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function] | |
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) { | |
^ | |
gevent/gevent.ares.c:362:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function] | |
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) | |
^ | |
gevent/gevent.ares.c:11234:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function] | |
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) { | |
^ | |
gevent/gevent.ares.c:11242:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function] | |
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) { | |
^ | |
gevent/gevent.ares.c:11255:29: warning: unused function '__Pyx_PyInt_AsSize_t' [-Wunused-function] | |
static CYTHON_INLINE size_t __Pyx_PyInt_AsSize_t(PyObject* x) { | |
^ | |
gevent/gevent.ares.c:9423:32: warning: unused function '__Pyx_GetItemInt_List_Fast' [-Wunused-function] | |
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i, | |
^ | |
gevent/gevent.ares.c:9437:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function] | |
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i, | |
^ | |
gevent/gevent.ares.c:10176:28: warning: unused function '__Pyx_CyFunction_InitDefaults' [-Wunused-function] | |
static CYTHON_INLINE void *__Pyx_CyFunction_InitDefaults(PyObject *func, size_t size, int pyobjects) { | |
^ | |
gevent/gevent.ares.c:10185:27: warning: unused function '__Pyx_CyFunction_SetDefaultsTuple' [-Wunused-function] | |
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsTuple(PyObject *func, PyObject *tuple) { | |
^ | |
gevent/gevent.ares.c:10190:27: warning: unused function '__Pyx_CyFunction_SetDefaultsKwDict' [-Wunused-function] | |
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsKwDict(PyObject *func, PyObject *dict) { | |
^ | |
gevent/gevent.ares.c:10195:27: warning: unused function '__Pyx_CyFunction_SetAnnotationsDict' [-Wunused-function] | |
static CYTHON_INLINE void __Pyx_CyFunction_SetAnnotationsDict(PyObject *func, PyObject *dict) { | |
^ | |
gevent/gevent.ares.c:10358:36: warning: unused function '__Pyx_PyInt_AsUnsignedChar' [-Wunused-function] | |
static CYTHON_INLINE unsigned char __Pyx_PyInt_AsUnsignedChar(PyObject* x) { | |
^ | |
gevent/gevent.ares.c:10396:35: warning: unused function '__Pyx_PyInt_AsUnsignedInt' [-Wunused-function] | |
static CYTHON_INLINE unsigned int __Pyx_PyInt_AsUnsignedInt(PyObject* x) { | |
^ | |
gevent/gevent.ares.c:10415:27: warning: unused function '__Pyx_PyInt_AsChar' [-Wunused-function] | |
static CYTHON_INLINE char __Pyx_PyInt_AsChar(PyObject* x) { | |
^ | |
gevent/gevent.ares.c:10434:28: warning: unused function '__Pyx_PyInt_AsShort' [-Wunused-function] | |
static CYTHON_INLINE short __Pyx_PyInt_AsShort(PyObject* x) { | |
^ | |
gevent/gevent.ares.c:10472:34: warning: unused function '__Pyx_PyInt_AsSignedChar' [-Wunused-function] | |
static CYTHON_INLINE signed char __Pyx_PyInt_AsSignedChar(PyObject* x) { | |
^ | |
gevent/gevent.ares.c:10491:35: warning: unused function '__Pyx_PyInt_AsSignedShort' [-Wunused-function] | |
static CYTHON_INLINE signed short __Pyx_PyInt_AsSignedShort(PyObject* x) { | |
^ | |
gevent/gevent.ares.c:10510:33: warning: unused function '__Pyx_PyInt_AsSignedInt' [-Wunused-function] | |
static CYTHON_INLINE signed int __Pyx_PyInt_AsSignedInt(PyObject* x) { | |
^ | |
gevent/gevent.ares.c:10529:26: warning: unused function '__Pyx_PyInt_AsLongDouble' [-Wunused-function] | |
static CYTHON_INLINE int __Pyx_PyInt_AsLongDouble(PyObject* x) { | |
^ | |
gevent/gevent.ares.c:10736:35: warning: function '__Pyx_PyInt_AsLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration] | |
static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject* x) { | |
^ | |
gevent/gevent.ares.c:10858:42: warning: function '__Pyx_PyInt_AsSignedLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration] | |
static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject* x) { | |
^ | |
23 warnings generated. | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares__close_sockets.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares__close_sockets.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares__get_hostent.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares__get_hostent.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares__read_line.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares__read_line.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares__timeval.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares__timeval.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_cancel.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_cancel.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_create_query.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_create_query.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_data.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_data.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_destroy.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_destroy.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_expand_name.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_expand_name.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_expand_string.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_expand_string.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_fds.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_fds.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_free_hostent.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_free_hostent.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_free_string.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_free_string.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_getenv.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_getenv.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_gethostbyaddr.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_gethostbyaddr.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_gethostbyname.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_gethostbyname.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_getnameinfo.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_getnameinfo.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_getopt.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_getopt.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_getsock.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_getsock.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_init.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_init.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_library_init.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_library_init.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_llist.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_llist.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_mkquery.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_mkquery.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_nowarn.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_nowarn.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_options.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_options.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_parse_a_reply.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_parse_a_reply.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_parse_aaaa_reply.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_parse_aaaa_reply.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_parse_mx_reply.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_parse_mx_reply.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_parse_naptr_reply.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_parse_naptr_reply.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_parse_ns_reply.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_parse_ns_reply.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_parse_ptr_reply.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_parse_ptr_reply.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_parse_soa_reply.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_parse_soa_reply.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_parse_srv_reply.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_parse_srv_reply.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_parse_txt_reply.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_parse_txt_reply.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_platform.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_platform.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_process.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_process.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_query.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_query.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_search.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_search.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_send.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_send.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_strcasecmp.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_strcasecmp.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_strdup.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_strdup.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_strerror.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_strerror.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_timeout.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_timeout.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_version.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_version.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/ares_writev.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_writev.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/bitncmp.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/bitncmp.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/inet_net_pton.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/inet_net_pton.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/inet_ntop.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/inet_ntop.o | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -DHAVE_CONFIG_H= -DCARES_EMBED=1 -Ibuild/temp.macosx-10.9-x86_64-2.7/c-ares -Ic-ares -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c c-ares/windows_port.c -o build/temp.macosx-10.9-x86_64-2.7/c-ares/windows_port.o | |
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -Qunused-arguments -U__llvm__ -Qunused-arguments build/temp.macosx-10.9-x86_64-2.7/gevent/gevent.ares.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares__close_sockets.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares__get_hostent.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares__read_line.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares__timeval.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_cancel.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_create_query.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_data.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_destroy.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_expand_name.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_expand_string.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_fds.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_free_hostent.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_free_string.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_getenv.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_gethostbyaddr.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_gethostbyname.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_getnameinfo.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_getopt.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_getsock.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_init.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_library_init.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_llist.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_mkquery.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_nowarn.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_options.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_parse_a_reply.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_parse_aaaa_reply.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_parse_mx_reply.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_parse_naptr_reply.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_parse_ns_reply.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_parse_ptr_reply.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_parse_soa_reply.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_parse_srv_reply.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_parse_txt_reply.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_platform.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_process.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_query.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_search.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_send.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_strcasecmp.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_strdup.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_strerror.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_timeout.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_version.o build/temp.macosx-10.9-x86_64-2.7/c-ares/ares_writev.o build/temp.macosx-10.9-x86_64-2.7/c-ares/bitncmp.o build/temp.macosx-10.9-x86_64-2.7/c-ares/inet_net_pton.o build/temp.macosx-10.9-x86_64-2.7/c-ares/inet_ntop.o build/temp.macosx-10.9-x86_64-2.7/c-ares/windows_port.o -o build/lib.macosx-10.9-x86_64-2.7/gevent/ares.so | |
Linking /Users/robstory/src/pdxsci/.env/build/gevent/build/lib.macosx-10.9-x86_64-2.7/gevent/ares.so to /Users/robstory/src/pdxsci/.env/build/gevent/gevent/ares.so | |
building 'gevent._semaphore' extension | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c gevent/gevent._semaphore.c -o build/temp.macosx-10.9-x86_64-2.7/gevent/gevent._semaphore.o | |
gevent/gevent._semaphore.c:6160:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function] | |
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) { | |
^ | |
gevent/gevent._semaphore.c:6157:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function] | |
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) { | |
^ | |
gevent/gevent._semaphore.c:358:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function] | |
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) | |
^ | |
gevent/gevent._semaphore.c:6266:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function] | |
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) { | |
^ | |
gevent/gevent._semaphore.c:6274:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function] | |
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) { | |
^ | |
gevent/gevent._semaphore.c:6287:29: warning: unused function '__Pyx_PyInt_AsSize_t' [-Wunused-function] | |
static CYTHON_INLINE size_t __Pyx_PyInt_AsSize_t(PyObject* x) { | |
^ | |
gevent/gevent._semaphore.c:4606:32: warning: unused function '__Pyx_GetItemInt_List_Fast' [-Wunused-function] | |
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i, | |
^ | |
gevent/gevent._semaphore.c:4620:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function] | |
static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i, | |
^ | |
gevent/gevent._semaphore.c:5222:27: warning: unused function '__Pyx_CyFunction_SetDefaultsKwDict' [-Wunused-function] | |
static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsKwDict(PyObject *func, PyObject *dict) { | |
^ | |
gevent/gevent._semaphore.c:5227:27: warning: unused function '__Pyx_CyFunction_SetAnnotationsDict' [-Wunused-function] | |
static CYTHON_INLINE void __Pyx_CyFunction_SetAnnotationsDict(PyObject *func, PyObject *dict) { | |
^ | |
gevent/gevent._semaphore.c:5390:36: warning: unused function '__Pyx_PyInt_AsUnsignedChar' [-Wunused-function] | |
static CYTHON_INLINE unsigned char __Pyx_PyInt_AsUnsignedChar(PyObject* x) { | |
^ | |
gevent/gevent._semaphore.c:5409:37: warning: unused function '__Pyx_PyInt_AsUnsignedShort' [-Wunused-function] | |
static CYTHON_INLINE unsigned short __Pyx_PyInt_AsUnsignedShort(PyObject* x) { | |
^ | |
gevent/gevent._semaphore.c:5428:35: warning: unused function '__Pyx_PyInt_AsUnsignedInt' [-Wunused-function] | |
static CYTHON_INLINE unsigned int __Pyx_PyInt_AsUnsignedInt(PyObject* x) { | |
^ | |
gevent/gevent._semaphore.c:5447:27: warning: unused function '__Pyx_PyInt_AsChar' [-Wunused-function] | |
static CYTHON_INLINE char __Pyx_PyInt_AsChar(PyObject* x) { | |
^ | |
gevent/gevent._semaphore.c:5466:28: warning: unused function '__Pyx_PyInt_AsShort' [-Wunused-function] | |
static CYTHON_INLINE short __Pyx_PyInt_AsShort(PyObject* x) { | |
^ | |
gevent/gevent._semaphore.c:5485:26: warning: unused function '__Pyx_PyInt_AsInt' [-Wunused-function] | |
static CYTHON_INLINE int __Pyx_PyInt_AsInt(PyObject* x) { | |
^ | |
gevent/gevent._semaphore.c:5504:34: warning: unused function '__Pyx_PyInt_AsSignedChar' [-Wunused-function] | |
static CYTHON_INLINE signed char __Pyx_PyInt_AsSignedChar(PyObject* x) { | |
^ | |
gevent/gevent._semaphore.c:5523:35: warning: unused function '__Pyx_PyInt_AsSignedShort' [-Wunused-function] | |
static CYTHON_INLINE signed short __Pyx_PyInt_AsSignedShort(PyObject* x) { | |
^ | |
gevent/gevent._semaphore.c:5542:33: warning: unused function '__Pyx_PyInt_AsSignedInt' [-Wunused-function] | |
static CYTHON_INLINE signed int __Pyx_PyInt_AsSignedInt(PyObject* x) { | |
^ | |
gevent/gevent._semaphore.c:5561:26: warning: unused function '__Pyx_PyInt_AsLongDouble' [-Wunused-function] | |
static CYTHON_INLINE int __Pyx_PyInt_AsLongDouble(PyObject* x) { | |
^ | |
gevent/gevent._semaphore.c:5768:35: warning: function '__Pyx_PyInt_AsLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration] | |
static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject* x) { | |
^ | |
gevent/gevent._semaphore.c:5890:42: warning: function '__Pyx_PyInt_AsSignedLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration] | |
static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject* x) { | |
^ | |
22 warnings generated. | |
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -Qunused-arguments -U__llvm__ -Qunused-arguments build/temp.macosx-10.9-x86_64-2.7/gevent/gevent._semaphore.o -o build/lib.macosx-10.9-x86_64-2.7/gevent/_semaphore.so | |
Linking /Users/robstory/src/pdxsci/.env/build/gevent/build/lib.macosx-10.9-x86_64-2.7/gevent/_semaphore.so to /Users/robstory/src/pdxsci/.env/build/gevent/gevent/_semaphore.so | |
building 'gevent._util' extension | |
clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Qunused-arguments -U__llvm__ -Qunused-arguments -I/usr/local/Cellar/python/2.7.8/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c gevent/gevent._util.c -o build/temp.macosx-10.9-x86_64-2.7/gevent/gevent._util.o | |
gevent/gevent._util.c:2106:28: warning: unused function '__Pyx_PyObject_AsString' [-Wunused-function] | |
static CYTHON_INLINE char* __Pyx_PyObject_AsString(PyObject* o) { | |
^ | |
gevent/gevent._util.c:2103:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function] | |
static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(char* c_str) { | |
^ | |
gevent/gevent._util.c:359:29: warning: unused function '__Pyx_Py_UNICODE_strlen' [-Wunused-function] | |
static CYTHON_INLINE size_t __Pyx_Py_UNICODE_strlen(const Py_UNICODE *u) | |
^ | |
gevent/gevent._util.c:2212:33: warning: unused function '__Pyx_PyIndex_AsSsize_t' [-Wunused-function] | |
static CYTHON_INLINE Py_ssize_t __Pyx_PyIndex_AsSsize_t(PyObject* b) { | |
^ | |
gevent/gevent._util.c:2220:33: warning: unused function '__Pyx_PyInt_FromSize_t' [-Wunused-function] | |
static CYTHON_INLINE PyObject * __Pyx_PyInt_FromSize_t(size_t ival) { | |
^ | |
gevent/gevent._util.c:2233:29: warning: unused function '__Pyx_PyInt_AsSize_t' [-Wunused-function] | |
static CYTHON_INLINE size_t __Pyx_PyInt_AsSize_t(PyObject* x) { | |
^ | |
gevent/gevent._util.c:1336:36: warning: unused function '__Pyx_PyInt_AsUnsignedChar' [-Wunused-function] | |
static CYTHON_INLINE unsigned char __Pyx_PyInt_AsUnsignedChar(PyObject* x) { | |
^ | |
gevent/gevent._util.c:1355:37: warning: unused function '__Pyx_PyInt_AsUnsignedShort' [-Wunused-function] | |
static CYTHON_INLINE unsigned short __Pyx_PyInt_AsUnsignedShort(PyObject* x) { | |
^ | |
gevent/gevent._util.c:1374:35: warning: unused function '__Pyx_PyInt_AsUnsignedInt' [-Wunused-function] | |
static CYTHON_INLINE unsigned int __Pyx_PyInt_AsUnsignedInt(PyObject* x) { | |
^ | |
gevent/gevent._util.c:1393:27: warning: unused function '__Pyx_PyInt_AsChar' [-Wunused-function] | |
static CYTHON_INLINE char __Pyx_PyInt_AsChar(PyObject* x) { | |
^ | |
gevent/gevent._util.c:1412:28: warning: unused function '__Pyx_PyInt_AsShort' [-Wunused-function] | |
static CYTHON_INLINE short __Pyx_PyInt_AsShort(PyObject* x) { | |
^ | |
gevent/gevent._util.c:1431:26: warning: unused function '__Pyx_PyInt_AsInt' [-Wunused-function] | |
static CYTHON_INLINE int __Pyx_PyInt_AsInt(PyObject* x) { | |
^ | |
gevent/gevent._util.c:1450:34: warning: unused function '__Pyx_PyInt_AsSignedChar' [-Wunused-function] | |
static CYTHON_INLINE signed char __Pyx_PyInt_AsSignedChar(PyObject* x) { | |
^ | |
gevent/gevent._util.c:1469:35: warning: unused function '__Pyx_PyInt_AsSignedShort' [-Wunused-function] | |
static CYTHON_INLINE signed short __Pyx_PyInt_AsSignedShort(PyObject* x) { | |
^ | |
gevent/gevent._util.c:1488:33: warning: unused function '__Pyx_PyInt_AsSignedInt' [-Wunused-function] | |
static CYTHON_INLINE signed int __Pyx_PyInt_AsSignedInt(PyObject* x) { | |
^ | |
gevent/gevent._util.c:1507:26: warning: unused function '__Pyx_PyInt_AsLongDouble' [-Wunused-function] | |
static CYTHON_INLINE int __Pyx_PyInt_AsLongDouble(PyObject* x) { | |
^ | |
gevent/gevent._util.c:1714:35: warning: function '__Pyx_PyInt_AsLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration] | |
static CYTHON_INLINE PY_LONG_LONG __Pyx_PyInt_AsLongLong(PyObject* x) { | |
^ | |
gevent/gevent._util.c:1836:42: warning: function '__Pyx_PyInt_AsSignedLongLong' is not needed and will not be emitted [-Wunneeded-internal-declaration] | |
static CYTHON_INLINE signed PY_LONG_LONG __Pyx_PyInt_AsSignedLongLong(PyObject* x) { | |
^ | |
18 warnings generated. | |
clang -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -Qunused-arguments -U__llvm__ -Qunused-arguments build/temp.macosx-10.9-x86_64-2.7/gevent/gevent._util.o -o build/lib.macosx-10.9-x86_64-2.7/gevent/_util.so | |
Linking /Users/robstory/src/pdxsci/.env/build/gevent/build/lib.macosx-10.9-x86_64-2.7/gevent/_util.so to /Users/robstory/src/pdxsci/.env/build/gevent/gevent/_util.so | |
Running setup.py install for certifi | |
Running setup.py install for backports.ssl-match-hostname | |
Successfully installed bokeh Flask Jinja2 MarkupSafe Werkzeug greenlet itsdangerous pytz requests pygments pystache markdown PyYAML pyzmq tornado colorama websocket gevent gevent-websocket certifi backports.ssl-match-hostname | |
Cleaning up... | |
Robs-MacBook-Pro:pdxsci robstory$ source .env/bin/activate | |
(.env)Robs-MacBook-Pro:pdxsci robstory$ pip freeze | |
Cython==0.21.1 | |
Flask==0.10.1 | |
Jinja2==2.7.3 | |
Markdown==2.5.1 | |
MarkupSafe==0.23 | |
PyYAML==3.11 | |
Pygments==2.0 | |
Werkzeug==0.9.6 | |
backports.ssl-match-hostname==3.4.0.2 | |
bokeh==0.6.1 | |
certifi==14.05.14 | |
colorama==0.3.2 | |
gevent==1.0.1 | |
gevent-websocket==0.9.3 | |
greenlet==0.4.5 | |
itsdangerous==0.24 | |
matplotlib==1.4.2 | |
mock==1.0.1 | |
nose==1.3.4 | |
numpy==1.9.1 | |
pandas==0.15.1 | |
pyparsing==2.0.3 | |
pystache==0.5.4 | |
python-dateutil==2.2 | |
pytz==2013b | |
pyzmq==14.4.1 | |
requests==2.4.3 | |
scipy==0.14.0 | |
seaborn==0.4.0 | |
six==1.8.0 | |
tornado==4.0.2 | |
websocket==0.2.1 | |
wsgiref==0.1.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think there's a ZMQ error that might be worth addressing in the script.