Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 428624 - kde-misc/plasma-widget-message-indicator-0.5.8 fails to build against dev-libs/libindicate-12.10.0: package 'indicate-0.6' not found
Summary: kde-misc/plasma-widget-message-indicator-0.5.8 fails to build against dev-lib...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-30 08:25 UTC by Dennis Schridde
Modified: 2012-07-31 11:29 UTC (History)
0 users

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


Attachments
build.log (build.log,7.60 KB, text/plain)
2012-07-30 08:26 UTC, Dennis Schridde
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Schridde 2012-07-30 08:25:39 UTC
-- checking for module 'indicate-0.6'
--   package 'indicate-0.6' not found
CMake Error at /usr/share/apps/cmake/modules/FindPkgConfig.cmake:283 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/apps/cmake/modules/FindPkgConfig.cmake:337 (_pkg_check_modules_internal)
  CMakeLists.txt:9 (pkg_check_modules)

[I] dev-libs/libindicate (12.10.0(3)@30/07/12)

Reproducible: Always
Comment 1 Dennis Schridde 2012-07-30 08:26:01 UTC
Created attachment 319702 [details]
build.log
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2012-07-30 09:38:06 UTC
It should be searching for indicate-0.7.pc, so in theory, simple `sed -e 's:0.6:0.7:` should work

$ qlist libindicate |grep '.pc'
/usr/lib64/pkgconfig/indicate-gtk3-0.7.pc
/usr/lib64/pkgconfig/indicate-0.7.pc
Comment 3 Michael Palimaka (kensington) gentoo-dev 2012-07-31 11:29:44 UTC
Thank-you for the report, this is now fixed in CVS.

+  31 Jul 2012; Michael Palimaka <kensington@gentoo.org>
+  +files/plasma-widget-message-indicator-0.5.8-libindicate.patch,
+  plasma-widget-message-indicator-0.5.8.ebuild:
+  Add patch to fix build with newer versions of libindicate, wrt bug #428624.