Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 733410 - media-plugins/qmmp-plugin-pack installs files that contain writable and executable sections
Summary: media-plugins/qmmp-plugin-pack installs files that contain writable and execu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 732922
  Show dependency tree
 
Reported: 2020-07-21 10:27 UTC by Agostino Sarubbo
Modified: 2020-09-08 15:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,71.07 KB, text/plain)
2020-07-21 10:27 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-07-21 10:27:10 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-plugins/qmmp-plugin-pack installs files that contain writable and executable sections.
Discovered on: x86 (internal ref: x86_at)

NOTE:
For binary packages it is enough to hide the QA warning.
Comment 1 Agostino Sarubbo gentoo-dev 2020-07-21 10:27:15 UTC
Created attachment 650066 [details]
build.log

build log and emerge --info
Comment 2 Miroslav Šulc gentoo-dev 2020-08-08 10:14:03 UTC
is this just x86 issue? i can't reproduce it on amd64:

>>> Install media-plugins/qmmp-plugin-pack-1.4.0 into /var/tmp/portage/media-plugins/qmmp-plugin-pack-1.4.0/image
 * Working in BUILD_DIR: "/var/tmp/portage/media-plugins/qmmp-plugin-pack-1.4.0/work/qmmp-plugin-pack-1.4.0_build"
[0/1] Install the project...
-- Install configuration: "Gentoo"
-- Installing: /var/tmp/portage/media-plugins/qmmp-plugin-pack-1.4.0/image/usr/share/metainfo/qmmp-plugin-pack.appdata.xml
-- Installing: /var/tmp/portage/media-plugins/qmmp-plugin-pack-1.4.0/image/usr/lib64/qmmp-1.4/Transports/libytb.so
-- Installing: /var/tmp/portage/media-plugins/qmmp-plugin-pack-1.4.0/image/usr/lib64/qmmp-1.4/Input/libffap.so
-- Installing: /var/tmp/portage/media-plugins/qmmp-plugin-pack-1.4.0/image/usr/lib64/qmmp-1.4/Effect/libsrconverter.so
-- Installing: /var/tmp/portage/media-plugins/qmmp-plugin-pack-1.4.0/image/usr/lib64/qmmp-1.4/Visual/libgoom.so
-- Installing: /var/tmp/portage/media-plugins/qmmp-plugin-pack-1.4.0/image/usr/lib64/qmmp-1.4/Engines/libffvideo.so
>>> Completed installing media-plugins/qmmp-plugin-pack-1.4.0 into /var/tmp/portage/media-plugins/qmmp-plugin-pack-1.4.0/image

 * Final size of build directory: 7084 KiB (6.9 MiB)
 * Final size of installed tree:   776 KiB

strip: x86_64-pc-linux-gnu-strip --strip-unneeded -N __gentoo_check_ldflags__ -R .comment -R .GCC.command.line -R .note.gnu.gold-version
   /usr/lib64/qmmp-1.4/Effect/libsrconverter.so
   /usr/lib64/qmmp-1.4/Engines/libffvideo.so
   /usr/lib64/qmmp-1.4/Transports/libytb.so
   /usr/lib64/qmmp-1.4/Input/libffap.so
   /usr/lib64/qmmp-1.4/Visual/libgoom.so


# ls -l /usr/lib64/qmmp-1.4/Input/libffap.so 
-rwxr-xr-x 1 root root 112584  8. srp 12.05 /usr/lib64/qmmp-1.4/Input/libffap.so
Comment 3 Agostino Sarubbo gentoo-dev 2020-08-10 06:44:51 UTC
(In reply to Miroslav Šulc from comment #2)
> is this just x86 issue?

yes
Comment 4 Larry the Git Cow gentoo-dev 2020-09-08 15:54:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ac745d714b59e2762d5e2474f17730bbde5850f

commit 7ac745d714b59e2762d5e2474f17730bbde5850f
Author:     Miroslav Šulc <fordfrog@gentoo.org>
AuthorDate: 2020-09-08 15:53:52 +0000
Commit:     Miroslav Šulc <fordfrog@gentoo.org>
CommitDate: 2020-09-08 15:54:14 +0000

    media-plugins/qmmp-plugin-pack: fixed executable stack in 1.4.0
    
    Closes: https://bugs.gentoo.org/733410
    Package-Manager: Portage-3.0.6, Repoman-3.0.1
    Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>

 media-plugins/qmmp-plugin-pack/qmmp-plugin-pack-1.4.0.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)