<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thank you and I think this should be taken as a misconfiguration...
this is what I did.<br>
<br>
1) Environment:<br>
- server: Amazon Linux AMI release 2015.03<br>
- database: RDS (PostgreSQL 9.4.1)<br>
<br>
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.<br>
<br>
ebdb=> \dx<br>
                                      インストール済みの拡張の一覧<br>
  名前   | バージョン |  スキーマ  |                               
説明                         <br>
        <br>
---------+------------+------------+-------------------------------------------------------------<br>
--------<br>
 hstore  | 1.3        | public     | data type for storing sets of
(key, value) pairs<br>
 plpgsql | 1.0        | pg_catalog | PL/pgSQL procedural language<br>
 postgis | 2.1.5      | public     | PostGIS geometry, geography, and
raster spatial types and fu<br>
nctions<br>
(3 行)<br>
<br>
<br>
The step and output of the whole build process are as following:<br>
<br>
<b>[ec2-user@ip-172-31-12-8 works]$ git clone
<a class="moz-txt-link-freetext"
 href="https://github.com/ninuxorg/nodeshot">https://github.com/ninuxorg/nodeshot</a></b><br>
Cloning into 'nodeshot'...<br>
remote: Counting objects: 20913, done.<br>
remote: Compressing objects: 100% (14/14), done.<br>
remote: Total 20913 (delta 5), reused 0 (delta 0), pack-reused 20899<br>
Receiving objects: 100% (20913/20913), 14.41 MiB | 1.25 MiB/s, done.<br>
Resolving deltas: 100% (11637/11637), done.<br>
Checking connectivity... done.<br>
<br>
<b>[ec2-user@ip-172-31-12-8 nodeshot]$ virtualenv -p python2.7
env/nodeshot</b><br>
Already using interpreter /usr/bin/python2.7<br>
New python executable in env/nodeshot/bin/python2.7<br>
Also creating executable in env/nodeshot/bin/python<br>
Installing setuptools, pip...done.<br>
<br>
<b>[ec2-user@ip-172-31-12-8 nodeshot]$ . env/nodeshot/bin/activate<br>
(nodeshot)[ec2-user@ip-172-31-12-8 nodeshot]$ pip install -r
requirements.txt</b><br>
You are using pip version 6.0.8, however version 7.1.2 is available.<br>
You should consider upgrading via the 'pip install --upgrade pip'
command.<br>
Collecting psycopg2 (from -r requirements.txt (line 6))<br>
  Using cached psycopg2-2.6.1.tar.gz<br>
Collecting Django==1.8.4 (from -r requirements.txt (line 7))<br>
  Downloading Django-1.8.4-py2.py3-none-any.whl (6.2MB)<br>
    100% |################################| 6.2MB 38kB/s <br>
Collecting Pillow (from -r requirements.txt (line 10))<br>
  Downloading Pillow-3.0.0.tar.gz (9.6MB)<br>
    100% |################################| 9.6MB 24kB/s <br>
    Single threaded build, not installing mp_compile:1 processes<br>
Collecting simplejson (from -r requirements.txt (line 11))<br>
  Downloading simplejson-3.8.0.tar.gz (75kB)<br>
    100% |################################| 77kB 2.7MB/s <br>
Collecting pytz (from -r requirements.txt (line 12))<br>
  Downloading pytz-2015.6-py2.py3-none-any.whl (475kB)<br>
    100% |################################| 475kB 360kB/s <br>
Collecting mimeparse (from -r requirements.txt (line 13))<br>
  Downloading mimeparse-0.1.3.tar.gz<br>
Collecting python-dateutil (from -r requirements.txt (line 14))<br>
  Downloading python_dateutil-2.4.2-py2.py3-none-any.whl (188kB)<br>
    100% |################################| 192kB 1.2MB/s <br>
Collecting six (from -r requirements.txt (line 15))<br>
  Downloading six-1.10.0-py2.py3-none-any.whl<br>
Requirement already satisfied (use --upgrade to upgrade): wsgiref in
/usr/lib64/python2.7 (from -r requirements.txt (line 16))<br>
Collecting requests (from -r requirements.txt (line 17))<br>
  Downloading requests-2.8.0-py2.py3-none-any.whl (476kB)<br>
    100% |################################| 479kB 224kB/s <br>
Collecting jsonfield (from -r requirements.txt (line 18))<br>
  Downloading jsonfield-1.0.3.tar.gz<br>
Collecting netdiff==0.4.4 (from -r requirements.txt (line 19))<br>
  Downloading netdiff-0.4.4-py2.py3-none-any.whl<br>
Collecting django-grappelli==2.7.1 (from -r requirements.txt (line 22))<br>
  Downloading django-grappelli-2.7.1.tar.gz (2.0MB)<br>
    100% |################################| 2.0MB 119kB/s <br>
Collecting django-filebrowser==3.6.1 (from -r requirements.txt (line
23))<br>
  Downloading django-filebrowser-3.6.1.tar.gz (2.6MB)<br>
    100% |################################| 2.6MB 97kB/s <br>
Collecting django-leaflet==0.16.0 (from -r requirements.txt (line 24))<br>
  Downloading django-leaflet-0.16.0.zip (231kB)<br>
    100% |################################| 233kB 84kB/s <br>
Collecting django-hstore==1.4 (from -r requirements.txt (line 25))<br>
  Downloading django_hstore-1.4-py2.py3-none-any.whl (63kB)<br>
    100% |################################| 65kB 336kB/s <br>
Collecting djangorestframework==3.2.3 (from -r requirements.txt (line
28))<br>
  Downloading djangorestframework-3.2.3-py2.py3-none-any.whl (515kB)<br>
    100% |################################| 516kB 42kB/s <br>
Collecting drf-extensions==0.2.7 (from -r requirements.txt (line 29))<br>
  Downloading drf-extensions-0.2.7.tar.gz (162kB)<br>
    100% |################################| 163kB 116kB/s <br>
Collecting django-rest-swagger (from -r requirements.txt (line 30))<br>
  Downloading django-rest-swagger-0.3.4.tar.gz (198kB)<br>
    100% |################################| 200kB 1.2MB/s <br>
Collecting markdown (from -r requirements.txt (line 31))<br>
  Downloading Markdown-2.6.2-py2.py3-none-any.whl (157kB)<br>
    100% |################################| 159kB 1.5MB/s <br>
Collecting djangorestframework-gis==0.9.4 (from -r requirements.txt
(line 32))<br>
  Downloading djangorestframework_gis-0.9.4-py2-none-any.whl<br>
Collecting djangorestframework-hstore==1.3 (from -r requirements.txt
(line 33))<br>
  Downloading djangorestframework_hstore-1.3-py2.py3-none-any.whl<br>
Collecting geojson-elevation==0.1 (from -r requirements.txt (line 34))<br>
  Downloading geojson_elevation-0.1-py2.py3-none-any.whl<br>
Collecting python-social-auth==0.2.12 (from -r requirements.txt (line
37))<br>
  Downloading python_social_auth-0.2.12-py2-none-any.whl (267kB)<br>
    100% |################################| 270kB 1.0MB/s <br>
Collecting django-reversion==1.9.3 (from -r requirements.txt (line 40))<br>
  Downloading django-reversion-1.9.3.tar.gz (58kB)<br>
    100% |################################| 61kB 3.6MB/s <br>
Collecting celery==3.1.18 (from -r requirements.txt (line 43))<br>
  Downloading celery-3.1.18-py2.py3-none-any.whl (515kB)<br>
    100% |################################| 516kB 500kB/s <br>
Collecting django-celery-email (from -r requirements.txt (line 44))<br>
  Downloading django-celery-email-1.1.2.tar.gz<br>
Collecting django-cors-headers==1.1.0 (from -r requirements.txt (line
47))<br>
  Downloading django-cors-headers-1.1.0.tar.gz<br>
Collecting django-redis (from -r requirements.txt (line 50))<br>
  Downloading django-redis-4.2.0.tar.gz<br>
Collecting django-smuggler==0.6.0 (from -r requirements.txt (line 53))<br>
  Downloading django_smuggler-0.6.0-py2.py3-none-any.whl (68kB)<br>
    100% |################################| 69kB 2.9MB/s <br>
Collecting netaddr (from -r requirements.txt (line 56))<br>
  Downloading netaddr-0.7.18-py2.py3-none-any.whl (1.5MB)<br>
    100% |################################| 1.5MB 176kB/s <br>
Collecting django-netfields==0.3.1 (from -r requirements.txt (line 57))<br>
  Downloading django-netfields-0.3.1.tar.gz<br>
Collecting netengine==0.1.alpha (from -r requirements.txt (line 58))<br>
  Downloading netengine-0.1.alpha.tar.gz<br>
   
/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.<br>
      "details." % self.metadata.version<br>
Collecting libcnml (from -r requirements.txt (line 59))<br>
  Downloading libcnml-0.9.2-py2.py3-none-any.whl<br>
Collecting bpython (from -r requirements.txt (line 62))<br>
  Downloading bpython-0.14.2.tar.gz (184kB)<br>
    100% |################################| 188kB 769kB/s <br>
Collecting django-extensions (from -r requirements.txt (line 63))<br>
  Downloading django_extensions-1.5.7-py2.py3-none-any.whl (249kB)<br>
    100% |################################| 249kB 1.0MB/s <br>
Collecting raven (from -r requirements.txt (line 66))<br>
  Downloading raven-5.7.2-py2.py3-none-any.whl (257kB)<br>
    100% |################################| 258kB 739kB/s <br>
Collecting django-rosetta (from -r requirements.txt (line 69))<br>
  Downloading django-rosetta-0.7.6.tar.gz (56kB)<br>
    100% |################################| 57kB 3.6MB/s <br>
Collecting influxdb==2.9.1 (from -r requirements.txt (line 72))<br>
  Downloading influxdb-2.9.1-py2.py3-none-any.whl (255kB)<br>
    100% |################################| 258kB 102kB/s <br>
Collecting tld (from -r requirements.txt (line 73))<br>
  Downloading tld-0.7.4-py2.py3-none-any.whl (88kB)<br>
    100% |################################| 90kB 112kB/s <br>
Collecting networkx (from netdiff==0.4.4->-r requirements.txt (line
19))<br>
  Downloading networkx-1.10.tar.gz (1.2MB)<br>
    100% |################################| 1.2MB 231kB/s <br>
Collecting PyYAML>=3.10 (from django-rest-swagger->-r
requirements.txt (line 30))<br>
  Downloading PyYAML-3.11.tar.gz (248kB)<br>
    100% |################################| 249kB 822kB/s <br>
Collecting python-openid>=2.2 (from
python-social-auth==0.2.12->-r requirements.txt (line 37))<br>
  Downloading python-openid-2.2.5.tar.gz (301kB)<br>
    100% |################################| 303kB 844kB/s <br>
Collecting oauthlib>=0.3.8 (from python-social-auth==0.2.12->-r
requirements.txt (line 37))<br>
  Downloading oauthlib-1.0.3.tar.gz (109kB)<br>
    100% |################################| 110kB 2.0MB/s <br>
Collecting PyJWT>=1.0.0 (from python-social-auth==0.2.12->-r
requirements.txt (line 37))<br>
  Downloading PyJWT-1.4.0-py2.py3-none-any.whl<br>
Collecting requests-oauthlib>=0.3.1 (from
python-social-auth==0.2.12->-r requirements.txt (line 37))<br>
  Downloading requests_oauthlib-0.5.0-py2.py3-none-any.whl<br>
Collecting billiard<3.4,>=3.3.0.20 (from celery==3.1.18->-r
requirements.txt (line 43))<br>
  Downloading billiard-3.3.0.20.tar.gz (150kB)<br>
    100% |################################| 151kB 1.5MB/s <br>
Collecting kombu<3.1,>=3.0.25 (from celery==3.1.18->-r
requirements.txt (line 43))<br>
  Downloading kombu-3.0.27.tar.gz (376kB)<br>
    100% |################################| 376kB 684kB/s <br>
Collecting django-appconf (from django-celery-email->-r
requirements.txt (line 44))<br>
  Downloading django_appconf-1.0.1-py2.py3-none-any.whl<br>
Collecting redis>=2.10.0 (from django-redis->-r requirements.txt
(line 50))<br>
  Downloading redis-2.10.3.tar.gz (86kB)<br>
    100% |################################| 90kB 2.4MB/s <br>
Collecting msgpack-python>=0.4.6 (from django-redis->-r
requirements.txt (line 50))<br>
  Downloading msgpack-python-0.4.6.tar.gz (116kB)<br>
    100% |################################| 118kB 2.0MB/s <br>
Collecting paramiko (from netengine==0.1.alpha->-r requirements.txt
(line 58))<br>
  Downloading paramiko-1.15.3-py2.py3-none-any.whl (166kB)<br>
    100% |################################| 167kB 1.5MB/s <br>
Collecting pysnmp (from netengine==0.1.alpha->-r requirements.txt
(line 58))<br>
  Downloading pysnmp-4.3.0-py2.py3-none-any.whl (244kB)<br>
    100% |################################| 245kB 1.1MB/s <br>
Collecting pygments (from bpython->-r requirements.txt (line 62))<br>
  Downloading Pygments-2.0.2-py2-none-any.whl (672kB)<br>
    100% |################################| 675kB 47kB/s <br>
Collecting curtsies<0.2.0,>=0.1.18 (from bpython->-r
requirements.txt (line 62))<br>
  Downloading curtsies-0.1.19-py2.py3-none-any.whl<br>
Collecting greenlet (from bpython->-r requirements.txt (line 62))<br>
  Downloading greenlet-0.4.9.tar.gz (54kB)<br>
    100% |################################| 57kB 687kB/s <br>
Collecting polib>=1.0.6 (from django-rosetta->-r requirements.txt
(line 69))<br>
  Downloading polib-1.0.7-py2.py3-none-any.whl<br>
Collecting microsofttranslator==0.5 (from django-rosetta->-r
requirements.txt (line 69))<br>
  Downloading microsofttranslator-0.5.tar.gz<br>
Collecting decorator>=3.4.0 (from networkx->netdiff==0.4.4->-r
requirements.txt (line 19))<br>
  Downloading decorator-4.0.4-py2.py3-none-any.whl<br>
Collecting anyjson>=0.3.3 (from
kombu<3.1,>=3.0.25->celery==3.1.18->-r requirements.txt
(line 43))<br>
  Downloading anyjson-0.3.3.tar.gz<br>
Collecting amqp<2.0,>=1.4.7 (from
kombu<3.1,>=3.0.25->celery==3.1.18->-r requirements.txt
(line 43))<br>
  Downloading amqp-1.4.7.tar.gz (79kB)<br>
    100% |################################| 81kB 2.7MB/s <br>
Collecting ecdsa>=0.11 (from
paramiko->netengine==0.1.alpha->-r requirements.txt (line 58))<br>
  Downloading ecdsa-0.13-py2.py3-none-any.whl (86kB)<br>
    100% |################################| 90kB 2.6MB/s <br>
Collecting pycrypto!=2.4,>=2.1 (from
paramiko->netengine==0.1.alpha->-r requirements.txt (line 58))<br>
  Downloading pycrypto-2.6.1.tar.gz (446kB)<br>
    100% |################################| 446kB 318kB/s <br>
Collecting pysmi (from pysnmp->netengine==0.1.alpha->-r
requirements.txt (line 58))<br>
  Downloading pysmi-0.0.6-py2.py3-none-any.whl (58kB)<br>
    100% |################################| 61kB 3.2MB/s <br>
Collecting pyasn1>=0.1.8 (from
pysnmp->netengine==0.1.alpha->-r requirements.txt (line 58))<br>
  Downloading pyasn1-0.1.9-py2.py3-none-any.whl<br>
Collecting blessings>=1.5 (from
curtsies<0.2.0,>=0.1.18->bpython->-r requirements.txt (line
62))<br>
  Downloading blessings-1.6.tar.gz<br>
Collecting ply (from pysmi->pysnmp->netengine==0.1.alpha->-r
requirements.txt (line 58))<br>
  Downloading ply-3.8.tar.gz (157kB)<br>
    100% |################################| 159kB 1.3MB/s <br>
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<br>
  Running setup.py install for ply<br>
  Running setup.py install for blessings<br>
<br>
<br>
  Running setup.py install for pycrypto<br>
    checking for gcc... gcc<br>
    checking whether the C compiler works... yes<br>
    checking for C compiler default output file name... a.out<br>
    checking for suffix of executables...<br>
    checking whether we are cross compiling... no<br>
    checking for suffix of object files... o<br>
    checking whether we are using the GNU C compiler... yes<br>
    checking whether gcc accepts -g... yes<br>
    checking for gcc option to accept ISO C89... none needed<br>
    checking for __gmpz_init in -lgmp... no<br>
    checking for __gmpz_init in -lmpir... no<br>
    checking whether mpz_powm is declared... no<br>
    checking whether mpz_powm_sec is declared... no<br>
    checking how to run the C preprocessor... gcc -E<br>
    checking for grep that handles long lines and -e... /bin/grep<br>
    checking for egrep... /bin/grep -E<br>
    checking for ANSI C header files... yes<br>
    checking for sys/types.h... yes<br>
    checking for sys/stat.h... yes<br>
    checking for stdlib.h... yes<br>
    checking for string.h... yes<br>
    checking for memory.h... yes<br>
    checking for strings.h... yes<br>
    checking for inttypes.h... yes<br>
    checking for stdint.h... yes<br>
    checking for unistd.h... yes<br>
    checking for inttypes.h... (cached) yes<br>
    checking limits.h usability... yes<br>
    checking limits.h presence... yes<br>
    checking for limits.h... yes<br>
    checking stddef.h usability... yes<br>
    checking stddef.h presence... yes<br>
    checking for stddef.h... yes<br>
    checking for stdint.h... (cached) yes<br>
    checking for stdlib.h... (cached) yes<br>
    checking for string.h... (cached) yes<br>
    checking wchar.h usability... yes<br>
    checking wchar.h presence... yes<br>
    checking for wchar.h... yes<br>
    checking for inline... inline<br>
    checking for int16_t... yes<br>
    checking for int32_t... yes<br>
    checking for int64_t... yes<br>
    checking for int8_t... yes<br>
    checking for size_t... yes<br>
    checking for uint16_t... yes<br>
    checking for uint32_t... yes<br>
    checking for uint64_t... yes<br>
    checking for uint8_t... yes<br>
    checking for stdlib.h... (cached) yes<br>
    checking for GNU libc compatible malloc... yes<br>
    checking for memmove... yes<br>
    checking for memset... yes<br>
    configure: creating ./config.status<br>
    config.status: creating src/config.h<br>
    warning: GMP or MPIR library not found; Not building
Crypto.PublicKey._fastmath.<br>
    building 'Crypto.Hash._MD2' extension<br>
    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<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/MD2.c:31:<br>
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning:
"_POSIX_C_SOURCE" redefined<br>
    In file included from /usr/include/string.h:25,<br>
                     from src/MD2.c:30:<br>
    /usr/include/features.h:168:1: warning: this is the location of the
previous definition<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/MD2.c:31:<br>
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning:
"_XOPEN_SOURCE" redefined<br>
    In file included from /usr/include/string.h:25,<br>
                     from src/MD2.c:30:<br>
    /usr/include/features.h:170:1: warning: this is the location of the
previous definition<br>
    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<br>
    building 'Crypto.Hash._MD4' extension<br>
    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<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/MD4.c:31:<br>
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning:
"_POSIX_C_SOURCE" redefined<br>
    In file included from /usr/include/string.h:25,<br>
                     from src/MD4.c:30:<br>
    /usr/include/features.h:168:1: warning: this is the location of the
previous definition<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/MD4.c:31:<br>
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning:
"_XOPEN_SOURCE" redefined<br>
    In file included from /usr/include/string.h:25,<br>
                     from src/MD4.c:30:<br>
    /usr/include/features.h:170:1: warning: this is the location of the
previous definition<br>
    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<br>
    building 'Crypto.Hash._SHA256' extension<br>
    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<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/hash_SHA2_template.c:33,<br>
                     from src/SHA256.c:72:<br>
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning:
"_POSIX_C_SOURCE" redefined<br>
    In file included from /usr/include/stdint.h:25,<br>
                     from src/hash_SHA2.h:72,<br>
                     from src/SHA256.c:35:<br>
    /usr/include/features.h:168:1: warning: this is the location of the
previous definition<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/hash_SHA2_template.c:33,<br>
                     from src/SHA256.c:72:<br>
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning:
"_XOPEN_SOURCE" redefined<br>
    In file included from /usr/include/stdint.h:25,<br>
                     from src/hash_SHA2.h:72,<br>
                     from src/SHA256.c:35:<br>
    /usr/include/features.h:170:1: warning: this is the location of the
previous definition<br>
    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<br>
    building 'Crypto.Hash._SHA224' extension<br>
    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<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/hash_SHA2_template.c:33,<br>
                     from src/SHA224.c:73:<br>
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning:
"_POSIX_C_SOURCE" redefined<br>
    In file included from /usr/include/stdint.h:25,<br>
                     from src/hash_SHA2.h:72,<br>
                     from src/SHA224.c:36:<br>
    /usr/include/features.h:168:1: warning: this is the location of the
previous definition<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/hash_SHA2_template.c:33,<br>
                     from src/SHA224.c:73:<br>
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning:
"_XOPEN_SOURCE" redefined<br>
    In file included from /usr/include/stdint.h:25,<br>
                     from src/hash_SHA2.h:72,<br>
                     from src/SHA224.c:36:<br>
    /usr/include/features.h:170:1: warning: this is the location of the
previous definition<br>
    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<br>
    building 'Crypto.Hash._SHA384' extension<br>
    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<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/hash_SHA2_template.c:33,<br>
                     from src/SHA384.c:80:<br>
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning:
"_POSIX_C_SOURCE" redefined<br>
    In file included from /usr/include/stdint.h:25,<br>
                     from src/hash_SHA2.h:72,<br>
                     from src/SHA384.c:36:<br>
    /usr/include/features.h:168:1: warning: this is the location of the
previous definition<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/hash_SHA2_template.c:33,<br>
                     from src/SHA384.c:80:<br>
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning:
"_XOPEN_SOURCE" redefined<br>
    In file included from /usr/include/stdint.h:25,<br>
                     from src/hash_SHA2.h:72,<br>
                     from src/SHA384.c:36:<br>
    /usr/include/features.h:170:1: warning: this is the location of the
previous definition<br>
    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<br>
    building 'Crypto.Hash._SHA512' extension<br>
    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<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/hash_SHA2_template.c:33,<br>
                     from src/SHA512.c:80:<br>
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning:
"_POSIX_C_SOURCE" redefined<br>
    In file included from /usr/include/stdint.h:25,<br>
                     from src/hash_SHA2.h:72,<br>
                     from src/SHA512.c:36:<br>
    /usr/include/features.h:168:1: warning: this is the location of the
previous definition<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/hash_SHA2_template.c:33,<br>
                     from src/SHA512.c:80:<br>
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning:
"_XOPEN_SOURCE" redefined<br>
    In file included from /usr/include/stdint.h:25,<br>
                     from src/hash_SHA2.h:72,<br>
                     from src/SHA512.c:36:<br>
    /usr/include/features.h:170:1: warning: this is the location of the
previous definition<br>
    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<br>
    building 'Crypto.Hash._RIPEMD160' extension<br>
    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<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/RIPEMD160.c:57:<br>
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning:
"_POSIX_C_SOURCE" redefined<br>
    In file included from /usr/include/stdint.h:25,<br>
                     from src/RIPEMD160.c:48:<br>
    /usr/include/features.h:168:1: warning: this is the location of the
previous definition<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/RIPEMD160.c:57:<br>
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning:
"_XOPEN_SOURCE" redefined<br>
    In file included from /usr/include/stdint.h:25,<br>
                     from src/RIPEMD160.c:48:<br>
    /usr/include/features.h:170:1: warning: this is the location of the
previous definition<br>
    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<br>
    building 'Crypto.Cipher._AES' extension<br>
    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<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/AES.c:29:<br>
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning:
"_POSIX_C_SOURCE" redefined<br>
    In file included from /usr/include/assert.h:36,<br>
                     from src/AES.c:27:<br>
    /usr/include/features.h:168:1: warning: this is the location of the
previous definition<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/AES.c:29:<br>
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning:
"_XOPEN_SOURCE" redefined<br>
    In file included from /usr/include/assert.h:36,<br>
                     from src/AES.c:27:<br>
    /usr/include/features.h:170:1: warning: this is the location of the
previous definition<br>
    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<br>
    building 'Crypto.Cipher._ARC2' extension<br>
    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<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/ARC2.c:45:<br>
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning:
"_POSIX_C_SOURCE" redefined<br>
    In file included from /usr/include/string.h:25,<br>
                     from src/ARC2.c:44:<br>
    /usr/include/features.h:168:1: warning: this is the location of the
previous definition<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/ARC2.c:45:<br>
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning:
"_XOPEN_SOURCE" redefined<br>
    In file included from /usr/include/string.h:25,<br>
                     from src/ARC2.c:44:<br>
    /usr/include/features.h:170:1: warning: this is the location of the
