Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 727574 - kde-apps/eventviews-19.12.3 fails to build against Qt 5.15
Summary: kde-apps/eventviews-19.12.3 fails to build against Qt 5.15
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-08 20:32 UTC by Tobias Leupold
Modified: 2020-06-08 21:04 UTC (History)
0 users

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


Attachments
Patch to make kde-apps/eventviews-19.12.3 build against Qt 5.15 (eventviews-19.12.3-qt-5.15.patch,234 bytes, patch)
2020-06-08 20:32 UTC, Tobias Leupold
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Leupold 2020-06-08 20:32:26 UTC
Created attachment 644014 [details, diff]
Patch to make kde-apps/eventviews-19.12.3 build against Qt 5.15

Hi KDE team!

I just updated Qt on my (stable) system to 5.15.0. The emerge process fails when building kde-apps/eventviews-19.12.3. This can be fixed in a quite trivial way:

agenda/agendaitem.cpp simply misses an

    #include <QPainterPath>

Maybe, you want to add the respective patch? It won't hurt a stable system and will enable using Qt 5.15.

Cheers, Tobias
Comment 1 Andreas Sturmlechner gentoo-dev 2020-06-08 20:48:36 UTC
Many 19.12.3 packages will fail against Qt 5.15, we won't patch them. Please upgrade to Release Service 20.04.1 instead.
Comment 2 Tobias Leupold 2020-06-08 20:52:14 UTC
Okay, thanks for the info! This was the only package to fail here, so I patched it locally instead of also upgrading the KDE stuff. Then, after all, Qt 5.15 is testing, and it's up to the user to mix testing with stable. Sorry for the spam ;-)