Created
October 19, 2015 19:44
-
-
Save emmettbutler/de547ada83687a7c1252 to your computer and use it in GitHub Desktop.
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
GLOB sdist-make: /home/emmett/git/parsely/pykafka/setup.py | |
py35 inst-nodeps: /home/emmett/git/parsely/pykafka/.tox/dist/pykafka-2.0.1.dev0.zip | |
py35 installed: coverage==4.0.1,kazoo==2.2.1,py==1.4.30,pykafka==2.0.1.dev0,pytest==2.8.2,pytest-cov==2.2.0,six==1.10.0,tabulate==0.7.5,wheel==0.24.0 | |
py35 runtests: PYTHONHASHSEED='1010638969' | |
py35 runtests: commands[0] | pip install -r test-requirements.txt | |
Requirement already satisfied (use --upgrade to upgrade): pytest in ./.tox/py35/lib/python3.5/site-packages (from -r test-requirements.txt (line 1)) | |
Requirement already satisfied (use --upgrade to upgrade): pytest-cov in ./.tox/py35/lib/python3.5/site-packages (from -r test-requirements.txt (line 2)) | |
Collecting python-snappy (from -r test-requirements.txt (line 3)) | |
Using cached python-snappy-0.5.tar.gz | |
Collecting mock (from -r test-requirements.txt (line 4)) | |
Using cached mock-1.3.0-py2.py3-none-any.whl | |
Collecting unittest2 (from -r test-requirements.txt (line 5)) | |
Using cached unittest2-1.1.0-py2.py3-none-any.whl | |
Obtaining testinstances from git+https://github.com/Parsely/testinstances.git@master#egg=testinstances (from -r test-requirements.txt (line 6)) | |
Updating ./.tox/py35/src/testinstances clone (to master) | |
Requirement already satisfied (use --upgrade to upgrade): py>=1.4.29 in ./.tox/py35/lib/python3.5/site-packages (from pytest->-r test-requirements.txt (line 1)) | |
Requirement already satisfied (use --upgrade to upgrade): coverage>=3.7.1 in ./.tox/py35/lib/python3.5/site-packages (from pytest-cov->-r test-requirements.txt (line 2)) | |
Requirement already satisfied (use --upgrade to upgrade): six>=1.7 in ./.tox/py35/lib/python3.5/site-packages (from mock->-r test-requirements.txt (line 4)) | |
Collecting pbr>=0.11 (from mock->-r test-requirements.txt (line 4)) | |
Using cached pbr-1.8.1-py2.py3-none-any.whl | |
Collecting argparse (from unittest2->-r test-requirements.txt (line 5)) | |
Using cached argparse-1.4.0-py2.py3-none-any.whl | |
Collecting traceback2 (from unittest2->-r test-requirements.txt (line 5)) | |
Using cached traceback2-1.4.0-py2.py3-none-any.whl | |
Collecting pymongo<=2.8.1 (from testinstances->-r test-requirements.txt (line 6)) | |
Collecting redis (from testinstances->-r test-requirements.txt (line 6)) | |
Collecting linecache2 (from traceback2->unittest2->-r test-requirements.txt (line 5)) | |
Using cached linecache2-1.0.0-py2.py3-none-any.whl | |
Building wheels for collected packages: python-snappy | |
Running setup.py bdist_wheel for python-snappy | |
Complete output from command /home/emmett/git/parsely/pykafka/.tox/py35/bin/python3.5 -c "import setuptools;__file__='/tmp/pip-build-_f8_7ow5/python-snappy/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" bdist_wheel -d /tmp/tmp7b56wdl5pip-wheel-: | |
running bdist_wheel | |
running build | |
running build_py | |
creating build | |
creating build/lib.linux-x86_64-3.5 | |
copying snappy.py -> build/lib.linux-x86_64-3.5 | |
running build_ext | |
building '_snappy' extension | |
creating build/temp.linux-x86_64-3.5 | |
gcc -pthread -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include/python3.5m -c snappymodule.cc -o build/temp.linux-x86_64-3.5/snappymodule.o | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ | |
In file included from /usr/local/include/python3.5m/pyatomic.h:10:0, | |
from /usr/local/include/python3.5m/Python.h:53, | |
from snappymodule.cc:28: | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:40:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic _Bool atomic_bool; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:41:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic char atomic_char; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:42:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic signed char atomic_schar; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:43:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic unsigned char atomic_uchar; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:44:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic short atomic_short; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:45:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic unsigned short atomic_ushort; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:46:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic int atomic_int; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:47:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic unsigned int atomic_uint; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:48:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic long atomic_long; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:49:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic unsigned long atomic_ulong; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:50:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic long long atomic_llong; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:51:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic unsigned long long atomic_ullong; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:52:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __CHAR16_TYPE__ atomic_char16_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:53:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __CHAR32_TYPE__ atomic_char32_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:54:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __WCHAR_TYPE__ atomic_wchar_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:55:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __INT_LEAST8_TYPE__ atomic_int_least8_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:56:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __UINT_LEAST8_TYPE__ atomic_uint_least8_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:57:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __INT_LEAST16_TYPE__ atomic_int_least16_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:58:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __UINT_LEAST16_TYPE__ atomic_uint_least16_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:59:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __INT_LEAST32_TYPE__ atomic_int_least32_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:60:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __UINT_LEAST32_TYPE__ atomic_uint_least32_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:61:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __INT_LEAST64_TYPE__ atomic_int_least64_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:62:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __UINT_LEAST64_TYPE__ atomic_uint_least64_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:63:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __INT_FAST8_TYPE__ atomic_int_fast8_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:64:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __UINT_FAST8_TYPE__ atomic_uint_fast8_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:65:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __INT_FAST16_TYPE__ atomic_int_fast16_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:66:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __UINT_FAST16_TYPE__ atomic_uint_fast16_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:67:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __INT_FAST32_TYPE__ atomic_int_fast32_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:68:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __UINT_FAST32_TYPE__ atomic_uint_fast32_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:69:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __INT_FAST64_TYPE__ atomic_int_fast64_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:70:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __UINT_FAST64_TYPE__ atomic_uint_fast64_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:71:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __INTPTR_TYPE__ atomic_intptr_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:72:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __UINTPTR_TYPE__ atomic_uintptr_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:73:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __SIZE_TYPE__ atomic_size_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:74:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __PTRDIFF_TYPE__ atomic_ptrdiff_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:75:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __INTMAX_TYPE__ atomic_intmax_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:76:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __UINTMAX_TYPE__ atomic_uintmax_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:232:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic struct | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:239:3: error: ‘atomic_flag’ does not name a type | |
} atomic_flag; | |
^ | |
In file included from /usr/local/include/python3.5m/Python.h:53:0, | |
from snappymodule.cc:28: | |
/usr/local/include/python3.5m/pyatomic.h:37:5: error: ‘_Atomic’ does not name a type | |
_Atomic void *_value; | |
^ | |
/usr/local/include/python3.5m/pyatomic.h:41:5: error: ‘atomic_int’ does not name a type | |
atomic_int _value; | |
^ | |
error: command 'gcc' failed with exit status 1 | |
---------------------------------------- | |
Failed to build python-snappy | |
Installing collected packages: python-snappy, pbr, mock, argparse, linecache2, traceback2, unittest2, pymongo, redis, testinstances | |
Running setup.py install for python-snappy | |
Complete output from command /home/emmett/git/parsely/pykafka/.tox/py35/bin/python3.5 -c "import setuptools, tokenize;__file__='/tmp/pip-build-_f8_7ow5/python-snappy/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-o1ej9szp-record/install-record.txt --single-version-externally-managed --compile --install-headers /home/emmett/git/parsely/pykafka/.tox/py35/include/site/python3.5/python-snappy: | |
running install | |
running build | |
running build_py | |
running build_ext | |
building '_snappy' extension | |
gcc -pthread -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/local/include/python3.5m -c snappymodule.cc -o build/temp.linux-x86_64-3.5/snappymodule.o | |
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ | |
In file included from /usr/local/include/python3.5m/pyatomic.h:10:0, | |
from /usr/local/include/python3.5m/Python.h:53, | |
from snappymodule.cc:28: | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:40:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic _Bool atomic_bool; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:41:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic char atomic_char; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:42:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic signed char atomic_schar; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:43:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic unsigned char atomic_uchar; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:44:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic short atomic_short; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:45:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic unsigned short atomic_ushort; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:46:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic int atomic_int; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:47:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic unsigned int atomic_uint; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:48:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic long atomic_long; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:49:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic unsigned long atomic_ulong; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:50:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic long long atomic_llong; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:51:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic unsigned long long atomic_ullong; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:52:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __CHAR16_TYPE__ atomic_char16_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:53:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __CHAR32_TYPE__ atomic_char32_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:54:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __WCHAR_TYPE__ atomic_wchar_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:55:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __INT_LEAST8_TYPE__ atomic_int_least8_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:56:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __UINT_LEAST8_TYPE__ atomic_uint_least8_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:57:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __INT_LEAST16_TYPE__ atomic_int_least16_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:58:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __UINT_LEAST16_TYPE__ atomic_uint_least16_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:59:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __INT_LEAST32_TYPE__ atomic_int_least32_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:60:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __UINT_LEAST32_TYPE__ atomic_uint_least32_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:61:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __INT_LEAST64_TYPE__ atomic_int_least64_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:62:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __UINT_LEAST64_TYPE__ atomic_uint_least64_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:63:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __INT_FAST8_TYPE__ atomic_int_fast8_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:64:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __UINT_FAST8_TYPE__ atomic_uint_fast8_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:65:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __INT_FAST16_TYPE__ atomic_int_fast16_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:66:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __UINT_FAST16_TYPE__ atomic_uint_fast16_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:67:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __INT_FAST32_TYPE__ atomic_int_fast32_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:68:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __UINT_FAST32_TYPE__ atomic_uint_fast32_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:69:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __INT_FAST64_TYPE__ atomic_int_fast64_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:70:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __UINT_FAST64_TYPE__ atomic_uint_fast64_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:71:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __INTPTR_TYPE__ atomic_intptr_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:72:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __UINTPTR_TYPE__ atomic_uintptr_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:73:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __SIZE_TYPE__ atomic_size_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:74:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __PTRDIFF_TYPE__ atomic_ptrdiff_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:75:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __INTMAX_TYPE__ atomic_intmax_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:76:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic __UINTMAX_TYPE__ atomic_uintmax_t; | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:232:9: error: ‘_Atomic’ does not name a type | |
typedef _Atomic struct | |
^ | |
/usr/lib/gcc/x86_64-linux-gnu/4.9/include/stdatomic.h:239:3: error: ‘atomic_flag’ does not name a type | |
} atomic_flag; | |
^ | |
In file included from /usr/local/include/python3.5m/Python.h:53:0, | |
from snappymodule.cc:28: | |
/usr/local/include/python3.5m/pyatomic.h:37:5: error: ‘_Atomic’ does not name a type | |
_Atomic void *_value; | |
^ | |
/usr/local/include/python3.5m/pyatomic.h:41:5: error: ‘atomic_int’ does not name a type | |
atomic_int _value; | |
^ | |
error: command 'gcc' failed with exit status 1 | |
---------------------------------------- | |
ERROR: InvocationError: '/home/emmett/git/parsely/pykafka/.tox/py35/bin/pip install -r test-requirements.txt' | |
___________________________________ summary ____________________________________ | |
ERROR: py35: commands failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment