Skip to content

Instantly share code, notes, and snippets.

@nextstopsun
Created April 12, 2012 19:59
Show Gist options
  • Save nextstopsun/2370590 to your computer and use it in GitHub Desktop.
Save nextstopsun/2370590 to your computer and use it in GitHub Desktop.
imposm pip.log
------------------------------------------------------------
/usr/local/bin/pip run on Thu Apr 12 23:49:10 2012
Downloading/unpacking imposm
Running setup.py egg_info for package imposm
running egg_info
writing requirements to pip-egg-info/imposm.egg-info/requires.txt
writing pip-egg-info/imposm.egg-info/PKG-INFO
writing namespace_packages to pip-egg-info/imposm.egg-info/namespace_packages.txt
writing top-level names to pip-egg-info/imposm.egg-info/top_level.txt
writing dependency_links to pip-egg-info/imposm.egg-info/dependency_links.txt
writing entry points to pip-egg-info/imposm.egg-info/entry_points.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/imposm.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pip-egg-info/imposm.egg-info/SOURCES.txt'
Downloading/unpacking imposm.parser (from imposm)
Running setup.py egg_info for package imposm.parser
running egg_info
writing pip-egg-info/imposm.parser.egg-info/PKG-INFO
writing namespace_packages to pip-egg-info/imposm.parser.egg-info/namespace_packages.txt
writing top-level names to pip-egg-info/imposm.parser.egg-info/top_level.txt
writing dependency_links to pip-egg-info/imposm.parser.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/imposm.parser.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'pip-egg-info/imposm.parser.egg-info/SOURCES.txt'
Source in ./build/imposm.parser has version 1.0.3, which satisfies requirement imposm.parser (from imposm)
Downloading/unpacking psycopg2 (from imposm)
Running setup.py egg_info for package psycopg2
running egg_info
writing pip-egg-info/psycopg2.egg-info/PKG-INFO
writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt
writing dependency_links to pip-egg-info/psycopg2.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/psycopg2.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
no previously-included directories found matching 'doc/src/_build'
writing manifest file 'pip-egg-info/psycopg2.egg-info/SOURCES.txt'
Source in ./build/psycopg2 has version 2.4.5, which satisfies requirement psycopg2 (from imposm)
Downloading/unpacking Shapely (from imposm)
Running setup.py egg_info for package Shapely
/Users/nextstopsun/build/Shapely/setup.py:10: Warning: Failed to import distribute_setup, continuing without distribute.
Warning)
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'requires_external'
warnings.warn(msg)
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'metadata_version'
warnings.warn(msg)
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'requires_python'
warnings.warn(msg)
running egg_info
writing pip-egg-info/Shapely.egg-info/PKG-INFO
writing top-level names to pip-egg-info/Shapely.egg-info/top_level.txt
writing dependency_links to pip-egg-info/Shapely.egg-info/dependency_links.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/Shapely.egg-info/SOURCES.txt'
writing manifest file 'pip-egg-info/Shapely.egg-info/SOURCES.txt'
Source in ./build/Shapely has version 1.2.14, which satisfies requirement Shapely (from imposm)
Installing collected packages: imposm, imposm.parser, psycopg2, Shapely
Running setup.py install for imposm
Running command /usr/bin/python -c "import setuptools;__file__='/Users/nextstopsun/build/imposm/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-czbqQx-record/install-record.txt
running install
running build
running build_py
running egg_info
writing requirements to imposm.egg-info/requires.txt
writing imposm.egg-info/PKG-INFO
writing namespace_packages to imposm.egg-info/namespace_packages.txt
writing top-level names to imposm.egg-info/top_level.txt
writing dependency_links to imposm.egg-info/dependency_links.txt
writing entry points to imposm.egg-info/entry_points.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'imposm.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'imposm.egg-info/SOURCES.txt'
running build_ext
imposm/cache/internal.pb.cc up to date
creating imposm/cache/tc.c
Could not find cython command.
Found existing C file. Ignoring previous error.
building 'imposm.cache.tc' extension
llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c imposm/cache/tc.c -o build/temp.macosx-10.7-intel-2.7/imposm/cache/tc.o
imposm/cache/tc.c:225:20: error: tcutil.h: No such file or directory
imposm/cache/tc.c:226:19: error: tcbdb.h: No such file or directory
imposm/cache/tc.c:334: error: expected specifier-qualifier-list before ‘TCBDB’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB___cinit__’:
imposm/cache/tc.c:1090: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1090: warning: implicit declaration of function ‘tcbdbnew’
imposm/cache/tc.c:1099: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_1__init__’:
imposm/cache/tc.c:1123: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:1123: error: (Each undeclared identifier is reported only once
imposm/cache/tc.c:1123: error: for each function it appears in.)
imposm/cache/tc.c:1123: error: ‘__pyx_t_4’ undeclared (first use in this function)
imposm/cache/tc.c:1193: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1193: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1193: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1194: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1223: warning: implicit declaration of function ‘tcbdbsetcmpfunc’
imposm/cache/tc.c:1223: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1223: error: ‘tccmpint64’ undeclared (first use in this function)
imposm/cache/tc.c:1232: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1241: warning: implicit declaration of function ‘tcbdbopen’
imposm/cache/tc.c:1251: warning: implicit declaration of function ‘tcbdbecode’
imposm/cache/tc.c:1251: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1275: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_2_tune_db’:
imposm/cache/tc.c:1308: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:1308: error: ‘__pyx_t_4’ undeclared (first use in this function)
imposm/cache/tc.c:1386: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1390: warning: implicit declaration of function ‘tcbdbtune’
imposm/cache/tc.c:1390: error: ‘BDBTLARGE’ undeclared (first use in this function)
imposm/cache/tc.c:1390: error: ‘BDBTDEFLATE’ undeclared (first use in this function)
imposm/cache/tc.c:1402: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_3get’:
imposm/cache/tc.c:1457: warning: implicit declaration of function ‘tcbdbget3’
imposm/cache/tc.c:1457: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1457: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_4get_raw’:
imposm/cache/tc.c:1541: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1541: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_6put_marshaled’:
imposm/cache/tc.c:1707: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:1707: error: ‘__pyx_t_1’ undeclared (first use in this function)
imposm/cache/tc.c:1765: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1774: warning: implicit declaration of function ‘tcbdbput’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_7__iter__’:
imposm/cache/tc.c:1848: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:1858: warning: implicit declaration of function ‘tcbdbcurdel’
imposm/cache/tc.c:1858: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:1870: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:1870: warning: implicit declaration of function ‘tcbdbcurnew’
imposm/cache/tc.c:1870: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1879: warning: implicit declaration of function ‘tcbdbcurfirst’
imposm/cache/tc.c:1879: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_8__contains__’:
imposm/cache/tc.c:1960: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1960: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_9__len__’:
imposm/cache/tc.c:2023: warning: implicit declaration of function ‘tcbdbrnum’
imposm/cache/tc.c:2023: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_10__next__’:
imposm/cache/tc.c:2063: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2116: warning: implicit declaration of function ‘tcbdbcurnext’
imposm/cache/tc.c:2116: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2126: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2135: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c: In function ‘__pyx_f_6imposm_5cache_2tc_3BDB__get_cur’:
imposm/cache/tc.c:2196: warning: implicit declaration of function ‘tcbdbcurkey3’
imposm/cache/tc.c:2196: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2196: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c:2214: warning: implicit declaration of function ‘tcbdbcurval3’
imposm/cache/tc.c:2214: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2214: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_11close’:
imposm/cache/tc.c:2285: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c:2294: warning: implicit declaration of function ‘tcbdbclose’
imposm/cache/tc.c:2294: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:2306: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_12__dealloc__’:
imposm/cache/tc.c:2333: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c:2342: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:2354: warning: implicit declaration of function ‘tcbdbdel’
imposm/cache/tc.c:2354: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_f_6imposm_5cache_2tc_7CoordDB__put’:
imposm/cache/tc.c:2585: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_7CoordDB_2get’:
imposm/cache/tc.c:2629: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_7CoordDB_3get_coords’:
imposm/cache/tc.c:2763: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_f_6imposm_5cache_2tc_7CoordDB__get_cur’:
imposm/cache/tc.c:2864: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2864: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c:2882: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_6NodeDB_1put_marshaled’:
imposm/cache/tc.c:3115: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:3115: error: ‘__pyx_t_1’ undeclared (first use in this function)
imposm/cache/tc.c:3173: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_13InsertedWayDB_put’:
imposm/cache/tc.c:3300: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_13InsertedWayDB_1__next__’:
imposm/cache/tc.c:3345: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3360: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3360: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c:3378: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3388: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3397: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_8RefTagDB_1put_marshaled’:
imposm/cache/tc.c:3561: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:3561: error: ‘__pyx_t_1’ undeclared (first use in this function)
imposm/cache/tc.c:3619: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_tp_new_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6686: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘__pyx_tp_dealloc_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘__pyx_tp_traverse_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6711: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6712: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘__pyx_tp_clear_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6720: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6721: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘inittc’:
imposm/cache/tc.c:8223: error: ‘BDBOWRITER’ undeclared (first use in this function)
imposm/cache/tc.c:8223: error: ‘BDBOCREAT’ undeclared (first use in this function)
imposm/cache/tc.c:8235: error: ‘BDBOREADER’ undeclared (first use in this function)
imposm/cache/tc.c:8235: error: ‘BDBONOLCK’ undeclared (first use in this function)
imposm/cache/tc.c:225:20: error: tcutil.h: No such file or directory
imposm/cache/tc.c:226:19: error: tcbdb.h: No such file or directory
imposm/cache/tc.c:334: error: expected specifier-qualifier-list before ‘TCBDB’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB___cinit__’:
imposm/cache/tc.c:1090: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1090: warning: implicit declaration of function ‘tcbdbnew’
imposm/cache/tc.c:1099: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_1__init__’:
imposm/cache/tc.c:1123: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:1123: error: (Each undeclared identifier is reported only once
imposm/cache/tc.c:1123: error: for each function it appears in.)
imposm/cache/tc.c:1123: error: ‘__pyx_t_4’ undeclared (first use in this function)
imposm/cache/tc.c:1193: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1193: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1193: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1194: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1223: warning: implicit declaration of function ‘tcbdbsetcmpfunc’
imposm/cache/tc.c:1223: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1223: error: ‘tccmpint64’ undeclared (first use in this function)
imposm/cache/tc.c:1232: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1241: warning: implicit declaration of function ‘tcbdbopen’
imposm/cache/tc.c:1251: warning: implicit declaration of function ‘tcbdbecode’
imposm/cache/tc.c:1251: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1275: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_2_tune_db’:
imposm/cache/tc.c:1308: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:1308: error: ‘__pyx_t_4’ undeclared (first use in this function)
imposm/cache/tc.c:1386: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1390: warning: implicit declaration of function ‘tcbdbtune’
imposm/cache/tc.c:1390: error: ‘BDBTLARGE’ undeclared (first use in this function)
imposm/cache/tc.c:1390: error: ‘BDBTDEFLATE’ undeclared (first use in this function)
imposm/cache/tc.c:1402: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_3get’:
imposm/cache/tc.c:1457: warning: implicit declaration of function ‘tcbdbget3’
imposm/cache/tc.c:1457: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1457: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_4get_raw’:
imposm/cache/tc.c:1541: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1541: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_6put_marshaled’:
imposm/cache/tc.c:1707: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:1707: error: ‘__pyx_t_1’ undeclared (first use in this function)
imposm/cache/tc.c:1765: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1774: warning: implicit declaration of function ‘tcbdbput’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_7__iter__’:
imposm/cache/tc.c:1848: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:1858: warning: implicit declaration of function ‘tcbdbcurdel’
imposm/cache/tc.c:1858: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:1870: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:1870: warning: implicit declaration of function ‘tcbdbcurnew’
imposm/cache/tc.c:1870: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1879: warning: implicit declaration of function ‘tcbdbcurfirst’
imposm/cache/tc.c:1879: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_8__contains__’:
imposm/cache/tc.c:1960: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1960: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_9__len__’:
imposm/cache/tc.c:2023: warning: implicit declaration of function ‘tcbdbrnum’
imposm/cache/tc.c:2023: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_10__next__’:
imposm/cache/tc.c:2063: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2116: warning: implicit declaration of function ‘tcbdbcurnext’
imposm/cache/tc.c:2116: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2126: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2135: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c: In function ‘__pyx_f_6imposm_5cache_2tc_3BDB__get_cur’:
imposm/cache/tc.c:2196: warning: implicit declaration of function ‘tcbdbcurkey3’
imposm/cache/tc.c:2196: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2196: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c:2214: warning: implicit declaration of function ‘tcbdbcurval3’
imposm/cache/tc.c:2214: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2214: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_11close’:
imposm/cache/tc.c:2285: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c:2294: warning: implicit declaration of function ‘tcbdbclose’
imposm/cache/tc.c:2294: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:2306: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_12__dealloc__’:
imposm/cache/tc.c:2333: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c:2342: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:2354: warning: implicit declaration of function ‘tcbdbdel’
imposm/cache/tc.c:2354: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_f_6imposm_5cache_2tc_7CoordDB__put’:
imposm/cache/tc.c:2585: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_7CoordDB_2get’:
imposm/cache/tc.c:2629: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:2629: warning: cast to pointer from integer of different size
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_7CoordDB_3get_coords’:
imposm/cache/tc.c:2763: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:2763: warning: cast to pointer from integer of different size
imposm/cache/tc.c: In function ‘__pyx_f_6imposm_5cache_2tc_7CoordDB__get_cur’:
imposm/cache/tc.c:2864: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2864: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c:2882: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2882: warning: cast to pointer from integer of different size
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_6NodeDB_1put_marshaled’:
imposm/cache/tc.c:3115: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:3115: error: ‘__pyx_t_1’ undeclared (first use in this function)
imposm/cache/tc.c:3173: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_13InsertedWayDB_put’:
imposm/cache/tc.c:3300: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_13InsertedWayDB_1__next__’:
imposm/cache/tc.c:3345: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3360: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3360: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c:3378: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3388: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3397: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_8RefTagDB_1put_marshaled’:
imposm/cache/tc.c:3561: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:3561: error: ‘__pyx_t_1’ undeclared (first use in this function)
imposm/cache/tc.c:3619: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_13DeltaCoordsDB_1put’:
imposm/cache/tc.c:5511: warning: implicit conversion shortens 64-bit value into a 32-bit value
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_13DeltaCoordsDB_2get’:
imposm/cache/tc.c:5707: warning: implicit conversion shortens 64-bit value into a 32-bit value
imposm/cache/tc.c: In function ‘__pyx_tp_new_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6686: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘__pyx_tp_dealloc_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘__pyx_tp_traverse_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6711: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6712: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘__pyx_tp_clear_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6720: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6721: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘inittc’:
imposm/cache/tc.c:8223: error: ‘BDBOWRITER’ undeclared (first use in this function)
imposm/cache/tc.c:8223: error: ‘BDBOCREAT’ undeclared (first use in this function)
imposm/cache/tc.c:8235: error: ‘BDBOREADER’ undeclared (first use in this function)
imposm/cache/tc.c:8235: error: ‘BDBONOLCK’ undeclared (first use in this function)
lipo: can't open input file: /var/tmp//ccNipeoj.out (No such file or directory)
error: command 'llvm-gcc-4.2' failed with exit status 1
Complete output from command /usr/bin/python -c "import setuptools;__file__='/Users/nextstopsun/build/imposm/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-czbqQx-record/install-record.txt:
running install
running build
running build_py
running egg_info
writing requirements to imposm.egg-info/requires.txt
writing imposm.egg-info/PKG-INFO
writing namespace_packages to imposm.egg-info/namespace_packages.txt
writing top-level names to imposm.egg-info/top_level.txt
writing dependency_links to imposm.egg-info/dependency_links.txt
writing entry points to imposm.egg-info/entry_points.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file 'imposm.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'imposm.egg-info/SOURCES.txt'
running build_ext
imposm/cache/internal.pb.cc up to date
creating imposm/cache/tc.c
Could not find cython command.
Found existing C file. Ignoring previous error.
building 'imposm.cache.tc' extension
llvm-gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c imposm/cache/tc.c -o build/temp.macosx-10.7-intel-2.7/imposm/cache/tc.o
imposm/cache/tc.c:225:20: error: tcutil.h: No such file or directory
imposm/cache/tc.c:226:19: error: tcbdb.h: No such file or directory
imposm/cache/tc.c:334: error: expected specifier-qualifier-list before ‘TCBDB’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB___cinit__’:
imposm/cache/tc.c:1090: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1090: warning: implicit declaration of function ‘tcbdbnew’
imposm/cache/tc.c:1099: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_1__init__’:
imposm/cache/tc.c:1123: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:1123: error: (Each undeclared identifier is reported only once
imposm/cache/tc.c:1123: error: for each function it appears in.)
imposm/cache/tc.c:1123: error: ‘__pyx_t_4’ undeclared (first use in this function)
imposm/cache/tc.c:1193: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1193: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1193: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1194: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1223: warning: implicit declaration of function ‘tcbdbsetcmpfunc’
imposm/cache/tc.c:1223: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1223: error: ‘tccmpint64’ undeclared (first use in this function)
imposm/cache/tc.c:1232: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1241: warning: implicit declaration of function ‘tcbdbopen’
imposm/cache/tc.c:1251: warning: implicit declaration of function ‘tcbdbecode’
imposm/cache/tc.c:1251: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1275: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_2_tune_db’:
imposm/cache/tc.c:1308: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:1308: error: ‘__pyx_t_4’ undeclared (first use in this function)
imposm/cache/tc.c:1386: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1390: warning: implicit declaration of function ‘tcbdbtune’
imposm/cache/tc.c:1390: error: ‘BDBTLARGE’ undeclared (first use in this function)
imposm/cache/tc.c:1390: error: ‘BDBTDEFLATE’ undeclared (first use in this function)
imposm/cache/tc.c:1402: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_3get’:
imposm/cache/tc.c:1457: warning: implicit declaration of function ‘tcbdbget3’
imposm/cache/tc.c:1457: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1457: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_4get_raw’:
imposm/cache/tc.c:1541: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1541: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_6put_marshaled’:
imposm/cache/tc.c:1707: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:1707: error: ‘__pyx_t_1’ undeclared (first use in this function)
imposm/cache/tc.c:1765: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1774: warning: implicit declaration of function ‘tcbdbput’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_7__iter__’:
imposm/cache/tc.c:1848: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:1858: warning: implicit declaration of function ‘tcbdbcurdel’
imposm/cache/tc.c:1858: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:1870: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:1870: warning: implicit declaration of function ‘tcbdbcurnew’
imposm/cache/tc.c:1870: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1879: warning: implicit declaration of function ‘tcbdbcurfirst’
imposm/cache/tc.c:1879: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_8__contains__’:
imposm/cache/tc.c:1960: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1960: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_9__len__’:
imposm/cache/tc.c:2023: warning: implicit declaration of function ‘tcbdbrnum’
imposm/cache/tc.c:2023: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_10__next__’:
imposm/cache/tc.c:2063: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2116: warning: implicit declaration of function ‘tcbdbcurnext’
imposm/cache/tc.c:2116: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2126: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2135: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c: In function ‘__pyx_f_6imposm_5cache_2tc_3BDB__get_cur’:
imposm/cache/tc.c:2196: warning: implicit declaration of function ‘tcbdbcurkey3’
imposm/cache/tc.c:2196: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2196: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c:2214: warning: implicit declaration of function ‘tcbdbcurval3’
imposm/cache/tc.c:2214: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2214: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_11close’:
imposm/cache/tc.c:2285: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c:2294: warning: implicit declaration of function ‘tcbdbclose’
imposm/cache/tc.c:2294: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:2306: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_12__dealloc__’:
imposm/cache/tc.c:2333: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c:2342: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:2354: warning: implicit declaration of function ‘tcbdbdel’
imposm/cache/tc.c:2354: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_f_6imposm_5cache_2tc_7CoordDB__put’:
imposm/cache/tc.c:2585: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_7CoordDB_2get’:
imposm/cache/tc.c:2629: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_7CoordDB_3get_coords’:
imposm/cache/tc.c:2763: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_f_6imposm_5cache_2tc_7CoordDB__get_cur’:
imposm/cache/tc.c:2864: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2864: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c:2882: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_6NodeDB_1put_marshaled’:
imposm/cache/tc.c:3115: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:3115: error: ‘__pyx_t_1’ undeclared (first use in this function)
imposm/cache/tc.c:3173: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_13InsertedWayDB_put’:
imposm/cache/tc.c:3300: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_13InsertedWayDB_1__next__’:
imposm/cache/tc.c:3345: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3360: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3360: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c:3378: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3388: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3397: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_8RefTagDB_1put_marshaled’:
imposm/cache/tc.c:3561: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:3561: error: ‘__pyx_t_1’ undeclared (first use in this function)
imposm/cache/tc.c:3619: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_tp_new_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6686: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘__pyx_tp_dealloc_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘__pyx_tp_traverse_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6711: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6712: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘__pyx_tp_clear_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6720: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6721: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘inittc’:
imposm/cache/tc.c:8223: error: ‘BDBOWRITER’ undeclared (first use in this function)
imposm/cache/tc.c:8223: error: ‘BDBOCREAT’ undeclared (first use in this function)
imposm/cache/tc.c:8235: error: ‘BDBOREADER’ undeclared (first use in this function)
imposm/cache/tc.c:8235: error: ‘BDBONOLCK’ undeclared (first use in this function)
imposm/cache/tc.c:225:20: error: tcutil.h: No such file or directory
imposm/cache/tc.c:226:19: error: tcbdb.h: No such file or directory
imposm/cache/tc.c:334: error: expected specifier-qualifier-list before ‘TCBDB’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB___cinit__’:
imposm/cache/tc.c:1090: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1090: warning: implicit declaration of function ‘tcbdbnew’
imposm/cache/tc.c:1099: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_1__init__’:
imposm/cache/tc.c:1123: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:1123: error: (Each undeclared identifier is reported only once
imposm/cache/tc.c:1123: error: for each function it appears in.)
imposm/cache/tc.c:1123: error: ‘__pyx_t_4’ undeclared (first use in this function)
imposm/cache/tc.c:1193: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1193: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1193: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1194: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:1223: warning: implicit declaration of function ‘tcbdbsetcmpfunc’
imposm/cache/tc.c:1223: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1223: error: ‘tccmpint64’ undeclared (first use in this function)
imposm/cache/tc.c:1232: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1241: warning: implicit declaration of function ‘tcbdbopen’
imposm/cache/tc.c:1251: warning: implicit declaration of function ‘tcbdbecode’
imposm/cache/tc.c:1251: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1275: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_2_tune_db’:
imposm/cache/tc.c:1308: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:1308: error: ‘__pyx_t_4’ undeclared (first use in this function)
imposm/cache/tc.c:1386: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1390: warning: implicit declaration of function ‘tcbdbtune’
imposm/cache/tc.c:1390: error: ‘BDBTLARGE’ undeclared (first use in this function)
imposm/cache/tc.c:1390: error: ‘BDBTDEFLATE’ undeclared (first use in this function)
imposm/cache/tc.c:1402: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_3get’:
imposm/cache/tc.c:1457: warning: implicit declaration of function ‘tcbdbget3’
imposm/cache/tc.c:1457: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1457: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_4get_raw’:
imposm/cache/tc.c:1541: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1541: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_6put_marshaled’:
imposm/cache/tc.c:1707: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:1707: error: ‘__pyx_t_1’ undeclared (first use in this function)
imposm/cache/tc.c:1765: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1774: warning: implicit declaration of function ‘tcbdbput’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_7__iter__’:
imposm/cache/tc.c:1848: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:1858: warning: implicit declaration of function ‘tcbdbcurdel’
imposm/cache/tc.c:1858: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:1870: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:1870: warning: implicit declaration of function ‘tcbdbcurnew’
imposm/cache/tc.c:1870: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1879: warning: implicit declaration of function ‘tcbdbcurfirst’
imposm/cache/tc.c:1879: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_8__contains__’:
imposm/cache/tc.c:1960: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:1960: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_9__len__’:
imposm/cache/tc.c:2023: warning: implicit declaration of function ‘tcbdbrnum’
imposm/cache/tc.c:2023: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_10__next__’:
imposm/cache/tc.c:2063: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2116: warning: implicit declaration of function ‘tcbdbcurnext’
imposm/cache/tc.c:2116: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2126: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2135: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c: In function ‘__pyx_f_6imposm_5cache_2tc_3BDB__get_cur’:
imposm/cache/tc.c:2196: warning: implicit declaration of function ‘tcbdbcurkey3’
imposm/cache/tc.c:2196: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2196: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c:2214: warning: implicit declaration of function ‘tcbdbcurval3’
imposm/cache/tc.c:2214: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2214: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_11close’:
imposm/cache/tc.c:2285: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c:2294: warning: implicit declaration of function ‘tcbdbclose’
imposm/cache/tc.c:2294: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:2306: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_3BDB_12__dealloc__’:
imposm/cache/tc.c:2333: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_opened’
imposm/cache/tc.c:2342: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:2354: warning: implicit declaration of function ‘tcbdbdel’
imposm/cache/tc.c:2354: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_f_6imposm_5cache_2tc_7CoordDB__put’:
imposm/cache/tc.c:2585: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_7CoordDB_2get’:
imposm/cache/tc.c:2629: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:2629: warning: cast to pointer from integer of different size
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_7CoordDB_3get_coords’:
imposm/cache/tc.c:2763: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c:2763: warning: cast to pointer from integer of different size
imposm/cache/tc.c: In function ‘__pyx_f_6imposm_5cache_2tc_7CoordDB__get_cur’:
imposm/cache/tc.c:2864: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2864: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c:2882: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:2882: warning: cast to pointer from integer of different size
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_6NodeDB_1put_marshaled’:
imposm/cache/tc.c:3115: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:3115: error: ‘__pyx_t_1’ undeclared (first use in this function)
imposm/cache/tc.c:3173: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_13InsertedWayDB_put’:
imposm/cache/tc.c:3300: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_13InsertedWayDB_1__next__’:
imposm/cache/tc.c:3345: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3360: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3360: warning: assignment makes pointer from integer without a cast
imposm/cache/tc.c:3378: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3388: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c:3397: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘_cur’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_8RefTagDB_1put_marshaled’:
imposm/cache/tc.c:3561: error: ‘TCBDB’ undeclared (first use in this function)
imposm/cache/tc.c:3561: error: ‘__pyx_t_1’ undeclared (first use in this function)
imposm/cache/tc.c:3619: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘db’
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_13DeltaCoordsDB_1put’:
imposm/cache/tc.c:5511: warning: implicit conversion shortens 64-bit value into a 32-bit value
imposm/cache/tc.c: In function ‘__pyx_pf_6imposm_5cache_2tc_13DeltaCoordsDB_2get’:
imposm/cache/tc.c:5707: warning: implicit conversion shortens 64-bit value into a 32-bit value
imposm/cache/tc.c: In function ‘__pyx_tp_new_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6686: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘__pyx_tp_dealloc_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6704: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘__pyx_tp_traverse_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6711: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6712: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘__pyx_tp_clear_6imposm_5cache_2tc_BDB’:
imposm/cache/tc.c:6720: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c:6721: error: ‘struct __pyx_obj_6imposm_5cache_2tc_BDB’ has no member named ‘filename’
imposm/cache/tc.c: In function ‘inittc’:
imposm/cache/tc.c:8223: error: ‘BDBOWRITER’ undeclared (first use in this function)
imposm/cache/tc.c:8223: error: ‘BDBOCREAT’ undeclared (first use in this function)
imposm/cache/tc.c:8235: error: ‘BDBOREADER’ undeclared (first use in this function)
imposm/cache/tc.c:8235: error: ‘BDBONOLCK’ undeclared (first use in this function)
lipo: can't open input file: /var/tmp//ccNipeoj.out (No such file or directory)
error: command 'llvm-gcc-4.2' failed with exit status 1
----------------------------------------
Command /usr/bin/python -c "import setuptools;__file__='/Users/nextstopsun/build/imposm/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-czbqQx-record/install-record.txt failed with error code 1 in /Users/nextstopsun/build/imposm
Exception information:
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/pip-1.1-py2.7.egg/pip/basecommand.py", line 104, in main
status = self.run(options, args)
File "/Library/Python/2.7/site-packages/pip-1.1-py2.7.egg/pip/commands/install.py", line 250, in run
requirement_set.install(install_options, global_options)
File "/Library/Python/2.7/site-packages/pip-1.1-py2.7.egg/pip/req.py", line 1133, in install
requirement.install(install_options, global_options)
File "/Library/Python/2.7/site-packages/pip-1.1-py2.7.egg/pip/req.py", line 577, in install
cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False)
File "/Library/Python/2.7/site-packages/pip-1.1-py2.7.egg/pip/__init__.py", line 256, in call_subprocess
% (command_desc, proc.returncode, cwd))
InstallationError: Command /usr/bin/python -c "import setuptools;__file__='/Users/nextstopsun/build/imposm/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-czbqQx-record/install-record.txt failed with error code 1 in /Users/nextstopsun/build/imposm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment