[Nodeshot] Circular Import Problem in Building Nodeshot in AWS

Hui Yu huiyu777 at gmail.com
Tue Nov 3 02:22:34 CET 2015


Thank you and I think this should be taken as a misconfiguration... this 
is what I did.

1) Environment:
- server: Amazon Linux AMI release 2015.03
- database: RDS (PostgreSQL 9.4.1)

I created a schema scm_nodeshot01, owned by nodeshot01in database for 
Nodeshot and postgis, hstore extension are installed in public schema 
which is in nodeshot01"s search path.

ebdb=> \dx
                                      インストール済みの拡張の一覧
  名前   | バージョン |  スキーマ  |                                説明 
                        
       
---------+------------+------------+-------------------------------------------------------------
--------
 hstore  | 1.3        | public     | data type for storing sets of (key, 
value) pairs
 plpgsql | 1.0        | pg_catalog | PL/pgSQL procedural language
 postgis | 2.1.5      | public     | PostGIS geometry, geography, and 
raster spatial types and fu
nctions
(3 行)


The step and output of the whole build process are as following:

*[ec2-user at ip-172-31-12-8 works]$ git clone 
https://github.com/ninuxorg/nodeshot*
Cloning into 'nodeshot'...
remote: Counting objects: 20913, done.
remote: Compressing objects: 100% (14/14), done.
remote: Total 20913 (delta 5), reused 0 (delta 0), pack-reused 20899
Receiving objects: 100% (20913/20913), 14.41 MiB | 1.25 MiB/s, done.
Resolving deltas: 100% (11637/11637), done.
Checking connectivity... done.

*[ec2-user at ip-172-31-12-8 nodeshot]$ virtualenv -p python2.7 env/nodeshot*
Already using interpreter /usr/bin/python2.7
New python executable in env/nodeshot/bin/python2.7
Also creating executable in env/nodeshot/bin/python
Installing setuptools, pip...done.

*[ec2-user at ip-172-31-12-8 nodeshot]$ . env/nodeshot/bin/activate
(nodeshot)[ec2-user at ip-172-31-12-8 nodeshot]$ pip install -r 
requirements.txt*
You are using pip version 6.0.8, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting psycopg2 (from -r requirements.txt (line 6))
  Using cached psycopg2-2.6.1.tar.gz
Collecting Django==1.8.4 (from -r requirements.txt (line 7))
  Downloading Django-1.8.4-py2.py3-none-any.whl (6.2MB)
    100% |################################| 6.2MB 38kB/s
Collecting Pillow (from -r requirements.txt (line 10))
  Downloading Pillow-3.0.0.tar.gz (9.6MB)
    100% |################################| 9.6MB 24kB/s
    Single threaded build, not installing mp_compile:1 processes
Collecting simplejson (from -r requirements.txt (line 11))
  Downloading simplejson-3.8.0.tar.gz (75kB)
    100% |################################| 77kB 2.7MB/s
Collecting pytz (from -r requirements.txt (line 12))
  Downloading pytz-2015.6-py2.py3-none-any.whl (475kB)
    100% |################################| 475kB 360kB/s
Collecting mimeparse (from -r requirements.txt (line 13))
  Downloading mimeparse-0.1.3.tar.gz
Collecting python-dateutil (from -r requirements.txt (line 14))
  Downloading python_dateutil-2.4.2-py2.py3-none-any.whl (188kB)
    100% |################################| 192kB 1.2MB/s
Collecting six (from -r requirements.txt (line 15))
  Downloading six-1.10.0-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): wsgiref in 
/usr/lib64/python2.7 (from -r requirements.txt (line 16))
Collecting requests (from -r requirements.txt (line 17))
  Downloading requests-2.8.0-py2.py3-none-any.whl (476kB)
    100% |################################| 479kB 224kB/s
Collecting jsonfield (from -r requirements.txt (line 18))
  Downloading jsonfield-1.0.3.tar.gz
Collecting netdiff==0.4.4 (from -r requirements.txt (line 19))
  Downloading netdiff-0.4.4-py2.py3-none-any.whl
Collecting django-grappelli==2.7.1 (from -r requirements.txt (line 22))
  Downloading django-grappelli-2.7.1.tar.gz (2.0MB)
    100% |################################| 2.0MB 119kB/s
Collecting django-filebrowser==3.6.1 (from -r requirements.txt (line 23))
  Downloading django-filebrowser-3.6.1.tar.gz (2.6MB)
    100% |################################| 2.6MB 97kB/s
Collecting django-leaflet==0.16.0 (from -r requirements.txt (line 24))
  Downloading django-leaflet-0.16.0.zip (231kB)
    100% |################################| 233kB 84kB/s
Collecting django-hstore==1.4 (from -r requirements.txt (line 25))
  Downloading django_hstore-1.4-py2.py3-none-any.whl (63kB)
    100% |################################| 65kB 336kB/s
Collecting djangorestframework==3.2.3 (from -r requirements.txt (line 28))
  Downloading djangorestframework-3.2.3-py2.py3-none-any.whl (515kB)
    100% |################################| 516kB 42kB/s
Collecting drf-extensions==0.2.7 (from -r requirements.txt (line 29))
  Downloading drf-extensions-0.2.7.tar.gz (162kB)
    100% |################################| 163kB 116kB/s
Collecting django-rest-swagger (from -r requirements.txt (line 30))
  Downloading django-rest-swagger-0.3.4.tar.gz (198kB)
    100% |################################| 200kB 1.2MB/s
Collecting markdown (from -r requirements.txt (line 31))
  Downloading Markdown-2.6.2-py2.py3-none-any.whl (157kB)
    100% |################################| 159kB 1.5MB/s
Collecting djangorestframework-gis==0.9.4 (from -r requirements.txt 
(line 32))
  Downloading djangorestframework_gis-0.9.4-py2-none-any.whl
Collecting djangorestframework-hstore==1.3 (from -r requirements.txt 
(line 33))
  Downloading djangorestframework_hstore-1.3-py2.py3-none-any.whl
Collecting geojson-elevation==0.1 (from -r requirements.txt (line 34))
  Downloading geojson_elevation-0.1-py2.py3-none-any.whl
Collecting python-social-auth==0.2.12 (from -r requirements.txt (line 37))
  Downloading python_social_auth-0.2.12-py2-none-any.whl (267kB)
    100% |################################| 270kB 1.0MB/s
Collecting django-reversion==1.9.3 (from -r requirements.txt (line 40))
  Downloading django-reversion-1.9.3.tar.gz (58kB)
    100% |################################| 61kB 3.6MB/s
Collecting celery==3.1.18 (from -r requirements.txt (line 43))
  Downloading celery-3.1.18-py2.py3-none-any.whl (515kB)
    100% |################################| 516kB 500kB/s
Collecting django-celery-email (from -r requirements.txt (line 44))
  Downloading django-celery-email-1.1.2.tar.gz
Collecting django-cors-headers==1.1.0 (from -r requirements.txt (line 47))
  Downloading django-cors-headers-1.1.0.tar.gz
Collecting django-redis (from -r requirements.txt (line 50))
  Downloading django-redis-4.2.0.tar.gz
Collecting django-smuggler==0.6.0 (from -r requirements.txt (line 53))
  Downloading django_smuggler-0.6.0-py2.py3-none-any.whl (68kB)
    100% |################################| 69kB 2.9MB/s
Collecting netaddr (from -r requirements.txt (line 56))
  Downloading netaddr-0.7.18-py2.py3-none-any.whl (1.5MB)
    100% |################################| 1.5MB 176kB/s
Collecting django-netfields==0.3.1 (from -r requirements.txt (line 57))
  Downloading django-netfields-0.3.1.tar.gz
Collecting netengine==0.1.alpha (from -r requirements.txt (line 58))
  Downloading netengine-0.1.alpha.tar.gz
    
/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/setuptools/dist.py:292: 
UserWarning: The version specified ('0.1 alpha') is an invalid version, 
this may not work as expected with newer versions of setuptools, pip, 
and PyPI. Please see PEP 440 for more details.
      "details." % self.metadata.version
Collecting libcnml (from -r requirements.txt (line 59))
  Downloading libcnml-0.9.2-py2.py3-none-any.whl
Collecting bpython (from -r requirements.txt (line 62))
  Downloading bpython-0.14.2.tar.gz (184kB)
    100% |################################| 188kB 769kB/s
Collecting django-extensions (from -r requirements.txt (line 63))
  Downloading django_extensions-1.5.7-py2.py3-none-any.whl (249kB)
    100% |################################| 249kB 1.0MB/s
Collecting raven (from -r requirements.txt (line 66))
  Downloading raven-5.7.2-py2.py3-none-any.whl (257kB)
    100% |################################| 258kB 739kB/s
Collecting django-rosetta (from -r requirements.txt (line 69))
  Downloading django-rosetta-0.7.6.tar.gz (56kB)
    100% |################################| 57kB 3.6MB/s
Collecting influxdb==2.9.1 (from -r requirements.txt (line 72))
  Downloading influxdb-2.9.1-py2.py3-none-any.whl (255kB)
    100% |################################| 258kB 102kB/s
Collecting tld (from -r requirements.txt (line 73))
  Downloading tld-0.7.4-py2.py3-none-any.whl (88kB)
    100% |################################| 90kB 112kB/s
Collecting networkx (from netdiff==0.4.4->-r requirements.txt (line 19))
  Downloading networkx-1.10.tar.gz (1.2MB)
    100% |################################| 1.2MB 231kB/s
Collecting PyYAML>=3.10 (from django-rest-swagger->-r requirements.txt 
(line 30))
  Downloading PyYAML-3.11.tar.gz (248kB)
    100% |################################| 249kB 822kB/s
Collecting python-openid>=2.2 (from python-social-auth==0.2.12->-r 
requirements.txt (line 37))
  Downloading python-openid-2.2.5.tar.gz (301kB)
    100% |################################| 303kB 844kB/s
Collecting oauthlib>=0.3.8 (from python-social-auth==0.2.12->-r 
requirements.txt (line 37))
  Downloading oauthlib-1.0.3.tar.gz (109kB)
    100% |################################| 110kB 2.0MB/s
Collecting PyJWT>=1.0.0 (from python-social-auth==0.2.12->-r 
requirements.txt (line 37))
  Downloading PyJWT-1.4.0-py2.py3-none-any.whl
Collecting requests-oauthlib>=0.3.1 (from python-social-auth==0.2.12->-r 
requirements.txt (line 37))
  Downloading requests_oauthlib-0.5.0-py2.py3-none-any.whl
Collecting billiard<3.4,>=3.3.0.20 (from celery==3.1.18->-r 
requirements.txt (line 43))
  Downloading billiard-3.3.0.20.tar.gz (150kB)
    100% |################################| 151kB 1.5MB/s
Collecting kombu<3.1,>=3.0.25 (from celery==3.1.18->-r requirements.txt 
(line 43))
  Downloading kombu-3.0.27.tar.gz (376kB)
    100% |################################| 376kB 684kB/s
Collecting django-appconf (from django-celery-email->-r requirements.txt 
(line 44))
  Downloading django_appconf-1.0.1-py2.py3-none-any.whl
Collecting redis>=2.10.0 (from django-redis->-r requirements.txt (line 50))
  Downloading redis-2.10.3.tar.gz (86kB)
    100% |################################| 90kB 2.4MB/s
Collecting msgpack-python>=0.4.6 (from django-redis->-r requirements.txt 
(line 50))
  Downloading msgpack-python-0.4.6.tar.gz (116kB)
    100% |################################| 118kB 2.0MB/s
Collecting paramiko (from netengine==0.1.alpha->-r requirements.txt 
(line 58))
  Downloading paramiko-1.15.3-py2.py3-none-any.whl (166kB)
    100% |################################| 167kB 1.5MB/s
Collecting pysnmp (from netengine==0.1.alpha->-r requirements.txt (line 58))
  Downloading pysnmp-4.3.0-py2.py3-none-any.whl (244kB)
    100% |################################| 245kB 1.1MB/s
Collecting pygments (from bpython->-r requirements.txt (line 62))
  Downloading Pygments-2.0.2-py2-none-any.whl (672kB)
    100% |################################| 675kB 47kB/s
Collecting curtsies<0.2.0,>=0.1.18 (from bpython->-r requirements.txt 
(line 62))
  Downloading curtsies-0.1.19-py2.py3-none-any.whl
Collecting greenlet (from bpython->-r requirements.txt (line 62))
  Downloading greenlet-0.4.9.tar.gz (54kB)
    100% |################################| 57kB 687kB/s
Collecting polib>=1.0.6 (from django-rosetta->-r requirements.txt (line 69))
  Downloading polib-1.0.7-py2.py3-none-any.whl
Collecting microsofttranslator==0.5 (from django-rosetta->-r 
requirements.txt (line 69))
  Downloading microsofttranslator-0.5.tar.gz
Collecting decorator>=3.4.0 (from networkx->netdiff==0.4.4->-r 
requirements.txt (line 19))
  Downloading decorator-4.0.4-py2.py3-none-any.whl
Collecting anyjson>=0.3.3 (from kombu<3.1,>=3.0.25->celery==3.1.18->-r 
requirements.txt (line 43))
  Downloading anyjson-0.3.3.tar.gz
Collecting amqp<2.0,>=1.4.7 (from kombu<3.1,>=3.0.25->celery==3.1.18->-r 
requirements.txt (line 43))
  Downloading amqp-1.4.7.tar.gz (79kB)
    100% |################################| 81kB 2.7MB/s
Collecting ecdsa>=0.11 (from paramiko->netengine==0.1.alpha->-r 
requirements.txt (line 58))
  Downloading ecdsa-0.13-py2.py3-none-any.whl (86kB)
    100% |################################| 90kB 2.6MB/s
Collecting pycrypto!=2.4,>=2.1 (from paramiko->netengine==0.1.alpha->-r 
requirements.txt (line 58))
  Downloading pycrypto-2.6.1.tar.gz (446kB)
    100% |################################| 446kB 318kB/s
Collecting pysmi (from pysnmp->netengine==0.1.alpha->-r requirements.txt 
(line 58))
  Downloading pysmi-0.0.6-py2.py3-none-any.whl (58kB)
    100% |################################| 61kB 3.2MB/s
Collecting pyasn1>=0.1.8 (from pysnmp->netengine==0.1.alpha->-r 
requirements.txt (line 58))
  Downloading pyasn1-0.1.9-py2.py3-none-any.whl
Collecting blessings>=1.5 (from curtsies<0.2.0,>=0.1.18->bpython->-r 
requirements.txt (line 62))
  Downloading blessings-1.6.tar.gz
Collecting ply (from pysmi->pysnmp->netengine==0.1.alpha->-r 
requirements.txt (line 58))
  Downloading ply-3.8.tar.gz (157kB)
    100% |################################| 159kB 1.3MB/s
Installing collected packages: ply, blessings, pyasn1, pysmi, pycrypto, 
ecdsa, amqp, anyjson, decorator, microsofttranslator, polib, greenlet, 
curtsies, pygments, pysnmp, paramiko, msgpack-python, redis, 
django-appconf, kombu, billiard, requests-oauthlib, PyJWT, oauthlib, 
python-openid, PyYAML, networkx, tld, influxdb, django-rosetta, raven, 
django-extensions, bpython, libcnml, netengine, django-netfields, 
netaddr, django-smuggler, django-redis, django-cors-headers, 
django-celery-email, celery, django-reversion, python-social-auth, 
geojson-elevation, djangorestframework-hstore, djangorestframework-gis, 
markdown, django-rest-swagger, drf-extensions, djangorestframework, 
django-hstore, django-leaflet, django-filebrowser, django-grappelli, 
netdiff, jsonfield, requests, six, python-dateutil, mimeparse, pytz, 
simplejson, Pillow, Django, psycopg2
  Running setup.py install for ply
  Running setup.py install for blessings


  Running setup.py install for pycrypto
    checking for gcc... gcc
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for __gmpz_init in -lgmp... no
    checking for __gmpz_init in -lmpir... no
    checking whether mpz_powm is declared... no
    checking whether mpz_powm_sec is declared... no
    checking how to run the C preprocessor... gcc -E
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for inttypes.h... (cached) yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking stddef.h usability... yes
    checking stddef.h presence... yes
    checking for stddef.h... yes
    checking for stdint.h... (cached) yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking wchar.h usability... yes
    checking wchar.h presence... yes
    checking for wchar.h... yes
    checking for inline... inline
    checking for int16_t... yes
    checking for int32_t... yes
    checking for int64_t... yes
    checking for int8_t... yes
    checking for size_t... yes
    checking for uint16_t... yes
    checking for uint32_t... yes
    checking for uint64_t... yes
    checking for uint8_t... yes
    checking for stdlib.h... (cached) yes
    checking for GNU libc compatible malloc... yes
    checking for memmove... yes
    checking for memset... yes
    configure: creating ./config.status
    config.status: creating src/config.h
    warning: GMP or MPIR library not found; Not building 
Crypto.PublicKey._fastmath.
    building 'Crypto.Hash._MD2' extension
    gcc -pthread -fno-strict-aliasing -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer 
-Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o 
build/temp.linux-x86_64-2.7/src/MD2.o
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/MD2.c:31:
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning: 
"_POSIX_C_SOURCE" redefined
    In file included from /usr/include/string.h:25,
                     from src/MD2.c:30:
    /usr/include/features.h:168:1: warning: this is the location of the 
previous definition
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/MD2.c:31:
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning: 
"_XOPEN_SOURCE" redefined
    In file included from /usr/include/string.h:25,
                     from src/MD2.c:30:
    /usr/include/features.h:170:1: warning: this is the location of the 
previous definition
    gcc -pthread -shared build/temp.linux-x86_64-2.7/src/MD2.o 
-L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Hash/_MD2.so
    building 'Crypto.Hash._MD4' extension
    gcc -pthread -fno-strict-aliasing -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer 
-Isrc/ -I/usr/include/python2.7 -c src/MD4.c -o 
build/temp.linux-x86_64-2.7/src/MD4.o
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/MD4.c:31:
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning: 
"_POSIX_C_SOURCE" redefined
    In file included from /usr/include/string.h:25,
                     from src/MD4.c:30:
    /usr/include/features.h:168:1: warning: this is the location of the 
previous definition
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/MD4.c:31:
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning: 
"_XOPEN_SOURCE" redefined
    In file included from /usr/include/string.h:25,
                     from src/MD4.c:30:
    /usr/include/features.h:170:1: warning: this is the location of the 
previous definition
    gcc -pthread -shared build/temp.linux-x86_64-2.7/src/MD4.o 
-L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Hash/_MD4.so
    building 'Crypto.Hash._SHA256' extension
    gcc -pthread -fno-strict-aliasing -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer 
-Isrc/ -I/usr/include/python2.7 -c src/SHA256.c -o 
build/temp.linux-x86_64-2.7/src/SHA256.o
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/hash_SHA2_template.c:33,
                     from src/SHA256.c:72:
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning: 
"_POSIX_C_SOURCE" redefined
    In file included from /usr/include/stdint.h:25,
                     from src/hash_SHA2.h:72,
                     from src/SHA256.c:35:
    /usr/include/features.h:168:1: warning: this is the location of the 
previous definition
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/hash_SHA2_template.c:33,
                     from src/SHA256.c:72:
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning: 
"_XOPEN_SOURCE" redefined
    In file included from /usr/include/stdint.h:25,
                     from src/hash_SHA2.h:72,
                     from src/SHA256.c:35:
    /usr/include/features.h:170:1: warning: this is the location of the 
previous definition
    gcc -pthread -shared build/temp.linux-x86_64-2.7/src/SHA256.o 
-L/usr/lib64 -lpython2.7 -o 
build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA256.so
    building 'Crypto.Hash._SHA224' extension
    gcc -pthread -fno-strict-aliasing -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer 
-Isrc/ -I/usr/include/python2.7 -c src/SHA224.c -o 
build/temp.linux-x86_64-2.7/src/SHA224.o
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/hash_SHA2_template.c:33,
                     from src/SHA224.c:73:
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning: 
"_POSIX_C_SOURCE" redefined
    In file included from /usr/include/stdint.h:25,
                     from src/hash_SHA2.h:72,
                     from src/SHA224.c:36:
    /usr/include/features.h:168:1: warning: this is the location of the 
previous definition
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/hash_SHA2_template.c:33,
                     from src/SHA224.c:73:
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning: 
"_XOPEN_SOURCE" redefined
    In file included from /usr/include/stdint.h:25,
                     from src/hash_SHA2.h:72,
                     from src/SHA224.c:36:
    /usr/include/features.h:170:1: warning: this is the location of the 
previous definition
    gcc -pthread -shared build/temp.linux-x86_64-2.7/src/SHA224.o 
-L/usr/lib64 -lpython2.7 -o 
build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA224.so
    building 'Crypto.Hash._SHA384' extension
    gcc -pthread -fno-strict-aliasing -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer 
-Isrc/ -I/usr/include/python2.7 -c src/SHA384.c -o 
build/temp.linux-x86_64-2.7/src/SHA384.o
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/hash_SHA2_template.c:33,
                     from src/SHA384.c:80:
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning: 
"_POSIX_C_SOURCE" redefined
    In file included from /usr/include/stdint.h:25,
                     from src/hash_SHA2.h:72,
                     from src/SHA384.c:36:
    /usr/include/features.h:168:1: warning: this is the location of the 
previous definition
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/hash_SHA2_template.c:33,
                     from src/SHA384.c:80:
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning: 
"_XOPEN_SOURCE" redefined
    In file included from /usr/include/stdint.h:25,
                     from src/hash_SHA2.h:72,
                     from src/SHA384.c:36:
    /usr/include/features.h:170:1: warning: this is the location of the 
previous definition
    gcc -pthread -shared build/temp.linux-x86_64-2.7/src/SHA384.o 
-L/usr/lib64 -lpython2.7 -o 
build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA384.so
    building 'Crypto.Hash._SHA512' extension
    gcc -pthread -fno-strict-aliasing -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer 
-Isrc/ -I/usr/include/python2.7 -c src/SHA512.c -o 
build/temp.linux-x86_64-2.7/src/SHA512.o
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/hash_SHA2_template.c:33,
                     from src/SHA512.c:80:
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning: 
"_POSIX_C_SOURCE" redefined
    In file included from /usr/include/stdint.h:25,
                     from src/hash_SHA2.h:72,
                     from src/SHA512.c:36:
    /usr/include/features.h:168:1: warning: this is the location of the 
previous definition
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/hash_SHA2_template.c:33,
                     from src/SHA512.c:80:
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning: 
"_XOPEN_SOURCE" redefined
    In file included from /usr/include/stdint.h:25,
                     from src/hash_SHA2.h:72,
                     from src/SHA512.c:36:
    /usr/include/features.h:170:1: warning: this is the location of the 
previous definition
    gcc -pthread -shared build/temp.linux-x86_64-2.7/src/SHA512.o 
