FS#14023 - [qtoctave] insecure RPATH

Attached to Project: Community Packages
Opened by Gerardo Exequiel Pozzi (djgera) - Sunday, 29 March 2009, 22:20 GMT
Last edited by Ronald van Haren (pressh) - Wednesday, 15 April 2009, 08:30 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Ronald van Haren (pressh)
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 file /usr/bin/qtoctave from the qtoctave package has a insecure RPATH (empty) [:usr/lib]

Additional info:
qtoctave-0.8.1-1

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

Steps to reproduce:
extract package
$ find -type f | xargs file |grep ELF | cut -f 1 -d : | xargs readelf -d | grep RPATH
This task depends upon

Closed by  Ronald van Haren (pressh)
Wednesday, 15 April 2009, 08:30 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in 0.8.1-2
Comment by Gerardo Exequiel Pozzi (djgera) - Tuesday, 14 April 2009, 02:07 GMT
Just add -DCMAKE_SKIP_RPATH=ON to the cmake command in PKGBUILD

Loading...