[CIG-SHORT] pylith error

Brad Aagaard baagaard at usgs.gov
Wed Sep 26 12:11:00 PDT 2007


Chris-

The libtests are failing because your Proj does not have the US/Canadian datum 
shifts installed properly. You need the proj-datumgrid-1.3.zip from 
http://proj.maptools.org/. You can verify these are installed correctly if 
you have files called alaska, conus, hawaii, nad.lst in your 
$PREFIX/share/proj directory.

The pytests are failing because either your PYTHONPATH is not setup correctly 
or the module didn't build. You should have a geocoordsmodule.so file in your 
$PREFIX/lib/python2.X/site-packages/spatialdata/geocoords or 
$PREFIX/lib64/python2.X/site-packages/spatialdata/geocoords directory. Your 
PYTHONPATH should point to $PREFIX/lib/python2.X/site-packages, and if it 
exists $PREFIX/lib64/python2.X/site-packages.

A build log is not created automatically. When you type make, send stdout and 
stderr to a log file, i.e., make >& make.log.

Brad


More information about the CIG-SHORT mailing list