prepallstrip: strip: i686-pc-linux-gnu-strip --strip-unneeded strip: i686-pc-linux-gnu-strip --strip-unneeded usr/lib/libeel-2.so.2.10.0 usr/lib/libeel-2.so.2.10.0 will contain runtime text relocations Text relocations require a lot of extra work to be preformed by the dynamic linker which will cause serious performance impact on IA-32 and might not function properly on other architectures hppa for example. If you are a programmer please take a closer look at this package and consider writing a patch which addresses this problem. -------------------------------- These are ELF Q/A problems that should to be fixed. What is happening here is that this lib is not being properly compiled with -fPIC
Created attachment 60723 [details, diff] eel-2.10.0-pic.patch This is the patch I used to solve the problem on my local box.
This may have been fixed in the 2.11 branch, since I don't see this problem with eel-2.12.1. Could you confirm this?
Seems to be gone in the current stable (2.10.1). Marking RESOLVED/FIXED. Thank you for flying Gentoo.