Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 655152 - [kde overlay] kde-apps/dolphin-9999 USE=-semantic-desktop fails build as of dolphin_LIVE_COMMIT=7d463ddd0
Summary: [kde overlay] kde-apps/dolphin-9999 USE=-semantic-desktop fails build as of d...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL: https://bugs.kde.org/show_bug.cgi?id=...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-05-07 10:28 UTC by Duncan
Modified: 2018-05-13 20:34 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Duncan 2018-05-07 10:28:11 UTC
Upstream commit 7d463ddd0 adds lines like this (src/panels/information/informationpanelcontent.cpp around line 120 in the patch):

+    m_metaDataWidget->setDateFormat(static_cast<Baloo::DateFormats>(InformationPanelSettings::dateFormat()));

Unfortunately that (and similar baloo-depending lines added in the commit) isn't ifdefed on baloo actually being a dep and of course fails without it, thus failing the build with USE=-semantic-desktop.

With that commit patch-reversed, dolphin builds successfully (as of current head 90e1cc9c0).
Comment 1 Arfrever Frehtes Taifersar Arahesis 2018-05-13 20:34:44 UTC
Fixed in:
https://cgit.kde.org/dolphin.git/commit/?id=2912894d4f13907bb05be0a2a0d4e432668d9817