QA Notice: the following files contain executable stacks Files with executable stacks will not work properly (or at all!) on some architectures/operating systems. A bug should be filed at http://bugs.gentoo.org/ to make sure the file is fixed. RWX --- RWX usr/share/qemu/proll.elf
false positive, sorry
Re-assigning...
/usr/share/qemu/proll.elf lacks a PT_GNU_STACK marking thus ld.so will load this as eXecutable on everything but PaX enabled systems.
Which is probably also correct that it be loaded as eXecutable seeing as it has a RWX PT_LOAD which is even worse.
That binary seems to not be built using a gentoo system. poking at the ELF innards we can see it was built with GCC: (GNU) 2.95.4 20010319 (prerelease) which probably explains the crappy PT_LOAD segment. Anyway this bin can be built on a gentoo system? Is it a binary only elf?
if your package actually needs executable stacks, you can put 'RESTRICT=stricter' in your ebuild and it will not abort but as to whether this is such a case, i dont know as you didnt really explain why this is a "false positive"
>=0.8.2-r1 is using the QA_* variables to supress these warnings, and that's about it. Closing.