[oe-issues] [Bug 2140] RPATH of shared libraries contains host path, causing overhead
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Thu Apr 26 22:05:25 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2140
------- Comment #5 from likewise at gmx.net 2007-04-26 15:05 -------
New bug: the current use of 'scanelf -Byr' always prints the (absolute) file
path itself, so we will *always* find an invalid path when finding for such a
substring.
Instead, I am now testing with scanelf -F%r#F which *only* prints the RPATH.
Note that -F implies -a and for some reason we must explicitly disable printing
the filename using #F.
This RPATH thing is more tricky than it seemed.
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Openembedded-issues
mailing list