5 Apr
2010
5 Apr
'10
08:41
Hi, I've come across an rpmlint error which I don't understand :- snd.x86_64: W: executable-stack /usr/bin/snd The binary declares the stack as executable. Executable stack is usually an error as it is only needed if the code contains GCC trampolines or similar constructs which uses code on the stack. One common source for needlessly executable stack cases are object files built from assembler files which don't define a proper .note.GNU-stack section. This is from multimedia:apps snd, I've just updated to the latest version, the old one was failing in factory build. Thanks for any help Dave P -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org