Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142366 - libopensync-plugin-kdepim ebuild
Summary: libopensync-plugin-kdepim ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://www.opensync.org
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-07-31 19:49 UTC by Angel Olivera
Modified: 2006-10-23 14:07 UTC (History)
1 user (show)

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


Attachments
libopensync-plugin-kdepim-0.18.ebuild (libopensync-plugin-kdepim-0.18.ebuild,649 bytes, text/plain)
2006-07-31 19:50 UTC, Angel Olivera
Details
libopensync-plugin-kdepim-0.19.ebuild (libopensync-plugin-kdepim-0.19.ebuild,623 bytes, text/plain)
2006-10-04 03:38 UTC, Ben
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Angel Olivera 2006-07-31 19:49:23 UTC
kdepim plugin for the OpenSync framework
Comment 1 Angel Olivera 2006-07-31 19:50:28 UTC
Created attachment 93172 [details]
libopensync-plugin-kdepim-0.18.ebuild
Comment 2 Adrian Smarzewski 2006-09-12 08:10:42 UTC
If you have this kind of error:

src/kcal.h:53: error: extra qualification 'KCalDataSource::' on member
'report_incidence'

add:

sed -i s/KCalDataSource::report_incidence/report_incidence/ "${S}/src/kc
al.h"

at the end of src_unpack() in ebuild.
Comment 3 Adrian Smarzewski 2006-09-14 02:10:23 UTC
Something is wrong with this ebuild (or source package).
I've installed kdepim plugin and file plugin using ebuilds from bugs.gentoo.org and only one plugin is available:

laptok libopensync-plugin-file # msynctool --listplugins
Available plugins:
file-sync

After short investigation I can show you what's wrong. Below are the files installed by plugin-file ebuild in opensync plugins directory:

>>> /usr/lib64/opensync/plugins/file_sync.la
>>> /usr/lib64/opensync/plugins/file_sync.so

and now plugin-kdepim:

>>> /usr/lib64/opensync/plugins/kdepim_sync.la
>>> /usr/lib64/opensync/plugins/kdepim_lib
>>> /usr/lib64/opensync/plugins/kdepim_lib.la
>>> /usr/lib64/opensync/plugins/kdepim_sync

As you can see ".so" extension is missing!
The platform is Gentoo for amd64 architecture.
Comment 4 Ben 2006-10-04 03:38:43 UTC
Created attachment 98748 [details]
libopensync-plugin-kdepim-0.19.ebuild

Updatet version to 0.19
Comment 5 Piotr Jaroszyński (RETIRED) gentoo-dev 2006-10-23 14:07:31 UTC
0.19 added to the tree.