On 2013-10-29 11:29-0600 Orion Poplawski wrote: > On 10/16/2013 08:42 PM, Orion Poplawski wrote: >> plplot-ocaml.x86_64: W: unstripped-binary-or-object >> /usr/lib64/ocaml/stublibs/dllplplot_stubs.so >> plplot-ocaml.x86_64: E: binary-or-shlib-defines-rpath >> /usr/lib64/ocaml/stublibs/dllplplot_stubs.so ['/usr/lib64/ocaml', >> '/builddir/build/BUILD/plplot-5.9.10/fedora/src'] >> plplot-ocaml.x86_64: W: unstripped-binary-or-object >> /usr/lib64/ocaml/stublibs/dllplcairo_stubs.so >> plplot-ocaml.x86_64: E: binary-or-shlib-defines-rpath >> /usr/lib64/ocaml/stublibs/dllplcairo_stubs.so ['/usr/lib64', >> '/builddir/build/BUILD/plplot-5.9.10/fedora/src'] >> >> I'm assuming these are arising because cmake does not natively handle >> ocaml? We need to have the .so installed with the execute bit set (like >> other .so's on rpm systems) and rpath stripped. > > Seems to be an upstream ocaml bug: > > http://caml.inria.fr/mantis/view.php?id=5943
Hi Orion: That does sound like the issue, but the explanation is probably more complicated than described there since there are cases (e.g. on my Debian system) where the bug is not active (e.g., no rpath is set as proved by objdump). Anyhow, from that report it looks like the bugfix is scheduled to go into the next OCaml release which should presumably not affect the empty rpath results I have on my OCaml platform but which should presumably replace the weird rpath setting on yours with the expected empty results. 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); the Time Ephemerides project (timeephem.sf.net); PLplot scientific plotting software package (plplot.sf.net); 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 __________________________ ------------------------------------------------------------------------------ Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this white paper to learn more about secure code signing practices that can help keep Android apps secure. http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