previous definition<br>
    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<br>
    building 'Crypto.Cipher._Blowfish' extension<br>
    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<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/Blowfish.c:39:<br>
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning:
"_POSIX_C_SOURCE" redefined<br>
    In file included from /usr/include/stdint.h:25,<br>
                     from src/Blowfish.c:31:<br>
    /usr/include/features.h:168:1: warning: this is the location of the
previous definition<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/Blowfish.c:39:<br>
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning:
"_XOPEN_SOURCE" redefined<br>
    In file included from /usr/include/stdint.h:25,<br>
                     from src/Blowfish.c:31:<br>
    /usr/include/features.h:170:1: warning: this is the location of the
previous definition<br>
    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<br>
    building 'Crypto.Cipher._CAST' extension<br>
    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<br>
    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<br>
    building 'Crypto.Cipher._DES' extension<br>
    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<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/DES.c:37:<br>
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning:
"_POSIX_C_SOURCE" redefined<br>
    In file included from /usr/include/assert.h:36,<br>
                     from src/libtom/tomcrypt.h:3,<br>
                     from src/libtom/tomcrypt_des.c:11,<br>
                     from src/DES.c:32:<br>
    /usr/include/features.h:168:1: warning: this is the location of the
previous definition<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/DES.c:37:<br>
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning:
"_XOPEN_SOURCE" redefined<br>
    In file included from /usr/include/assert.h:36,<br>
                     from src/libtom/tomcrypt.h:3,<br>
                     from src/libtom/tomcrypt_des.c:11,<br>
                     from src/DES.c:32:<br>
    /usr/include/features.h:170:1: warning: this is the location of the
previous definition<br>
    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<br>
    building 'Crypto.Cipher._DES3' extension<br>
    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<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/DES.c:37,<br>
                     from src/DES3.c:26:<br>
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning:
"_POSIX_C_SOURCE" redefined<br>
    In file included from /usr/include/assert.h:36,<br>
                     from src/libtom/tomcrypt.h:3,<br>
                     from src/libtom/tomcrypt_des.c:11,<br>
                     from src/DES.c:32,<br>
                     from src/DES3.c:26:<br>
    /usr/include/features.h:168:1: warning: this is the location of the
previous definition<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/DES.c:37,<br>
                     from src/DES3.c:26:<br>
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning:
"_XOPEN_SOURCE" redefined<br>
    In file included from /usr/include/assert.h:36,<br>
                     from src/libtom/tomcrypt.h:3,<br>
                     from src/libtom/tomcrypt_des.c:11,<br>
                     from src/DES.c:32,<br>
                     from src/DES3.c:26:<br>
    /usr/include/features.h:170:1: warning: this is the location of the
previous definition<br>
    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<br>
    building 'Crypto.Cipher._ARC4' extension<br>
    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<br>
    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<br>
    building 'Crypto.Cipher._XOR' extension<br>
    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<br>
    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<br>
    building 'Crypto.Util.strxor' extension<br>
    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<br>
    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<br>
    building 'Crypto.Util._counter' extension<br>
    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<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/_counter.c:28:<br>
    /usr/include/python2.7/pyconfig-64.h:1191:1: warning:
"_POSIX_C_SOURCE" redefined<br>
    In file included from /usr/include/assert.h:36,<br>
                     from src/_counter.c:25:<br>
    /usr/include/features.h:168:1: warning: this is the location of the
previous definition<br>
    In file included from /usr/include/python2.7/pyconfig.h:6,<br>
                     from /usr/include/python2.7/Python.h:8,<br>
                     from src/_counter.c:28:<br>
    /usr/include/python2.7/pyconfig-64.h:1213:1: warning:
"_XOPEN_SOURCE" redefined<br>
    In file included from /usr/include/assert.h:36,<br>
                     from src/_counter.c:25:<br>
    /usr/include/features.h:170:1: warning: this is the location of the
previous definition<br>
    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<br>
<br>
  Running setup.py install for amqp<br>
  Running setup.py install for anyjson<br>
<br>
  Running setup.py install for microsofttranslator<br>
<br>
  Running setup.py install for greenlet<br>
    building 'greenlet' extension<br>
    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<br>
    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<br>
<br>
<br>
<br>
<br>
  Running setup.py install for msgpack-python<br>
    building 'msgpack._packer' extension<br>
    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<br>
    gcc: error trying to exec 'cc1plus': execvp: そのようなファイルやディレクトリはありません<br>
    WARNING: Failed to compile extensiom modules.<br>
    msgpack uses fallback pure python implementation.<br>
    command 'gcc' failed with exit status 1<br>
    building 'msgpack._unpacker' extension<br>
    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<br>
    gcc: error trying to exec 'cc1plus': execvp: そのようなファイルやディレクトリはありません<br>
    WARNING: Failed to compile extensiom modules.<br>
    msgpack uses fallback pure python implementation.<br>
    command 'gcc' failed with exit status 1<br>
  Running setup.py install for redis<br>
<br>
  Running setup.py install for kombu<br>
  Running setup.py install for billiard<br>
    building '_billiard' extension<br>
    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<br>
    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<br>
    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<br>
    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<br>
<br>
<br>
  Running setup.py install for oauthlib<br>
  Running setup.py install for python-openid<br>
  Running setup.py install for PyYAML<br>
    checking if libyaml is compilable<br>
    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<br>
    build/temp.linux-x86_64-2.7/check_libyaml.c:2:18: error: yaml.h:
そのようなファイルやディレクトリはありません<br>
    build/temp.linux-x86_64-2.7/check_libyaml.c: In function ‘main’:<br>
    build/temp.linux-x86_64-2.7/check_libyaml.c:5: error:
‘yaml_parser_t’ undeclared (first use in this function)<br>
    build/temp.linux-x86_64-2.7/check_libyaml.c:5: error: (Each
undeclared identifier is reported only once<br>
    build/temp.linux-x86_64-2.7/check_libyaml.c:5: error: for each
function it appears in.)<br>
    build/temp.linux-x86_64-2.7/check_libyaml.c:5: error: expected ‘;’
before ‘parser’<br>
    build/temp.linux-x86_64-2.7/check_libyaml.c:6: error:
‘yaml_emitter_t’ undeclared (first use in this function)<br>
    build/temp.linux-x86_64-2.7/check_libyaml.c:6: error: expected ‘;’
before ‘emitter’<br>
    build/temp.linux-x86_64-2.7/check_libyaml.c:8: warning: implicit
declaration of function ‘yaml_parser_initialize’<br>
    build/temp.linux-x86_64-2.7/check_libyaml.c:8: error: ‘parser’
undeclared (first use in this function)<br>
    build/temp.linux-x86_64-2.7/check_libyaml.c:9: warning: implicit
declaration of function ‘yaml_parser_delete’<br>
    build/temp.linux-x86_64-2.7/check_libyaml.c:11: warning: implicit
declaration of function ‘yaml_emitter_initialize’<br>
    build/temp.linux-x86_64-2.7/check_libyaml.c:11: error: ‘emitter’
undeclared (first use in this function)<br>
    build/temp.linux-x86_64-2.7/check_libyaml.c:12: warning: implicit
declaration of function ‘yaml_emitter_delete’<br>
    libyaml is not found or a compiler error: forcing --without-libyaml<br>
    (if libyaml is installed correctly, you may need to<br>
     specify the option --include-dirs or uncomment and<br>
     modify the parameter include_dirs in setup.cfg)<br>
  Running setup.py install for networkx<br>
<br>
<br>
  Running setup.py install for django-rosetta<br>
<br>
<br>
  Running setup.py install for bpython<br>
    Installing bpython-urwid script to
/home/ec2-user/works/nodeshot/env/nodeshot/bin<br>
    Installing bpython-curses script to
/home/ec2-user/works/nodeshot/env/nodeshot/bin<br>
    Installing bpdb script to
/home/ec2-user/works/nodeshot/env/nodeshot/bin<br>
    Installing bpython script to
/home/ec2-user/works/nodeshot/env/nodeshot/bin<br>
<br>
  Running setup.py install for netengine<br>
   
/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.<br>
      "details." % self.metadata.version<br>
  Running setup.py install for django-netfields<br>
<br>
<br>
  Running setup.py install for django-redis<br>
  Running setup.py install for django-cors-headers<br>
  Running setup.py install for django-celery-email<br>
<br>
  Running setup.py install for django-reversion<br>
