It would be better to do "export LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}/opt/pin/intel64/runtime/"
I don't normally have LD_LIBRARY_PATH set, and the leading colon was causing problems for me.
Search Criteria
Package Details: pin 2.14.r71313-1
Package Actions
| Package Base: | pin |
|---|---|
| Description: | A tool for the dynamic instrumentation of programs |
| Upstream URL: | http://www.pintool.org |
| Category: | devel |
| Licenses: | |
| Submitter: | roni |
| Maintainer: | eyl |
| Last Packager: | eyl |
| Votes: | 8 |
| First Submitted: | 2010-08-10 04:30 |
| Last Updated: | 2015-05-14 21:24 |
Latest Comments
Comment by jrmrjnck
Comment by OlafLostViking
I had to add
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/pin/intel64/runtime/
to pin.sh for the newest version (I updated the PKGBUILD myself). Otherweise the libelf and libdwarf libraries aren't found.
Comment by eyl
All up to date, sorry about that.
Anonymous comment
Thank you for supporting this package. An update to the pkgbuild would be appreciated.
Comment by jrmrjnck
Thanks for updating the package. You should also update the sha1sum for the tarball and use a package() function rather than build().
Comment by eyl
The original site generated a random URL for the download. I changed the build to use the newly hosted Intel one, thanks!
Comment by jrmrjnck
Thanks for this package. Any reason why you don't use the official tarball from Intel?