FS#14357 - [libftdi] insecure RPATH

Attached to Project: Arch Linux
Opened by Gerardo Exequiel Pozzi (djgera) - Saturday, 18 April 2009, 15:52 GMT
Last edited by Tobias Powalowski (tpowa) - Monday, 15 June 2009, 20:22 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture All
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: All binaries under /usr/bin/* contains insecure RPATH = /home/tobias/Arch/svn/svn-packages/libftdi/trunk/src/libftdi-0.15/ftdipp/.libs:/home/tobias/Arch/svn/svn-packages/libftdi/trunk/src/libftdi-0.15/src/.libs

Additional info:
libftdi-0.15-1

 FS#13890  - Packaging creation and rpath issues
This task depends upon

Closed by  Tobias Powalowski (tpowa)
Monday, 15 June 2009, 20:22 GMT
Reason for closing:  Fixed
Comment by Gerardo Exequiel Pozzi (djgera) - Saturday, 18 April 2009, 16:20 GMT
Maybe these aren't necesary to install, since are examples of libftdi usage.
So can be removed from compilation with

sed '/^SUBDIRS =/s#examples##' -i Makefile.in

Also can use this configure line:

./configure --prefix=/usr --enable-static=no --enable-libftdipp=no

--enable-libftdipp=no without this, if in the system boost is installed will be used to compile with compatibility with c++
Comment by Gerardo Exequiel Pozzi (djgera) - Saturday, 18 April 2009, 16:46 GMT
But if your prefer to install this files, and fixing insecure rpath, just add this before configure

sed '/no-install/d' examples/Makefile.in
Comment by Gerardo Exequiel Pozzi (djgera) - Saturday, 13 June 2009, 07:40 GMT
  • Field changed: Percent Complete (100% → 0%)
Not fixed, missing sed command parameter -i in PKGBUILD

Loading...