<br>
<br>
<br>
<br>
<br>
  Running setup.py install for django-rest-swagger<br>
  Running setup.py install for drf-extensions<br>
<br>
<br>
  Running setup.py install for django-leaflet<br>
  Running setup.py install for django-filebrowser<br>
  Running setup.py install for django-grappelli<br>
<br>
  Running setup.py install for jsonfield<br>
<br>
<br>
<br>
  Running setup.py install for mimeparse<br>
<br>
  Running setup.py install for simplejson<br>
    building 'simplejson._speedups' extension<br>
    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<br>
    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<br>
  Running setup.py install for Pillow<br>
    Single threaded build, not installing mp_compile:1 processes<br>
    building 'PIL._imaging' extension<br>
    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<br>
    _imaging.c: In function ‘getink’:<br>
    _imaging.c:477: warning: ‘r’ may be used uninitialized in this
function<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    building 'PIL._imagingft' extension<br>
    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<br>
    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<br>
    building 'PIL._imagingmath' extension<br>
    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<br>
    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<br>
    building 'PIL._imagingmorph' extension<br>
    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<br>
    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<br>
    --------------------------------------------------------------------<br>
    PIL SETUP SUMMARY<br>
    --------------------------------------------------------------------<br>
    version      Pillow 3.0.0<br>
    platform     linux2 2.7.9 (default, Apr  1 2015, 18:18:03)<br>
                 [GCC 4.8.2 20140120 (Red Hat 4.8.2-16)]<br>
    --------------------------------------------------------------------<br>
    *** TKINTER support not available<br>
    --- JPEG support available<br>
    *** OPENJPEG (JPEG2000) support not available<br>
    --- ZLIB (PNG/ZIP) support available<br>
    --- LIBTIFF support available<br>
    --- FREETYPE2 support available<br>
    *** LITTLECMS2 support not available<br>
    *** WEBP support not available<br>
    *** WEBPMUX support not available<br>
    --------------------------------------------------------------------<br>
    To add a missing option, make sure you have the required<br>
    library, and set the corresponding ROOT variable in the<br>
    setup.py script.<br>
    To check the build, run the selftest.py script.<br>
    changing mode of build/scripts-2.7/player.py from 664 to 775<br>
    changing mode of build/scripts-2.7/pildriver.py from 664 to 775<br>
    changing mode of build/scripts-2.7/pilfile.py from 664 to 775<br>
    changing mode of build/scripts-2.7/pilprint.py from 664 to 775<br>
    changing mode of build/scripts-2.7/painter.py from 664 to 775<br>
    changing mode of build/scripts-2.7/gifmaker.py from 664 to 775<br>
    changing mode of build/scripts-2.7/viewer.py from 664 to 775<br>
    changing mode of build/scripts-2.7/pilfont.py from 664 to 775<br>
    changing mode of build/scripts-2.7/createfontdatachunk.py from 664
to 775<br>
    changing mode of build/scripts-2.7/pilconvert.py from 664 to 775<br>
    changing mode of build/scripts-2.7/enhancer.py from 664 to 775<br>
    changing mode of build/scripts-2.7/thresholder.py from 664 to 775<br>
    changing mode of build/scripts-2.7/explode.py from 664 to 775<br>
    changing mode of
/home/ec2-user/works/nodeshot/env/nodeshot/bin/player.py to 775<br>
    changing mode of
/home/ec2-user/works/nodeshot/env/nodeshot/bin/pildriver.py to 775<br>
    changing mode of
/home/ec2-user/works/nodeshot/env/nodeshot/bin/pilfile.py to 775<br>
    changing mode of
/home/ec2-user/works/nodeshot/env/nodeshot/bin/pilprint.py to 775<br>
    changing mode of
/home/ec2-user/works/nodeshot/env/nodeshot/bin/painter.py to 775<br>
    changing mode of
/home/ec2-user/works/nodeshot/env/nodeshot/bin/gifmaker.py to 775<br>
    changing mode of
/home/ec2-user/works/nodeshot/env/nodeshot/bin/viewer.py to 775<br>
    changing mode of
/home/ec2-user/works/nodeshot/env/nodeshot/bin/pilfont.py to 775<br>
    changing mode of
/home/ec2-user/works/nodeshot/env/nodeshot/bin/createfontdatachunk.py
to 775<br>
    changing mode of
/home/ec2-user/works/nodeshot/env/nodeshot/bin/pilconvert.py to 775<br>
    changing mode of
/home/ec2-user/works/nodeshot/env/nodeshot/bin/enhancer.py to 775<br>
    changing mode of
/home/ec2-user/works/nodeshot/env/nodeshot/bin/thresholder.py to 775<br>
    changing mode of
/home/ec2-user/works/nodeshot/env/nodeshot/bin/explode.py to 775<br>
<br>
  Running setup.py install for psycopg2<br>
    building 'psycopg2._psycopg' extension<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
    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<br>
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<br>
(nodeshot)[ec2-user@ip-172-31-12-8 nodeshot]$ <br>
<br>
(nodeshot)[ec2-user@ip-172-31-12-8 nodeshot]$ python setup.py develop<br>
/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.<br>
  "details." % self.metadata.version<br>
running develop<br>
running egg_info<br>
creating nodeshot.egg-info<br>
writing requirements to nodeshot.egg-info/requires.txt<br>
writing nodeshot.egg-info/PKG-INFO<br>
writing top-level names to nodeshot.egg-info/top_level.txt<br>
writing dependency_links to nodeshot.egg-info/dependency_links.txt<br>
writing manifest file 'nodeshot.egg-info/SOURCES.txt'<br>
reading manifest file 'nodeshot.egg-info/SOURCES.txt'<br>
reading manifest template 'MANIFEST.in'<br>
warning: no previously-included files matching '*.swp' found under
directory '*'<br>
writing manifest file 'nodeshot.egg-info/SOURCES.txt'<br>
running build_ext<br>
Creating
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages/nodeshot.egg-link
(link to .)<br>
Adding nodeshot 1.0.pre-alpha to easy-install.pth file<br>
/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.<br>
  PEP440Warning,<br>
Installing nodeshot script to
/home/ec2-user/works/nodeshot/env/nodeshot/bin<br>
<br>
Installed /home/ec2-user/works/nodeshot<br>
Processing dependencies for nodeshot===1.0.pre-alpha<br>
error: six 1.10.0 is installed but six==1.9.0 is required by
set(['influxdb'])<br>
<b>(nodeshot)[ec2-user@ip-172-31-12-8 nodeshot]$ pip uninstall six</b><br>
You are using pip version 6.0.8, however version 7.1.2 is available.<br>
You should consider upgrading via the 'pip install --upgrade pip'
command.<br>
Uninstalling six-1.10.0:<br>
 
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages/six-1.10.0.dist-info/DESCRIPTION.rst<br>
 
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages/six-1.10.0.dist-info/METADATA<br>
 
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages/six-1.10.0.dist-info/RECORD<br>
 
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages/six-1.10.0.dist-info/WHEEL<br>
 
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages/six-1.10.0.dist-info/metadata.json<br>
 
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages/six-1.10.0.dist-info/top_level.txt<br>
 
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages/six.py<br>
 
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages/six.pyc<br>
Proceed (y/n)? y<br>
  Successfully uninstalled six-1.10.0<br>
<b>(nodeshot)[ec2-user@ip-172-31-12-8 nodeshot]$ pip install
'six==1.9.0'</b><br>
You are using pip version 6.0.8, however version 7.1.2 is available.<br>
You should consider upgrading via the 'pip install --upgrade pip'
command.<br>
Collecting six==1.9.0<br>
  Using cached six-1.9.0-py2.py3-none-any.whl<br>
Installing collected packages: six<br>
<br>
Successfully installed six-1.9.0<br>
<b>(nodeshot)[ec2-user@ip-172-31-12-8 nodeshot]$ python setup.py develop</b><br>
/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.<br>
  "details." % self.metadata.version<br>
running develop<br>
/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.<br>
  PEP440Warning,<br>
