Summary: | CI pipeline of work/port_qt6_try_2 fails on svg2png umbrello/pics/sources/accept_signal.svg | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Oliver Kellogg <okellogg> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ralf.habacker |
Priority: | NOR | ||
Version: | Git | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/sdk/umbrello/-/commit/461968b265df7a861b3b0282f42180c20aef1a82 | Version Fixed In: | |
Sentry Crash Report: |
Description
Oliver Kellogg
2024-08-27 05:28:46 UTC
Git commit 2073a10812e558ea96d8e6661063e1a4595623bc by Ralf Habacker. Committed on 27/08/2024 at 21:24. Pushed by habacker into branch 'master'. cmake: fix building svg2png with Qt5 The sv2png port to Qt5 was not finished. M +1 -1 maintainer/CMakeLists.txt https://invent.kde.org/sdk/umbrello/-/commit/2073a10812e558ea96d8e6661063e1a4595623bc (In reply to Oliver Kellogg from comment #0) > Note that the file umbrello/pics/sources/accept_signal.svg was last changed > in 2016, i.e. was not touched by the Qt6 port. > The offending content appears to be in the <use> starting at line 133: > <use > id="use3817" > xlink:href="#(null)" > > There are a few more files with the same pattern xlink:href="#(null)", > umbrello/pics/sources/accept_time_event.svg > umbrello/pics/sources/send_signal.svg > umbrello/pics/sources/umbr-message-destroy.svg After finishing the port of svg2png to Qt5, it turned out, that this issue also occurs with the Qt5 version of svg2png. Git commit 72802bb7bf5bcbd03d49a22f585876f9c50ccc29 by Ralf Habacker. Committed on 27/08/2024 at 21:38. Pushed by habacker into branch 'master'. Fix building png images from svg files caused by broken attribute 'xlink:href="#(null)"' M +0 -8 umbrello/pics/sources/accept_signal.svg M +0 -8 umbrello/pics/sources/accept_time_event.svg M +0 -8 umbrello/pics/sources/send_signal.svg M +0 -8 umbrello/pics/sources/umbr-message-destroy.svg https://invent.kde.org/sdk/umbrello/-/commit/72802bb7bf5bcbd03d49a22f585876f9c50ccc29 Git commit 461968b265df7a861b3b0282f42180c20aef1a82 by Ralf Habacker. Committed on 28/08/2024 at 15:23. Pushed by habacker into branch 'release/24.08'. Fix building png images from svg files caused by broken attribute 'xlink:href="#(null)"' (cherry picked from commit 72802bb7bf5bcbd03d49a22f585876f9c50ccc29) M +0 -8 umbrello/pics/sources/accept_signal.svg M +0 -8 umbrello/pics/sources/accept_time_event.svg M +0 -8 umbrello/pics/sources/send_signal.svg M +0 -8 umbrello/pics/sources/umbr-message-destroy.svg https://invent.kde.org/sdk/umbrello/-/commit/461968b265df7a861b3b0282f42180c20aef1a82 Git commit 61fc72a35b06ba3234b8728fe9f18f07eeba06a8 by Ralf Habacker. Committed on 28/08/2024 at 15:23. Pushed by habacker into branch 'release/24.08'. cmake: fix building svg2png with Qt5 The sv2png port to Qt5 was not finished. (cherry picked from commit 2073a10812e558ea96d8e6661063e1a4595623bc) (cherry picked from commit 252b64c9e11d0f551e9323401da96da07afec0c8) M +1 -1 maintainer/CMakeLists.txt https://invent.kde.org/sdk/umbrello/-/commit/61fc72a35b06ba3234b8728fe9f18f07eeba06a8 |