FS#14017 - [llvm] insecure RPATH

Attached to Project: Community Packages
Opened by Gerardo Exequiel Pozzi (djgera) - Sunday, 29 March 2009, 21:54 GMT
Last edited by Andrea Scarpino (BaSh) - Friday, 17 April 2009, 19:18 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Geoffroy Carrier (gcarrier)
Architecture All
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
The RPATH of files under /usr/bin/ from the llvm package has a reference to the build root ( /home/gcarrier/community/devel/llvm/src/llvm-2.4/Release//bin )

Additional info:
llvm-2.4-1

 FS#13890  - Packaging creation and rpath issues
 FS#13891  - [acl] A trivial fix RPATH issue
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Friday, 17 April 2009, 19:18 GMT
Reason for closing:  Fixed
Additional comments about closing:  llvm 2.5-1
Comment by Gerardo Exequiel Pozzi (djgera) - Sunday, 29 March 2009, 22:08 GMT
$ readelf -d ./usr/bin/* | grep RPATH
0x0000000f (RPATH) Library rpath: [/usr/lib:]
<snip>
Comment by Gerardo Exequiel Pozzi (djgera) - Tuesday, 14 April 2009, 10:52 GMT
Just add this line before configure:
sed -i 's:-rpath \$(ToolDir)::g' Makefile.rules || return 1

Loading...