H5py pip output
From charlesreid1
This is the output from installing H5py using pip:
$ pip install h5py
Downloading/unpacking h5py
Downloading h5py-2.1.3.tar.gz (988kB): 988kB downloaded
Running setup.py egg_info for package h5py
warning: no files found matching '*.c' under directory 'win_include'
Installing collected packages: h5py
Running setup.py install for h5py
building 'h5py.defs' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c h5py/defs.c -o build/temp.macosx-10.6-intel-2.7/h5py/defs.o
h5py/defs.c: In function ‘__pyx_f_4h5py_4defs_H5Lunpack_elink_val’:
h5py/defs.c:23571: warning: passing argument 4 of ‘H5Lunpack_elink_val’ from incompatible pointer type
h5py/defs.c:23571: warning: passing argument 5 of ‘H5Lunpack_elink_val’ from incompatible pointer type
h5py/defs.c: In function ‘__pyx_f_4h5py_4defs_H5Pset_fapl_multi’:
h5py/defs.c:35224: warning: passing argument 4 of ‘H5Pset_fapl_multi’ from incompatible pointer type
h5py/defs.c: In function ‘__pyx_f_4h5py_4defs_H5Pget_cache’:
h5py/defs.c:35766: warning: passing argument 3 of ‘H5Pget_cache’ from incompatible pointer type
h5py/defs.c: In function ‘__pyx_f_4h5py_4defs_H5Sselect_elements’:
h5py/defs.c:56894: warning: passing argument 4 of ‘H5Sselect_elements’ from incompatible pointer type
h5py/defs.c: In function ‘__pyx_f_4h5py_4defs_H5Lunpack_elink_val’:
h5py/defs.c:23571: warning: passing argument 4 of ‘H5Lunpack_elink_val’ from incompatible pointer type
h5py/defs.c:23571: warning: passing argument 5 of ‘H5Lunpack_elink_val’ from incompatible pointer type
h5py/defs.c: In function ‘__pyx_f_4h5py_4defs_H5Pset_fapl_multi’:
h5py/defs.c:35224: warning: passing argument 4 of ‘H5Pset_fapl_multi’ from incompatible pointer type
h5py/defs.c: In function ‘__pyx_f_4h5py_4defs_H5Pget_cache’:
h5py/defs.c:35766: warning: passing argument 3 of ‘H5Pget_cache’ from incompatible pointer type
h5py/defs.c: In function ‘__pyx_f_4h5py_4defs_H5Sselect_elements’:
h5py/defs.c:56894: warning: passing argument 4 of ‘H5Sselect_elements’ from incompatible pointer type
gcc-4.2 -arch i386 -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot / -g build/temp.macosx-10.6-intel-2.7/h5py/defs.o -L/opt/local/lib -L/opt/local/lib -lhdf5 -lhdf5_hl -o build/lib.macosx-10.6-intel-2.7/h5py/defs.so
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: in /usr/local/lib/libhdf5.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libhdf5_hl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
building 'h5py._errors' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c h5py/_errors.c -o build/temp.macosx-10.6-intel-2.7/h5py/_errors.o
h5py/_errors.c: In function ‘__pyx_f_4h5py_7_errors_set_exception’:
h5py/_errors.c:779: warning: assignment discards qualifiers from pointer target type
h5py/_errors.c: In function ‘__pyx_pf_4h5py_7_errors_1unsilence_errors’:
h5py/_errors.c:1083: warning: passing argument 1 of ‘H5Eset_auto1’ from incompatible pointer type
h5py/_errors.c: In function ‘__pyx_f_4h5py_7_errors_set_exception’:
h5py/_errors.c:779: warning: assignment discards qualifiers from pointer target type
h5py/_errors.c: In function ‘__pyx_pf_4h5py_7_errors_1unsilence_errors’:
h5py/_errors.c:1083: warning: passing argument 1 of ‘H5Eset_auto1’ from incompatible pointer type
gcc-4.2 -arch i386 -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot / -g build/temp.macosx-10.6-intel-2.7/h5py/_errors.o -L/opt/local/lib -L/opt/local/lib -lhdf5 -lhdf5_hl -o build/lib.macosx-10.6-intel-2.7/h5py/_errors.so
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: in /usr/local/lib/libhdf5.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libhdf5_hl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
building 'h5py._objects' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c h5py/_objects.c -o build/temp.macosx-10.6-intel-2.7/h5py/_objects.o
gcc-4.2 -arch i386 -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot / -g build/temp.macosx-10.6-intel-2.7/h5py/_objects.o -L/opt/local/lib -L/opt/local/lib -lhdf5 -lhdf5_hl -o build/lib.macosx-10.6-intel-2.7/h5py/_objects.so
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: in /usr/local/lib/libhdf5.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libhdf5_hl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
building 'h5py._proxy' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c h5py/_proxy.c -o build/temp.macosx-10.6-intel-2.7/h5py/_proxy.o
h5py/_proxy.c: In function ‘__pyx_f_4h5py_6_proxy_h5py_copy’:
h5py/_proxy.c:2230: warning: passing argument 4 of ‘__pyx_f_4h5py_4defs_H5Diterate’ from incompatible pointer type
h5py/_proxy.c:2251: warning: passing argument 4 of ‘__pyx_f_4h5py_4defs_H5Diterate’ from incompatible pointer type
h5py/_proxy.c: In function ‘__pyx_f_4h5py_6_proxy_h5py_copy’:
h5py/_proxy.c:2230: warning: passing argument 4 of ‘__pyx_f_4h5py_4defs_H5Diterate’ from incompatible pointer type
h5py/_proxy.c:2251: warning: passing argument 4 of ‘__pyx_f_4h5py_4defs_H5Diterate’ from incompatible pointer type
gcc-4.2 -arch i386 -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot / -g build/temp.macosx-10.6-intel-2.7/h5py/_proxy.o -L/opt/local/lib -L/opt/local/lib -lhdf5 -lhdf5_hl -o build/lib.macosx-10.6-intel-2.7/h5py/_proxy.so
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: in /usr/local/lib/libhdf5.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libhdf5_hl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
building 'h5py.h5fd' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c h5py/h5fd.c -o build/temp.macosx-10.6-intel-2.7/h5py/h5fd.o
gcc-4.2 -arch i386 -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot / -g build/temp.macosx-10.6-intel-2.7/h5py/h5fd.o -L/opt/local/lib -L/opt/local/lib -lhdf5 -lhdf5_hl -o build/lib.macosx-10.6-intel-2.7/h5py/h5fd.so
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: in /usr/local/lib/libhdf5.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libhdf5_hl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
building 'h5py.h5z' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c h5py/h5z.c -o build/temp.macosx-10.6-intel-2.7/h5py/h5z.o
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c /private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf/lzf_filter.c -o build/temp.macosx-10.6-intel-2.7/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf/lzf_filter.o
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c /private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf/lzf/lzf_c.c -o build/temp.macosx-10.6-intel-2.7/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf/lzf/lzf_c.o
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c /private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf/lzf/lzf_d.c -o build/temp.macosx-10.6-intel-2.7/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf/lzf/lzf_d.o
gcc-4.2 -arch i386 -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot / -g build/temp.macosx-10.6-intel-2.7/h5py/h5z.o build/temp.macosx-10.6-intel-2.7/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf/lzf_filter.o build/temp.macosx-10.6-intel-2.7/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf/lzf/lzf_c.o build/temp.macosx-10.6-intel-2.7/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf/lzf/lzf_d.o -L/opt/local/lib -L/opt/local/lib -lhdf5 -lhdf5_hl -o build/lib.macosx-10.6-intel-2.7/h5py/h5z.so
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: in /usr/local/lib/libhdf5.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libhdf5_hl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
building 'h5py.h5' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c h5py/h5.c -o build/temp.macosx-10.6-intel-2.7/h5py/h5.o
gcc-4.2 -arch i386 -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot / -g build/temp.macosx-10.6-intel-2.7/h5py/h5.o -L/opt/local/lib -L/opt/local/lib -lhdf5 -lhdf5_hl -o build/lib.macosx-10.6-intel-2.7/h5py/h5.so
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: in /usr/local/lib/libhdf5.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libhdf5_hl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
building 'h5py.h5i' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c h5py/h5i.c -o build/temp.macosx-10.6-intel-2.7/h5py/h5i.o
gcc-4.2 -arch i386 -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot / -g build/temp.macosx-10.6-intel-2.7/h5py/h5i.o -L/opt/local/lib -L/opt/local/lib -lhdf5 -lhdf5_hl -o build/lib.macosx-10.6-intel-2.7/h5py/h5i.so
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: in /usr/local/lib/libhdf5.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libhdf5_hl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
building 'h5py.h5r' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c h5py/h5r.c -o build/temp.macosx-10.6-intel-2.7/h5py/h5r.o
gcc-4.2 -arch i386 -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot / -g build/temp.macosx-10.6-intel-2.7/h5py/h5r.o -L/opt/local/lib -L/opt/local/lib -lhdf5 -lhdf5_hl -o build/lib.macosx-10.6-intel-2.7/h5py/h5r.so
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: in /usr/local/lib/libhdf5.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libhdf5_hl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
building 'h5py.utils' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c h5py/utils.c -o build/temp.macosx-10.6-intel-2.7/h5py/utils.o
gcc-4.2 -arch i386 -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot / -g build/temp.macosx-10.6-intel-2.7/h5py/utils.o -L/opt/local/lib -L/opt/local/lib -lhdf5 -lhdf5_hl -o build/lib.macosx-10.6-intel-2.7/h5py/utils.so
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: in /usr/local/lib/libhdf5.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libhdf5_hl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
building 'h5py._conv' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c h5py/_conv.c -o build/temp.macosx-10.6-intel-2.7/h5py/_conv.o
gcc-4.2 -arch i386 -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot / -g build/temp.macosx-10.6-intel-2.7/h5py/_conv.o -L/opt/local/lib -L/opt/local/lib -lhdf5 -lhdf5_hl -o build/lib.macosx-10.6-intel-2.7/h5py/_conv.so
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: in /usr/local/lib/libhdf5.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libhdf5_hl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
building 'h5py.h5t' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c h5py/h5t.c -o build/temp.macosx-10.6-intel-2.7/h5py/h5t.o
gcc-4.2 -arch i386 -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot / -g build/temp.macosx-10.6-intel-2.7/h5py/h5t.o -L/opt/local/lib -L/opt/local/lib -lhdf5 -lhdf5_hl -o build/lib.macosx-10.6-intel-2.7/h5py/h5t.so
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: in /usr/local/lib/libhdf5.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libhdf5_hl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
building 'h5py.h5s' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c h5py/h5s.c -o build/temp.macosx-10.6-intel-2.7/h5py/h5s.o
gcc-4.2 -arch i386 -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot / -g build/temp.macosx-10.6-intel-2.7/h5py/h5s.o -L/opt/local/lib -L/opt/local/lib -lhdf5 -lhdf5_hl -o build/lib.macosx-10.6-intel-2.7/h5py/h5s.so
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: in /usr/local/lib/libhdf5.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libhdf5_hl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
building 'h5py.h5p' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c h5py/h5p.c -o build/temp.macosx-10.6-intel-2.7/h5py/h5p.o
gcc-4.2 -arch i386 -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot / -g build/temp.macosx-10.6-intel-2.7/h5py/h5p.o -L/opt/local/lib -L/opt/local/lib -lhdf5 -lhdf5_hl -o build/lib.macosx-10.6-intel-2.7/h5py/h5p.so
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: in /usr/local/lib/libhdf5.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libhdf5_hl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
building 'h5py.h5d' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c h5py/h5d.c -o build/temp.macosx-10.6-intel-2.7/h5py/h5d.o
gcc-4.2 -arch i386 -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot / -g build/temp.macosx-10.6-intel-2.7/h5py/h5d.o -L/opt/local/lib -L/opt/local/lib -lhdf5 -lhdf5_hl -o build/lib.macosx-10.6-intel-2.7/h5py/h5d.so
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: in /usr/local/lib/libhdf5.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libhdf5_hl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
building 'h5py.h5a' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c h5py/h5a.c -o build/temp.macosx-10.6-intel-2.7/h5py/h5a.o
h5py/h5a.c: In function ‘__pyx_pf_4h5py_3h5a_7iterate’:
h5py/h5a.c:3541: warning: assignment from incompatible pointer type
h5py/h5a.c:3553: warning: assignment from incompatible pointer type
h5py/h5a.c: In function ‘__pyx_pf_4h5py_3h5a_7iterate’:
h5py/h5a.c:3541: warning: assignment from incompatible pointer type
h5py/h5a.c:3553: warning: assignment from incompatible pointer type
gcc-4.2 -arch i386 -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot / -g build/temp.macosx-10.6-intel-2.7/h5py/h5a.o -L/opt/local/lib -L/opt/local/lib -lhdf5 -lhdf5_hl -o build/lib.macosx-10.6-intel-2.7/h5py/h5a.so
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: in /usr/local/lib/libhdf5.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libhdf5_hl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
building 'h5py.h5f' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c h5py/h5f.c -o build/temp.macosx-10.6-intel-2.7/h5py/h5f.o
gcc-4.2 -arch i386 -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot / -g build/temp.macosx-10.6-intel-2.7/h5py/h5f.o -L/opt/local/lib -L/opt/local/lib -lhdf5 -lhdf5_hl -o build/lib.macosx-10.6-intel-2.7/h5py/h5f.so
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: in /usr/local/lib/libhdf5.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libhdf5_hl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
building 'h5py.h5g' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c h5py/h5g.c -o build/temp.macosx-10.6-intel-2.7/h5py/h5g.o
gcc-4.2 -arch i386 -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot / -g build/temp.macosx-10.6-intel-2.7/h5py/h5g.o -L/opt/local/lib -L/opt/local/lib -lhdf5 -lhdf5_hl -o build/lib.macosx-10.6-intel-2.7/h5py/h5g.so
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: in /usr/local/lib/libhdf5.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libhdf5_hl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
building 'h5py.h5l' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c h5py/h5l.c -o build/temp.macosx-10.6-intel-2.7/h5py/h5l.o
h5py/h5l.c: In function ‘__pyx_pf_4h5py_3h5l_9LinkProxy_9visit’:
h5py/h5l.c:2829: warning: assignment from incompatible pointer type
h5py/h5l.c:2841: warning: assignment from incompatible pointer type
h5py/h5l.c: In function ‘__pyx_pf_4h5py_3h5l_9LinkProxy_9visit’:
h5py/h5l.c:2829: warning: assignment from incompatible pointer type
h5py/h5l.c:2841: warning: assignment from incompatible pointer type
gcc-4.2 -arch i386 -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot / -g build/temp.macosx-10.6-intel-2.7/h5py/h5l.o -L/opt/local/lib -L/opt/local/lib -lhdf5 -lhdf5_hl -o build/lib.macosx-10.6-intel-2.7/h5py/h5l.so
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: in /usr/local/lib/libhdf5.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libhdf5_hl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
building 'h5py.h5o' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c h5py/h5o.c -o build/temp.macosx-10.6-intel-2.7/h5py/h5o.o
h5py/h5o.c: In function ‘__pyx_pf_4h5py_3h5o_6visit’:
h5py/h5o.c:3829: warning: assignment from incompatible pointer type
h5py/h5o.c:3841: warning: assignment from incompatible pointer type
h5py/h5o.c: In function ‘__pyx_pf_4h5py_3h5o_6visit’:
h5py/h5o.c:3829: warning: assignment from incompatible pointer type
h5py/h5o.c:3841: warning: assignment from incompatible pointer type
gcc-4.2 -arch i386 -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot / -g build/temp.macosx-10.6-intel-2.7/h5py/h5o.o -L/opt/local/lib -L/opt/local/lib -lhdf5 -lhdf5_hl -o build/lib.macosx-10.6-intel-2.7/h5py/h5o.so
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: in /usr/local/lib/libhdf5.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libhdf5_hl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
building 'h5py.h5ds' extension
gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DH5_USE_16_API -I/Users/charles/pkg/numpy/std/lib/python2.7/site-packages/numpy/core/include -I/private/var/folders/fk/fkDjOi33E4Og4oM1PTL3kk+++TI/-Tmp-/pip-build-charles/h5py/lzf -I/opt/local/include -I/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c h5py/h5ds.c -o build/temp.macosx-10.6-intel-2.7/h5py/h5ds.o
gcc-4.2 -arch i386 -arch x86_64 -isysroot / -g -bundle -undefined dynamic_lookup -arch i386 -arch x86_64 -isysroot / -g build/temp.macosx-10.6-intel-2.7/h5py/h5ds.o -L/opt/local/lib -L/opt/local/lib -lhdf5 -lhdf5_hl -o build/lib.macosx-10.6-intel-2.7/h5py/h5ds.so
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: in /usr/local/lib/libhdf5.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/local/lib/libhdf5_hl.dylib, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: directory '/opt/local/lib' following -L not found
ld: warning: directory '/opt/local/lib' following -L not found
warning: no files found matching '*.c' under directory 'win_include'
Successfully installed h5py
Cleaning up...