-L/usr/lib64 -lpython2.7 -o 
build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA512.so
    building 'Crypto.Hash._RIPEMD160' extension
    gcc -pthread -fno-strict-aliasing -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer 
-DPCT_LITTLE_ENDIAN=1 -Isrc/ -I/usr/include/python2.7 -c src/RIPEMD160.c 
-o build/temp.linux-x86_64-2.7/src/RIPEMD160.o
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/RIPEMD160.c:57:
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning: 
"_POSIX_C_SOURCE" redefined
    In file included from /usr/include/stdint.h:25,
                     from src/RIPEMD160.c:48:
    /usr/include/features.h:168:1: warning: this is the location of the 
previous definition
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/RIPEMD160.c:57:
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning: 
"_XOPEN_SOURCE" redefined
    In file included from /usr/include/stdint.h:25,
                     from src/RIPEMD160.c:48:
    /usr/include/features.h:170:1: warning: this is the location of the 
previous definition
    gcc -pthread -shared build/temp.linux-x86_64-2.7/src/RIPEMD160.o 
-L/usr/lib64 -lpython2.7 -o 
build/lib.linux-x86_64-2.7/Crypto/Hash/_RIPEMD160.so
    building 'Crypto.Cipher._AES' extension
    gcc -pthread -fno-strict-aliasing -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer 
-Isrc/ -I/usr/include/python2.7 -c src/AES.c -o 
build/temp.linux-x86_64-2.7/src/AES.o
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/AES.c:29:
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning: 
"_POSIX_C_SOURCE" redefined
    In file included from /usr/include/assert.h:36,
                     from src/AES.c:27:
    /usr/include/features.h:168:1: warning: this is the location of the 
previous definition
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/AES.c:29:
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning: 
"_XOPEN_SOURCE" redefined
    In file included from /usr/include/assert.h:36,
                     from src/AES.c:27:
    /usr/include/features.h:170:1: warning: this is the location of the 
previous definition
    gcc -pthread -shared build/temp.linux-x86_64-2.7/src/AES.o 
-L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_AES.so
    building 'Crypto.Cipher._ARC2' extension
    gcc -pthread -fno-strict-aliasing -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer 
-Isrc/ -I/usr/include/python2.7 -c src/ARC2.c -o 
build/temp.linux-x86_64-2.7/src/ARC2.o
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/ARC2.c:45:
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning: 
"_POSIX_C_SOURCE" redefined
    In file included from /usr/include/string.h:25,
                     from src/ARC2.c:44:
    /usr/include/features.h:168:1: warning: this is the location of the 
previous definition
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/ARC2.c:45:
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning: 
"_XOPEN_SOURCE" redefined
    In file included from /usr/include/string.h:25,
                     from src/ARC2.c:44:
    /usr/include/features.h:170:1: warning: this is the location of the 
previous definition
    gcc -pthread -shared build/temp.linux-x86_64-2.7/src/ARC2.o 
-L/usr/lib64 -lpython2.7 -o 
build/lib.linux-x86_64-2.7/Crypto/Cipher/_ARC2.so
    building 'Crypto.Cipher._Blowfish' extension
    gcc -pthread -fno-strict-aliasing -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer 
-Isrc/ -I/usr/include/python2.7 -c src/Blowfish.c -o 
build/temp.linux-x86_64-2.7/src/Blowfish.o
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/Blowfish.c:39:
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning: 
"_POSIX_C_SOURCE" redefined
    In file included from /usr/include/stdint.h:25,
                     from src/Blowfish.c:31:
    /usr/include/features.h:168:1: warning: this is the location of the 
previous definition
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/Blowfish.c:39:
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning: 
"_XOPEN_SOURCE" redefined
    In file included from /usr/include/stdint.h:25,
                     from src/Blowfish.c:31:
    /usr/include/features.h:170:1: warning: this is the location of the 
previous definition
    gcc -pthread -shared build/temp.linux-x86_64-2.7/src/Blowfish.o 
-L/usr/lib64 -lpython2.7 -o 
build/lib.linux-x86_64-2.7/Crypto/Cipher/_Blowfish.so
    building 'Crypto.Cipher._CAST' extension
    gcc -pthread -fno-strict-aliasing -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer 
-Isrc/ -I/usr/include/python2.7 -c src/CAST.c -o 
build/temp.linux-x86_64-2.7/src/CAST.o
    gcc -pthread -shared build/temp.linux-x86_64-2.7/src/CAST.o 
-L/usr/lib64 -lpython2.7 -o 
build/lib.linux-x86_64-2.7/Crypto/Cipher/_CAST.so
    building 'Crypto.Cipher._DES' extension
    gcc -pthread -fno-strict-aliasing -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer 
-Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES.c -o 
build/temp.linux-x86_64-2.7/src/DES.o
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/DES.c:37:
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning: 
"_POSIX_C_SOURCE" redefined
    In file included from /usr/include/assert.h:36,
                     from src/libtom/tomcrypt.h:3,
                     from src/libtom/tomcrypt_des.c:11,
                     from src/DES.c:32:
    /usr/include/features.h:168:1: warning: this is the location of the 
previous definition
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/DES.c:37:
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning: 
"_XOPEN_SOURCE" redefined
    In file included from /usr/include/assert.h:36,
                     from src/libtom/tomcrypt.h:3,
                     from src/libtom/tomcrypt_des.c:11,
                     from src/DES.c:32:
    /usr/include/features.h:170:1: warning: this is the location of the 
previous definition
    gcc -pthread -shared build/temp.linux-x86_64-2.7/src/DES.o 
-L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_DES.so
    building 'Crypto.Cipher._DES3' extension
    gcc -pthread -fno-strict-aliasing -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer 
-Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES3.c -o 
build/temp.linux-x86_64-2.7/src/DES3.o
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/DES.c:37,
                     from src/DES3.c:26:
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning: 
"_POSIX_C_SOURCE" redefined
    In file included from /usr/include/assert.h:36,
                     from src/libtom/tomcrypt.h:3,
                     from src/libtom/tomcrypt_des.c:11,
                     from src/DES.c:32,
                     from src/DES3.c:26:
    /usr/include/features.h:168:1: warning: this is the location of the 
previous definition
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/DES.c:37,
                     from src/DES3.c:26:
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning: 
"_XOPEN_SOURCE" redefined
    In file included from /usr/include/assert.h:36,
                     from src/libtom/tomcrypt.h:3,
                     from src/libtom/tomcrypt_des.c:11,
                     from src/DES.c:32,
                     from src/DES3.c:26:
    /usr/include/features.h:170:1: warning: this is the location of the 
previous definition
    gcc -pthread -shared build/temp.linux-x86_64-2.7/src/DES3.o 
-L/usr/lib64 -lpython2.7 -o 
build/lib.linux-x86_64-2.7/Crypto/Cipher/_DES3.so
    building 'Crypto.Cipher._ARC4' extension
    gcc -pthread -fno-strict-aliasing -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer 
-Isrc/ -I/usr/include/python2.7 -c src/ARC4.c -o 
build/temp.linux-x86_64-2.7/src/ARC4.o
    gcc -pthread -shared build/temp.linux-x86_64-2.7/src/ARC4.o 
-L/usr/lib64 -lpython2.7 -o 
build/lib.linux-x86_64-2.7/Crypto/Cipher/_ARC4.so
    building 'Crypto.Cipher._XOR' extension
    gcc -pthread -fno-strict-aliasing -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer 
-Isrc/ -I/usr/include/python2.7 -c src/XOR.c -o 
build/temp.linux-x86_64-2.7/src/XOR.o
    gcc -pthread -shared build/temp.linux-x86_64-2.7/src/XOR.o 
-L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_XOR.so
    building 'Crypto.Util.strxor' extension
    gcc -pthread -fno-strict-aliasing -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer 
-Isrc/ -I/usr/include/python2.7 -c src/strxor.c -o 
build/temp.linux-x86_64-2.7/src/strxor.o
    gcc -pthread -shared build/temp.linux-x86_64-2.7/src/strxor.o 
-L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/Crypto/Util/strxor.so
    building 'Crypto.Util._counter' extension
    gcc -pthread -fno-strict-aliasing -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -std=c99 -O3 -fomit-frame-pointer 
-Isrc/ -I/usr/include/python2.7 -c src/_counter.c -o 
build/temp.linux-x86_64-2.7/src/_counter.o
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/_counter.c:28:
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning: 
"_POSIX_C_SOURCE" redefined
    In file included from /usr/include/assert.h:36,
                     from src/_counter.c:25:
    /usr/include/features.h:168:1: warning: this is the location of the 
previous definition
    In file included from /usr/include/python2.7/pyconfig.h:6,
                     from /usr/include/python2.7/Python.h:8,
                     from src/_counter.c:28:
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning: 
"_XOPEN_SOURCE" redefined
    In file included from /usr/include/assert.h:36,
                     from src/_counter.c:25:
    /usr/include/features.h:170:1: warning: this is the location of the 
previous definition
    gcc -pthread -shared build/temp.linux-x86_64-2.7/src/_counter.o 
-L/usr/lib64 -lpython2.7 -o 
build/lib.linux-x86_64-2.7/Crypto/Util/_counter.so

  Running setup.py install for amqp
  Running setup.py install for anyjson

  Running setup.py install for microsofttranslator

  Running setup.py install for greenlet
    building 'greenlet' extension
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c greenlet.c 
-o build/temp.linux-x86_64-2.7/greenlet.o
    gcc -pthread -shared build/temp.linux-x86_64-2.7/greenlet.o 
-L/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/greenlet.so




  Running setup.py install for msgpack-python
    building 'msgpack._packer' extension
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -D__LITTLE_ENDIAN__=1 -I. 
-I/usr/include/python2.7 -c msgpack/_packer.cpp -o 
build/temp.linux-x86_64-2.7/msgpack/_packer.o
    gcc: error trying to exec 'cc1plus': execvp: そのようなファイルや 
ディレクトリはありません
    WARNING: Failed to compile extensiom modules.
    msgpack uses fallback pure python implementation.
    command 'gcc' failed with exit status 1
    building 'msgpack._unpacker' extension
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -D__LITTLE_ENDIAN__=1 -I. 
-I/usr/include/python2.7 -c msgpack/_unpacker.cpp -o 
build/temp.linux-x86_64-2.7/msgpack/_unpacker.o
    gcc: error trying to exec 'cc1plus': execvp: そのようなファイルや 
ディレクトリはありません
    WARNING: Failed to compile extensiom modules.
    msgpack uses fallback pure python implementation.
    command 'gcc' failed with exit status 1
  Running setup.py install for redis

  Running setup.py install for kombu
  Running setup.py install for billiard
    building '_billiard' extension
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_SEM_OPEN=1 -DHAVE_FD_TRANSFER=1 
-DHAVE_SEM_TIMEDWAIT=1 -IModules/_billiard -I/usr/include/python2.7 -c 
Modules/_billiard/multiprocessing.c -o 
build/temp.linux-x86_64-2.7/Modules/_billiard/multiprocessing.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_SEM_OPEN=1 -DHAVE_FD_TRANSFER=1 
-DHAVE_SEM_TIMEDWAIT=1 -IModules/_billiard -I/usr/include/python2.7 -c 
Modules/_billiard/socket_connection.c -o 
build/temp.linux-x86_64-2.7/Modules/_billiard/socket_connection.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_SEM_OPEN=1 -DHAVE_FD_TRANSFER=1 
-DHAVE_SEM_TIMEDWAIT=1 -IModules/_billiard -I/usr/include/python2.7 -c 
Modules/_billiard/semaphore.c -o 
build/temp.linux-x86_64-2.7/Modules/_billiard/semaphore.o
    gcc -pthread -shared 
build/temp.linux-x86_64-2.7/Modules/_billiard/multiprocessing.o 
build/temp.linux-x86_64-2.7/Modules/_billiard/socket_connection.o 
build/temp.linux-x86_64-2.7/Modules/_billiard/semaphore.o -L/usr/lib64 
-lrt -lpython2.7 -o build/lib.linux-x86_64-2.7/_billiard.so


  Running setup.py install for oauthlib
  Running setup.py install for python-openid
  Running setup.py install for PyYAML
    checking if libyaml is compilable
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c 
build/temp.linux-x86_64-2.7/check_libyaml.c -o 
build/temp.linux-x86_64-2.7/check_libyaml.o
    build/temp.linux-x86_64-2.7/check_libyaml.c:2:18: error: yaml.h: そ 
のようなファイルやディレクトリはありません
    build/temp.linux-x86_64-2.7/check_libyaml.c: In function ‘main’:
    build/temp.linux-x86_64-2.7/check_libyaml.c:5: error: 
‘yaml_parser_t’ undeclared (first use in this function)
    build/temp.linux-x86_64-2.7/check_libyaml.c:5: error: (Each 
undeclared identifier is reported only once
    build/temp.linux-x86_64-2.7/check_libyaml.c:5: error: for each 
function it appears in.)
    build/temp.linux-x86_64-2.7/check_libyaml.c:5: error: expected ‘;’ 
before ‘parser’
    build/temp.linux-x86_64-2.7/check_libyaml.c:6: error: 
‘yaml_emitter_t’ undeclared (first use in this function)
    build/temp.linux-x86_64-2.7/check_libyaml.c:6: error: expected ‘;’ 
before ‘emitter’
    build/temp.linux-x86_64-2.7/check_libyaml.c:8: warning: implicit 
declaration of function ‘yaml_parser_initialize’
    build/temp.linux-x86_64-2.7/check_libyaml.c:8: error: ‘parser’ 
undeclared (first use in this function)
    build/temp.linux-x86_64-2.7/check_libyaml.c:9: warning: implicit 
declaration of function ‘yaml_parser_delete’
    build/temp.linux-x86_64-2.7/check_libyaml.c:11: warning: implicit 
declaration of function ‘yaml_emitter_initialize’
    build/temp.linux-x86_64-2.7/check_libyaml.c:11: error: ‘emitter’ 
undeclared (first use in this function)
    build/temp.linux-x86_64-2.7/check_libyaml.c:12: warning: implicit 
declaration of function ‘yaml_emitter_delete’
    libyaml is not found or a compiler error: forcing --without-libyaml
    (if libyaml is installed correctly, you may need to
     specify the option --include-dirs or uncomment and
     modify the parameter include_dirs in setup.cfg)
  Running setup.py install for networkx


  Running setup.py install for django-rosetta


  Running setup.py install for bpython
    Installing bpython-urwid script to 
/home/ec2-user/works/nodeshot/env/nodeshot/bin
    Installing bpython-curses script to 
/home/ec2-user/works/nodeshot/env/nodeshot/bin
    Installing bpdb script to /home/ec2-user/works/nodeshot/env/nodeshot/bin
    Installing bpython script to 
/home/ec2-user/works/nodeshot/env/nodeshot/bin

  Running setup.py install for netengine
    
/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/setuptools/dist.py:292: 
UserWarning: The version specified ('0.1 alpha') is an invalid version, 
this may not work as expected with newer versions of setuptools, pip, 
and PyPI. Please see PEP 440 for more details.
      "details." % self.metadata.version
  Running setup.py install for django-netfields


  Running setup.py install for django-redis
  Running setup.py install for django-cors-headers
  Running setup.py install for django-celery-email

  Running setup.py install for django-reversion





  Running setup.py install for django-rest-swagger
  Running setup.py install for drf-extensions


  Running setup.py install for django-leaflet
  Running setup.py install for django-filebrowser
  Running setup.py install for django-grappelli

  Running setup.py install for jsonfield



  Running setup.py install for mimeparse

  Running setup.py install for simplejson
    building 'simplejson._speedups' extension
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python2.7 -c 
simplejson/_speedups.c -o build/temp.linux-x86_64-2.7/simplejson/_speedups.o
    gcc -pthread -shared 
build/temp.linux-x86_64-2.7/simplejson/_speedups.o -L/usr/lib64 
-lpython2.7 -o build/lib.linux-x86_64-2.7/simplejson/_speedups.so
  Running setup.py install for Pillow
    Single threaded build, not installing mp_compile:1 processes
    building 'PIL._imaging' extension
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
_imaging.c -o build/temp.linux-x86_64-2.7/_imaging.o
    _imaging.c: In function ‘getink’:
    _imaging.c:477: warning: ‘r’ may be used uninitialized in this function
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c decode.c 
-o build/temp.linux-x86_64-2.7/decode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c encode.c 
-o build/temp.linux-x86_64-2.7/encode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c map.c -o 
build/temp.linux-x86_64-2.7/map.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
display.c -o build/temp.linux-x86_64-2.7/display.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
outline.c -o build/temp.linux-x86_64-2.7/outline.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c path.c 
-o build/temp.linux-x86_64-2.7/path.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Access.c -o build/temp.linux-x86_64-2.7/libImaging/Access.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/AlphaComposite.c -o 
build/temp.linux-x86_64-2.7/libImaging/AlphaComposite.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Resample.c -o build/temp.linux-x86_64-2.7/libImaging/Resample.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Bands.c -o build/temp.linux-x86_64-2.7/libImaging/Bands.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/BitDecode.c -o build/temp.linux-x86_64-2.7/libImaging/BitDecode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Blend.c -o build/temp.linux-x86_64-2.7/libImaging/Blend.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Chops.c -o build/temp.linux-x86_64-2.7/libImaging/Chops.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Convert.c -o build/temp.linux-x86_64-2.7/libImaging/Convert.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/ConvertYCbCr.c -o 
build/temp.linux-x86_64-2.7/libImaging/ConvertYCbCr.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Copy.c -o build/temp.linux-x86_64-2.7/libImaging/Copy.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Crc32.c -o build/temp.linux-x86_64-2.7/libImaging/Crc32.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Crop.c -o build/temp.linux-x86_64-2.7/libImaging/Crop.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Dib.c -o build/temp.linux-x86_64-2.7/libImaging/Dib.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Draw.c -o build/temp.linux-x86_64-2.7/libImaging/Draw.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Effects.c -o build/temp.linux-x86_64-2.7/libImaging/Effects.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/EpsEncode.c -o build/temp.linux-x86_64-2.7/libImaging/EpsEncode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/File.c -o build/temp.linux-x86_64-2.7/libImaging/File.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Fill.c -o build/temp.linux-x86_64-2.7/libImaging/Fill.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Filter.c -o build/temp.linux-x86_64-2.7/libImaging/Filter.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/FliDecode.c -o build/temp.linux-x86_64-2.7/libImaging/FliDecode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Geometry.c -o build/temp.linux-x86_64-2.7/libImaging/Geometry.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/GetBBox.c -o build/temp.linux-x86_64-2.7/libImaging/GetBBox.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/GifDecode.c -o build/temp.linux-x86_64-2.7/libImaging/GifDecode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/GifEncode.c -o build/temp.linux-x86_64-2.7/libImaging/GifEncode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/HexDecode.c -o build/temp.linux-x86_64-2.7/libImaging/HexDecode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Histo.c -o build/temp.linux-x86_64-2.7/libImaging/Histo.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/JpegDecode.c -o 
build/temp.linux-x86_64-2.7/libImaging/JpegDecode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/JpegEncode.c -o 
build/temp.linux-x86_64-2.7/libImaging/JpegEncode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/LzwDecode.c -o build/temp.linux-x86_64-2.7/libImaging/LzwDecode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Matrix.c -o build/temp.linux-x86_64-2.7/libImaging/Matrix.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/ModeFilter.c -o 
build/temp.linux-x86_64-2.7/libImaging/ModeFilter.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/MspDecode.c -o build/temp.linux-x86_64-2.7/libImaging/MspDecode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Negative.c -o build/temp.linux-x86_64-2.7/libImaging/Negative.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Offset.c -o build/temp.linux-x86_64-2.7/libImaging/Offset.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Pack.c -o build/temp.linux-x86_64-2.7/libImaging/Pack.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/PackDecode.c -o 
build/temp.linux-x86_64-2.7/libImaging/PackDecode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Palette.c -o build/temp.linux-x86_64-2.7/libImaging/Palette.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Paste.c -o build/temp.linux-x86_64-2.7/libImaging/Paste.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Quant.c -o build/temp.linux-x86_64-2.7/libImaging/Quant.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/QuantOctree.c -o 
build/temp.linux-x86_64-2.7/libImaging/QuantOctree.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/QuantHash.c -o build/temp.linux-x86_64-2.7/libImaging/QuantHash.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/QuantHeap.c -o build/temp.linux-x86_64-2.7/libImaging/QuantHeap.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/PcdDecode.c -o build/temp.linux-x86_64-2.7/libImaging/PcdDecode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/PcxDecode.c -o build/temp.linux-x86_64-2.7/libImaging/PcxDecode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/PcxEncode.c -o build/temp.linux-x86_64-2.7/libImaging/PcxEncode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Point.c -o build/temp.linux-x86_64-2.7/libImaging/Point.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/RankFilter.c -o 
build/temp.linux-x86_64-2.7/libImaging/RankFilter.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/RawDecode.c -o build/temp.linux-x86_64-2.7/libImaging/RawDecode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/RawEncode.c -o build/temp.linux-x86_64-2.7/libImaging/RawEncode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Storage.c -o build/temp.linux-x86_64-2.7/libImaging/Storage.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/SunRleDecode.c -o 
build/temp.linux-x86_64-2.7/libImaging/SunRleDecode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/TgaRleDecode.c -o 
build/temp.linux-x86_64-2.7/libImaging/TgaRleDecode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Unpack.c -o build/temp.linux-x86_64-2.7/libImaging/Unpack.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/UnpackYCC.c -o build/temp.linux-x86_64-2.7/libImaging/UnpackYCC.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/UnsharpMask.c -o 
build/temp.linux-x86_64-2.7/libImaging/UnsharpMask.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/XbmDecode.c -o build/temp.linux-x86_64-2.7/libImaging/XbmDecode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/XbmEncode.c -o build/temp.linux-x86_64-2.7/libImaging/XbmEncode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/ZipDecode.c -o build/temp.linux-x86_64-2.7/libImaging/ZipDecode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/ZipEncode.c -o build/temp.linux-x86_64-2.7/libImaging/ZipEncode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/TiffDecode.c -o 
build/temp.linux-x86_64-2.7/libImaging/TiffDecode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Incremental.c -o 
build/temp.linux-x86_64-2.7/libImaging/Incremental.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Jpeg2KDecode.c -o 
build/temp.linux-x86_64-2.7/libImaging/Jpeg2KDecode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/Jpeg2KEncode.c -o 
build/temp.linux-x86_64-2.7/libImaging/Jpeg2KEncode.o
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ 
-DHAVE_LIBTIFF -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
libImaging/BoxBlur.c -o build/temp.linux-x86_64-2.7/libImaging/BoxBlur.o
    gcc -pthread -shared build/temp.linux-x86_64-2.7/_imaging.o 
build/temp.linux-x86_64-2.7/decode.o 
build/temp.linux-x86_64-2.7/encode.o build/temp.linux-x86_64-2.7/map.o 
build/temp.linux-x86_64-2.7/display.o 
build/temp.linux-x86_64-2.7/outline.o build/temp.linux-x86_64-2.7/path.o 
build/temp.linux-x86_64-2.7/libImaging/Access.o 
build/temp.linux-x86_64-2.7/libImaging/AlphaComposite.o 
build/temp.linux-x86_64-2.7/libImaging/Resample.o 
build/temp.linux-x86_64-2.7/libImaging/Bands.o 
build/temp.linux-x86_64-2.7/libImaging/BitDecode.o 
build/temp.linux-x86_64-2.7/libImaging/Blend.o 
build/temp.linux-x86_64-2.7/libImaging/Chops.o 
build/temp.linux-x86_64-2.7/libImaging/Convert.o 
build/temp.linux-x86_64-2.7/libImaging/ConvertYCbCr.o 
build/temp.linux-x86_64-2.7/libImaging/Copy.o 
build/temp.linux-x86_64-2.7/libImaging/Crc32.o 
build/temp.linux-x86_64-2.7/libImaging/Crop.o 
build/temp.linux-x86_64-2.7/libImaging/Dib.o 
build/temp.linux-x86_64-2.7/libImaging/Draw.o 
build/temp.linux-x86_64-2.7/libImaging/Effects.o 
build/temp.linux-x86_64-2.7/libImaging/EpsEncode.o 
build/temp.linux-x86_64-2.7/libImaging/File.o 
build/temp.linux-x86_64-2.7/libImaging/Fill.o 
build/temp.linux-x86_64-2.7/libImaging/Filter.o 
build/temp.linux-x86_64-2.7/libImaging/FliDecode.o 
build/temp.linux-x86_64-2.7/libImaging/Geometry.o 
build/temp.linux-x86_64-2.7/libImaging/GetBBox.o 
build/temp.linux-x86_64-2.7/libImaging/GifDecode.o 
build/temp.linux-x86_64-2.7/libImaging/GifEncode.o 
build/temp.linux-x86_64-2.7/libImaging/HexDecode.o 
build/temp.linux-x86_64-2.7/libImaging/Histo.o 
build/temp.linux-x86_64-2.7/libImaging/JpegDecode.o 
build/temp.linux-x86_64-2.7/libImaging/JpegEncode.o 
build/temp.linux-x86_64-2.7/libImaging/LzwDecode.o 
build/temp.linux-x86_64-2.7/libImaging/Matrix.o 
build/temp.linux-x86_64-2.7/libImaging/ModeFilter.o 
build/temp.linux-x86_64-2.7/libImaging/MspDecode.o 
build/temp.linux-x86_64-2.7/libImaging/Negative.o 
build/temp.linux-x86_64-2.7/libImaging/Offset.o 
build/temp.linux-x86_64-2.7/libImaging/Pack.o 
build/temp.linux-x86_64-2.7/libImaging/PackDecode.o 
build/temp.linux-x86_64-2.7/libImaging/Palette.o 
build/temp.linux-x86_64-2.7/libImaging/Paste.o 
build/temp.linux-x86_64-2.7/libImaging/Quant.o 
build/temp.linux-x86_64-2.7/libImaging/QuantOctree.o 
build/temp.linux-x86_64-2.7/libImaging/QuantHash.o 
build/temp.linux-x86_64-2.7/libImaging/QuantHeap.o 
build/temp.linux-x86_64-2.7/libImaging/PcdDecode.o 
build/temp.linux-x86_64-2.7/libImaging/PcxDecode.o 
build/temp.linux-x86_64-2.7/libImaging/PcxEncode.o 
build/temp.linux-x86_64-2.7/libImaging/Point.o 
build/temp.linux-x86_64-2.7/libImaging/RankFilter.o 
build/temp.linux-x86_64-2.7/libImaging/RawDecode.o 
build/temp.linux-x86_64-2.7/libImaging/RawEncode.o 
build/temp.linux-x86_64-2.7/libImaging/Storage.o 
build/temp.linux-x86_64-2.7/libImaging/SunRleDecode.o 
build/temp.linux-x86_64-2.7/libImaging/TgaRleDecode.o 
build/temp.linux-x86_64-2.7/libImaging/Unpack.o 
build/temp.linux-x86_64-2.7/libImaging/UnpackYCC.o 
build/temp.linux-x86_64-2.7/libImaging/UnsharpMask.o 
build/temp.linux-x86_64-2.7/libImaging/XbmDecode.o 
build/temp.linux-x86_64-2.7/libImaging/XbmEncode.o 
build/temp.linux-x86_64-2.7/libImaging/ZipDecode.o 
build/temp.linux-x86_64-2.7/libImaging/ZipEncode.o 
build/temp.linux-x86_64-2.7/libImaging/TiffDecode.o 
build/temp.linux-x86_64-2.7/libImaging/Incremental.o 
build/temp.linux-x86_64-2.7/libImaging/Jpeg2KDecode.o 
build/temp.linux-x86_64-2.7/libImaging/Jpeg2KEncode.o 
build/temp.linux-x86_64-2.7/libImaging/BoxBlur.o 
-L/home/ec2-user/works/nodeshot/env/nodeshot/lib -L/lib64 -L/usr/lib64 
-L/usr/local/lib -L/usr/lib -L/usr/lib64 -ljpeg -lz -ltiff -lpython2.7 
-o build/lib.linux-x86_64-2.7/PIL/_imaging.so
    building 'PIL._imagingft' extension
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
_imagingft.c -o build/temp.linux-x86_64-2.7/_imagingft.o
    gcc -pthread -shared build/temp.linux-x86_64-2.7/_imagingft.o 
-L/home/ec2-user/works/nodeshot/env/nodeshot/lib -L/lib64 -L/usr/lib64 
-L/usr/local/lib -L/usr/lib -L/usr/lib64 -lfreetype -lpython2.7 -o 
build/lib.linux-x86_64-2.7/PIL/_imagingft.so
    building 'PIL._imagingmath' extension
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
_imagingmath.c -o build/temp.linux-x86_64-2.7/_imagingmath.o
    gcc -pthread -shared build/temp.linux-x86_64-2.7/_imagingmath.o 
-L/home/ec2-user/works/nodeshot/env/nodeshot/lib -L/lib64 -L/usr/lib64 
-L/usr/local/lib -L/usr/lib -L/usr/lib64 -lpython2.7 -o 
build/lib.linux-x86_64-2.7/PIL/_imagingmath.so
    building 'PIL._imagingmorph' extension
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/freetype2 
-I/tmp/pip-build-4kfeh7/Pillow/libImaging 
-I/home/ec2-user/works/nodeshot/env/nodeshot/include 
-I/usr/local/include -I/usr/include -I/usr/include/python2.7 -c 
_imagingmorph.c -o build/temp.linux-x86_64-2.7/_imagingmorph.o
    gcc -pthread -shared build/temp.linux-x86_64-2.7/_imagingmorph.o 
-L/home/ec2-user/works/nodeshot/env/nodeshot/lib -L/lib64 -L/usr/lib64 
-L/usr/local/lib -L/usr/lib -L/usr/lib64 -lpython2.7 -o 
build/lib.linux-x86_64-2.7/PIL/_imagingmorph.so
    --------------------------------------------------------------------
    PIL SETUP SUMMARY
    --------------------------------------------------------------------
    version      Pillow 3.0.0
    platform     linux2 2.7.9 (default, Apr  1 2015, 18:18:03)
                 [GCC 4.8.2 20140120 (Red Hat 4.8.2-16)]
    --------------------------------------------------------------------
    *** TKINTER support not available
    --- JPEG support available
    *** OPENJPEG (JPEG2000) support not available
    --- ZLIB (PNG/ZIP) support available
    --- LIBTIFF support available
    --- FREETYPE2 support available
    *** LITTLECMS2 support not available
    *** WEBP support not available
    *** WEBPMUX support not available
    --------------------------------------------------------------------
    To add a missing option, make sure you have the required
    library, and set the corresponding ROOT variable in the
    setup.py script.
    To check the build, run the selftest.py script.
    changing mode of build/scripts-2.7/player.py from 664 to 775
    changing mode of build/scripts-2.7/pildriver.py from 664 to 775
    changing mode of build/scripts-2.7/pilfile.py from 664 to 775
    changing mode of build/scripts-2.7/pilprint.py from 664 to 775
    changing mode of build/scripts-2.7/painter.py from 664 to 775
    changing mode of build/scripts-2.7/gifmaker.py from 664 to 775
    changing mode of build/scripts-2.7/viewer.py from 664 to 775
    changing mode of build/scripts-2.7/pilfont.py from 664 to 775
    changing mode of build/scripts-2.7/createfontdatachunk.py from 664 
to 775
    changing mode of build/scripts-2.7/pilconvert.py from 664 to 775
    changing mode of build/scripts-2.7/enhancer.py from 664 to 775
    changing mode of build/scripts-2.7/thresholder.py from 664 to 775
    changing mode of build/scripts-2.7/explode.py from 664 to 775
    changing mode of 
/home/ec2-user/works/nodeshot/env/nodeshot/bin/player.py to 775
    changing mode of 
/home/ec2-user/works/nodeshot/env/nodeshot/bin/pildriver.py to 775
    changing mode of 
/home/ec2-user/works/nodeshot/env/nodeshot/bin/pilfile.py to 775
    changing mode of 
/home/ec2-user/works/nodeshot/env/nodeshot/bin/pilprint.py to 775
    changing mode of 
/home/ec2-user/works/nodeshot/env/nodeshot/bin/painter.py to 775
    changing mode of 
/home/ec2-user/works/nodeshot/env/nodeshot/bin/gifmaker.py to 775
    changing mode of 
/home/ec2-user/works/nodeshot/env/nodeshot/bin/viewer.py to 775
    changing mode of 
/home/ec2-user/works/nodeshot/env/nodeshot/bin/pilfont.py to 775
    changing mode of 
/home/ec2-user/works/nodeshot/env/nodeshot/bin/createfontdatachunk.py to 775
    changing mode of 
/home/ec2-user/works/nodeshot/env/nodeshot/bin/pilconvert.py to 775
    changing mode of 
/home/ec2-user/works/nodeshot/env/nodeshot/bin/enhancer.py to 775
    changing mode of 
/home/ec2-user/works/nodeshot/env/nodeshot/bin/thresholder.py to 775
    changing mode of 
/home/ec2-user/works/nodeshot/env/nodeshot/bin/explode.py to 775

  Running setup.py install for psycopg2
    building 'psycopg2._psycopg' extension
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/psycopgmodule.c -o 
build/temp.linux-x86_64-2.7/psycopg/psycopgmodule.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c psycopg/green.c 
-o build/temp.linux-x86_64-2.7/psycopg/green.o -Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c psycopg/pqpath.c 
-o build/temp.linux-x86_64-2.7/psycopg/pqpath.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c psycopg/utils.c 
-o build/temp.linux-x86_64-2.7/psycopg/utils.o -Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/bytes_format.c -o 
build/temp.linux-x86_64-2.7/psycopg/bytes_format.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/connection_int.c -o 
build/temp.linux-x86_64-2.7/psycopg/connection_int.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/connection_type.c -o 
build/temp.linux-x86_64-2.7/psycopg/connection_type.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/cursor_int.c -o build/temp.linux-x86_64-2.7/psycopg/cursor_int.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/cursor_type.c -o 
build/temp.linux-x86_64-2.7/psycopg/cursor_type.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/diagnostics_type.c -o 
build/temp.linux-x86_64-2.7/psycopg/diagnostics_type.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/error_type.c -o build/temp.linux-x86_64-2.7/psycopg/error_type.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/lobject_int.c -o 
build/temp.linux-x86_64-2.7/psycopg/lobject_int.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/lobject_type.c -o 
build/temp.linux-x86_64-2.7/psycopg/lobject_type.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/notify_type.c -o 
build/temp.linux-x86_64-2.7/psycopg/notify_type.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/xid_type.c -o build/temp.linux-x86_64-2.7/psycopg/xid_type.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/adapter_asis.c -o 
build/temp.linux-x86_64-2.7/psycopg/adapter_asis.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/adapter_binary.c -o 
build/temp.linux-x86_64-2.7/psycopg/adapter_binary.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/adapter_datetime.c -o 
build/temp.linux-x86_64-2.7/psycopg/adapter_datetime.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/adapter_list.c -o 
build/temp.linux-x86_64-2.7/psycopg/adapter_list.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/adapter_pboolean.c -o 
build/temp.linux-x86_64-2.7/psycopg/adapter_pboolean.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/adapter_pdecimal.c -o 
build/temp.linux-x86_64-2.7/psycopg/adapter_pdecimal.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/adapter_pint.c -o 
build/temp.linux-x86_64-2.7/psycopg/adapter_pint.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/adapter_pfloat.c -o 
build/temp.linux-x86_64-2.7/psycopg/adapter_pfloat.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/adapter_qstring.c -o 
build/temp.linux-x86_64-2.7/psycopg/adapter_qstring.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/microprotocols.c -o 
build/temp.linux-x86_64-2.7/psycopg/microprotocols.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/microprotocols_proto.c -o 
build/temp.linux-x86_64-2.7/psycopg/microprotocols_proto.o 
-Wdeclaration-after-statement
    gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall 
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector 
--param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC 
-fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions 
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic 
-D_GNU_SOURCE -fPIC -fwrapv -fPIC -DPSYCOPG_DEFAULT_PYDATETIME=1 
-DPSYCOPG_VERSION="2.6.1 (dt dec pq3 ext lo64)" 
-DPG_VERSION_HEX=0x090306 -DHAVE_LO64=1 -I/usr/include/python2.7 -I. 
-I/usr/include/pgsql93 -I/usr/include/pgsql93/server -c 
psycopg/typecast.c -o build/temp.linux-x86_64-2.7/psycopg/typecast.o 
-Wdeclaration-after-statement
    gcc -pthread -shared 
build/temp.linux-x86_64-2.7/psycopg/psycopgmodule.o 
build/temp.linux-x86_64-2.7/psycopg/green.o 
build/temp.linux-x86_64-2.7/psycopg/pqpath.o 
build/temp.linux-x86_64-2.7/psycopg/utils.o 
build/temp.linux-x86_64-2.7/psycopg/bytes_format.o 
build/temp.linux-x86_64-2.7/psycopg/connection_int.o 
build/temp.linux-x86_64-2.7/psycopg/connection_type.o 
build/temp.linux-x86_64-2.7/psycopg/cursor_int.o 
build/temp.linux-x86_64-2.7/psycopg/cursor_type.o 
build/temp.linux-x86_64-2.7/psycopg/diagnostics_type.o 
build/temp.linux-x86_64-2.7/psycopg/error_type.o 
build/temp.linux-x86_64-2.7/psycopg/lobject_int.o 
build/temp.linux-x86_64-2.7/psycopg/lobject_type.o 
build/temp.linux-x86_64-2.7/psycopg/notify_type.o 
build/temp.linux-x86_64-2.7/psycopg/xid_type.o 
build/temp.linux-x86_64-2.7/psycopg/adapter_asis.o 
build/temp.linux-x86_64-2.7/psycopg/adapter_binary.o 
build/temp.linux-x86_64-2.7/psycopg/adapter_datetime.o 
build/temp.linux-x86_64-2.7/psycopg/adapter_list.o 
build/temp.linux-x86_64-2.7/psycopg/adapter_pboolean.o 
build/temp.linux-x86_64-2.7/psycopg/adapter_pdecimal.o 
build/temp.linux-x86_64-2.7/psycopg/adapter_pint.o 
build/temp.linux-x86_64-2.7/psycopg/adapter_pfloat.o 
build/temp.linux-x86_64-2.7/psycopg/adapter_qstring.o 
build/temp.linux-x86_64-2.7/psycopg/microprotocols.o 
build/temp.linux-x86_64-2.7/psycopg/microprotocols_proto.o 
build/temp.linux-x86_64-2.7/psycopg/typecast.o -L/usr/lib64 
-L/usr/lib64/pgsql93 -lpython2.7 -lpq -o 
build/lib.linux-x86_64-2.7/psycopg2/_psycopg.so
Successfully installed Django-1.8.4 Pillow-3.0.0 PyJWT-1.4.0 PyYAML-3.11 
amqp-1.4.7 anyjson-0.3.3 billiard-3.3.0.20 blessings-1.6 bpython-0.14.2 
celery-3.1.18 curtsies-0.1.19 decorator-4.0.4 django-appconf-1.0.1 
django-celery-email-1.1.2 django-cors-headers-1.1.0 
django-extensions-1.5.7 django-filebrowser-3.6.1 django-grappelli-2.7.1 
django-hstore-1.4 django-leaflet-0.16.0 django-netfields-0.3.1 
django-redis-4.2.0 django-rest-swagger-0.3.4 django-reversion-1.9.3 
django-rosetta-0.7.6 django-smuggler-0.6.0 djangorestframework-3.2.3 
djangorestframework-gis-0.9.4 djangorestframework-hstore-1.3 
drf-extensions-0.2.7 ecdsa-0.13 geojson-elevation-0.1 greenlet-0.4.9 
influxdb-2.9.1 jsonfield-1.0.3 kombu-3.0.27 libcnml-0.9.2 markdown-2.6.2 
microsofttranslator-0.5 mimeparse-0.1.3 msgpack-python-0.4.6 
netaddr-0.7.18 netdiff-0.4.4 netengine-0.1a0 networkx-1.10 
oauthlib-1.0.3 paramiko-1.15.3 ply-3.8 polib-1.0.7 psycopg2-2.6.1 
pyasn1-0.1.9 pycrypto-2.6.1 pygments-2.0.2 pysmi-0.0.6 pysnmp-4.3.0 
python-dateutil-2.4.2 python-openid-2.2.5 python-social-auth-0.2.12 
pytz-2015.6 raven-5.7.2 redis-2.10.3 requests-2.8.0 
requests-oauthlib-0.5.0 simplejson-3.8.0 six-1.10.0 tld-0.7.4
(nodeshot)[ec2-user at ip-172-31-12-8 nodeshot]$

(nodeshot)[ec2-user at ip-172-31-12-8 nodeshot]$ python setup.py develop
/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/setuptools/dist.py:292: 
UserWarning: The version specified ('1.0 pre-alpha') is an invalid 
version, this may not work as expected with newer versions of 
setuptools, pip, and PyPI. Please see PEP 440 for more details.
  "details." % self.metadata.version
running develop
running egg_info
creating nodeshot.egg-info
writing requirements to nodeshot.egg-info/requires.txt
writing nodeshot.egg-info/PKG-INFO
writing top-level names to nodeshot.egg-info/top_level.txt
writing dependency_links to nodeshot.egg-info/dependency_links.txt
writing manifest file 'nodeshot.egg-info/SOURCES.txt'
reading manifest file 'nodeshot.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.swp' found under 
directory '*'
writing manifest file 'nodeshot.egg-info/SOURCES.txt'
running build_ext
Creating 
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages/nodeshot.egg-link 
(link to .)
Adding nodeshot 1.0.pre-alpha to easy-install.pth file
/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2510: 
PEP440Warning: 'nodeshot (1.0.pre-alpha)' is being parsed as a legacy, 
non PEP 440, version. You may find odd behavior and sort order. In 
particular it will be sorted as less than 0.0. It is recommend to 
migrate to PEP 440 compatible versions.
  PEP440Warning,
Installing nodeshot script to /home/ec2-user/works/nodeshot/env/nodeshot/bin

Installed /home/ec2-user/works/nodeshot
Processing dependencies for nodeshot===1.0.pre-alpha
error: six 1.10.0 is installed but six==1.9.0 is required by 
set(['influxdb'])
*(nodeshot)[ec2-user at ip-172-31-12-8 nodeshot]$ pip uninstall six*
You are using pip version 6.0.8, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Uninstalling six-1.10.0:
  
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages/six-1.10.0.dist-info/DESCRIPTION.rst
  
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages/six-1.10.0.dist-info/METADATA
  
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages/six-1.10.0.dist-info/RECORD
  
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages/six-1.10.0.dist-info/WHEEL
  
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages/six-1.10.0.dist-info/metadata.json
  
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages/six-1.10.0.dist-info/top_level.txt
  
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages/six.py
  
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages/six.pyc
Proceed (y/n)? y
  Successfully uninstalled six-1.10.0
*(nodeshot)[ec2-user at ip-172-31-12-8 nodeshot]$ pip install 'six==1.9.0'*
You are using pip version 6.0.8, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting six==1.9.0
  Using cached six-1.9.0-py2.py3-none-any.whl
Installing collected packages: six

Successfully installed six-1.9.0
*(nodeshot)[ec2-user at ip-172-31-12-8 nodeshot]$ python setup.py develop*
/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/setuptools/dist.py:292: 
UserWarning: The version specified ('1.0 pre-alpha') is an invalid 
version, this may not work as expected with newer versions of 
setuptools, pip, and PyPI. Please see PEP 440 for more details.
  "details." % self.metadata.version
running develop
/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/pkg_resources/__init__.py:2510: 
PEP440Warning: 'nodeshot (1.0.pre-alpha)' is being parsed as a legacy, 
non PEP 440, version. You may find odd behavior and sort order. In 
particular it will be sorted as less than 0.0. It is recommend to 
migrate to PEP 440 compatible versions.
  PEP440Warning,
running egg_info
writing requirements to nodeshot.egg-info/requires.txt
writing nodeshot.egg-info/PKG-INFO
writing top-level names to nodeshot.egg-info/top_level.txt
writing dependency_links to nodeshot.egg-info/dependency_links.txt
reading manifest file 'nodeshot.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.swp' found under 
directory '*'
writing manifest file 'nodeshot.egg-info/SOURCES.txt'
running build_ext
Creating 
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages/nodeshot.egg-link 
(link to .)
nodeshot 1.0.pre-alpha is already the active version in easy-install.pth
Installing nodeshot script to /home/ec2-user/works/nodeshot/env/nodeshot/bin