running egg_info<br>
writing requirements to nodeshot.egg-info/requires.txt<br>
writing nodeshot.egg-info/PKG-INFO<br>
writing top-level names to nodeshot.egg-info/top_level.txt<br>
writing dependency_links to nodeshot.egg-info/dependency_links.txt<br>
reading manifest file 'nodeshot.egg-info/SOURCES.txt'<br>
reading manifest template 'MANIFEST.in'<br>
warning: no previously-included files matching '*.swp' found under
directory '*'<br>
writing manifest file 'nodeshot.egg-info/SOURCES.txt'<br>
running build_ext<br>
Creating
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages/nodeshot.egg-link
(link to .)<br>
nodeshot 1.0.pre-alpha is already the active version in easy-install.pth<br>
Installing nodeshot script to
/home/ec2-user/works/nodeshot/env/nodeshot/bin<br>
<br>
Installed /home/ec2-user/works/nodeshot<br>
Processing dependencies for nodeshot===1.0.pre-alpha<br>
Searching for tld==0.7.4<br>
Best match: tld 0.7.4<br>
Adding tld 0.7.4 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for influxdb==2.9.1<br>
Best match: influxdb 2.9.1<br>
Adding influxdb 2.9.1 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for django-rosetta==0.7.6<br>
Best match: django-rosetta 0.7.6<br>
Adding django-rosetta 0.7.6 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for raven==5.7.2<br>
Best match: raven 5.7.2<br>
Adding raven 5.7.2 to easy-install.pth file<br>
Installing raven script to
/home/ec2-user/works/nodeshot/env/nodeshot/bin<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for django-extensions==1.5.7<br>
Best match: django-extensions 1.5.7<br>
Adding django-extensions 1.5.7 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for bpython==0.14.2<br>
Best match: bpython 0.14.2<br>
Adding bpython 0.14.2 to easy-install.pth file<br>
Installing bpython-urwid script to
/home/ec2-user/works/nodeshot/env/nodeshot/bin<br>
Installing bpython-curses script to
/home/ec2-user/works/nodeshot/env/nodeshot/bin<br>
Installing bpdb script to /home/ec2-user/works/nodeshot/env/nodeshot/bin<br>
Installing bpython script to
/home/ec2-user/works/nodeshot/env/nodeshot/bin<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for libcnml==0.9.2<br>
Best match: libcnml 0.9.2<br>
Adding libcnml 0.9.2 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for netengine==0.1a0<br>
Best match: netengine 0.1a0<br>
Adding netengine 0.1a0 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for django-netfields==0.3.1<br>
Best match: django-netfields 0.3.1<br>
Adding django-netfields 0.3.1 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for netaddr==0.7.18<br>
Best match: netaddr 0.7.18<br>
Adding netaddr 0.7.18 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for django-smuggler==0.6.0<br>
Best match: django-smuggler 0.6.0<br>
Adding django-smuggler 0.6.0 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for django-redis==4.2.0<br>
Best match: django-redis 4.2.0<br>
Adding django-redis 4.2.0 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for django-cors-headers==1.1.0<br>
Best match: django-cors-headers 1.1.0<br>
Adding django-cors-headers 1.1.0 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for django-celery-email==1.1.2<br>
Best match: django-celery-email 1.1.2<br>
Adding django-celery-email 1.1.2 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for celery==3.1.18<br>
Best match: celery 3.1.18<br>
Adding celery 3.1.18 to easy-install.pth file<br>
Installing celery script to
/home/ec2-user/works/nodeshot/env/nodeshot/bin<br>
Installing celeryd script to
/home/ec2-user/works/nodeshot/env/nodeshot/bin<br>
Installing celeryd-multi script to
/home/ec2-user/works/nodeshot/env/nodeshot/bin<br>
Installing celerybeat script to
/home/ec2-user/works/nodeshot/env/nodeshot/bin<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for django-reversion==1.9.3<br>
Best match: django-reversion 1.9.3<br>
Adding django-reversion 1.9.3 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for python-social-auth==0.2.12<br>
Best match: python-social-auth 0.2.12<br>
Adding python-social-auth 0.2.12 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for geojson-elevation==0.1<br>
Best match: geojson-elevation 0.1<br>
Adding geojson-elevation 0.1 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for djangorestframework-hstore==1.3<br>
Best match: djangorestframework-hstore 1.3<br>
Adding djangorestframework-hstore 1.3 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for djangorestframework-gis==0.9.4<br>
Best match: djangorestframework-gis 0.9.4<br>
Adding djangorestframework-gis 0.9.4 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for Markdown==2.6.2<br>
Best match: Markdown 2.6.2<br>
Adding Markdown 2.6.2 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for django-rest-swagger==0.3.4<br>
Best match: django-rest-swagger 0.3.4<br>
Adding django-rest-swagger 0.3.4 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for drf-extensions==0.2.7<br>
Best match: drf-extensions 0.2.7<br>
Adding drf-extensions 0.2.7 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for djangorestframework==3.2.3<br>
Best match: djangorestframework 3.2.3<br>
Adding djangorestframework 3.2.3 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for django-hstore==1.4<br>
Best match: django-hstore 1.4<br>
Adding django-hstore 1.4 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for django-leaflet==0.16.0<br>
Best match: django-leaflet 0.16.0<br>
Adding django-leaflet 0.16.0 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for django-filebrowser==3.6.1<br>
Best match: django-filebrowser 3.6.1<br>
Adding django-filebrowser 3.6.1 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for django-grappelli==2.7.1<br>
Best match: django-grappelli 2.7.1<br>
Adding django-grappelli 2.7.1 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for netdiff==0.4.4<br>
Best match: netdiff 0.4.4<br>
Adding netdiff 0.4.4 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for jsonfield==1.0.3<br>
Best match: jsonfield 1.0.3<br>
Adding jsonfield 1.0.3 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for requests==2.8.0<br>
Best match: requests 2.8.0<br>
Adding requests 2.8.0 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for wsgiref==0.1.2<br>
Best match: wsgiref 0.1.2<br>
Adding wsgiref 0.1.2 to easy-install.pth file<br>
<br>
Using /usr/lib64/python2.7<br>
Searching for six==1.9.0<br>
Best match: six 1.9.0<br>
Adding six 1.9.0 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for python-dateutil==2.4.2<br>
Best match: python-dateutil 2.4.2<br>
Adding python-dateutil 2.4.2 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for mimeparse==0.1.3<br>
Best match: mimeparse 0.1.3<br>
Adding mimeparse 0.1.3 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for pytz==2015.6<br>
Best match: pytz 2015.6<br>
Adding pytz 2015.6 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for simplejson==3.8.0<br>
Best match: simplejson 3.8.0<br>
Adding simplejson 3.8.0 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for Pillow==3.0.0<br>
Best match: Pillow 3.0.0<br>
Adding Pillow 3.0.0 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for Django==1.8.4<br>
Best match: Django 1.8.4<br>
Adding Django 1.8.4 to easy-install.pth file<br>
Installing django-admin script to
/home/ec2-user/works/nodeshot/env/nodeshot/bin<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for psycopg2==2.6.1<br>
Best match: psycopg2 2.6.1<br>
Adding psycopg2 2.6.1 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for microsofttranslator==0.5<br>
Best match: microsofttranslator 0.5<br>
Adding microsofttranslator 0.5 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for polib==1.0.7<br>
Best match: polib 1.0.7<br>
Adding polib 1.0.7 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for greenlet==0.4.9<br>
Best match: greenlet 0.4.9<br>
Adding greenlet 0.4.9 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for curtsies==0.1.19<br>
Best match: curtsies 0.1.19<br>
Adding curtsies 0.1.19 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for Pygments==2.0.2<br>
Best match: Pygments 2.0.2<br>
Adding Pygments 2.0.2 to easy-install.pth file<br>
Installing pygmentize script to
/home/ec2-user/works/nodeshot/env/nodeshot/bin<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for pysnmp==4.3.0<br>
Best match: pysnmp 4.3.0<br>
Adding pysnmp 4.3.0 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for paramiko==1.15.3<br>
Best match: paramiko 1.15.3<br>
Adding paramiko 1.15.3 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for msgpack-python==0.4.6<br>
Best match: msgpack-python 0.4.6<br>
Adding msgpack-python 0.4.6 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for redis==2.10.3<br>
Best match: redis 2.10.3<br>
Adding redis 2.10.3 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for django-appconf==1.0.1<br>
Best match: django-appconf 1.0.1<br>
Adding django-appconf 1.0.1 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for kombu==3.0.27<br>
Best match: kombu 3.0.27<br>
Adding kombu 3.0.27 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for billiard==3.3.0.20<br>
Best match: billiard 3.3.0.20<br>
Adding billiard 3.3.0.20 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for requests-oauthlib==0.5.0<br>
Best match: requests-oauthlib 0.5.0<br>
Adding requests-oauthlib 0.5.0 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for PyJWT==1.4.0<br>
Best match: PyJWT 1.4.0<br>
Adding PyJWT 1.4.0 to easy-install.pth file<br>
Installing jwt script to /home/ec2-user/works/nodeshot/env/nodeshot/bin<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for oauthlib==1.0.3<br>
Best match: oauthlib 1.0.3<br>
Adding oauthlib 1.0.3 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for python-openid==2.2.5<br>
Best match: python-openid 2.2.5<br>
Adding python-openid 2.2.5 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for PyYAML==3.11<br>
Best match: PyYAML 3.11<br>
Adding PyYAML 3.11 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for networkx==1.10<br>
Best match: networkx 1.10<br>
Adding networkx 1.10 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for blessings==1.6<br>
Best match: blessings 1.6<br>
Adding blessings 1.6 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for pycrypto==2.6.1<br>
Best match: pycrypto 2.6.1<br>
Adding pycrypto 2.6.1 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for pyasn1==0.1.9<br>
Best match: pyasn1 0.1.9<br>
Adding pyasn1 0.1.9 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for pysmi==0.0.6<br>
Best match: pysmi 0.0.6<br>
Adding pysmi 0.0.6 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for ecdsa==0.13<br>
Best match: ecdsa 0.13<br>
Adding ecdsa 0.13 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for amqp==1.4.7<br>
Best match: amqp 1.4.7<br>
Adding amqp 1.4.7 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for anyjson==0.3.3<br>
Best match: anyjson 0.3.3<br>
Adding anyjson 0.3.3 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for decorator==4.0.4<br>
Best match: decorator 4.0.4<br>
Adding decorator 4.0.4 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Searching for ply==3.8<br>
Best match: ply 3.8<br>
Adding ply 3.8 to easy-install.pth file<br>
<br>
Using
/home/ec2-user/works/nodeshot/env/nodeshot/lib/python2.7/site-packages<br>
Finished processing dependencies for nodeshot===1.0.pre-alpha<br>
(nodeshot)[ec2-user@ip-172-31-12-8 nodeshot]$ <br>
<br>
<b>(nodeshot)[ec2-user@ip-172-31-12-8 nodeshot]$ nodeshot startproject
dev</b><br>
(nodeshot)[ec2-user@ip-172-31-12-8 nodeshot]$ cd dev<br>
(nodeshot)[ec2-user@ip-172-31-12-8 dev]$ ls<br>
dev  log  manage.py<br>
<br>
After configuring database in settings.py as following:<br>
<br>
DATABASES = {<br>
    'default': {<br>
        'ENGINE': 'django.db.backends.postgresql_psycopg2',<br>
        'NAME': 'ebdb',<br>
        'USER': 'nodeshot01',<br>
        'PASSWORD': 'nodeshot01',<br>
        'HOST': 'xxx.ap-northeast-1.rds.amazonaws.com',<br>
        'PORT': '',<br>
    },<br>
<br>
<br>
<b>(nodeshot)[ec2-user@ip-172-31-12-8 dev]$ python manage.py migrate
--no-initial-data</b><br>
Traceback (most recent call last):<br>
  File "manage.py", line 10, in <module><br>
    execute_from_command_line(sys.argv)<br>
  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<br>
    utility.execute()<br>
  File
"/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/django/core/management/__init__.py",
line 312, in execute<br>
    django.setup()<br>
  File
"/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/django/__init__.py",
line 18, in setup<br>
    apps.populate(settings.INSTALLED_APPS)<br>
  File
"/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/django/apps/registry.py",
line 108, in populate<br>
    app_config.import_models(all_models)<br>
  File
"/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/django/apps/config.py",
line 198, in import_models<br>
    self.models_module = import_module(models_module_name)<br>
  File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in
import_module<br>
    __import__(name)<br>
  File
"/home/ec2-user/works/nodeshot/nodeshot/core/layers/models/__init__.py",
line 8, in <module><br>
    from layer import Layer<br>
  File
"/home/ec2-user/works/nodeshot/nodeshot/core/layers/models/layer.py",
line 10, in <module><br>
    from nodeshot.core.nodes.models import Node<br>
  File
"/home/ec2-user/works/nodeshot/nodeshot/core/nodes/models/__init__.py",
line 1, in <module><br>
    from .node import Node  # noqa<br>
  File
"/home/ec2-user/works/nodeshot/nodeshot/core/nodes/models/node.py",
line 8, in <module><br>
    from nodeshot.core.base.managers import
HStoreGeoAccessLevelPublishedManager as NodeManager<br>
  File "/home/ec2-user/works/nodeshot/nodeshot/core/base/managers.py",
line 6, in <module><br>
    from django_hstore.query import HStoreQuerySet, HStoreGeoQuerySet<br>
ImportError: cannot import name HStoreGeoQuerySet<br>
<br>
And finally after checking all related code and noticed the postgis
string required in ENGINE setting, the database setting was modified to:<br>
<br>
DATABASES = {<br>
    'default': {<br>
        #'ENGINE': 'django.db.backends.postgresql_psycopg2',<br>
        'ENGINE': 'django.contrib.gis.db.backends.postgis',<br>
        'NAME': 'ebdb',<br>
        'USER': 'nodeshot01',<br>
        'PASSWORD': 'nodeshot01',<br>
        'HOST':
'aaxi0iow5gnqku.c0hl0qo72yk0.ap-northeast-1.rds.amazonaws.com',<br>
        'PORT': '',<br>
    },<br>
<br>
Then all worked as below:<br>
<br>
<b>(nodeshot)[ec2-user@ip-172-31-12-8 dev]$ python manage.py migrate
--noinput --no-initial-data</b><br>
Operations to perform:<br>
  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<br>
  Apply all migrations: layers, sessions, reversion, links,
notifications, admin, mailing, profiles, contenttypes, auth, sync,
hardware, default, connectors, kombu_transport_django, net, cms, nodes,
participation<br>
Synchronizing apps without migrations:<br>
  Creating tables...<br>
    Creating table inet<br>
    Creating table nullinet<br>
    Creating table uniqueinet<br>
    Creating table cidr<br>
    Creating table nullcidr<br>
    Creating table uniquecidr<br>
    Creating table mac<br>
    Creating table corsheaders_corsmodel<br>
    Running deferred SQL...<br>
  Installing custom SQL...<br>
Running migrations:<br>
  Rendering model states... DONE<br>
  Applying contenttypes.0002_remove_content_type_name... OK<br>
  Applying auth.0002_alter_permission_name_max_length... OK<br>
  Applying auth.0003_alter_user_email_max_length... OK<br>
  Applying auth.0004_alter_user_username_opts... OK<br>
  Applying auth.0005_alter_user_last_login_null... OK<br>
  Applying auth.0006_require_contenttypes_0002... OK<br>
  Applying cms.0001_initial... OK<br>
  Applying profiles.0001_initial... OK<br>
  Applying layers.0001_initial... OK<br>
  Applying nodes.0001_initial... OK<br>
  Applying nodes.0002_auto_20150712_2118... OK<br>
  Applying net.0001_initial... OK<br>
  Applying connectors.0001_initial... OK<br>
  Applying default.0001_initial... OK<br>
  Applying default.0002_add_related_name... OK<br>
  Applying default.0003_alter_email_max_length... OK<br>
  Applying hardware.0001_initial... OK<br>
  Applying kombu_transport_django.0001_initial... OK<br>
  Applying links.0001_initial... OK<br>
  Applying mailing.0001_initial... OK<br>
  Applying notifications.0001_initial... OK<br>
  Applying notifications.0002_auto_20150712_2118... OK<br>
  Applying participation.0001_initial... OK<br>
  Applying reversion.0001_initial... OK<br>
  Applying reversion.0002_auto_20141216_1509... OK<br>
  Applying sync.0001_initial... OK<br>
<br>
<b>(nodeshot)[ec2-user@ip-172-31-12-8 dev]$ python manage.py loaddata
initial_data</b><br>
Installed 21 object(s) from 2 fixture(s)<br>
<b>(nodeshot)[ec2-user@ip-172-31-12-8 dev]$ python manage.py runserver
0.0.0.0:8000 &</b><br>
[1] 23079<br>
(nodeshot)[ec2-user@ip-172-31-12-8 dev]$ Performing system checks...<br>
<br>
System check identified no issues (0 silenced).<br>
November 02, 2015 - 17:14:24<br>
Django version 1.8.4, using settings 'dev.settings'<br>
Starting development server at <a class="moz-txt-link-freetext"
 href="http://0.0.0.0:8000/">http://0.0.0.0:8000/</a><br>
Quit the server with CONTROL-C.<br>
<br>
Thanks & regards,<br>
Hui Yu<br>
<br>
<br>
Nemesis さんは書きました:
<blockquote cite="mid:5637B209.7010203@ninux.org" type="cite">
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  <div class="moz-cite-prefix">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.<br>
  <br>
If you could reply to my previous questions I can understand if it's a
bug or a misconfiguration.<br>
  <br>
Federico<br>
  <br>
  <br>
On 11/02/2015 05:26 PM, Hui Yu wrote:<br>
  </div>
  <blockquote cite="mid:56378EBF.6040008@gmail.com" type="cite">
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
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:<br>
    <br>
if GEODJANGO_INSTALLED:<br>
    <br>
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.<br>
    <br>
Then after I changed ENGINE from
'django.db.backends.postgresql_psycopg2' to <br>
'django.contrib.gis.db.backends.postgis', everything worked perfectly
and my nodeshot site is now up in AWS.<br>
    <br>
Best regards,<br>
Hui Yu<br>
    <br>
Nemesis さんは書きました:
    <blockquote cite="mid:56375FBC.4050305@ninux.org" type="cite">
      <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
      <div class="moz-cite-prefix">Hi Hui Yu,<br>
      <br>
this problem has not been reported yet.<br>
      <br>
Could you tell us what procedure are you using to install nodeshot?
Automated or manual? Are you installing from git or pypi?<br>
      <br>
Federico<br>
      <br>
      <br>
      <br>
On 11/01/2015 04:16 AM, Hui Yu wrote:<br>
      </div>
      <blockquote cite="mid:56358424.4070405@gmail.com" type="cite">
Dear all,<br>
        <br>
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 <a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="https://github.com/ninuxorg/nodeshot">https://github.com/ninuxorg/nodeshot</a>.<br>
        <br>
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:<br>
        <br>
(nodeshot)[ec2-user@ip-172-31-12-8 dev]$ python manage.py migrate
--no-initial-data<br>
Traceback (most recent call last):<br>
  File "manage.py", line 10, in <module><br>
    execute_from_command_line(sys.argv)<br>
  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<br>
    utility.execute()<br>
  File
"/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/django/core/management/__init__.py",
line 312, in execute<br>
    django.setup()<br>
  File
"/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/django/__init__.py",
line 18, in setup<br>
    apps.populate(settings.INSTALLED_APPS)<br>
  File
"/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/django/apps/registry.py",
line 108, in populate<br>
    app_config.import_models(all_models)<br>
  File
"/home/ec2-user/works/nodeshot/env/nodeshot/local/lib/python2.7/site-packages/django/apps/config.py",
line 198, in import_models<br>
    self.models_module = import_module(models_module_name)<br>
  File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in
import_module<br>
    __import__(name)<br>
  File
"/home/ec2-user/works/nodeshot/nodeshot/core/layers/models/__init__.py",
line 8, in <module><br>
    from layer import Layer<br>
  File
"/home/ec2-user/works/nodeshot/nodeshot/core/layers/models/layer.py",
line 10, in <module><br>
    from nodeshot.core.nodes.models import Node<br>
  File
"/home/ec2-user/works/nodeshot/nodeshot/core/nodes/models/__init__.py",
line 1, in <module><br>
    from .node import Node  # noqa<br>
  File
"/home/ec2-user/works/nodeshot/nodeshot/core/nodes/models/node.py",
line 8, in <module><br>
    from nodeshot.core.base.managers import
HStoreGeoAccessLevelPublishedManager as NodeManager<br>
        <b>  File
"/home/ec2-user/works/nodeshot/nodeshot/core/base/managers.py", line 6,
in <module><br>
    from django_hstore.query import HStoreQuerySet, HStoreGeoQuerySet<br>
ImportError: cannot import name HStoreGeoQuerySet</b><br>
        <br>
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:<br>
        <br>
from django_hstore.managers import HStoreManager, HStoreGeoManager<br>
        <br>
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)<br>
        <br>
The HStore version and version other components installed are as below:<br>
(nodeshot)[ec2-user@ip-172-31-12-8 dev]$ pip list<br>
You are using pip version 6.0.8, however version 7.1.2 is available.<br>
You should consider upgrading via the 'pip install --upgrade pip'
command.<br>
amqp (1.4.7)<br>
anyjson (0.3.3)<br>
billiard (3.3.0.20)<br>
blessings (1.6)<br>
bpython (0.14.2)<br>
celery (3.1.18)<br>
curtsies (0.1.19)<br>
decorator (4.0.4)<br>
Django (1.8.4)<br>
django-appconf (1.0.1)<br>
django-celery-email (1.1.2)<br>
django-cors-headers (1.1.0)<br>
django-extensions (1.5.7)<br>
django-filebrowser (3.6.1)<br>
django-grappelli (2.7.1)<br>
        <b>django-hstore (1.4)</b><br>
django-leaflet (0.16.0)<br>
django-netfields (0.3.1)<br>
django-redis (4.2.0)<br>
django-rest-swagger (0.3.4)<br>
django-reversion (1.9.3)<br>
django-rosetta (0.7.6)<br>
django-smuggler (0.6.0)<br>
djangorestframework (3.2.3)<br>
djangorestframework-gis (0.9.4)<br>
        <b>djangorestframework-hstore (1.3)</b><br>
drf-extensions (0.2.7)<br>
ecdsa (0.13)<br>
geojson-elevation (0.1)<br>
greenlet (0.4.9)<br>
influxdb (2.9.2)<br>
jsonfield (1.0.3)<br>
kombu (3.0.28)<br>
libcnml (0.9.2)<br>
Markdown (2.6.2)<br>
microsofttranslator (0.5)<br>
mimeparse (0.1.3)<br>
msgpack-python (0.4.6)<br>
netaddr (0.7.18)<br>
netdiff (0.4.4)<br>
netengine (0.1a0)<br>
networkx (1.10)<br>
        <b>nodeshot (1.0.pre-alpha, /home/ec2-user/works/nodeshot)</b><br>
oauthlib (1.0.3)<br>
paramiko (1.15.3)<br>
Pillow (3.0.0)<br>
pip (6.0.8)<br>
ply (3.8)<br>
polib (1.0.7)<br>
psycopg2 (2.6.1)<br>
pyasn1 (0.1.9)<br>
pycrypto (2.6.1)<br>
Pygments (2.0.2)<br>
PyJWT (1.4.0)<br>
pysmi (0.0.6)<br>
pysnmp (4.3.0)<br>
python-dateutil (2.4.2)<br>
python-openid (2.2.5)<br>
python-social-auth (0.2.12)<br>
pytz (2015.6)<br>
PyYAML (3.11)<br>
raven (5.7.2)<br>
redis (2.10.3)<br>
requests (2.8.1)<br>
requests-oauthlib (0.5.0)<br>
setuptools (12.0.5)<br>
simplejson (3.8.0)<br>
six (1.9.0)<br>
tld (0.7.4)<br>
        <br>
Could anyone please kindly advise if the same issue has been reported
in the past and what were the solutions?<br>
        <br>
Thanks & best regards,<br>
Hui Yu<br>
        <br>
        <fieldset class="mimeAttachmentHeader"></fieldset>
        <br>
        <pre wrap="">_______________________________________________
Nodeshot mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:Nodeshot@ml.ninux.org">Nodeshot@ml.ninux.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://ml.ninux.org/mailman/listinfo/nodeshot">http://ml.ninux.org/mailman/listinfo/nodeshot</a>
    </pre>
      </blockquote>
      <br>
      <pre wrap=""><hr size="4" width="90%">
_______________________________________________
Nodeshot mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:Nodeshot@ml.ninux.org">Nodeshot@ml.ninux.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://ml.ninux.org/mailman/listinfo/nodeshot">http://ml.ninux.org/mailman/listinfo/nodeshot</a>
  </pre>
    </blockquote>
    <fieldset class="mimeAttachmentHeader"></fieldset>
    <pre wrap="">_______________________________________________
Nodeshot mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated"
 href="mailto:Nodeshot@ml.ninux.org">Nodeshot@ml.ninux.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext"
 href="http://ml.ninux.org/mailman/listinfo/nodeshot">http://ml.ninux.org/mailman/listinfo/nodeshot</a>
    </pre>
  </blockquote>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Nodeshot mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Nodeshot@ml.ninux.org">Nodeshot@ml.ninux.org</a>
<a class="moz-txt-link-freetext" href="http://ml.ninux.org/mailman/listinfo/nodeshot">http://ml.ninux.org/mailman/listinfo/nodeshot</a>
  </pre>
</blockquote>
<br>
</body>
</html>