numenta/nupic-legacy

Compile failure

Closed this issue · 2 comments

g++ is already the newest version

zhiwei@zhiwei-Lenovo-Rescuer-15ISK:~$ sudo su
[sudo] password for zhiwei:
root@zhiwei-Lenovo-Rescuer-15ISK:/home/zhiwei# proxychains pip install nupic
ProxyChains-3.1 (http://proxychains.sf.net)
|DNS-request| ::1
|S-chain|-<>-127.0.0.1:1080-<><>-4.2.2.2:53-<><>-OK
|DNS-response| ::1 is 104.239.213.7
|DNS-request| ::1
|S-chain|-<>-127.0.0.1:1080-<><>-4.2.2.2:53-<><>-OK
|DNS-response| ::1 is 104.239.213.7
|DNS-request| ::1
|S-chain|-<>-127.0.0.1:1080-<><>-4.2.2.2:53-<><>-OK
|DNS-response| ::1 is 104.239.213.7
Requirement already satisfied: nupic in /usr/local/lib/python2.7/dist-packages/nupic-0.8.1.dev0-py2.7.egg
Requirement already satisfied: asteval==0.9.1 in /usr/local/lib/python2.7/dist-packages (from nupic)
Requirement already satisfied: coverage==3.7.1 in /usr/local/lib/python2.7/dist-packages (from nupic)
Requirement already satisfied: mock==1.0.1 in /usr/local/lib/python2.7/dist-packages (from nupic)
Requirement already satisfied: ordereddict==1.1 in /usr/local/lib/python2.7/dist-packages (from nupic)
Collecting psutil==1.0.1 (from nupic)
|DNS-request| pypi.python.org
|S-chain|-<>-127.0.0.1:1080-<><>-4.2.2.2:53-<><>-OK
|DNS-response| pypi.python.org is 151.101.52.223
|S-chain|-<>-127.0.0.1:1080-<><>-151.101.52.223:443-<><>-OK
Using cached psutil-1.0.1.tar.gz
Requirement already satisfied: pytest==3.0.7 in /usr/local/lib/python2.7/dist-packages (from nupic)
Requirement already satisfied: pytest-cov==2.5.0 in /usr/local/lib/python2.7/dist-packages (from nupic)
Collecting pytest-xdist==1.16.0 (from nupic)
Requirement already satisfied: python-dateutil==2.1 in /usr/local/lib/python2.7/dist-packages (from nupic)
Collecting PyYAML==3.10 (from nupic)
Collecting unittest2==0.5.1 (from nupic)
Requirement already satisfied: validictory==0.9.1 in /usr/local/lib/python2.7/dist-packages (from nupic)
Collecting PyMySQL==0.6.2 (from nupic)
Using cached PyMySQL-0.6.2-py2.py3-none-any.whl
Collecting DBUtils==1.1 (from nupic)
Collecting pyproj==1.9.3 (from nupic)
Using cached pyproj-1.9.3.tar.gz
Collecting prettytable==0.7.2 (from nupic)
Collecting nupic.bindings==0.7.2 (from nupic)
Using cached nupic.bindings-0.7.2-cp27-cp27mu-manylinux1_x86_64.whl
Requirement already satisfied: numpy==1.12.1 in /usr/local/lib/python2.7/dist-packages (from nupic)
Collecting pycapnp==0.5.12 (from nupic)
Using cached pycapnp-0.5.12.tar.gz
Requirement already satisfied: setuptools in /usr/local/lib/python2.7/dist-packages (from pytest==3.0.7->nupic)
Requirement already satisfied: py>=1.4.29 in /usr/local/lib/python2.7/dist-packages (from pytest==3.0.7->nupic)
Collecting execnet>=1.1 (from pytest-xdist==1.16.0->nupic)
Using cached execnet-1.4.1-py2.py3-none-any.whl
Requirement already satisfied: six in /usr/local/lib/python2.7/dist-packages (from python-dateutil==2.1->nupic)
Collecting apipkg>=1.4 (from execnet>=1.1->pytest-xdist==1.16.0->nupic)
Using cached apipkg-1.4-py2.py3-none-any.whl
Building wheels for collected packages: psutil, pyproj, pycapnp
Running setup.py bdist_wheel for psutil ... error
Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-sf845C/psutil/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" bdist_wheel -d /tmp/tmpZtnvnPpip-wheel- --python-tag cp27:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/psutil
copying psutil/_pssunos.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_psosx.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_compat.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/init.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/error.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_pslinux.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_psmswindows.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_psbsd.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_psposix.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_common.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_error.py -> build/lib.linux-x86_64-2.7/psutil
running build_ext
building '_psutil_linux' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/psutil
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c psutil/_psutil_linux.c -o build/temp.linux-x86_64-2.7/psutil/_psutil_linux.o
psutil/_psutil_linux.c:10:20: fatal error: Python.h: No such file or directory
#include <Python.h>
^
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1


Failed building wheel for psutil
Running setup.py clean for psutil
Running setup.py bdist_wheel for pyproj ... error
Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-sf845C/pyproj/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" bdist_wheel -d /tmp/tmppNi1VMpip-wheel- --python-tag cp27:
executing /tmp/pip-build-sf845C/pyproj/nad2bin lib/pyproj/data/stpaul < datumgrid/stpaul.llaOutput Binary File Format: ctable2
executing /tmp/pip-build-sf845C/pyproj/nad2bin lib/pyproj/data/WO < datumgrid/WO.llaOutput Binary File Format: ctable2
executing /tmp/pip-build-sf845C/pyproj/nad2bin lib/pyproj/data/TN < datumgrid/TN.llaOutput Binary File Format: ctable2
executing /tmp/pip-build-sf845C/pyproj/nad2bin lib/pyproj/data/stgeorge < datumgrid/stgeorge.llaOutput Binary File Format: ctable2
executing /tmp/pip-build-sf845C/pyproj/nad2bin lib/pyproj/data/alaska < datumgrid/alaska.llaOutput Binary File Format: ctable2
executing /tmp/pip-build-sf845C/pyproj/nad2bin lib/pyproj/data/stlrnc < datumgrid/stlrnc.llaOutput Binary File Format: ctable2
executing /tmp/pip-build-sf845C/pyproj/nad2bin lib/pyproj/data/MD < datumgrid/MD.llaOutput Binary File Format: ctable2
executing /tmp/pip-build-sf845C/pyproj/nad2bin lib/pyproj/data/conus < datumgrid/conus.llaOutput Binary File Format: ctable2
executing /tmp/pip-build-sf845C/pyproj/nad2bin lib/pyproj/data/hawaii < datumgrid/hawaii.llaOutput Binary File Format: ctable2
executing /tmp/pip-build-sf845C/pyproj/nad2bin lib/pyproj/data/WI < datumgrid/WI.llaOutput Binary File Format: ctable2
executing /tmp/pip-build-sf845C/pyproj/nad2bin lib/pyproj/data/null < datumgrid/null.llaOutput Binary File Format: ctable2
executing /tmp/pip-build-sf845C/pyproj/nad2bin lib/pyproj/data/prvi < datumgrid/prvi.llaOutput Binary File Format: ctable2
executing /tmp/pip-build-sf845C/pyproj/nad2bin lib/pyproj/data/FL < datumgrid/FL.llaOutput Binary File Format: ctable2
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/pyproj
copying lib/pyproj/datadir.py -> build/lib.linux-x86_64-2.7/pyproj
copying lib/pyproj/init.py -> build/lib.linux-x86_64-2.7/pyproj
creating build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/nad83 -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/stpaul -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/proj_def.dat -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/nad27 -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/WI -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/hawaii -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/test27 -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/td_out.dist -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/conus -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/nzgd2kgrid0005.gsb -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/README -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/FL -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/GL27 -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/ntf_r93.gsb -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/world -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/testIGNF -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/IGNF -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/MD -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/ntv1_can.dat -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/stlrnc -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/esri -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/ntv2_out.dist -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/tv_out.dist -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/epsg -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/stgeorge -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/testdatumfile -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/pj_out83.dist -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/testntv2 -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/TN -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/null -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/proj_outIGNF.dist -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/testvarious -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/pj_out27.dist -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/prvi -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/other.extra -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/alaska -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/esri.extra -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/test83 -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/nad.lst -> build/lib.linux-x86_64-2.7/pyproj/data
copying lib/pyproj/data/WO -> build/lib.linux-x86_64-2.7/pyproj/data
running build_ext
building 'pyproj._proj' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/src
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_putp2.c -o build/temp.linux-x86_64-2.7/src/PJ_putp2.o
In file included from src/PJ_putp2.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_ell_set.c -o build/temp.linux-x86_64-2.7/src/pj_ell_set.o
In file included from src/pj_ell_set.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_gauss.c -o build/temp.linux-x86_64-2.7/src/pj_gauss.o
In file included from src/pj_gauss.c:29:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
src/pj_gauss.c:7:1: warning: ‘LIBPROJ_ID’ defined but not used [-Wunused-const-variable=]
LIBPROJ_ID[] = "$Id: pj_gauss.c 1856 2010-06-11 03:26:04Z warmerdam $";
^~~~~~~~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_crast.c -o build/temp.linux-x86_64-2.7/src/PJ_crast.o
In file included from src/PJ_crast.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_fwd.c -o build/temp.linux-x86_64-2.7/src/pj_fwd.o
In file included from src/pj_fwd.c:3:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_ortho.c -o build/temp.linux-x86_64-2.7/src/PJ_ortho.o
In file included from src/PJ_ortho.c:6:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_urm5.c -o build/temp.linux-x86_64-2.7/src/PJ_urm5.o
In file included from src/PJ_urm5.c:4:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_factors.c -o build/temp.linux-x86_64-2.7/src/pj_factors.o
In file included from src/pj_factors.c:3:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_initcache.c -o build/temp.linux-x86_64-2.7/src/pj_initcache.o
In file included from src/pj_initcache.c:30:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_zpoly1.c -o build/temp.linux-x86_64-2.7/src/pj_zpoly1.o
In file included from src/pj_zpoly1.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_chamb.c -o build/temp.linux-x86_64-2.7/src/PJ_chamb.o
In file included from src/PJ_chamb.c:13:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_stere.c -o build/temp.linux-x86_64-2.7/src/PJ_stere.o
In file included from src/PJ_stere.c:8:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_mill.c -o build/temp.linux-x86_64-2.7/src/PJ_mill.o
In file included from src/PJ_mill.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_imw_p.c -o build/temp.linux-x86_64-2.7/src/PJ_imw_p.o
In file included from src/PJ_imw_p.c:7:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_lask.c -o build/temp.linux-x86_64-2.7/src/PJ_lask.o
In file included from src/PJ_lask.c:3:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_igh.c -o build/temp.linux-x86_64-2.7/src/PJ_igh.o
In file included from src/PJ_igh.c:5:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_isea.c -o build/temp.linux-x86_64-2.7/src/PJ_isea.o
src/PJ_isea.c: In function ‘isea_hex’:
src/PJ_isea.c:922:9: warning: variable ‘oddsl’ set but not used [-Wunused-but-set-variable]
double oddsl;
^~~~~
src/PJ_isea.c: In function ‘isea_forward’:
src/PJ_isea.c:982:32: warning: variable ‘quad’ set but not used [-Wunused-but-set-variable]
int tri, downtri, quad;
^~~~
src/PJ_isea.c:982:23: warning: variable ‘downtri’ set but not used [-Wunused-but-set-variable]
int tri, downtri, quad;
^~~~~~~
In file included from src/PJ_isea.c:1038:0:
src/projects.h: At top level:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_gridlist.c -o build/temp.linux-x86_64-2.7/src/pj_gridlist.o
In file included from src/pj_gridlist.c:33:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_cass.c -o build/temp.linux-x86_64-2.7/src/PJ_cass.o
In file included from src/PJ_cass.c:14:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_lsat.c -o build/temp.linux-x86_64-2.7/src/PJ_lsat.o
In file included from src/PJ_lsat.c:6:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_eck3.c -o build/temp.linux-x86_64-2.7/src/PJ_eck3.o
In file included from src/PJ_eck3.c:4:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_hatano.c -o build/temp.linux-x86_64-2.7/src/PJ_hatano.o
In file included from src/PJ_hatano.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_urmfps.c -o build/temp.linux-x86_64-2.7/src/PJ_urmfps.o
In file included from src/PJ_urmfps.c:4:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_cc.c -o build/temp.linux-x86_64-2.7/src/PJ_cc.o
In file included from src/PJ_cc.c:4:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_ctx.c -o build/temp.linux-x86_64-2.7/src/pj_ctx.o
In file included from src/pj_ctx.c:30:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/adjlon.c -o build/temp.linux-x86_64-2.7/src/adjlon.o
In file included from src/adjlon.c:3:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_mbtfpp.c -o build/temp.linux-x86_64-2.7/src/PJ_mbtfpp.o
In file included from src/PJ_mbtfpp.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_gall.c -o build/temp.linux-x86_64-2.7/src/PJ_gall.o
In file included from src/PJ_gall.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/bchgen.c -o build/temp.linux-x86_64-2.7/src/bchgen.o
In file included from src/bchgen.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_tcc.c -o build/temp.linux-x86_64-2.7/src/PJ_tcc.o
In file included from src/PJ_tcc.c:5:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_laea.c -o build/temp.linux-x86_64-2.7/src/PJ_laea.o
In file included from src/PJ_laea.c:13:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_eck4.c -o build/temp.linux-x86_64-2.7/src/PJ_eck4.o
In file included from src/PJ_eck4.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_nell.c -o build/temp.linux-x86_64-2.7/src/PJ_nell.o
In file included from src/PJ_nell.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/nad_init.c -o build/temp.linux-x86_64-2.7/src/nad_init.o
In file included from src/nad_init.c:32:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_eck5.c -o build/temp.linux-x86_64-2.7/src/PJ_eck5.o
In file included from src/PJ_eck5.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_vandg2.c -o build/temp.linux-x86_64-2.7/src/PJ_vandg2.o
In file included from src/PJ_vandg2.c:6:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/emess.c -o build/temp.linux-x86_64-2.7/src/emess.o
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_mod_ster.c -o build/temp.linux-x86_64-2.7/src/PJ_mod_ster.o
In file included from src/PJ_mod_ster.c:7:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_august.c -o build/temp.linux-x86_64-2.7/src/PJ_august.o
In file included from src/PJ_august.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_eck2.c -o build/temp.linux-x86_64-2.7/src/PJ_eck2.o
In file included from src/PJ_eck2.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_mbt_fps.c -o build/temp.linux-x86_64-2.7/src/PJ_mbt_fps.o
In file included from src/PJ_mbt_fps.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_somerc.c -o build/temp.linux-x86_64-2.7/src/PJ_somerc.o
In file included from src/PJ_somerc.c:4:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_omerc.c -o build/temp.linux-x86_64-2.7/src/PJ_omerc.o
In file included from src/PJ_omerc.c:29:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
src/PJ_omerc.c: In function ‘pj_omerc’:
src/PJ_omerc.c:161:7: warning: ‘phi2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
L = pow(pj_tsfn(phi2, sin(phi2), P->e), P->B);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/PJ_omerc.c:160:7: warning: ‘phi1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
H = pow(pj_tsfn(phi1, sin(phi1), P->e), P->B);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/PJ_omerc.c:169:9: warning: ‘lam2’ may be used uninitialized in this function [-Wmaybe-uninitialized]
lam2 += TWOPI;

src/PJ_omerc.c:97:17: warning: ‘lam1’ may be used uninitialized in this function [-Wmaybe-uninitialized]
gamma0, lamc, lam1, lam2, phi1, phi2, alpha_c;
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/proj_rouss.c -o build/temp.linux-x86_64-2.7/src/proj_rouss.o
In file included from src/proj_rouss.c:36:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
src/proj_rouss.c:7:1: warning: ‘LIBPROJ_ID’ defined but not used [-Wunused-const-variable=]
LIBPROJ_ID[] = "$Id: proj_rouss.c 1856 2010-06-11 03:26:04Z warmerdam $";
^~~~~~~~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_apply_vgridshift.c -o build/temp.linux-x86_64-2.7/src/pj_apply_vgridshift.o
In file included from src/pj_apply_vgridshift.c:33:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_wag3.c -o build/temp.linux-x86_64-2.7/src/PJ_wag3.o
In file included from src/PJ_wag3.c:4:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_goode.c -o build/temp.linux-x86_64-2.7/src/PJ_goode.o
In file included from src/PJ_goode.c:5:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_labrd.c -o build/temp.linux-x86_64-2.7/src/PJ_labrd.o
In file included from src/PJ_labrd.c:5:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_sts.c -o build/temp.linux-x86_64-2.7/src/PJ_sts.o
In file included from src/PJ_sts.c:5:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_gridcatalog.c -o build/temp.linux-x86_64-2.7/src/pj_gridcatalog.o
In file included from src/pj_gridcatalog.c:32:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
src/pj_gridcatalog.c: In function ‘pj_gc_apply_gridshift’:
src/pj_gridcatalog.c:122:14: warning: unused variable ‘itable’ [-Wunused-variable]
int itable;
^~~~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/geod_interface.c -o build/temp.linux-x86_64-2.7/src/geod_interface.o
In file included from src/geod_interface.c:1:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/proj_mdist.c -o build/temp.linux-x86_64-2.7/src/proj_mdist.o
In file included from src/proj_mdist.c:33:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
src/proj_mdist.c:7:1: warning: ‘LIBPROJ_ID’ defined but not used [-Wunused-const-variable=]
LIBPROJ_ID[] = "$Id: proj_mdist.c 1856 2010-06-11 03:26:04Z warmerdam $";
^~~~~~~~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_aeqd.c -o build/temp.linux-x86_64-2.7/src/PJ_aeqd.o
In file included from src/PJ_aeqd.c:41:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_qsfn.c -o build/temp.linux-x86_64-2.7/src/pj_qsfn.o
In file included from src/pj_qsfn.c:3:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/gen_cheb.c -o build/temp.linux-x86_64-2.7/src/gen_cheb.o
In file included from src/gen_cheb.c:3:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
src/gen_cheb.c: In function ‘gen_cheb’:
src/gen_cheb.c:13:24: warning: variable ‘i’ set but not used [-Wunused-but-set-variable]
int NU = 15, NV = 15, i, res = -1, errin = 0, pwr;
^
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/geocent.c -o build/temp.linux-x86_64-2.7/src/geocent.o
src/geocent.c: In function ‘pj_Convert_Geocentric_To_Geodetic’:
src/geocent.c:365:9: warning: variable ‘At_Pole’ set but not used [-Wunused-but-set-variable]
int At_Pole; /* indicates location is in polar region /
^~~~~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_release.c -o build/temp.linux-x86_64-2.7/src/pj_release.o
In file included from src/pj_release.c:3:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_nell_h.c -o build/temp.linux-x86_64-2.7/src/PJ_nell_h.o
In file included from src/PJ_nell_h.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_sconics.c -o build/temp.linux-x86_64-2.7/src/PJ_sconics.o
In file included from src/PJ_sconics.c:9:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_putp5.c -o build/temp.linux-x86_64-2.7/src/PJ_putp5.o
In file included from src/PJ_putp5.c:4:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_errno.c -o build/temp.linux-x86_64-2.7/src/pj_errno.o
In file included from src/pj_errno.c:3:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_rpoly.c -o build/temp.linux-x86_64-2.7/src/PJ_rpoly.o
In file included from src/PJ_rpoly.c:8:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/nad_cvt.c -o build/temp.linux-x86_64-2.7/src/nad_cvt.o
In file included from src/nad_cvt.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_list.c -o build/temp.linux-x86_64-2.7/src/pj_list.o
In file included from src/pj_list.c:5:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_wag2.c -o build/temp.linux-x86_64-2.7/src/PJ_wag2.o
In file included from src/PJ_wag2.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/geodesic.c -o build/temp.linux-x86_64-2.7/src/geodesic.o
src/geodesic.c:43:13: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
static void Init() {
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_oea.c -o build/temp.linux-x86_64-2.7/src/PJ_oea.o
In file included from src/PJ_oea.c:7:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_nzmg.c -o build/temp.linux-x86_64-2.7/src/PJ_nzmg.o
In file included from src/PJ_nzmg.c:32:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_tpeqd.c -o build/temp.linux-x86_64-2.7/src/PJ_tpeqd.o
In file included from src/PJ_tpeqd.c:5:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_eck1.c -o build/temp.linux-x86_64-2.7/src/PJ_eck1.o
In file included from src/PJ_eck1.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_krovak.c -o build/temp.linux-x86_64-2.7/src/PJ_krovak.o
In file included from src/PJ_krovak.c:36:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_putp6.c -o build/temp.linux-x86_64-2.7/src/PJ_putp6.o
In file included from src/PJ_putp6.c:4:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_param.c -o build/temp.linux-x86_64-2.7/src/pj_param.o
In file included from src/pj_param.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_wink2.c -o build/temp.linux-x86_64-2.7/src/PJ_wink2.o
In file included from src/PJ_wink2.c:4:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_airy.c -o build/temp.linux-x86_64-2.7/src/PJ_airy.o
In file included from src/PJ_airy.c:38:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_gc_reader.c -o build/temp.linux-x86_64-2.7/src/pj_gc_reader.o
In file included from src/pj_gc_reader.c:32:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
src/pj_gc_reader.c: In function ‘pj_gc_readcatalog’:
src/pj_gc_reader.c:48:20: warning: unused variable ‘err’ [-Wunused-variable]
int entry_max, err;
^~~
src/pj_gc_reader.c: In function ‘pj_gc_read_csv_line’:
src/pj_gc_reader.c:118:16: warning: implicit declaration of function ‘isspace’ [-Wimplicit-function-declaration]
while( isspace(next) )
^~~~~~~
src/pj_gc_reader.c: In function ‘pj_gc_readcatalog’:
src/pj_gc_reader.c:56:5: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result [-Wunused-result]
fgets(line, sizeof(line)-1, fp);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_msfn.c -o build/temp.linux-x86_64-2.7/src/pj_msfn.o
In file included from src/pj_msfn.c:3:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_wink1.c -o build/temp.linux-x86_64-2.7/src/PJ_wink1.o
In file included from src/PJ_wink1.c:4:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_phi2.c -o build/temp.linux-x86_64-2.7/src/pj_phi2.o
In file included from src/pj_phi2.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_open_lib.c -o build/temp.linux-x86_64-2.7/src/pj_open_lib.o
In file included from src/pj_open_lib.c:34:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_bipc.c -o build/temp.linux-x86_64-2.7/src/PJ_bipc.o
In file included from src/PJ_bipc.c:4:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_natearth.c -o build/temp.linux-x86_64-2.7/src/PJ_natearth.o
In file included from src/PJ_natearth.c:17:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/dmstor.c -o build/temp.linux-x86_64-2.7/src/dmstor.o
In file included from src/dmstor.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/bch2bps.c -o build/temp.linux-x86_64-2.7/src/bch2bps.o
In file included from src/bch2bps.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_init.c -o build/temp.linux-x86_64-2.7/src/pj_init.o
In file included from src/pj_init.c:33:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_apply_gridshift.c -o build/temp.linux-x86_64-2.7/src/pj_apply_gridshift.o
In file included from src/pj_apply_gridshift.c:35:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/hypot.c -o build/temp.linux-x86_64-2.7/src/hypot.o
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_log.c -o build/temp.linux-x86_64-2.7/src/pj_log.o
In file included from src/pj_log.c:30:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_eqdc.c -o build/temp.linux-x86_64-2.7/src/PJ_eqdc.o
In file included from src/PJ_eqdc.c:11:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_lagrng.c -o build/temp.linux-x86_64-2.7/src/PJ_lagrng.o
In file included from src/PJ_lagrng.c:7:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_utils.c -o build/temp.linux-x86_64-2.7/src/pj_utils.o
In file included from src/pj_utils.c:33:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_putp3.c -o build/temp.linux-x86_64-2.7/src/PJ_putp3.o
In file included from src/PJ_putp3.c:4:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_units.c -o build/temp.linux-x86_64-2.7/src/pj_units.o
In file included from src/pj_units.c:3:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
src/pj_units.c:8:14: warning: missing braces around initializer [-Wmissing-braces]
pj_units[] = {
^
src/pj_units.c:8:14: note: (near initialization for ‘pj_units’)
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_mlfn.c -o build/temp.linux-x86_64-2.7/src/pj_mlfn.o
In file included from src/pj_mlfn.c:1:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_mbtfpq.c -o build/temp.linux-x86_64-2.7/src/PJ_mbtfpq.o
In file included from src/PJ_mbtfpq.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/mk_cheby.c -o build/temp.linux-x86_64-2.7/src/mk_cheby.o
In file included from src/mk_cheby.c:1:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
src/mk_cheby.c: In function ‘mk_cheby’:
src/mk_cheby.c:101:40: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if ((T->cu[i].m = ncu[i]) != 0)
^
src/mk_cheby.c:109:40: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if ((T->cv[i].m = ncv[i]) != 0)
^
src/mk_cheby.c:127:32: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if ((T->cu[i].m = ncu[i]) != 0)
^
src/mk_cheby.c:135:32: warning: suggest explicit braces to avoid ambiguous ‘else’ [-Wparentheses]
if ((T->cv[i].m = ncv[i]) != 0)
^
src/mk_cheby.c:147:5: warning: ‘T’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (T) { /
pj_dalloc up possible allocations /
^
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_fahey.c -o build/temp.linux-x86_64-2.7/src/PJ_fahey.o
In file included from src/PJ_fahey.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_aitoff.c -o build/temp.linux-x86_64-2.7/src/PJ_aitoff.o
In file included from src/PJ_aitoff.c:35:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/nad_intr.c -o build/temp.linux-x86_64-2.7/src/nad_intr.o
In file included from src/nad_intr.c:3:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_loxim.c -o build/temp.linux-x86_64-2.7/src/PJ_loxim.o
In file included from src/PJ_loxim.c:6:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_wag7.c -o build/temp.linux-x86_64-2.7/src/PJ_wag7.o
In file included from src/PJ_wag7.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_bonne.c -o build/temp.linux-x86_64-2.7/src/PJ_bonne.o
In file included from src/PJ_bonne.c:8:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_denoy.c -o build/temp.linux-x86_64-2.7/src/PJ_denoy.o
In file included from src/PJ_denoy.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_gstmerc.c -o build/temp.linux-x86_64-2.7/src/PJ_gstmerc.o
In file included from src/PJ_gstmerc.c:11:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_moll.c -o build/temp.linux-x86_64-2.7/src/PJ_moll.o
In file included from src/PJ_moll.c:4:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_gins8.c -o build/temp.linux-x86_64-2.7/src/PJ_gins8.o
In file included from src/PJ_gins8.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_strerrno.c -o build/temp.linux-x86_64-2.7/src/pj_strerrno.o
In file included from src/pj_strerrno.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_vandg4.c -o build/temp.linux-x86_64-2.7/src/PJ_vandg4.o
In file included from src/PJ_vandg4.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_auth.c -o build/temp.linux-x86_64-2.7/src/pj_auth.o
In file included from src/pj_auth.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_cea.c -o build/temp.linux-x86_64-2.7/src/PJ_cea.o
In file included from src/PJ_cea.c:5:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
src/PJ_cea.c: In function ‘pj_cea’:
src/PJ_cea.c:49:5: warning: ‘t’ may be used uninitialized in this function [-Wmaybe-uninitialized]
t = sin(t);
~~^~~~~~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_larr.c -o build/temp.linux-x86_64-2.7/src/PJ_larr.o
In file included from src/PJ_larr.c:3:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_ob_tran.c -o build/temp.linux-x86_64-2.7/src/PJ_ob_tran.o
In file included from src/PJ_ob_tran.c:6:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_fouc_s.c -o build/temp.linux-x86_64-2.7/src/PJ_fouc_s.o
In file included from src/PJ_fouc_s.c:4:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_healpix.c -o build/temp.linux-x86_64-2.7/src/PJ_healpix.o
In file included from src/PJ_healpix.c:37:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
src/PJ_healpix.c: In function ‘pnpoly’:
src/PJ_healpix.c:176:11: warning: unused variable ‘j’ [-Wunused-variable]
int i,j,c = 0;
^
src/PJ_healpix.c: In function ‘auth_lat’:
src/PJ_healpix.c:281:9: warning: unused variable ‘q_subtractor’ [-Wunused-variable]
double q_subtractor = - (1.0 - pow(e,2.0)) / (2.0
e) * log((1.0 - e
sin(phi)) / (1.0+esin(phi)));
^~~~~~~~~~~~
src/PJ_healpix.c:280:9: warning: unused variable ‘q_demonitor’ [-Wunused-variable]
double q_demonitor = (1.0 - (pow(e
sin(phi),2.0)));
^~~~~~~~~~~
src/PJ_healpix.c:279:9: warning: unused variable ‘q_numerator’ [-Wunused-variable]
double q_numerator = ((1.0 - pow(e,2.0)) * sin(phi));
^~~~~~~~~~~
src/PJ_healpix.c: In function ‘get_cap’:
src/PJ_healpix.c:449:9: warning: unused variable ‘c’ [-Wunused-variable]
double c;
^
src/PJ_healpix.c: In function ‘combine_caps’:
src/PJ_healpix.c:558:6: warning: unused variable ‘cn’ [-Wunused-variable]
int cn;
^~
src/PJ_healpix.c:515:12: warning: unused variable ‘ret_add’ [-Wunused-variable]
double ret_add[2];
^~~~~~~
src/PJ_healpix.c:512:12: warning: unused variable ‘tmpVect’ [-Wunused-variable]
double tmpVect[2];
^~~~~~~
In file included from src/PJ_healpix.c:37:0:
src/PJ_healpix.c: In function ‘e_healpix_forward’:
src/projects.h:340:57: warning: unused variable ‘xy’ [-Wunused-variable]
#define FORWARD(name) static XY name(LP lp, PJ P) { XY xy = {0.0,0.0}
^
src/PJ_healpix.c:588:1: note: in expansion of macro ‘FORWARD’
FORWARD(e_healpix_forward); /
ellipsoidal /
^~~~~~~
src/PJ_healpix.c: In function ‘s_healpix_forward’:
src/projects.h:340:57: warning: unused variable ‘xy’ [-Wunused-variable]
#define FORWARD(name) static XY name(LP lp, PJ P) { XY xy = {0.0,0.0}
^
src/PJ_healpix.c:595:1: note: in expansion of macro ‘FORWARD’
FORWARD(s_healpix_forward); /
spheroid /
^~~~~~~
src/PJ_healpix.c: In function ‘e_healpix_inverse’:
src/PJ_healpix.c:599:12: warning: unused variable ‘bet’ [-Wunused-variable]
double bet, x, y;
^~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/biveval.c -o build/temp.linux-x86_64-2.7/src/biveval.o
In file included from src/biveval.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_nocol.c -o build/temp.linux-x86_64-2.7/src/PJ_nocol.o
In file included from src/PJ_nocol.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_tsfn.c -o build/temp.linux-x86_64-2.7/src/pj_tsfn.o
In file included from src/pj_tsfn.c:3:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_datums.c -o build/temp.linux-x86_64-2.7/src/pj_datums.o
In file included from src/pj_datums.c:32:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
src/pj_datums.c:40:48: warning: missing braces around initializer [-Wmissing-braces]
C_NAMESPACE_VAR struct PJ_DATUMS pj_datums[] = {
^
src/pj_datums.c:40:48: note: (near initialization for ‘pj_datums’)
src/pj_datums.c:66:66: warning: missing braces around initializer [-Wmissing-braces]
C_NAMESPACE_VAR struct PJ_PRIME_MERIDIANS pj_prime_meridians[] = {
^
src/pj_datums.c:66:66: note: (near initialization for ‘pj_prime_meridians’)
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_nsper.c -o build/temp.linux-x86_64-2.7/src/PJ_nsper.o
In file included from src/PJ_nsper.c:17:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_putp4p.c -o build/temp.linux-x86_64-2.7/src/PJ_putp4p.o
In file included from src/PJ_putp4p.c:4:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_collg.c -o build/temp.linux-x86_64-2.7/src/PJ_collg.o
In file included from src/PJ_collg.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/aasincos.c -o build/temp.linux-x86_64-2.7/src/aasincos.o
In file included from src/aasincos.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_tmerc.c -o build/temp.linux-x86_64-2.7/src/PJ_tmerc.o
In file included from src/PJ_tmerc.c:6:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_pr_list.c -o build/temp.linux-x86_64-2.7/src/pj_pr_list.o
In file included from src/pj_pr_list.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_poly.c -o build/temp.linux-x86_64-2.7/src/PJ_poly.o
In file included from src/PJ_poly.c:5:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_merc.c -o build/temp.linux-x86_64-2.7/src/PJ_merc.o
In file included from src/PJ_merc.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_tcea.c -o build/temp.linux-x86_64-2.7/src/PJ_tcea.o
In file included from src/PJ_tcea.c:4:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_geos.c -o build/temp.linux-x86_64-2.7/src/PJ_geos.o
In file included from src/PJ_geos.c:43:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
src/PJ_geos.c:8:1: warning: ‘LIBPROJ_ID’ defined but not used [-Wunused-const-variable=]
LIBPROJ_ID[] = "$Id: PJ_geos.c 2176 2012-02-27 07:56:32Z warmerdam $";
^~~~~~~~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_sterea.c -o build/temp.linux-x86_64-2.7/src/PJ_sterea.o
In file included from src/PJ_sterea.c:35:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
src/PJ_sterea.c:7:1: warning: ‘LIBPROJ_ID’ defined but not used [-Wunused-const-variable=]
LIBPROJ_ID[] = "$Id: PJ_sterea.c 2022 2011-05-20 13:04:08Z warmerdam $";
^~~~~~~~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_geocent.c -o build/temp.linux-x86_64-2.7/src/pj_geocent.o
In file included from src/pj_geocent.c:33:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_vandg.c -o build/temp.linux-x86_64-2.7/src/PJ_vandg.o
In file included from src/PJ_vandg.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_lcc.c -o build/temp.linux-x86_64-2.7/src/PJ_lcc.o
In file included from src/PJ_lcc.c:9:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_transform.c -o build/temp.linux-x86_64-2.7/src/pj_transform.o
In file included from src/pj_transform.c:32:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
src/pj_transform.c: In function ‘pj_adjust_axis’:
src/pj_transform.c:768:21: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if( z ) z[point_offset
i] = value; break;
^~
src/pj_transform.c:768:56: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
if( z ) z[point_offset
i] = value; break;
^~~~~
src/pj_transform.c:770:21: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
if( z ) z[point_offseti] = -value; break;
^~
src/pj_transform.c:770:57: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
if( z ) z[point_offset
i] = -value; break;
^~~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_aea.c -o build/temp.linux-x86_64-2.7/src/PJ_aea.o
In file included from src/PJ_aea.c:44:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_datum_set.c -o build/temp.linux-x86_64-2.7/src/pj_datum_set.o
In file included from src/pj_datum_set.c:30:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_eqc.c -o build/temp.linux-x86_64-2.7/src/PJ_eqc.o
In file included from src/PJ_eqc.c:4:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_ocea.c -o build/temp.linux-x86_64-2.7/src/PJ_ocea.o
In file included from src/PJ_ocea.c:9:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_robin.c -o build/temp.linux-x86_64-2.7/src/PJ_robin.o
In file included from src/PJ_robin.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_ellps.c -o build/temp.linux-x86_64-2.7/src/pj_ellps.o
In file included from src/pj_ellps.c:3:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
src/pj_ellps.c:6:14: warning: missing braces around initializer [-Wmissing-braces]
pj_ellps[] = {
^
src/pj_ellps.c:6:14: note: (near initialization for ‘pj_ellps’)
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_bacon.c -o build/temp.linux-x86_64-2.7/src/PJ_bacon.o
In file included from src/PJ_bacon.c:7:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_gnom.c -o build/temp.linux-x86_64-2.7/src/PJ_gnom.o
In file included from src/PJ_gnom.c:6:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/vector1.c -o build/temp.linux-x86_64-2.7/src/vector1.o
In file included from src/vector1.c:3:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_lcca.c -o build/temp.linux-x86_64-2.7/src/PJ_lcca.o
In file included from src/PJ_lcca.c:11:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
src/PJ_lcca.c: In function ‘pj_lcca’:
src/PJ_lcca.c:54:29: warning: variable ‘tan20’ set but not used [-Wunused-but-set-variable]
double s2p0, N0, R0, tan0, tan20;
^~~~~
At top level:
src/PJ_lcca.c:1:19: warning: ‘RCS_ID’ defined but not used [-Wunused-const-variable=]
static const char RCS_ID[] = "$Id: PJ_lcca.c 1856 2010-06-11 03:26:04Z warmerdam $";
^~~~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_malloc.c -o build/temp.linux-x86_64-2.7/src/pj_malloc.o
In file included from src/pj_malloc.c:5:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_latlong.c -o build/temp.linux-x86_64-2.7/src/pj_latlong.o
In file included from src/pj_latlong.c:34:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_mutex.c -o build/temp.linux-x86_64-2.7/src/pj_mutex.o
In file included from src/pj_mutex.c:34:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
src/pj_mutex.c:50:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
static void pj_init_lock();
^~~~~~
src/pj_mutex.c:50:13: warning: ‘pj_init_lock’ declared ‘static’ but never defined [-Wunused-function]
static void pj_init_lock();
^~~~~~~~~~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_boggs.c -o build/temp.linux-x86_64-2.7/src/PJ_boggs.o
In file included from src/PJ_boggs.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_gn_sinu.c -o build/temp.linux-x86_64-2.7/src/PJ_gn_sinu.o
In file included from src/PJ_gn_sinu.c:5:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/PJ_hammer.c -o build/temp.linux-x86_64-2.7/src/PJ_hammer.o
In file included from src/PJ_hammer.c:6:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_inv.c -o build/temp.linux-x86_64-2.7/src/pj_inv.o
In file included from src/pj_inv.c:3:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/geod_set.c -o build/temp.linux-x86_64-2.7/src/geod_set.o
In file included from src/geod_set.c:5:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_gridinfo.c -o build/temp.linux-x86_64-2.7/src/pj_gridinfo.o
In file included from src/pj_gridinfo.c:33:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/pj_deriv.c -o build/temp.linux-x86_64-2.7/src/pj_deriv.o
In file included from src/pj_deriv.c:3:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/rtodms.c -o build/temp.linux-x86_64-2.7/src/rtodms.o
In file included from src/rtodms.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/proj_etmerc.c -o build/temp.linux-x86_64-2.7/src/proj_etmerc.o
In file included from src/proj_etmerc.c:52:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c src/p_series.c -o build/temp.linux-x86_64-2.7/src/p_series.o
In file included from src/p_series.c:2:0:
src/projects.h:478:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
void pj_deallocate_grids();
^~~~
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Isrc -I/usr/include/python2.7 -c _proj.c -o build/temp.linux-x86_64-2.7/_proj.o
_proj.c:4:20: fatal error: Python.h: No such file or directory
#include "Python.h"
^
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1


Failed building wheel for pyproj
Running setup.py clean for pyproj
Running setup.py bdist_wheel for pycapnp ... error
Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-sf845C/pycapnp/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" bdist_wheel -d /tmp/tmpQoz3xlpip-wheel- --python-tag cp27:
running bdist_wheel
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/capnp
copying capnp/init.py -> build/lib.linux-x86_64-2.7/capnp
copying capnp/version.py -> build/lib.linux-x86_64-2.7/capnp
copying capnp/_gen.py -> build/lib.linux-x86_64-2.7/capnp
copying capnp/init.pxd -> build/lib.linux-x86_64-2.7/capnp
copying capnp/c++.capnp -> build/lib.linux-x86_64-2.7/capnp
copying capnp/schema.capnp -> build/lib.linux-x86_64-2.7/capnp
creating build/lib.linux-x86_64-2.7/capnp/helpers
copying capnp/helpers/init.pxd -> build/lib.linux-x86_64-2.7/capnp/helpers
copying capnp/helpers/helpers.pxd -> build/lib.linux-x86_64-2.7/capnp/helpers
copying capnp/helpers/non_circular.pxd -> build/lib.linux-x86_64-2.7/capnp/helpers
copying capnp/helpers/checkCompiler.h -> build/lib.linux-x86_64-2.7/capnp/helpers
copying capnp/helpers/capabilityHelper.h -> build/lib.linux-x86_64-2.7/capnp/helpers
copying capnp/helpers/fixMaybe.h -> build/lib.linux-x86_64-2.7/capnp/helpers
copying capnp/helpers/rpcHelper.h -> build/lib.linux-x86_64-2.7/capnp/helpers
copying capnp/helpers/asyncHelper.h -> build/lib.linux-x86_64-2.7/capnp/helpers
copying capnp/helpers/serialize.h -> build/lib.linux-x86_64-2.7/capnp/helpers
creating build/lib.linux-x86_64-2.7/capnp/includes
copying capnp/includes/init.pxd -> build/lib.linux-x86_64-2.7/capnp/includes
copying capnp/includes/capnp_cpp.pxd -> build/lib.linux-x86_64-2.7/capnp/includes
copying capnp/includes/schema_cpp.pxd -> build/lib.linux-x86_64-2.7/capnp/includes
copying capnp/includes/types.pxd -> build/lib.linux-x86_64-2.7/capnp/includes
creating build/lib.linux-x86_64-2.7/capnp/lib
copying capnp/lib/init.pxd -> build/lib.linux-x86_64-2.7/capnp/lib
copying capnp/lib/capnp.pxd -> build/lib.linux-x86_64-2.7/capnp/lib
copying capnp/lib/pickle_helper.py -> build/lib.linux-x86_64-2.7/capnp/lib
copying capnp/lib/init.py -> build/lib.linux-x86_64-2.7/capnp/lib
copying capnp/lib/capnp.pyx -> build/lib.linux-x86_64-2.7/capnp/lib
creating build/lib.linux-x86_64-2.7/capnp/templates
copying capnp/templates/module.pyx -> build/lib.linux-x86_64-2.7/capnp/templates
copying capnp/templates/setup.py.tmpl -> build/lib.linux-x86_64-2.7/capnp/templates
running build_ext
creating /tmp/tmplvpQjM/tmp
cc -c /tmp/timer_createIwvzqN.c -o /tmp/tmplvpQjM/tmp/timer_createIwvzqN.o
/tmp/timer_createIwvzqN.c:1:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
main (int argc, char **argv) {
^~~~
/tmp/timer_createIwvzqN.c: In function ‘main’:
/tmp/timer_createIwvzqN.c:2:5: warning: implicit declaration of function ‘timer_create’ [-Wimplicit-function-declaration]
timer_create();
^~~~~~~~~~~~
cc /tmp/tmplvpQjM/tmp/timer_createIwvzqN.o -o /tmp/tmplvpQjM/a.out
/tmp/tmplvpQjM/tmp/timer_createIwvzqN.o: In function main': timer_createIwvzqN.c:(.text+0x15): undefined reference to timer_create'
collect2: error: ld returned 1 exit status
creating tmp
creating tmp/tmplvpQjM
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -c /tmp/tmplvpQjM/vers.cpp -o tmp/tmplvpQjM/vers.o --std=c++11
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
/tmp/tmplvpQjM/vers.cpp:4:26: fatal error: capnp/common.h: No such file or directory
#include "capnp/common.h"
^
compilation terminated.
WARNING no libcapnp detected or rebuild forced. Will download and build it from source now. If you have C++ Cap'n Proto installed, it may be out of date or is not being detected. Downloading and building libcapnp may take a while.
fetching https://capnproto.org/capnproto-c++-0.5.3.1.tar.gz into /tmp/pip-build-sf845C/pycapnp/bundled
|DNS-request| capnproto.org
|S-chain|-<>-127.0.0.1:1080-<><>-4.2.2.2:53-<><>-OK
|DNS-response| capnproto.org is 104.25.186.98
|S-chain|-<>-127.0.0.1:1080-<><>-104.25.186.98:443-<><>-OK
ar: u' modifier ignored since D' is the default (see U') ar: u' modifier ignored since D' is the default (see U')
ar: u' modifier ignored since D' is the default (see U') ar: u' modifier ignored since D' is the default (see U')
ar: u' modifier ignored since D' is the default (see `U')
building 'capnp.lib.capnp' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/capnp
creating build/temp.linux-x86_64-2.7/capnp/lib
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I. -I/usr/include/python2.7 -I/tmp/pip-build-sf845C/pycapnp/build/include -c capnp/lib/capnp.cpp -o build/temp.linux-x86_64-2.7/capnp/lib/capnp.o --std=c++11
cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++
capnp/lib/capnp.cpp:37:22: fatal error: pyconfig.h: No such file or directory
#include "pyconfig.h"
^
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1


Failed building wheel for pycapnp
Running setup.py clean for pycapnp
Failed to build psutil pyproj pycapnp
Installing collected packages: psutil, apipkg, execnet, pytest-xdist, PyYAML, unittest2, PyMySQL, DBUtils, pyproj, prettytable, pycapnp, nupic.bindings
Running setup.py install for psutil ... error
Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-sf845C/psutil/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-p4HNRn-record/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/psutil
copying psutil/_pssunos.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_psosx.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_compat.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/init.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/error.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_pslinux.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_psmswindows.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_psbsd.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_psposix.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_common.py -> build/lib.linux-x86_64-2.7/psutil
copying psutil/_error.py -> build/lib.linux-x86_64-2.7/psutil
running build_ext
building '_psutil_linux' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/psutil
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fdebug-prefix-map=/build/python2.7-ZZaKJ6/python2.7-2.7.13=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c psutil/_psutil_linux.c -o build/temp.linux-x86_64-2.7/psutil/_psutil_linux.o
psutil/_psutil_linux.c:10:20: fatal error: Python.h: No such file or directory
#include <Python.h>
^
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1

----------------------------------------

Command "/usr/bin/python -u -c "import setuptools, tokenize;file='/tmp/pip-build-sf845C/psutil/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-p4HNRn-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-sf845C/psutil/
root@zhiwei-Lenovo-Rescuer-15ISK:/home/zhiwei#

You need to install python development headers.

I tried sudo apt-get install python-dev and it worked. thank you