On 2007-05-29 16:18+0900 Valery Pipin wrote: > Start processing tests > Test project /home/vv/RPM/BUILD/plplot-5.7.3/alt > 1/ 9 Testing examples_c Passed > 2/ 9 Testing examples_cxx Passed > 3/ 9 Testing examples_f77 Passed > 4/ 9 Testing examples_f95 Passed > 5/ 9 Testing examples_python Passed > 6/ 9 Testing examples_psttfc Passed > 7/ 9 Testing examples_pstex Passed > 8/ 9 Testing examples_svg Passed > 9/ 9 Testing examples_plmeta Passed > > 100% tests passed, 0 tests failed out of 9
Excellent result. It means that it was possible to run every example with -dev psc, and the C examples with the psttfc, pstex, svg, and plmeta devices on your system. > + /usr/lib/rpm/brp-alt > .... > " > The rpm was not built because of > "verify-elf: ERROR: ./usr/lib/libcsirocsa.so.0.0.1: RPATH ends with > ":": /usr/local/intel/lib:/usr/local/lib/:/usr/local/intel/mkl/lib/32: " > I have rpath=relaxed in .rpmmacros, and it does not help. The trailing ":" should not happen. This seems like a build-system bug to me for the conditions on your platform, but I need more information (e.g., complete cmake.out, complete make.out, complete make_install.out) to find out what the problem is. A more general rpath issue is some packaging tools (at least Debian and probably your platform as well if you didn't use rpath=relaxed) don't like it to be used. (It makes no sense when you are installing in standard locations.) For that reason, we have the USE_RPATH option which by default is ON (a great convenience when you have non-standard install locations) but which can be set to OFF via -DUSE_RPATH=OFF. However, USE_RPATH currently only works for the installed examples, and the installed libraries have rpath set regardless. This general rpath issue (USE_RPATH is currently ignored) for our libraries should be fixed as well. Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting software package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Plplot-general mailing list Plplot-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-general