Installed /home/ec2-user/works/nodeshot
Processing dependencies for nodeshot===1.0.pre-alpha
Searching for tld==0.7.4
Best match: tld 0.7.4
Adding tld 0.7.4 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for influxdb==2.9.1
Best match: influxdb 2.9.1
Adding influxdb 2.9.1 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for django-rosetta==0.7.6
Best match: django-rosetta 0.7.6
Adding django-rosetta 0.7.6 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for raven==5.7.2
Best match: raven 5.7.2
Adding raven 5.7.2 to easy-install.pth file
Installing raven script to /home/ec2-user/works/nodeshot/env/nodeshot/bin

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for django-extensions==1.5.7
Best match: django-extensions 1.5.7
Adding django-extensions 1.5.7 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for bpython==0.14.2
Best match: bpython 0.14.2
Adding bpython 0.14.2 to easy-install.pth file
Installing bpython-urwid script to 
/home/ec2-user/works/nodeshot/env/nodeshot/bin
Installing bpython-curses script to 
/home/ec2-user/works/nodeshot/env/nodeshot/bin
Installing bpdb script to /home/ec2-user/works/nodeshot/env/nodeshot/bin
Installing bpython script to /home/ec2-user/works/nodeshot/env/nodeshot/bin

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for libcnml==0.9.2
Best match: libcnml 0.9.2
Adding libcnml 0.9.2 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for netengine==0.1a0
Best match: netengine 0.1a0
Adding netengine 0.1a0 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for django-netfields==0.3.1
Best match: django-netfields 0.3.1
Adding django-netfields 0.3.1 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for netaddr==0.7.18
Best match: netaddr 0.7.18
Adding netaddr 0.7.18 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for django-smuggler==0.6.0
Best match: django-smuggler 0.6.0
Adding django-smuggler 0.6.0 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for django-redis==4.2.0
Best match: django-redis 4.2.0
Adding django-redis 4.2.0 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for django-cors-headers==1.1.0
Best match: django-cors-headers 1.1.0
Adding django-cors-headers 1.1.0 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for django-celery-email==1.1.2
Best match: django-celery-email 1.1.2
Adding django-celery-email 1.1.2 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for celery==3.1.18
Best match: celery 3.1.18
Adding celery 3.1.18 to easy-install.pth file
Installing celery script to /home/ec2-user/works/nodeshot/env/nodeshot/bin
Installing celeryd script to /home/ec2-user/works/nodeshot/env/nodeshot/bin
Installing celeryd-multi script to 
/home/ec2-user/works/nodeshot/env/nodeshot/bin
Installing celerybeat script to 
/home/ec2-user/works/nodeshot/env/nodeshot/bin

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for django-reversion==1.9.3
Best match: django-reversion 1.9.3
Adding django-reversion 1.9.3 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for python-social-auth==0.2.12
Best match: python-social-auth 0.2.12
Adding python-social-auth 0.2.12 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for geojson-elevation==0.1
Best match: geojson-elevation 0.1
Adding geojson-elevation 0.1 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for djangorestframework-hstore==1.3
Best match: djangorestframework-hstore 1.3
Adding djangorestframework-hstore 1.3 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for djangorestframework-gis==0.9.4
Best match: djangorestframework-gis 0.9.4
Adding djangorestframework-gis 0.9.4 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for Markdown==2.6.2
Best match: Markdown 2.6.2
Adding Markdown 2.6.2 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for django-rest-swagger==0.3.4
Best match: django-rest-swagger 0.3.4
Adding django-rest-swagger 0.3.4 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for drf-extensions==0.2.7
Best match: drf-extensions 0.2.7
Adding drf-extensions 0.2.7 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for djangorestframework==3.2.3
Best match: djangorestframework 3.2.3
Adding djangorestframework 3.2.3 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for django-hstore==1.4
Best match: django-hstore 1.4
Adding django-hstore 1.4 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for django-leaflet==0.16.0
Best match: django-leaflet 0.16.0
Adding django-leaflet 0.16.0 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for django-filebrowser==3.6.1
Best match: django-filebrowser 3.6.1
Adding django-filebrowser 3.6.1 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for django-grappelli==2.7.1
Best match: django-grappelli 2.7.1
Adding django-grappelli 2.7.1 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for netdiff==0.4.4
Best match: netdiff 0.4.4
Adding netdiff 0.4.4 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for jsonfield==1.0.3
Best match: jsonfield 1.0.3
Adding jsonfield 1.0.3 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for requests==2.8.0
Best match: requests 2.8.0
Adding requests 2.8.0 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for wsgiref==0.1.2
Best match: wsgiref 0.1.2
Adding wsgiref 0.1.2 to easy-install.pth file

Using /usr/lib64/python2.7
Searching for six==1.9.0
Best match: six 1.9.0
Adding six 1.9.0 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for python-dateutil==2.4.2
Best match: python-dateutil 2.4.2
Adding python-dateutil 2.4.2 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for mimeparse==0.1.3
Best match: mimeparse 0.1.3
Adding mimeparse 0.1.3 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for pytz==2015.6
Best match: pytz 2015.6
Adding pytz 2015.6 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for simplejson==3.8.0
Best match: simplejson 3.8.0
Adding simplejson 3.8.0 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for Pillow==3.0.0
Best match: Pillow 3.0.0
Adding Pillow 3.0.0 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for Django==1.8.4
Best match: Django 1.8.4
Adding Django 1.8.4 to easy-install.pth file
Installing django-admin script to 
/home/ec2-user/works/nodeshot/env/nodeshot/bin

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for psycopg2==2.6.1
Best match: psycopg2 2.6.1
Adding psycopg2 2.6.1 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for microsofttranslator==0.5
Best match: microsofttranslator 0.5
Adding microsofttranslator 0.5 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for polib==1.0.7
Best match: polib 1.0.7
Adding polib 1.0.7 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for greenlet==0.4.9
Best match: greenlet 0.4.9
Adding greenlet 0.4.9 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for curtsies==0.1.19
Best match: curtsies 0.1.19
Adding curtsies 0.1.19 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for Pygments==2.0.2
Best match: Pygments 2.0.2
Adding Pygments 2.0.2 to easy-install.pth file
Installing pygmentize script to 
/home/ec2-user/works/nodeshot/env/nodeshot/bin

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for pysnmp==4.3.0
Best match: pysnmp 4.3.0
Adding pysnmp 4.3.0 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for paramiko==1.15.3
Best match: paramiko 1.15.3
Adding paramiko 1.15.3 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for msgpack-python==0.4.6
Best match: msgpack-python 0.4.6
Adding msgpack-python 0.4.6 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for redis==2.10.3
Best match: redis 2.10.3
Adding redis 2.10.3 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for django-appconf==1.0.1
Best match: django-appconf 1.0.1
Adding django-appconf 1.0.1 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for kombu==3.0.27
Best match: kombu 3.0.27
Adding kombu 3.0.27 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for billiard==3.3.0.20
Best match: billiard 3.3.0.20
Adding billiard 3.3.0.20 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for requests-oauthlib==0.5.0
Best match: requests-oauthlib 0.5.0
Adding requests-oauthlib 0.5.0 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for PyJWT==1.4.0
Best match: PyJWT 1.4.0
Adding PyJWT 1.4.0 to easy-install.pth file
Installing jwt script to /home/ec2-user/works/nodeshot/env/nodeshot/bin

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for oauthlib==1.0.3
Best match: oauthlib 1.0.3
Adding oauthlib 1.0.3 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for python-openid==2.2.5
Best match: python-openid 2.2.5
Adding python-openid 2.2.5 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for PyYAML==3.11
Best match: PyYAML 3.11
Adding PyYAML 3.11 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for networkx==1.10
Best match: networkx 1.10
Adding networkx 1.10 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for blessings==1.6
Best match: blessings 1.6
Adding blessings 1.6 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for pycrypto==2.6.1
Best match: pycrypto 2.6.1
Adding pycrypto 2.6.1 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for pyasn1==0.1.9
Best match: pyasn1 0.1.9
Adding pyasn1 0.1.9 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for pysmi==0.0.6
Best match: pysmi 0.0.6
Adding pysmi 0.0.6 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for ecdsa==0.13
Best match: ecdsa 0.13
Adding ecdsa 0.13 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for amqp==1.4.7
Best match: amqp 1.4.7
Adding amqp 1.4.7 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for anyjson==0.3.3
Best match: anyjson 0.3.3
Adding anyjson 0.3.3 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for decorator==4.0.4
Best match: decorator 4.0.4
Adding decorator 4.0.4 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Searching for ply==3.8
Best match: ply 3.8
Adding ply 3.8 to easy-install.pth file

Using /home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages
Finished processing dependencies for nodeshot===1.0.pre-alpha
(nodeshot)[ec2-user at ip-172-31-12-8 nodeshot]$

*(nodeshot)[ec2-user at ip-172-31-12-8 nodeshot]$ nodeshot startproject dev*
(nodeshot)[ec2-user at ip-172-31-12-8 nodeshot]$ cd dev
(nodeshot)[ec2-user at ip-172-31-12-8 dev]$ ls
dev  log  manage.py

After configuring database in settings.py as following:

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.postgresql_psycopg2',
        'NAME': 'ebdb',
        'USER': 'nodeshot01',
        'PASSWORD': 'nodeshot01',
        'HOST': 'xxx.ap-northeast-1.rds.amazonaws.com',
        'PORT': '',
    },


*(nodeshot)[ec2-user at ip-172-31-12-8 dev]$ python manage.py migrate 
--no-initial-data*
Traceback (most recent call last):
  File "manage.py", line 10, in <module>
    execute_from_command_line(sys.argv)
  File 
"/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/django/core/management/__init__.py", 
line 338, in execute_from_command_line
    utility.execute()
  File 
"/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/django/core/management/__init__.py", 
line 312, in execute
    django.setup()
  File 
"/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/django/__init__.py", 
line 18, in setup
    apps.populate(settings.INSTALLED_APPS)
  File 
"/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/django/apps/registry.py", 
line 108, in populate
    app_config.import_models(all_models)
  File 
"/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/django/apps/config.py", 
line 198, in import_models
    self.models_module = import_module(models_module_name)
  File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in 
import_module
    __import__(name)
  File 
"/home/ec2-user/works/nodeshot/nodeshot/core/layers/models/__init__.py", 
line 8, in <module>
    from layer import Layer
  File 
"/home/ec2-user/works/nodeshot/nodeshot/core/layers/models/layer.py", 
line 10, in <module>
    from nodeshot.core.nodes.models import Node
  File 
"/home/ec2-user/works/nodeshot/nodeshot/core/nodes/models/__init__.py", 
line 1, in <module>
    from .node import Node  # noqa
  File 
"/home/ec2-user/works/nodeshot/nodeshot/core/nodes/models/node.py", line 
8, in <module>
    from nodeshot.core.base.managers import 
HStoreGeoAccessLevelPublishedManager as NodeManager
  File "/home/ec2-user/works/nodeshot/nodeshot/core/base/managers.py", 
line 6, in <module>
    from django_hstore.query import HStoreQuerySet, HStoreGeoQuerySet
ImportError: cannot import name HStoreGeoQuerySet

And finally after checking all related code and noticed the postgis 
string required in ENGINE setting, the database setting was modified to:

DATABASES = {
    'default': {
        #'ENGINE': 'django.db.backends.postgresql_psycopg2',
        'ENGINE': 'django.contrib.gis.db.backends.postgis',
        'NAME': 'ebdb',
        'USER': 'nodeshot01',
        'PASSWORD': 'nodeshot01',
        'HOST': 
'aaxi0iow5gnqku.c0hl0qo72yk0.ap-northeast-1.rds.amazonaws.com',
        'PORT': '',
    },

Then all worked as below:

*(nodeshot)[ec2-user at ip-172-31-12-8 dev]$ python manage.py migrate 
--noinput --no-initial-data*
Operations to perform:
  Synchronize unmigrated apps: corsheaders, leaflet, django_hstore, 
grappelli, gis, filebrowser, djcelery_email, staticfiles, 
grappelli.dashboard, messages, netfields, nodeshot default ui, 
rest_framework_swagger, api, smuggler, rosetta, open311, 
rest_framework_gis, django_extensions, rest_framework
  Apply all migrations: layers, sessions, reversion, links, 
notifications, admin, mailing, profiles, contenttypes, auth, sync, 
hardware, default, connectors, kombu_transport_django, net, cms, nodes, 
participation
Synchronizing apps without migrations:
  Creating tables...
    Creating table inet
    Creating table nullinet
    Creating table uniqueinet
    Creating table cidr
    Creating table nullcidr
    Creating table uniquecidr
    Creating table mac
    Creating table corsheaders_corsmodel
    Running deferred SQL...
  Installing custom SQL...
Running migrations:
  Rendering model states... DONE
  Applying contenttypes.0002_remove_content_type_name... OK
  Applying auth.0002_alter_permission_name_max_length... OK
  Applying auth.0003_alter_user_email_max_length... OK
  Applying auth.0004_alter_user_username_opts... OK
  Applying auth.0005_alter_user_last_login_null... OK
  Applying auth.0006_require_contenttypes_0002... OK
  Applying cms.0001_initial... OK
  Applying profiles.0001_initial... OK
  Applying layers.0001_initial... OK
  Applying nodes.0001_initial... OK
  Applying nodes.0002_auto_20150712_2118... OK
  Applying net.0001_initial... OK
  Applying connectors.0001_initial... OK
  Applying default.0001_initial... OK
  Applying default.0002_add_related_name... OK
  Applying default.0003_alter_email_max_length... OK
  Applying hardware.0001_initial... OK
  Applying kombu_transport_django.0001_initial... OK
  Applying links.0001_initial... OK
  Applying mailing.0001_initial... OK
  Applying notifications.0001_initial... OK
  Applying notifications.0002_auto_20150712_2118... OK
  Applying participation.0001_initial... OK
  Applying reversion.0001_initial... OK
  Applying reversion.0002_auto_20141216_1509... OK
  Applying sync.0001_initial... OK

*(nodeshot)[ec2-user at ip-172-31-12-8 dev]$ python manage.py loaddata 
initial_data*
Installed 21 object(s) from 2 fixture(s)
*(nodeshot)[ec2-user at ip-172-31-12-8 dev]$ python manage.py runserver 
0.0.0.0:8000 &*
[1] 23079
(nodeshot)[ec2-user at ip-172-31-12-8 dev]$ Performing system checks...

System check identified no issues (0 silenced).
November 02, 2015 - 17:14:24
Django version 1.8.4, using settings 'dev.settings'
Starting development server at http://0.0.0.0:8000/
Quit the server with CONTROL-C.

Thanks & regards,
Hui Yu


Nemesis さんは書きました:
> Sorry to disappoint you, that's not the right solution: nodeshot uses 
> postgis and requires the django postgis database backend to make 
> geographic queries. With that configuration some features won't work 
> and will crash the application with 500 Internal server error.
>
> If you could reply to my previous questions I can understand if it's a 
> bug or a misconfiguration.
>
> Federico
>
>
> On 11/02/2015 05:26 PM, Hui Yu wrote:
>> Thank you very much for quick response. I just found what's the real 
>> problem: in 
>> ./env/nodeshot/lib/python2.7/site-packages/django_hstore/query.py 
>> actually HStoreGeoQuerySet definition is under condition:
>>
>> if GEODJANGO_INSTALLED:
>>
>> which is defined in 
>> ./env/nodeshot/lib/python2.7/site-packages/django_hstore/apps.py that 
>> check if there's a "postgis" in database ENGINE setup of settings.py. 
>> So in case there's no "postgis" pattern in ENGINE string, 
>> HStoreGeoQuerySet is just got missed and it"s not a circular import 
>> problem.
>>
>> Then after I changed ENGINE from 
>> 'django.db.backends.postgresql_psycopg2' to
>> 'django.contrib.gis.db.backends.postgis', everything worked perfectly 
>> and my nodeshot site is now up in AWS.
>>
>> Best regards,
>> Hui Yu
>>
>> Nemesis さんは書きました:
>>> Hi Hui Yu,
>>>
>>> this problem has not been reported yet.
>>>
>>> Could you tell us what procedure are you using to install nodeshot? 
>>> Automated or manual? Are you installing from git or pypi?
>>>
>>> Federico
>>>
>>>
>>>
>>> On 11/01/2015 04:16 AM, Hui Yu wrote:
>>>> Dear all,
>>>>
>>>> I'm new in Python and Django development and trying to build a 
>>>> community website base on nodeshot on AWS Elastic BeanStalk. Source 
>>>> is from git clone https://github.com/ninuxorg/nodeshot.
>>>>
>>>> Also the build was successful on my local environment on Fedora 21 
>>>> with 2.7.8, I'm failing to build the same on Amazon Linux AMI with 
>>>> Python 2.7.9 due to some circular import problem in 
>>>> ./nodeshot/nodeshot/core/base/managers.py as following:
>>>>
>>>> (nodeshot)[ec2-user at ip-172-31-12-8 dev]$ python manage.py migrate 
>>>> --no-initial-data
>>>> Traceback (most recent call last):
>>>>   File "manage.py", line 10, in <module>
>>>>     execute_from_command_line(sys.argv)
>>>>   File 
>>>> "/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/django/core/management/__init__.py", 
>>>> line 338, in execute_from_command_line
>>>>     utility.execute()
>>>>   File 
>>>> "/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/django/core/management/__init__.py", 
>>>> line 312, in execute
>>>>     django.setup()
>>>>   File 
>>>> "/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/django/__init__.py", 
>>>> line 18, in setup
>>>>     apps.populate(settings.INSTALLED_APPS)
>>>>   File 
>>>> "/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/django/apps/registry.py", 
>>>> line 108, in populate
>>>>     app_config.import_models(all_models)
>>>>   File 
>>>> "/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/django/apps/config.py", 
>>>> line 198, in import_models
>>>>     self.models_module = import_module(models_module_name)
>>>>   File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in 
>>>> import_module
>>>>     __import__(name)
>>>>   File 
>>>> "/home/ec2-user/works/nodeshot/nodeshot/core/layers/models/__init__.py", 
>>>> line 8, in <module>
>>>>     from layer import Layer
>>>>   File 
>>>> "/home/ec2-user/works/nodeshot/nodeshot/core/layers/models/layer.py", 
>>>> line 10, in <module>
>>>>     from nodeshot.core.nodes.models import Node
>>>>   File 
>>>> "/home/ec2-user/works/nodeshot/nodeshot/core/nodes/models/__init__.py", 
>>>> line 1, in <module>
>>>>     from .node import Node  # noqa
>>>>   File 
>>>> "/home/ec2-user/works/nodeshot/nodeshot/core/nodes/models/node.py", 
>>>> line 8, in <module>
>>>>     from nodeshot.core.base.managers import 
>>>> HStoreGeoAccessLevelPublishedManager as NodeManager
>>>> *  File 
>>>> "/home/ec2-user/works/nodeshot/nodeshot/core/base/managers.py", 
>>>> line 6, in <module>
>>>>     from django_hstore.query import HStoreQuerySet, HStoreGeoQuerySet
>>>> ImportError: cannot import name HStoreGeoQuerySet*
>>>>
>>>> By looking into the code, it seems like the circular import happens 
>>>> between ./nodeshot/nodeshot/core/base/managers.py and query.py in 
>>>> HStore module (in my virtualenv environment 
>>>> ./env/nodeshot/lib/python2.7/site-packages/django_hstore/query.py), 
>>>> also the next line:
>>>>
>>>> from django_hstore.managers import HStoreManager, HStoreGeoManager
>>>>
>>>> also has the same problem on HStoreGeoManager with managers.py in 
>>>> HStore module (in my virtualenv environment 
>>>> ./env/nodeshot/lib/python2.7/site-packages/django_hstore/managers.py)
>>>>
>>>> The HStore version and version other components installed are as below:
>>>> (nodeshot)[ec2-user at ip-172-31-12-8 dev]$ pip list
>>>> You are using pip version 6.0.8, however version 7.1.2 is available.
>>>> You should consider upgrading via the 'pip install --upgrade pip' 
>>>> command.
>>>> amqp (1.4.7)
>>>> anyjson (0.3.3)
>>>> billiard (3.3.0.20)
>>>> blessings (1.6)
>>>> bpython (0.14.2)
>>>> celery (3.1.18)
>>>> curtsies (0.1.19)
>>>> decorator (4.0.4)
>>>> Django (1.8.4)
>>>> django-appconf (1.0.1)
>>>> django-celery-email (1.1.2)
>>>> django-cors-headers (1.1.0)
>>>> django-extensions (1.5.7)
>>>> django-filebrowser (3.6.1)
>>>> django-grappelli (2.7.1)
>>>> *django-hstore (1.4)*
>>>> django-leaflet (0.16.0)
>>>> django-netfields (0.3.1)
>>>> django-redis (4.2.0)
>>>> django-rest-swagger (0.3.4)
>>>> django-reversion (1.9.3)
>>>> django-rosetta (0.7.6)
>>>> django-smuggler (0.6.0)
>>>> djangorestframework (3.2.3)
>>>> djangorestframework-gis (0.9.4)
>>>> *djangorestframework-hstore (1.3)*
>>>> drf-extensions (0.2.7)
>>>> ecdsa (0.13)
>>>> geojson-elevation (0.1)
>>>> greenlet (0.4.9)
>>>> influxdb (2.9.2)
>>>> jsonfield (1.0.3)
>>>> kombu (3.0.28)
>>>> libcnml (0.9.2)
>>>> Markdown (2.6.2)
>>>> microsofttranslator (0.5)
>>>> mimeparse (0.1.3)
>>>> msgpack-python (0.4.6)
>>>> netaddr (0.7.18)
>>>> netdiff (0.4.4)
>>>> netengine (0.1a0)
>>>> networkx (1.10)
>>>> *nodeshot (1.0.pre-alpha, /home/ec2-user/works/nodeshot)*
>>>> oauthlib (1.0.3)
>>>> paramiko (1.15.3)
>>>> Pillow (3.0.0)
>>>> pip (6.0.8)
>>>> ply (3.8)
>>>> polib (1.0.7)
>>>> psycopg2 (2.6.1)
>>>> pyasn1 (0.1.9)
>>>> pycrypto (2.6.1)
>>>> Pygments (2.0.2)
>>>> PyJWT (1.4.0)
>>>> pysmi (0.0.6)
>>>> pysnmp (4.3.0)
>>>> python-dateutil (2.4.2)
>>>> python-openid (2.2.5)
>>>> python-social-auth (0.2.12)
>>>> pytz (2015.6)
>>>> PyYAML (3.11)
>>>> raven (5.7.2)
>>>> redis (2.10.3)
>>>> requests (2.8.1)
>>>> requests-oauthlib (0.5.0)
>>>> setuptools (12.0.5)
>>>> simplejson (3.8.0)
>>>> six (1.9.0)
>>>> tld (0.7.4)
>>>>
>>>> Could anyone please kindly advise if the same issue has been 
>>>> reported in the past and what were the solutions?
>>>>
>>>> Thanks & best regards,
>>>> Hui Yu
>>>>
>>>>
>>>> _______________________________________________
>>>> Nodeshot mailing list
>>>> Nodeshot at ml.ninux.org
>>>> http://ml.ninux.org/mailman/listinfo/nodeshot
>>>>     
>>>
>>> ------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> Nodeshot mailing list
>>> Nodeshot at ml.ninux.org
>>> http://ml.ninux.org/mailman/listinfo/nodeshot
>>>   
>>
>> _______________________________________________
>> Nodeshot mailing list
>> Nodeshot at ml.ninux.org
>> http://ml.ninux.org/mailman/listinfo/nodeshot
>>     
> ------------------------------------------------------------------------
>
> _______________________________________________
> Nodeshot mailing list
> Nodeshot at ml.ninux.org
> http://ml.ninux.org/mailman/listinfo/nodeshot
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ml.ninux.org/pipermail/nodeshot/attachments/20151103/ee04839c/attachment-0001.html>


More information about the Nodeshot mailing list