Bug 1219502 - vlc fails in rpmlint because of executable-stack
Summary: vlc fails in rpmlint because of executable-stack
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: armv7 Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Dominique Leuenberger
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-02 13:01 UTC by Guillaume GARDET
Modified: 2024-02-07 15:55 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.