Summary: | media-sound/musescore-4.0.2: crash with error "ERROR | main_thread | EngravingModule | onInit: Fatal error: cannot load internal font :/fonts/musejazz/MuseJazzText.otf" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | BurnyLlama <burnyllama> |
Component: | Current packages | Assignee: | Gentoo Sound Team <sound> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Low | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Ouput of `emerge --info musescore` |
Description
BurnyLlama
2023-06-25 10:06:18 UTC
Created attachment 864590 [details]
Ouput of `emerge --info musescore`
I just finished compiling Musescore directly from the upstream source. There it works as expected. I compiled created a `build_overrides.cmake` as per their (Musescore's) instructions: ``` set(ENV{QTDIR} "/usr/lib64/qt5/") # or wherever Qt is located ``` And then ran: ``` ./build.cmake -G Ninja ./build.cmake -G Ninja run ``` And the application launched as expected. This makes me believe there's an issue with the ebuild. I will try to look more into it later... The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ca909496214ef0f4b7bc78eee1876100fc61caf commit 8ca909496214ef0f4b7bc78eee1876100fc61caf Author: Miroslav Šulc <fordfrog@gentoo.org> AuthorDate: 2024-08-04 11:15:47 +0000 Commit: Miroslav Šulc <fordfrog@gentoo.org> CommitDate: 2024-08-04 11:16:04 +0000 media-sound/musescore: dropped obsolete 4.0.2-r1 Closes: https://bugs.gentoo.org/922327 Closes: https://bugs.gentoo.org/922098 Closes: https://bugs.gentoo.org/921963 Closes: https://bugs.gentoo.org/909150 Closes: https://bugs.gentoo.org/908480 Closes: https://bugs.gentoo.org/908481 Closes: https://bugs.gentoo.org/908482 Closes: https://bugs.gentoo.org/907956 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org> media-sound/musescore/Manifest | 1 - .../files/musescore-4.0.2-unbundle-deps.patch | 121 ------------------ .../musescore-4.0.2-uncompressed-man-pages.patch | 29 ----- media-sound/musescore/musescore-4.0.2-r1.ebuild | 139 --------------------- 4 files changed, 290 deletions(-) |