Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 949369 - media-sound/kid3: QML debugging is enabled
Summary: media-sound/kid3: QML debugging is enabled
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL: https://invent.kde.org/multimedia/kid...
Whiteboard:
Keywords: UPSTREAM
Depends on:
Blocks: gear-24.12.3-stable
  Show dependency tree
 
Reported: 2025-02-06 12:21 UTC by Filip Kobierski
Modified: 2025-03-18 20:47 UTC (History)
2 users (show)

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


Attachments
emerge --info kid3 (emerge.info,8.99 KB, text/plain)
2025-02-06 12:21 UTC, Filip Kobierski
Details

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