Re: rpath/runpath in binaries

2014-09-22 Thread Rex Dieter
Paulo César Pereira de Andrade wrote: > Hi, > > I missed the memo about it not being a fatal error now (rpmlint still > tells it > is an error), but just in case, before attempting to enforce it a > package review, Note that not *all* RPATHs are bad. In general, those that match these nee

rpath/runpath in binaries

2014-09-16 Thread Paulo César Pereira de Andrade
Hi, I missed the memo about it not being a fatal error now (rpmlint still tells it is an error), but just in case, before attempting to enforce it a package review, I checked what I have right now in my rawhide box... $ for f in /usr/bin/*; do file $f | grep -q ELF && chrpath -l $f | grep -v