Skip to content

Instantly share code, notes, and snippets.

@andreabedini
Created October 24, 2013 00:36
Show Gist options
  • Save andreabedini/7129334 to your computer and use it in GitHub Desktop.
Save andreabedini/7129334 to your computer and use it in GitHub Desktop.
PyTables master (at c30c6f4) failures
Script started on Thu Oct 24 11:10:06 2013
Obtaining file:///Users/andreabedini/Development/py27-numpy-1.8.x/PyTables
Running setup.py egg_info for package from file:///Users/andreabedini/Development/py27-numpy-1.8.x/PyTables
/var/folders/hb/qzq08w3d7k7cdgw0j6zntxgr0000gn/T/lzo_version_date6UwwEL.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main (int argc, char **argv) {
^~~~
/var/folders/hb/qzq08w3d7k7cdgw0j6zntxgr0000gn/T/lzo_version_date6UwwEL.c:2:5: warning: implicit declaration of function 'lzo_version_date' is invalid in C99 [-Wimplicit-function-declaration]
lzo_version_date();
^
2 warnings generated.
ld: library not found for -llzo2
clang: error: linker command failed with exit code 1 (use -v to see invocation)
/var/folders/hb/qzq08w3d7k7cdgw0j6zntxgr0000gn/T/lzo_version_datecFCzk5.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main (int argc, char **argv) {
^~~~
/var/folders/hb/qzq08w3d7k7cdgw0j6zntxgr0000gn/T/lzo_version_datecFCzk5.c:2:5: warning: implicit declaration of function 'lzo_version_date' is invalid in C99 [-Wimplicit-function-declaration]
lzo_version_date();
^
2 warnings generated.
ld: library not found for -llzo
clang: error: linker command failed with exit code 1 (use -v to see invocation)
warning: tables/hdf5extension.pyx:448:71: local variable 'meta_plist_id' referenced before assignment
* Using Python 2.7.5 (default, Oct 23 2013, 16:21:58)
* Found numpy 1.8.0rc2 package installed.
* Found numexpr 2.2.2 package installed.
* Found Cython 0.19.2 package installed.
* Found HDF5 headers at ``/usr/local/include``, library at ``/usr/local/lib``.
ld: library not found for -llzo2
clang: error: linker command failed with exit code 1 (use -v to see invocation)
* Could not find LZO 2 headers and library; disabling support for it.
ld: library not found for -llzo
clang: error: linker command failed with exit code 1 (use -v to see invocation)
* Could not find LZO 1 headers and library; disabling support for it.
* Found bzip2 headers at ``/usr/include``, library at ``/usr/lib``.
cythoning tables/utilsextension.pyx to tables/utilsextension.c
cythoning tables/hdf5extension.pyx to tables/hdf5extension.c
cythoning tables/tableextension.pyx to tables/tableextension.c
cythoning tables/linkextension.pyx to tables/linkextension.c
cythoning tables/_comp_lzo.pyx to tables/_comp_lzo.c
cythoning tables/_comp_bzip2.pyx to tables/_comp_bzip2.c
cythoning tables/lrucacheextension.pyx to tables/lrucacheextension.c
cythoning tables/indexesextension.pyx to tables/indexesextension.c
warning: no previously-included files matching '*' found under directory 'doc/build'
Installing collected packages: tables
Running setup.py develop for tables
/var/folders/hb/qzq08w3d7k7cdgw0j6zntxgr0000gn/T/lzo_version_dateemv2El.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main (int argc, char **argv) {
^~~~
/var/folders/hb/qzq08w3d7k7cdgw0j6zntxgr0000gn/T/lzo_version_dateemv2El.c:2:5: warning: implicit declaration of function 'lzo_version_date' is invalid in C99 [-Wimplicit-function-declaration]
lzo_version_date();
^
2 warnings generated.
ld: library not found for -llzo2
clang: error: linker command failed with exit code 1 (use -v to see invocation)
/var/folders/hb/qzq08w3d7k7cdgw0j6zntxgr0000gn/T/lzo_version_date0ewe8Y.c:1:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int]
main (int argc, char **argv) {
^~~~
/var/folders/hb/qzq08w3d7k7cdgw0j6zntxgr0000gn/T/lzo_version_date0ewe8Y.c:2:5: warning: implicit declaration of function 'lzo_version_date' is invalid in C99 [-Wimplicit-function-declaration]
lzo_version_date();
^
2 warnings generated.
ld: library not found for -llzo
clang: error: linker command failed with exit code 1 (use -v to see invocation)
* Using Python 2.7.5 (default, Oct 23 2013, 16:21:58)
* Found numpy 1.8.0rc2 package installed.
* Found numexpr 2.2.2 package installed.
* Found Cython 0.19.2 package installed.
* Found HDF5 headers at ``/usr/local/include``, library at ``/usr/local/lib``.
ld: library not found for -llzo2
clang: error: linker command failed with exit code 1 (use -v to see invocation)
* Could not find LZO 2 headers and library; disabling support for it.
ld: library not found for -llzo
clang: error: linker command failed with exit code 1 (use -v to see invocation)
* Could not find LZO 1 headers and library; disabling support for it.
* Found bzip2 headers at ``/usr/include``, library at ``/usr/lib``.
warning: no previously-included files matching '*' found under directory 'doc/build'
building 'tables.utilsextension' extension
C compiler: cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-DNDEBUG=1 -DHAVE_BZ2_LIB=1 -Iblosc -I/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include -I/sw/include -I/opt/include -I/opt/local/include -I/usr/include -I/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
extra options: '-Isrc -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DH5_NO_DEPRECATED_SYMBOLS'
cc: tables/utilsextension.c
In file included from tables/utilsextension.c:315:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1760:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by " \
^
tables/utilsextension.c:2813:57: warning: incompatible pointer types passing 'herr_t (unsigned int, H5E_error2_t *, void *)' to parameter of type 'H5E_walk2_t' (aka 'herr_t (*)(unsigned int, const H5E_error2_t *, void *)') [-Wincompatible-pointer-types]
__pyx_t_2 = ((H5Ewalk(H5E_DEFAULT, H5E_WALK_DOWNWARD, __pyx_f_6tables_14utilsextension_e_walk_cb, ((void *)__pyx_v_bt)) < 0) != 0);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/H5Epublic.h:171:80: note: passing argument to parameter 'func' here
H5_DLL herr_t H5Ewalk2(hid_t err_stack, H5E_direction_t direction, H5E_walk2_t func,
^
tables/utilsextension.c:3484:11: warning: 10 enumeration values not handled in switch: 'H5T_NO_CLASS', 'H5T_INTEGER', 'H5T_FLOAT'... [-Wswitch]
switch (__pyx_v_class_id) {
^
tables/utilsextension.c:5292:11: warning: 4 enumeration values not handled in switch: 'H5T_NO_CLASS', 'H5T_OPAQUE', 'H5T_REFERENCE'... [-Wswitch]
switch (__pyx_v_class_id) {
^
tables/utilsextension.c:6372:140: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
__pyx_t_2 = ((getIndicesExt(__pyx_v_s, __pyx_v_length, (&__pyx_v_o_start), (&__pyx_v_o_stop), (&__pyx_v_o_step), (&__pyx_v_slicelength)) < 0) != 0);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
In file included from tables/utilsextension.c:316:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ufuncobject.h:327:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/__ufunc_api.h:241:1: warning: unused function '_import_umath' [-Wunused-function]
_import_umath(void)
^
6 warnings generated.
cc: blosc/shuffle.c
cc: blosc/blosclz.c
cc: src/utils.c
In file included from src/utils.c:2:
In file included from src/utils.h:2:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1760:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from src/utils.c:2:
In file included from src/utils.h:2:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:26:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1629:1: warning: unused function '_import_array' [-Wunused-function]
_import_array(void)
^
2 warnings generated.
cc: blosc/blosc.c
cc: src/H5ARRAY.c
In file included from src/H5ARRAY.c:4:
In file included from src/utils.h:2:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1760:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from src/H5ARRAY.c:4:
In file included from src/utils.h:2:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:26:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1629:1: warning: unused function '_import_array' [-Wunused-function]
_import_array(void)
^
2 warnings generated.
cc: src/H5ATTR.c
src/H5ATTR.c:271:47: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
if ( (type_size = H5Tget_size( attr_type )) < 0 )
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
src/H5ATTR.c:436:8: warning: explicitly assigning a variable of type 'hid_t' (aka 'int') to itself [-Wself-assign]
loc_id=loc_id;
~~~~~~^~~~~~~
2 warnings generated.
cc: blosc/blosc_filter.c
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk build/temp.macosx-10.9-x86_64-2.7/tables/utilsextension.o build/temp.macosx-10.9-x86_64-2.7/src/utils.o build/temp.macosx-10.9-x86_64-2.7/src/H5ARRAY.o build/temp.macosx-10.9-x86_64-2.7/src/H5ATTR.o build/temp.macosx-10.9-x86_64-2.7/blosc/blosc.o build/temp.macosx-10.9-x86_64-2.7/blosc/blosclz.o build/temp.macosx-10.9-x86_64-2.7/blosc/shuffle.o build/temp.macosx-10.9-x86_64-2.7/blosc/blosc_filter.o -L/usr/local/lib64 -L/usr/local/lib -L/sw/lib64 -L/sw/lib -L/opt/lib64 -L/opt/lib -L/opt/local/lib64 -L/opt/local/lib -L/usr/lib64 -L/usr/lib -L/lib64 -L/lib -lhdf5 -o /Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/utilsextension.so
ld: warning: directory not found for option '-L/usr/local/lib64'
ld: warning: directory not found for option '-L/sw/lib64'
ld: warning: directory not found for option '-L/sw/lib'
ld: warning: directory not found for option '-L/opt/lib64'
ld: warning: directory not found for option '-L/opt/lib'
ld: warning: directory not found for option '-L/opt/local/lib64'
ld: warning: directory not found for option '-L/opt/local/lib'
ld: warning: directory not found for option '-L/usr/lib64'
ld: warning: directory not found for option '-L/lib64'
ld: warning: directory not found for option '-L/lib'
building 'tables.hdf5extension' extension
C compiler: cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-DNDEBUG=1 -DHAVE_BZ2_LIB=1 -Iblosc -I/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include -I/sw/include -I/opt/include -I/opt/local/include -I/usr/include -I/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
extra options: '-Isrc -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DH5_NO_DEPRECATED_SYMBOLS'
cc: blosc/shuffle.c
cc: src/H5VLARRAY.c
In file included from src/H5VLARRAY.c:3:
In file included from src/utils.h:2:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1760:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from src/H5VLARRAY.c:3:
In file included from src/utils.h:2:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:26:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1629:1: warning: unused function '_import_array' [-Wunused-function]
_import_array(void)
^
2 warnings generated.
cc: blosc/blosclz.c
cc: src/utils.c
In file included from src/utils.c:2:
In file included from src/utils.h:2:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1760:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from src/utils.c:2:
In file included from src/utils.h:2:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:26:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1629:1: warning: unused function '_import_array' [-Wunused-function]
_import_array(void)
^
2 warnings generated.
cc: tables/hdf5extension.c
In file included from tables/hdf5extension.c:314:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1760:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by " \
^
tables/hdf5extension.c:2761:11: warning: 9 enumeration values not handled in switch: 'H5T_NO_CLASS', 'H5T_TIME', 'H5T_OPAQUE'... [-Wswitch]
switch (__pyx_v_class_id) {
^
tables/hdf5extension.c:3981:29: warning: explicitly assigning a variable of type 'size_t' (aka 'unsigned long') to itself [-Wself-assign]
__pyx_v_user_block_size = __pyx_v_user_block_size;
~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~
tables/hdf5extension.c:4498:71: warning: variable '__pyx_v_meta_plist_id' is uninitialized when used here [-Wuninitialized]
__pyx_v_err = H5Pset_fapl_split(__pyx_v_access_plist, __pyx_t_16, __pyx_v_meta_plist_id, __pyx_t_17, __pyx_v_raw_plist_id);
^~~~~~~~~~~~~~~~~~~~~
tables/hdf5extension.c:3119:30: note: initialize the variable '__pyx_v_meta_plist_id' to silence this warning
hid_t __pyx_v_meta_plist_id;
^
= 0
tables/hdf5extension.c:10719:29: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
__pyx_t_3 = ((__pyx_v_ret < 0) != 0);
~~~~~~~~~~~ ^ ~
tables/hdf5extension.c:24506:31: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
q -= ((r != 0) & ((r ^ b) < 0));
~~~~~~~ ^ ~
In file included from tables/hdf5extension.c:315:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ufuncobject.h:327:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/__ufunc_api.h:241:1: warning: unused function '_import_umath' [-Wunused-function]
_import_umath(void)
^
7 warnings generated.
cc: blosc/blosc.c
cc: src/H5ARRAY.c
In file included from src/H5ARRAY.c:4:
In file included from src/utils.h:2:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1760:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from src/H5ARRAY.c:4:
In file included from src/utils.h:2:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:26:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1629:1: warning: unused function '_import_array' [-Wunused-function]
_import_array(void)
^
2 warnings generated.
cc: src/typeconv.c
cc: src/H5ATTR.c
src/H5ATTR.c:271:47: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
if ( (type_size = H5Tget_size( attr_type )) < 0 )
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
src/H5ATTR.c:436:8: warning: explicitly assigning a variable of type 'hid_t' (aka 'int') to itself [-Wself-assign]
loc_id=loc_id;
~~~~~~^~~~~~~
2 warnings generated.
cc: blosc/blosc_filter.c
cc: src/H5ARRAY-opt.c
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk build/temp.macosx-10.9-x86_64-2.7/tables/hdf5extension.o build/temp.macosx-10.9-x86_64-2.7/src/utils.o build/temp.macosx-10.9-x86_64-2.7/src/typeconv.o build/temp.macosx-10.9-x86_64-2.7/src/H5ARRAY.o build/temp.macosx-10.9-x86_64-2.7/src/H5ARRAY-opt.o build/temp.macosx-10.9-x86_64-2.7/src/H5VLARRAY.o build/temp.macosx-10.9-x86_64-2.7/src/H5ATTR.o build/temp.macosx-10.9-x86_64-2.7/blosc/blosc.o build/temp.macosx-10.9-x86_64-2.7/blosc/blosclz.o build/temp.macosx-10.9-x86_64-2.7/blosc/shuffle.o build/temp.macosx-10.9-x86_64-2.7/blosc/blosc_filter.o -L/usr/local/lib64 -L/usr/local/lib -L/sw/lib64 -L/sw/lib -L/opt/lib64 -L/opt/lib -L/opt/local/lib64 -L/opt/local/lib -L/usr/lib64 -L/usr/lib -L/lib64 -L/lib -lhdf5 -o /Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/hdf5extension.so
ld: warning: directory not found for option '-L/usr/local/lib64'
ld: warning: directory not found for option '-L/sw/lib64'
ld: warning: directory not found for option '-L/sw/lib'
ld: warning: directory not found for option '-L/opt/lib64'
ld: warning: directory not found for option '-L/opt/lib'
ld: warning: directory not found for option '-L/opt/local/lib64'
ld: warning: directory not found for option '-L/opt/local/lib'
ld: warning: directory not found for option '-L/usr/lib64'
ld: warning: directory not found for option '-L/lib64'
ld: warning: directory not found for option '-L/lib'
building 'tables.tableextension' extension
C compiler: cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-DNDEBUG=1 -DHAVE_BZ2_LIB=1 -Iblosc -I/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include -I/sw/include -I/opt/include -I/opt/local/include -I/usr/include -I/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
extra options: '-Isrc -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DH5_NO_DEPRECATED_SYMBOLS'
cc: tables/tableextension.c
In file included from tables/tableextension.c:315:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1760:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by " \
^
tables/tableextension.c:19799:31: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
q -= ((r != 0) & ((r ^ b) < 0));
~~~~~~~ ^ ~
tables/tableextension.c:19805:31: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
r += ((r != 0) & ((r ^ b) < 0)) * b;
~~~~~~~ ^ ~
In file included from tables/tableextension.c:316:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ufuncobject.h:327:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/__ufunc_api.h:241:1: warning: unused function '_import_umath' [-Wunused-function]
_import_umath(void)
^
4 warnings generated.
cc: blosc/shuffle.c
cc: blosc/blosclz.c
cc: src/utils.c
In file included from src/utils.c:2:
In file included from src/utils.h:2:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1760:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from src/utils.c:2:
In file included from src/utils.h:2:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:26:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1629:1: warning: unused function '_import_array' [-Wunused-function]
_import_array(void)
^
2 warnings generated.
cc: blosc/blosc.c
cc: src/typeconv.c
cc: src/H5ATTR.c
src/H5ATTR.c:271:47: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
if ( (type_size = H5Tget_size( attr_type )) < 0 )
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
src/H5ATTR.c:436:8: warning: explicitly assigning a variable of type 'hid_t' (aka 'int') to itself [-Wself-assign]
loc_id=loc_id;
~~~~~~^~~~~~~
2 warnings generated.
cc: blosc/blosc_filter.c
cc: src/H5TB-opt.c
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk build/temp.macosx-10.9-x86_64-2.7/tables/tableextension.o build/temp.macosx-10.9-x86_64-2.7/src/utils.o build/temp.macosx-10.9-x86_64-2.7/src/typeconv.o build/temp.macosx-10.9-x86_64-2.7/src/H5TB-opt.o build/temp.macosx-10.9-x86_64-2.7/src/H5ATTR.o build/temp.macosx-10.9-x86_64-2.7/blosc/blosc.o build/temp.macosx-10.9-x86_64-2.7/blosc/blosclz.o build/temp.macosx-10.9-x86_64-2.7/blosc/shuffle.o build/temp.macosx-10.9-x86_64-2.7/blosc/blosc_filter.o -L/usr/local/lib64 -L/usr/local/lib -L/sw/lib64 -L/sw/lib -L/opt/lib64 -L/opt/lib -L/opt/local/lib64 -L/opt/local/lib -L/usr/lib64 -L/usr/lib -L/lib64 -L/lib -lhdf5 -o /Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/tableextension.so
ld: warning: directory not found for option '-L/usr/local/lib64'
ld: warning: directory not found for option '-L/sw/lib64'
ld: warning: directory not found for option '-L/sw/lib'
ld: warning: directory not found for option '-L/opt/lib64'
ld: warning: directory not found for option '-L/opt/lib'
ld: warning: directory not found for option '-L/opt/local/lib64'
ld: warning: directory not found for option '-L/opt/local/lib'
ld: warning: directory not found for option '-L/usr/lib64'
ld: warning: directory not found for option '-L/lib64'
ld: warning: directory not found for option '-L/lib'
building 'tables._comp_lzo' extension
C compiler: cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-DNDEBUG=1 -DHAVE_BZ2_LIB=1 -Iblosc -I/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include -I/sw/include -I/opt/include -I/opt/local/include -I/usr/include -I/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
extra options: '-Isrc -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DH5_NO_DEPRECATED_SYMBOLS'
cc: src/H5Zlzo.c
cc: tables/_comp_lzo.c
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk build/temp.macosx-10.9-x86_64-2.7/tables/_comp_lzo.o build/temp.macosx-10.9-x86_64-2.7/src/H5Zlzo.o -L/usr/local/lib64 -L/usr/local/lib -L/sw/lib64 -L/sw/lib -L/opt/lib64 -L/opt/lib -L/opt/local/lib64 -L/opt/local/lib -L/usr/lib64 -L/usr/lib -L/lib64 -L/lib -o /Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/_comp_lzo.so
ld: warning: directory not found for option '-L/usr/local/lib64'
ld: warning: directory not found for option '-L/sw/lib64'
ld: warning: directory not found for option '-L/sw/lib'
ld: warning: directory not found for option '-L/opt/lib64'
ld: warning: directory not found for option '-L/opt/lib'
ld: warning: directory not found for option '-L/opt/local/lib64'
ld: warning: directory not found for option '-L/opt/local/lib'
ld: warning: directory not found for option '-L/usr/lib64'
ld: warning: directory not found for option '-L/lib64'
ld: warning: directory not found for option '-L/lib'
building 'tables._comp_bzip2' extension
C compiler: cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-DNDEBUG=1 -DHAVE_BZ2_LIB=1 -Iblosc -I/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include -I/sw/include -I/opt/include -I/opt/local/include -I/usr/include -I/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
extra options: '-Isrc -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DH5_NO_DEPRECATED_SYMBOLS'
cc: src/H5Zbzip2.c
cc: tables/_comp_bzip2.c
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk build/temp.macosx-10.9-x86_64-2.7/tables/_comp_bzip2.o build/temp.macosx-10.9-x86_64-2.7/src/H5Zbzip2.o -L/usr/local/lib64 -L/usr/local/lib -L/sw/lib64 -L/sw/lib -L/opt/lib64 -L/opt/lib -L/opt/local/lib64 -L/opt/local/lib -L/usr/lib64 -L/usr/lib -L/lib64 -L/lib -lhdf5 -lbz2 -o /Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/_comp_bzip2.so
ld: warning: directory not found for option '-L/usr/local/lib64'
ld: warning: directory not found for option '-L/sw/lib64'
ld: warning: directory not found for option '-L/sw/lib'
ld: warning: directory not found for option '-L/opt/lib64'
ld: warning: directory not found for option '-L/opt/lib'
ld: warning: directory not found for option '-L/opt/local/lib64'
ld: warning: directory not found for option '-L/opt/local/lib'
ld: warning: directory not found for option '-L/usr/lib64'
ld: warning: directory not found for option '-L/lib64'
ld: warning: directory not found for option '-L/lib'
building 'tables.linkextension' extension
C compiler: cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-DNDEBUG=1 -DHAVE_BZ2_LIB=1 -Iblosc -I/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include -I/sw/include -I/opt/include -I/opt/local/include -I/usr/include -I/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
extra options: '-Isrc -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DH5_NO_DEPRECATED_SYMBOLS'
cc: tables/linkextension.c
In file included from tables/linkextension.c:314:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1760:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from tables/linkextension.c:314:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:26:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1629:1: warning: unused function '_import_array' [-Wunused-function]
_import_array(void)
^
In file included from tables/linkextension.c:315:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ufuncobject.h:327:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/__ufunc_api.h:241:1: warning: unused function '_import_umath' [-Wunused-function]
_import_umath(void)
^
3 warnings generated.
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk build/temp.macosx-10.9-x86_64-2.7/tables/linkextension.o -L/usr/local/lib64 -L/usr/local/lib -L/sw/lib64 -L/sw/lib -L/opt/lib64 -L/opt/lib -L/opt/local/lib64 -L/opt/local/lib -L/usr/lib64 -L/usr/lib -L/lib64 -L/lib -lhdf5 -o /Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/linkextension.so
ld: warning: directory not found for option '-L/usr/local/lib64'
ld: warning: directory not found for option '-L/sw/lib64'
ld: warning: directory not found for option '-L/sw/lib'
ld: warning: directory not found for option '-L/opt/lib64'
ld: warning: directory not found for option '-L/opt/lib'
ld: warning: directory not found for option '-L/opt/local/lib64'
ld: warning: directory not found for option '-L/opt/local/lib'
ld: warning: directory not found for option '-L/usr/lib64'
ld: warning: directory not found for option '-L/lib64'
ld: warning: directory not found for option '-L/lib'
building 'tables.lrucacheextension' extension
C compiler: cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-DNDEBUG=1 -DHAVE_BZ2_LIB=1 -Iblosc -I/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include -I/sw/include -I/opt/include -I/opt/local/include -I/usr/include -I/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
extra options: '-Isrc -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DH5_NO_DEPRECATED_SYMBOLS'
cc: tables/lrucacheextension.c
In file included from tables/lrucacheextension.c:314:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1760:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from tables/lrucacheextension.c:315:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ufuncobject.h:327:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/__ufunc_api.h:241:1: warning: unused function '_import_umath' [-Wunused-function]
_import_umath(void)
^
2 warnings generated.
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk build/temp.macosx-10.9-x86_64-2.7/tables/lrucacheextension.o -L/usr/local/lib64 -L/usr/local/lib -L/sw/lib64 -L/sw/lib -L/opt/lib64 -L/opt/lib -L/opt/local/lib64 -L/opt/local/lib -L/usr/lib64 -L/usr/lib -L/lib64 -L/lib -o /Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/lrucacheextension.so
ld: warning: directory not found for option '-L/usr/local/lib64'
ld: warning: directory not found for option '-L/sw/lib64'
ld: warning: directory not found for option '-L/sw/lib'
ld: warning: directory not found for option '-L/opt/lib64'
ld: warning: directory not found for option '-L/opt/lib'
ld: warning: directory not found for option '-L/opt/local/lib64'
ld: warning: directory not found for option '-L/opt/local/lib'
ld: warning: directory not found for option '-L/usr/lib64'
ld: warning: directory not found for option '-L/lib64'
ld: warning: directory not found for option '-L/lib'
building 'tables.indexesextension' extension
C compiler: cc -fno-strict-aliasing -fno-common -dynamic -I/usr/local/include -I/usr/local/opt/sqlite/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes
compile options: '-DNDEBUG=1 -DHAVE_BZ2_LIB=1 -Iblosc -I/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include -I/usr/local/include -I/sw/include -I/opt/include -I/opt/local/include -I/usr/include -I/include -I/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c'
extra options: '-Isrc -DH5Acreate_vers=2 -DH5Aiterate_vers=2 -DH5Dcreate_vers=2 -DH5Dopen_vers=2 -DH5Eclear_vers=2 -DH5Eprint_vers=2 -DH5Epush_vers=2 -DH5Eset_auto_vers=2 -DH5Eget_auto_vers=2 -DH5Ewalk_vers=2 -DH5E_auto_t_vers=2 -DH5Gcreate_vers=2 -DH5Gopen_vers=2 -DH5Pget_filter_vers=2 -DH5Pget_filter_by_id_vers=2 -DH5Tarray_create_vers=2 -DH5Tget_array_dims_vers=2 -DH5Z_class_t_vers=2 -DH5_NO_DEPRECATED_SYMBOLS'
cc: tables/indexesextension.c
In file included from tables/indexesextension.c:314:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1760:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from tables/indexesextension.c:315:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ufuncobject.h:327:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/__ufunc_api.h:241:1: warning: unused function '_import_umath' [-Wunused-function]
_import_umath(void)
^
2 warnings generated.
cc: src/idx-opt.c
In file included from src/idx-opt.c:2:
In file included from src/idx-opt.h:2:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:17:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1760:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-W#warnings]
#warning "Using deprecated NumPy API, disable it by " \
^
In file included from src/idx-opt.c:2:
In file included from src/idx-opt.h:2:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/arrayobject.h:4:
In file included from /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:26:
/Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numpy/core/include/numpy/__multiarray_api.h:1629:1: warning: unused function '_import_array' [-Wunused-function]
_import_array(void)
^
2 warnings generated.
cc: src/H5ARRAY-opt.c
cc -bundle -undefined dynamic_lookup -L/usr/local/lib -L/usr/local/opt/sqlite/lib -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk build/temp.macosx-10.9-x86_64-2.7/tables/indexesextension.o build/temp.macosx-10.9-x86_64-2.7/src/H5ARRAY-opt.o build/temp.macosx-10.9-x86_64-2.7/src/idx-opt.o -L/usr/local/lib64 -L/usr/local/lib -L/sw/lib64 -L/sw/lib -L/opt/lib64 -L/opt/lib -L/opt/local/lib64 -L/opt/local/lib -L/usr/lib64 -L/usr/lib -L/lib64 -L/lib -lhdf5 -o /Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/indexesextension.so
ld: warning: directory not found for option '-L/usr/local/lib64'
ld: warning: directory not found for option '-L/sw/lib64'
ld: warning: directory not found for option '-L/sw/lib'
ld: warning: directory not found for option '-L/opt/lib64'
ld: warning: directory not found for option '-L/opt/lib'
ld: warning: directory not found for option '-L/opt/local/lib64'
ld: warning: directory not found for option '-L/opt/local/lib'
ld: warning: directory not found for option '-L/usr/lib64'
ld: warning: directory not found for option '-L/lib64'
ld: warning: directory not found for option '-L/lib'
Creating /Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/tables.egg-link (link to .)
Adding tables 3.1.0dev to easy-install.pth file
Installing ptdump script to /Users/andreabedini/Development/py27-numpy-1.8.x/bin
Installing ptrepack script to /Users/andreabedini/Development/py27-numpy-1.8.x/bin
Installing pt2to3 script to /Users/andreabedini/Development/py27-numpy-1.8.x/bin
Installed /Users/andreabedini/Development/py27-numpy-1.8.x/PyTables
Successfully installed tables
Cleaning up...
Script done on Thu Oct 24 11:10:51 2013
Script started on Thu Oct 24 11:11:54 2013
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
PyTables version: 3.1.0dev
HDF5 version: 1.8.11
NumPy version: 1.8.0rc2
Numexpr version: 2.2.2 (not using Intel's VML/MKL)
Zlib version: 1.2.5 (in Python interpreter)
BZIP2 version: 1.0.6 (6-Sept-2010)
Blosc version: 1.2.3 (2013-05-17)
Cython version: 0.19.2
Python version: 2.7.5 (default, Oct 23 2013, 16:21:58)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.2.79)]
Platform: Darwin-13.0.0-x86_64-i386-64bit
Byte-ordering: little
Detected cores: 2
Default encoding: ascii
Default locale: (en_AU, UTF-8)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Performing only a light (yet comprehensive) subset of the test suite.
If you want a more complete test, try passing the --heavy flag to this script
(or set the 'heavy' parameter in case you are using tables.test() call).
The whole suite will take more than 4 hours to complete on a relatively
modern CPU and around 512 MB of main memory.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/filters.py:241: FiltersWarning: compression library ``lzo`` is not available; using ``zlib`` instead
% (complib, default_complib), FiltersWarning)
....................................................................................................................................................................................................................................................................................................................................................................................................................................................................../Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/conditions.py:447: DeprecationWarning: using `oa_ndim == 0` when `op_axes` is NULL is deprecated. Use `oa_ndim == -1` or the MultiNew iterator for NumPy <1.8 compatibility
return func(*args)
.....................................................................................EEEE....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/tests/test_array.py:2539: DeprecationWarning: using a boolean instead of an integer will result in an error in the future
a = nparr[key]
..../Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/tests/test_array.py:2587: DeprecationWarning: using a boolean instead of an integer will result in an error in the future
s = nparr[key]
/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/tests/test_array.py:2588: DeprecationWarning: using a boolean instead of an integer will result in an error in the future
nparr[key] = s * 2
./Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/tests/test_array.py:2607: DeprecationWarning: using a boolean instead of an integer will result in an error in the future
nparr[key] = 2 # broadcast value
.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../Users/andreabedini/Development/py27-numpy-1.8.x/lib/python2.7/site-packages/numexpr/necompiler.py:742: DeprecationWarning: using `oa_ndim == 0` when `op_axes` is NULL is deprecated. Use `oa_ndim == -1` or the MultiNew iterator for NumPy <1.8 compatibility
return compiled_ex(*arguments, **kwargs)
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................../Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/expression.py:460: DeprecationWarning: using `oa_ndim == 0` when `op_axes` is NULL is deprecated. Use `oa_ndim == -1` or the MultiNew iterator for NumPy <1.8 compatibility
self._single_row_out = out = self._compiled_expr(*vals)
/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/expression.py:616: DeprecationWarning: using `oa_ndim == 0` when `op_axes` is NULL is deprecated. Use `oa_ndim == -1` or the MultiNew iterator for NumPy <1.8 compatibility
rout = self._compiled_expr(*vals)
.........../Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/expression.py:432: DeprecationWarning: using `oa_ndim == 0` when `op_axes` is NULL is deprecated. Use `oa_ndim == -1` or the MultiNew iterator for NumPy <1.8 compatibility
self._single_row_out = out = self._compiled_expr(*self.values)
..................................................................................../Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/expression.py:682: DeprecationWarning: using `oa_ndim == 0` when `op_axes` is NULL is deprecated. Use `oa_ndim == -1` or the MultiNew iterator for NumPy <1.8 compatibility
rout = self._compiled_expr(*vals)
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
======================================================================
ERROR: test_newFile (tables.tests.test_create.SplitDriverTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/tests/test_create.py", line 1951, in setUp
**self.DRIVER_PARAMS)
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/file.py", line 251, in open_file
return File(filename, mode, title, root_uep, filters, **kwargs)
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/file.py", line 527, in __init__
self._g_new(filename, mode, **params)
File "hdf5extension.pyx", line 454, in tables.hdf5extension.File._g_new (tables/hdf5extension.c:4554)
HDF5ExtError: HDF5 error back trace
File "H5FDmulti.c", line 513, in H5FDset_fapl_multi
file resource type incorrect
File "H5P.c", line 1045, in H5Pisa_class
not a property list
End of HDF5 error back trace
Unable to set the file access property list
======================================================================
ERROR: test_openFileA (tables.tests.test_create.SplitDriverTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/tests/test_create.py", line 1951, in setUp
**self.DRIVER_PARAMS)
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/file.py", line 251, in open_file
return File(filename, mode, title, root_uep, filters, **kwargs)
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/file.py", line 527, in __init__
self._g_new(filename, mode, **params)
File "hdf5extension.pyx", line 454, in tables.hdf5extension.File._g_new (tables/hdf5extension.c:4554)
HDF5ExtError: HDF5 error back trace
File "H5FDmulti.c", line 513, in H5FDset_fapl_multi
file resource type incorrect
File "H5P.c", line 1045, in H5Pisa_class
not a property list
End of HDF5 error back trace
Unable to set the file access property list
======================================================================
ERROR: test_openFileRW (tables.tests.test_create.SplitDriverTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/tests/test_create.py", line 1951, in setUp
**self.DRIVER_PARAMS)
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/file.py", line 251, in open_file
return File(filename, mode, title, root_uep, filters, **kwargs)
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/file.py", line 527, in __init__
self._g_new(filename, mode, **params)
File "hdf5extension.pyx", line 454, in tables.hdf5extension.File._g_new (tables/hdf5extension.c:4554)
HDF5ExtError: HDF5 error back trace
File "H5FDmulti.c", line 513, in H5FDset_fapl_multi
file resource type incorrect
File "H5P.c", line 1045, in H5Pisa_class
not a property list
End of HDF5 error back trace
Unable to set the file access property list
======================================================================
ERROR: test_readFile (tables.tests.test_create.SplitDriverTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/tests/test_create.py", line 1951, in setUp
**self.DRIVER_PARAMS)
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/file.py", line 251, in open_file
return File(filename, mode, title, root_uep, filters, **kwargs)
File "/Users/andreabedini/Development/py27-numpy-1.8.x/PyTables/tables/file.py", line 527, in __init__
self._g_new(filename, mode, **params)
File "hdf5extension.pyx", line 454, in tables.hdf5extension.File._g_new (tables/hdf5extension.c:4554)
HDF5ExtError: HDF5 error back trace
File "H5FDmulti.c", line 513, in H5FDset_fapl_multi
file resource type incorrect
File "H5P.c", line 1045, in H5Pisa_class
not a property list
End of HDF5 error back trace
Unable to set the file access property list
----------------------------------------------------------------------
Ran 5427 tests in 407.270s
FAILED (errors=4)
Script done on Thu Oct 24 11:18:43 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment