Summary: | media-sound/kid3: QML debugging is enabled | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Filip Kobierski <fkobi> |
Component: | Current packages | Assignee: | 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 |
Probably the usual NDEBUG crap again. 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(+) Now that's impressive. Thanks! |
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.