Bug 1219502

Summary: vlc fails in rpmlint because of executable-stack
Product: [openSUSE] openSUSE Tumbleweed Reporter: Guillaume GARDET <guillaume.gardet>
Component: OtherAssignee: Dominique Leuenberger <dimstar>
Status: NEW --- QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: dimstar
Version: Current   
Target Milestone: ---   
Hardware: armv7   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Guillaume GARDET 2024-02-02 13:01:51 UTC
On armv7, vlc fails in rpmlint because of executable-stack:

[  716s] vlc-noX.armv7hl: E: executable-stack (Badness: 10000) /usr/lib/vlc/plugins/arm_neon/libchroma_yuv_neon_plugin.so
[  716s] vlc-noX.armv7hl: E: executable-stack (Badness: 10000) /usr/lib/vlc/plugins/arm_neon/libvolume_neon_plugin.so
[  716s] vlc-noX.armv7hl: E: executable-stack (Badness: 10000) /usr/lib/vlc/plugins/arm_neon/libyuv_rgb_neon_plugin.so
[  716s] vlc-noX.armv7hl: E: executable-stack (Badness: 10000) /usr/lib/vlc/plugins/audio_filter/libsimple_channel_mixer_plugin.so
[  716s] vlc-noX.armv7hl: E: executable-stack (Badness: 10000) /usr/lib/vlc/plugins/video_filter/libdeinterlace_plugin.so
[  716s] The binary declares the stack as executable. Executable stack is usually an
[  716s] error as it is only needed if the code contains GCC trampolines or similar
[  716s] constructs which uses code on the stack. One common source for needlessly
[  716s] executable stack cases are object files built from assembler files which don't
[  716s] define a proper .note.GNU-stack section.