Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 427826 - [gnome-overlay] add >=gnome-extra/evolution-data-server-3.5.3
Summary: [gnome-overlay] add >=gnome-extra/evolution-data-server-3.5.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL: https://bugs.launchpad.net/bugs/1027334
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-24 00:01 UTC by Pim Vullers
Modified: 2012-08-10 13:26 UTC (History)
0 users

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 Pim Vullers 2012-07-24 00:01:12 UTC
When trying to build indicator-datetime (from elementary overlay) I get an error about missing libecal/libecal.h

However, libecal was detected by the configure script since the pkgconfig file is present. It seems that somehow the corresponding header files have not been installed.

Reproducible: Always

Steps to Reproduce:
Try with anything that depends on libecal.h, below instructions for my situation
1. layman -a elementary
2. emerge -1 indicator-datetime

Actual Results:  
Fails on libecal/libecal.h not found.

Expected Results:  
Builds without any errors.

It seems that somehow these header files are missed out during the install phase. This holds for both the 3.2 and 3.4 series.
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-07-24 00:38:34 UTC
libecal/libecal.h is only provided in evolution-data-server-3.5.3 or higher. Which we haven't yet added to the gnome overlay.

(Obviously, it won't be added to the main portage repository until the official gnome-3.6 release.)
Comment 2 Pim Vullers 2012-07-27 05:13:40 UTC
I've got an ebuild available for evolution-data-server-3.5.4 in the elementary overlay. You can get it using layman, or from https://github.com/pimvullers/elementary/tree/master/gnome-extra/evolution-data-server.
Comment 3 David J Cozatt 2012-07-30 03:40:25 UTC
http://lists.fedoraproject.org/pipermail/scm-commits/2012-July/811610.html

commit 74f7174f3c6352f856dd68a17bbbb61932e85aa9
Author: Matthew Barnes <mbarnes at redhat.com>
Date:   Sun Jul 1 11:13:41 2012 -0400

    3.5.3.1

 .gitignore                                         |    1 +
 ...ion-data-server-3.5.3-avoid-exposing-db-h.patch |   29 --------------------
 evolution-data-server.spec                         |   11 +++----
 sources                                            |    2 +-
 4 files changed, 7 insertions(+), 36 deletions(-)
Comment 4 Priit Laes (IRC: plaes) 2012-08-09 07:27:53 UTC
Added it yesterday to overlay, please close this bug if appropriate.