|
From: Michael R. <raw...@ya...> - 2012-09-19 22:20:45
|
>________________________________
> From: Jeff Whitaker <jef...@no...>
>To: Michael Rawlins <raw...@ya...>
>Cc: "mat...@li..." <mat...@li...>
>Sent: Wednesday, September 19, 2012 5:57 PM
>Subject: Re: [Matplotlib-users] netcdf4-python build
>
>
>On 9/19/12 3:29 PM, Michael Rawlins wrote:
>
>
>>
>>How is full traceback obtained?
>>>
>Michael: I just meant for you to paste the full output, not just
the first three lines.
>
>
>That's all that appears at standard output and I do not know how to generate/find anything else.
>
>
>Since you apparently have all the libs installed, I don't understand
what's going on. Please try deleting the netcdf4-python build
directory, and then run 'python setup.py build' again, capturing the
output in a file. Send me that file off-list and I'll see if I can
suggest something.
>
>-Jeff
>
>
>Out of build, after removing build/ directory:
>
>HDF5_DIR environment variable not set, checking some standard locations ..
>checking /home/rawlins ...
>checking /usr/local ...
>HDF5 found in /usr/local
>
>NETCDF4_DIR environment variable not set, checking standard locations..
>checking /home/rawlins ...
>checking /usr/local ...
>netCDF4 found in /usr/local
>running build
>running config_cc
>unifing config_cc, config, build_clib, build_ext, build commands --compiler opti
>ons
>running config_fc
>unifing config_fc, config, build_clib, build_ext, build commands --fcompiler opt
>ions
>running build_src
>build_src
>building py_modules sources
>building extension "netCDF4" sources
>build_src: building npy-pkg config files
>running build_py
>creating build
>creating build/lib.linux-i686-2.7
>copying netcdftime.py -> build/lib.linux-i686-2.7
>copying netCDF4_utils.py -> build/lib.linux-i686-2.7
>copying ordereddict.py -> build/lib.linux-i686-2.7
>running build_ext
>customize UnixCCompiler
>customize UnixCCompiler using build_ext
>building 'netCDF4' extension
>compiling C sources
>C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wst
>rict-prototypes -fPIC
>
>creating build/temp.linux-i686-2.7
>compile options: '-I/usr/local/include -I/usr/local/include -I/usr/lib/python2.7
>/dist-packages/numpy/core/include -I/usr/include/python2.7 -c'
>gcc: netCDF4.c
>netCDF4.c: In function '__pyx_f_7netCDF4__find_cmptype':
>netCDF4.c:46724:13: warning: '__pyx_v_xtype' may be used uninitialized in this f
>unction [-Wuninitialized]
>netCDF4.c:37881:11: note: '__pyx_v_xtype' was declared here
>gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -
>Wl,-z,relro build/temp.linux-i686-2.7/netCDF4.o -L/usr/local/lib -L/usr/local/li
>b -Wl,-R/usr/local/lib -Wl,-R/usr/local/lib -lnetcdf -lhdf5_hl -lhdf5 -lz -o bui
>ld/lib.linux-i686-2.7/netCDF4.so
>running scons
>running build_scripts
>creating build/scripts.linux-i686-2.7
>copying and adjusting utils/nc3tonc4 -> build/scripts.linux-i686-2.7
>copying and adjusting utils/nc4tonc3 -> build/scripts.linux-i686-2.7
>changing mode of build/scripts.linux-i686-2.7/nc3tonc4 from 644 to 755
>changing mode of build/scripts.linux-i686-2.7/nc4tonc3 from 644 to 755
>
> |