Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 949369

Summary: media-sound/kid3: QML debugging is enabled
Product: Gentoo Linux Reporter: Filip Kobierski <fkobi>
Component: Current packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal CC: fkobi, sound
Priority: Normal Keywords: UPSTREAM
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://invent.kde.org/multimedia/kid3/-/merge_requests/32
See Also: https://bugs.archlinux.org/task/69904
https://bugs.debian.org/909148
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 951500    
Attachments: emerge --info kid3

Description Filip Kobierski 2025-02-06 12:21:55 UTC
Created attachment 918253 [details]
emerge --info kid3

When using media-sound/kid3-3.9.6 I have notice that when I launch the app I get a message:
"QML debugging is enabled. Only use this in a safe environment."

I have looked into it and both Arch and Debian have experienced this (See Also).
For arch the solution was to build with CMAKE_BUILD_TYPE=RelWithDebInfo,
but we already do that.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-02-06 12:22:37 UTC
Probably the usual NDEBUG crap again.
Comment 2 Larry the Git Cow gentoo-dev 2025-02-12 20:59:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=051651dbbcbde1ccd33f6c7136668b5dc21db113

commit 051651dbbcbde1ccd33f6c7136668b5dc21db113
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2025-02-12 20:58:06 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2025-02-12 20:58:55 +0000

    media-sound/kid3: Disable QML debugging
    
    Pending MR upstream:
    https://invent.kde.org/multimedia/kid3/-/merge_requests/32
    
    Closes: https://bugs.gentoo.org/949369
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 media-sound/kid3/files/kid3-3.9.6-no-ndebug.patch | 54 +++++++++++++
 media-sound/kid3/kid3-3.9.6-r1.ebuild             | 96 +++++++++++++++++++++++
 2 files changed, 150 insertions(+)
Comment 3 Filip Kobierski 2025-02-12 22:55:25 UTC
Now that's impressive. Thanks!